@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
@font-face {
  font-family: 'AgIcons';
  src: url("../fonts/AGIcons/AgIcons.woff2") format("woff2"), url("../fonts/AGIcons/AgIcons.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

/* start with bootstrap */
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*$theme-colors: (
	brand-primary: $brand-red,
	primary: $blue,
	secondary: $gray-600,
	success: $green,
	info: $cyan,
	warning: $yellow,
	danger: $red,
	light: $gray-100,
	dark: $gray-800,
	latest: $orange
);*/
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: black;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #367FBF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #255783;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #868e96; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1580px) {
    .container {
      max-width: 1580px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .row.bottom-margin {
    margin-bottom: 5px; }

.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, .col-lt-1, .col-lt-2, .col-lt-3, .col-lt-4, .col-lt-5, .col-lt-6, .col-lt-7, .col-lt-8, .col-lt-9, .col-lt-10, .col-lt-11, .col-lt-12, .col-lt,
.col-lt-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; } }

@media (min-width: 1580px) {
  .col-lt {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lt-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lt-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lt-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lt-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lt-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lt-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lt-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lt-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lt-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lt-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lt-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lt-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lt-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lt-1 {
    order: 1; }
  .order-lt-2 {
    order: 2; }
  .order-lt-3 {
    order: 3; }
  .order-lt-4 {
    order: 4; }
  .order-lt-5 {
    order: 5; }
  .order-lt-6 {
    order: 6; }
  .order-lt-7 {
    order: 7; }
  .order-lt-8 {
    order: 8; }
  .order-lt-9 {
    order: 9; }
  .order-lt-10 {
    order: 10; }
  .order-lt-11 {
    order: 11; }
  .order-lt-12 {
    order: 12; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
  .table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e9ecef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9ecef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-brand-primary,
.table-brand-primary > th,
.table-brand-primary > td {
  background-color: #bdc3d1; }

.table-hover .table-brand-primary:hover {
  background-color: #aeb5c7; }
  .table-hover .table-brand-primary:hover > td,
  .table-hover .table-brand-primary:hover > th {
    background-color: #aeb5c7; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c7dbed; }

.table-hover .table-primary:hover {
  background-color: #b4cfe7; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b4cfe7; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2; }

.table-hover .table-secondary:hover {
  background-color: #cfd2d6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c4f0cc; }

.table-hover .table-success:hover {
  background-color: #b0ebba; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b0ebba; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #ffdcc0; }

.table-hover .table-info:hover {
  background-color: #ffcea7; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #ffcea7; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fdfabd; }

.table-hover .table-warning:hover {
  background-color: #fcf8a4; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fcf8a4; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fcc6bf; }

.table-hover .table-danger:hover {
  background-color: #fbb0a7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #fbb0a7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-latest,
.table-latest > th,
.table-latest > td {
  background-color: #fce1c0; }

.table-hover .table-latest:hover {
  background-color: #fbd5a8; }
  .table-hover .table-latest:hover > td,
  .table-hover .table-latest:hover > th {
    background-color: #fbd5a8; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.thead-inverse th {
  color: #fff;
  background-color: #212529; }

.thead-default th {
  color: #495057;
  background-color: #e9ecef; }

.table-inverse {
  color: #fff;
  background-color: #212529; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #32383e; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive.table-bordered {
      border: 0; } }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #94bde1;
    outline: none; }
  .form-control::placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .form-control-plaintext.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .form-control-plaintext.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #868e96; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #F43319; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(244, 51, 25, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #2DCB48; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 203, 72, 0.25); }
  .was-validated .form-control:valid ~ .invalid-feedback,
  .was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
  .form-control.is-valid ~ .invalid-tooltip, .was-validated
  .custom-select:valid ~ .invalid-feedback,
  .was-validated
  .custom-select:valid ~ .invalid-tooltip,
  .custom-select.is-valid ~ .invalid-feedback,
  .custom-select.is-valid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #2DCB48; }

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(45, 203, 72, 0.25); }

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #2DCB48; }

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #2DCB48; }
  .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 203, 72, 0.25); }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #F43319; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 51, 25, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #F43319; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(244, 51, 25, 0.25); }

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #F43319; }

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #F43319; }
  .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 51, 25, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(54, 127, 191, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-brand-primary {
  color: #fff;
  background-color: #122A59;
  border-color: #122A59; }
  .btn-brand-primary:hover {
    color: #fff;
    background-color: #0c1b39;
    border-color: #09162f; }
  .btn-brand-primary:focus, .btn-brand-primary.focus {
    box-shadow: 0 0 0 3px rgba(18, 42, 89, 0.5); }
  .btn-brand-primary.disabled, .btn-brand-primary:disabled {
    background-color: #122A59;
    border-color: #122A59; }
  .btn-brand-primary:active, .btn-brand-primary.active,
  .show > .btn-brand-primary.dropdown-toggle {
    background-color: #0c1b39;
    background-image: none;
    border-color: #09162f; }

.btn-primary {
  color: #fff;
  background-color: #367FBF;
  border-color: #367FBF; }
  .btn-primary:hover {
    color: #fff;
    background-color: #2e6ba1;
    border-color: #2b6597; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(54, 127, 191, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #367FBF;
    border-color: #367FBF; }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    background-color: #2e6ba1;
    background-image: none;
    border-color: #2b6597; }

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d; }

.btn-success {
  color: #fff;
  background-color: #2DCB48;
  border-color: #2DCB48; }
  .btn-success:hover {
    color: #fff;
    background-color: #26ac3d;
    border-color: #24a139; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 3px rgba(45, 203, 72, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #2DCB48;
    border-color: #2DCB48; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    background-color: #26ac3d;
    background-image: none;
    border-color: #24a139; }

.btn-info {
  color: #111;
  background-color: #FF821D;
  border-color: #FF821D; }
  .btn-info:hover {
    color: #111;
    background-color: #f66e00;
    border-color: #e96800; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 3px rgba(255, 130, 29, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #FF821D;
    border-color: #FF821D; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    background-color: #f66e00;
    background-image: none;
    border-color: #e96800; }

.btn-warning {
  color: #111;
  background-color: #f7ec13;
  border-color: #f7ec13; }
  .btn-warning:hover {
    color: #111;
    background-color: #dcd207;
    border-color: #d0c607; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(247, 236, 19, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #f7ec13;
    border-color: #f7ec13; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    background-color: #dcd207;
    background-image: none;
    border-color: #d0c607; }

.btn-danger {
  color: #fff;
  background-color: #F43319;
  border-color: #F43319; }
  .btn-danger:hover {
    color: #fff;
    background-color: #dc230b;
    border-color: #d0210a; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(244, 51, 25, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #F43319;
    border-color: #F43319; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    background-color: #dc230b;
    background-image: none;
    border-color: #d0210a; }

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5; }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124; }

.btn-latest {
  color: #111;
  background-color: #f3931f;
  border-color: #f3931f; }
  .btn-latest:hover {
    color: #111;
    background-color: #e0800c;
    border-color: #d4790b; }
  .btn-latest:focus, .btn-latest.focus {
    box-shadow: 0 0 0 3px rgba(243, 147, 31, 0.5); }
  .btn-latest.disabled, .btn-latest:disabled {
    background-color: #f3931f;
    border-color: #f3931f; }
  .btn-latest:active, .btn-latest.active,
  .show > .btn-latest.dropdown-toggle {
    background-color: #e0800c;
    background-image: none;
    border-color: #d4790b; }

.btn-outline-brand-primary {
  color: #122A59;
  background-color: transparent;
  background-image: none;
  border-color: #122A59; }
  .btn-outline-brand-primary:hover {
    color: #fff;
    background-color: #122A59;
    border-color: #122A59; }
  .btn-outline-brand-primary:focus, .btn-outline-brand-primary.focus {
    box-shadow: 0 0 0 3px rgba(18, 42, 89, 0.5); }
  .btn-outline-brand-primary.disabled, .btn-outline-brand-primary:disabled {
    color: #122A59;
    background-color: transparent; }
  .btn-outline-brand-primary:active, .btn-outline-brand-primary.active,
  .show > .btn-outline-brand-primary.dropdown-toggle {
    color: #fff;
    background-color: #122A59;
    border-color: #122A59; }

.btn-outline-primary {
  color: #367FBF;
  background-color: transparent;
  background-image: none;
  border-color: #367FBF; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #367FBF;
    border-color: #367FBF; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(54, 127, 191, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #367FBF;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #367FBF;
    border-color: #367FBF; }

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }

.btn-outline-success {
  color: #2DCB48;
  background-color: transparent;
  background-image: none;
  border-color: #2DCB48; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #2DCB48;
    border-color: #2DCB48; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(45, 203, 72, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #2DCB48;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #2DCB48;
    border-color: #2DCB48; }

.btn-outline-info {
  color: #FF821D;
  background-color: transparent;
  background-image: none;
  border-color: #FF821D; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #FF821D;
    border-color: #FF821D; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(255, 130, 29, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #FF821D;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #FF821D;
    border-color: #FF821D; }

.btn-outline-warning {
  color: #f7ec13;
  background-color: transparent;
  background-image: none;
  border-color: #f7ec13; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f7ec13;
    border-color: #f7ec13; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(247, 236, 19, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f7ec13;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f7ec13;
    border-color: #f7ec13; }

.btn-outline-danger {
  color: #F43319;
  background-color: transparent;
  background-image: none;
  border-color: #F43319; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #F43319;
    border-color: #F43319; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(244, 51, 25, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #F43319;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #F43319;
    border-color: #F43319; }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:active, .btn-outline-light.active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:active, .btn-outline-dark.active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }

.btn-outline-latest {
  color: #f3931f;
  background-color: transparent;
  background-image: none;
  border-color: #f3931f; }
  .btn-outline-latest:hover {
    color: #fff;
    background-color: #f3931f;
    border-color: #f3931f; }
  .btn-outline-latest:focus, .btn-outline-latest.focus {
    box-shadow: 0 0 0 3px rgba(243, 147, 31, 0.5); }
  .btn-outline-latest.disabled, .btn-outline-latest:disabled {
    color: #f3931f;
    background-color: transparent; }
  .btn-outline-latest:active, .btn-outline-latest.active,
  .show > .btn-outline-latest.dropdown-toggle {
    color: #fff;
    background-color: #f3931f;
    border-color: #f3931f; }

.btn-link {
  font-weight: normal;
  color: #367FBF;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    box-shadow: none; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #255783;
    text-decoration: none;
    background-color: transparent; }
  .btn-link:disabled {
    color: #868e96; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: black;
  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-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #367FBF; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent; }

.show > a {
  outline: 0; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto;
    margin-bottom: 0; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #367FBF; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #367FBF; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #bcd5ec; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #e9ecef; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #868e96; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #367FBF;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: flex;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #94bde1;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .custom-file-control:lang(en):empty::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #868e96; }

.base-navbar {
  border-bottom: 1px solid #ddd;
  height: 100px; }
  .base-navbar .nav-item {
    margin-bottom: -1px; }
    .base-navbar .nav-item li {
      float: right; }
  .base-navbar .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .base-navbar .nav-link:focus, .base-navbar .nav-link:hover {
      border-color: #e9ecef #e9ecef #ddd; }
    .base-navbar .nav-link.disabled {
      color: #868e96;
      background-color: transparent;
      border-color: transparent; }
  .base-navbar .nav-link.active,
  .base-navbar .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .base-navbar .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,
  .show > .nav-pills .nav-link {
    color: #fff;
    background-color: #367FBF; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-expand {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start; }
  @media (min-width: 576px) {
    .navbar-expand {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start; }
      .navbar-expand .navbar-nav {
        flex-direction: row; }
        .navbar-expand .navbar-nav .dropdown-menu {
          position: absolute; }
        .navbar-expand .navbar-nav .dropdown-menu-right {
          right: 0;
          left: auto; }
        .navbar-expand .navbar-nav .nav-link {
          padding-right: .5rem;
          padding-left: .5rem; }
      .navbar-expand > .container,
      .navbar-expand > .container-fluid {
        flex-wrap: nowrap; }
      .navbar-expand .navbar-collapse {
        display: flex !important; }
      .navbar-expand .navbar-toggler {
        display: none; } }
  @media (min-width: 768px) {
    .navbar-expand {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start; }
      .navbar-expand .navbar-nav {
        flex-direction: row; }
        .navbar-expand .navbar-nav .dropdown-menu {
          position: absolute; }
        .navbar-expand .navbar-nav .dropdown-menu-right {
          right: 0;
          left: auto; }
        .navbar-expand .navbar-nav .nav-link {
          padding-right: .5rem;
          padding-left: .5rem; }
      .navbar-expand > .container,
      .navbar-expand > .container-fluid {
        flex-wrap: nowrap; }
      .navbar-expand .navbar-collapse {
        display: flex !important; }
      .navbar-expand .navbar-toggler {
        display: none; } }
  @media (min-width: 992px) {
    .navbar-expand {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start; }
      .navbar-expand .navbar-nav {
        flex-direction: row; }
        .navbar-expand .navbar-nav .dropdown-menu {
          position: absolute; }
        .navbar-expand .navbar-nav .dropdown-menu-right {
          right: 0;
          left: auto; }
        .navbar-expand .navbar-nav .nav-link {
          padding-right: .5rem;
          padding-left: .5rem; }
      .navbar-expand > .container,
      .navbar-expand > .container-fluid {
        flex-wrap: nowrap; }
      .navbar-expand .navbar-collapse {
        display: flex !important; }
      .navbar-expand .navbar-toggler {
        display: none; } }
  @media (min-width: 1200px) {
    .navbar-expand {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start; }
      .navbar-expand .navbar-nav {
        flex-direction: row; }
        .navbar-expand .navbar-nav .dropdown-menu {
          position: absolute; }
        .navbar-expand .navbar-nav .dropdown-menu-right {
          right: 0;
          left: auto; }
        .navbar-expand .navbar-nav .nav-link {
          padding-right: .5rem;
          padding-left: .5rem; }
      .navbar-expand > .container,
      .navbar-expand > .container-fluid {
        flex-wrap: nowrap; }
      .navbar-expand .navbar-collapse {
        display: flex !important; }
      .navbar-expand .navbar-toggler {
        display: none; } }
  @media (min-width: 1580px) {
    .navbar-expand {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start; }
      .navbar-expand .navbar-nav {
        flex-direction: row; }
        .navbar-expand .navbar-nav .dropdown-menu {
          position: absolute; }
        .navbar-expand .navbar-nav .dropdown-menu-right {
          right: 0;
          left: auto; }
        .navbar-expand .navbar-nav .nav-link {
          padding-right: .5rem;
          padding-left: .5rem; }
      .navbar-expand > .container,
      .navbar-expand > .container-fluid {
        flex-wrap: nowrap; }
      .navbar-expand .navbar-collapse {
        display: flex !important; }
      .navbar-expand .navbar-toggler {
        display: none; } }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .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-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.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); }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0%;
      flex-direction: column;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0%; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f8f9fa;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    display: block;
    clear: both;
    content: ""; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #868e96;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #868e96; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.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: 2;
  color: #fff;
  background-color: #367FBF;
  border-color: #367FBF; }

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #367FBF;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #255783;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-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: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-brand-primary {
  color: #fff;
  background-color: #122A59; }
  .badge-brand-primary[href]:focus, .badge-brand-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #09162f; }

.badge-primary {
  color: #fff;
  background-color: #367FBF; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2b6597; }

.badge-secondary {
  color: #fff;
  background-color: #868e96; }
  .badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d; }

.badge-success {
  color: #fff;
  background-color: #2DCB48; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #24a139; }

.badge-info {
  color: #111;
  background-color: #FF821D; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #e96800; }

.badge-warning {
  color: #111;
  background-color: #f7ec13; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d0c607; }

.badge-danger {
  color: #fff;
  background-color: #F43319; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d0210a; }

.badge-light {
  color: #111;
  background-color: #f8f9fa; }
  .badge-light[href]:focus, .badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.badge-latest {
  color: #111;
  background-color: #f3931f; }
  .badge-latest[href]:focus, .badge-latest[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d4790b; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-brand-primary {
  color: #09162e;
  background-color: #d0d4de;
  border-color: #bdc3d1; }
  .alert-brand-primary hr {
    border-top-color: #aeb5c7; }
  .alert-brand-primary .alert-link {
    color: #010203; }

.alert-primary {
  color: #1c4263;
  background-color: #d7e5f2;
  border-color: #c7dbed; }
  .alert-primary hr {
    border-top-color: #b4cfe7; }
  .alert-primary .alert-link {
    color: #11273b; }

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2; }
  .alert-secondary hr {
    border-top-color: #cfd2d6; }
  .alert-secondary .alert-link {
    color: #2e3133; }

.alert-success {
  color: #176a25;
  background-color: #d5f5da;
  border-color: #c4f0cc; }
  .alert-success hr {
    border-top-color: #b0ebba; }
  .alert-success .alert-link {
    color: #0e4016; }

.alert-info {
  color: #85440f;
  background-color: #ffe6d2;
  border-color: #ffdcc0; }
  .alert-info hr {
    border-top-color: #ffcea7; }
  .alert-info .alert-link {
    color: #572d0a; }

.alert-warning {
  color: #807b0a;
  background-color: #fdfbd0;
  border-color: #fdfabd; }
  .alert-warning hr {
    border-top-color: #fcf8a4; }
  .alert-warning .alert-link {
    color: #514e06; }

.alert-danger {
  color: #7f1b0d;
  background-color: #fdd6d1;
  border-color: #fcc6bf; }
  .alert-danger hr {
    border-top-color: #fbb0a7; }
  .alert-danger .alert-link {
    color: #511108; }

.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; }

.alert-latest {
  color: #7e4c10;
  background-color: #fde9d2;
  border-color: #fce1c0; }
  .alert-latest hr {
    border-top-color: #fbd5a8; }
  .alert-latest .alert-link {
    color: #51310a; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #367FBF;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: black;
    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:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #868e96;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #367FBF;
    border-color: #367FBF; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-brand-primary {
  color: #09162e;
  background-color: #bdc3d1; }

a.list-group-item-brand-primary,
button.list-group-item-brand-primary {
  color: #09162e; }
  a.list-group-item-brand-primary:focus, a.list-group-item-brand-primary:hover,
  button.list-group-item-brand-primary:focus,
  button.list-group-item-brand-primary:hover {
    color: #09162e;
    background-color: #aeb5c7; }
  a.list-group-item-brand-primary.active,
  button.list-group-item-brand-primary.active {
    color: #fff;
    background-color: #09162e;
    border-color: #09162e; }

.list-group-item-primary {
  color: #1c4263;
  background-color: #c7dbed; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #1c4263; }
  a.list-group-item-primary:focus, a.list-group-item-primary:hover,
  button.list-group-item-primary:focus,
  button.list-group-item-primary:hover {
    color: #1c4263;
    background-color: #b4cfe7; }
  a.list-group-item-primary.active,
  button.list-group-item-primary.active {
    color: #fff;
    background-color: #1c4263;
    border-color: #1c4263; }

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e; }
  a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
  button.list-group-item-secondary:focus,
  button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd2d6; }
  a.list-group-item-secondary.active,
  button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e; }

.list-group-item-success {
  color: #176a25;
  background-color: #c4f0cc; }

a.list-group-item-success,
button.list-group-item-success {
  color: #176a25; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #176a25;
    background-color: #b0ebba; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #176a25;
    border-color: #176a25; }

.list-group-item-info {
  color: #85440f;
  background-color: #ffdcc0; }

a.list-group-item-info,
button.list-group-item-info {
  color: #85440f; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #85440f;
    background-color: #ffcea7; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #85440f;
    border-color: #85440f; }

.list-group-item-warning {
  color: #807b0a;
  background-color: #fdfabd; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #807b0a; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #807b0a;
    background-color: #fcf8a4; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #807b0a;
    border-color: #807b0a; }

.list-group-item-danger {
  color: #7f1b0d;
  background-color: #fcc6bf; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #7f1b0d; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #7f1b0d;
    background-color: #fbb0a7; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #7f1b0d;
    border-color: #7f1b0d; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

a.list-group-item-light,
button.list-group-item-light {
  color: #818182; }
  a.list-group-item-light:focus, a.list-group-item-light:hover,
  button.list-group-item-light:focus,
  button.list-group-item-light:hover {
    color: #818182;
    background-color: #ececf6; }
  a.list-group-item-light.active,
  button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21; }
  a.list-group-item-dark:focus, a.list-group-item-dark:hover,
  button.list-group-item-dark:focus,
  button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbe; }
  a.list-group-item-dark.active,
  button.list-group-item-dark.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-latest {
  color: #7e4c10;
  background-color: #fce1c0; }

a.list-group-item-latest,
button.list-group-item-latest {
  color: #7e4c10; }
  a.list-group-item-latest:focus, a.list-group-item-latest:hover,
  button.list-group-item-latest:focus,
  button.list-group-item-latest:hover {
    color: #7e4c10;
    background-color: #fbd5a8; }
  a.list-group-item-latest.active,
  button.list-group-item-latest.active {
    color: #fff;
    background-color: #7e4c10;
    border-color: #7e4c10; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75; }

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px; }
  .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0; }
    .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      margin-top: -3px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0; }
    .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      right: 0;
      margin-top: -3px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }
  .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 5px; }
  .popover .arrow::before,
  .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid; }
  .popover .arrow::before {
    content: "";
    border-width: 11px; }
  .popover .arrow::after {
    content: "";
    border-width: 11px; }
  .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 10px; }
    .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
    .popover.bs-popover-top .arrow::after,
    .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-bottom-width: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      bottom: -11px;
      margin-left: -6px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-top .arrow::after,
    .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: -10px;
      margin-left: -6px;
      border-top-color: #fff; }
  .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 10px; }
    .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
      left: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
    .popover.bs-popover-right .arrow::after,
    .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      margin-top: -8px;
      border-left-width: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      left: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-right .arrow::after,
    .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      left: -10px;
      border-right-color: #fff; }
  .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 10px; }
    .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
    .popover.bs-popover-bottom .arrow::after,
    .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      margin-left: -7px;
      border-top-width: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-bottom .arrow::after,
    .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: -10px;
      border-bottom-color: #fff; }
    .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 10px; }
    .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
      right: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
    .popover.bs-popover-left .arrow::after,
    .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      margin-top: -8px;
      border-right-width: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      right: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-left .arrow::after,
    .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      right: -10px;
      border-left-color: #fff; }

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 9px 14px;
  color: black; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-brand-primary {
  background-color: #122A59 !important; }

a.bg-brand-primary:focus, a.bg-brand-primary:hover {
  background-color: #09162f !important; }

.bg-primary {
  background-color: #367FBF !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #2b6597 !important; }

.bg-secondary {
  background-color: #868e96 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #2DCB48 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #24a139 !important; }

.bg-info {
  background-color: #FF821D !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #e96800 !important; }

.bg-warning {
  background-color: #f7ec13 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d0c607 !important; }

.bg-danger {
  background-color: #F43319 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #d0210a !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-latest {
  background-color: #f3931f !important; }

a.bg-latest:focus, a.bg-latest:hover {
  background-color: #d4790b !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e9ecef !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-brand-primary {
  border-color: #122A59 !important; }

.border-primary {
  border-color: #367FBF !important; }

.border-secondary {
  border-color: #868e96 !important; }

.border-success {
  border-color: #2DCB48 !important; }

.border-info {
  border-color: #FF821D !important; }

.border-warning {
  border-color: #f7ec13 !important; }

.border-danger {
  border-color: #F43319 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-latest {
  border-color: #f3931f !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1580px) {
  .d-lt-none {
    display: none !important; }
  .d-lt-inline {
    display: inline !important; }
  .d-lt-inline-block {
    display: inline-block !important; }
  .d-lt-block {
    display: block !important; }
  .d-lt-table {
    display: table !important; }
  .d-lt-table-cell {
    display: table-cell !important; }
  .d-lt-flex {
    display: flex !important; }
  .d-lt-inline-flex {
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1580px) {
  .flex-lt-row {
    flex-direction: row !important; }
  .flex-lt-column {
    flex-direction: column !important; }
  .flex-lt-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lt-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lt-wrap {
    flex-wrap: wrap !important; }
  .flex-lt-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lt-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lt-start {
    justify-content: flex-start !important; }
  .justify-content-lt-end {
    justify-content: flex-end !important; }
  .justify-content-lt-center {
    justify-content: center !important; }
  .justify-content-lt-between {
    justify-content: space-between !important; }
  .justify-content-lt-around {
    justify-content: space-around !important; }
  .align-items-lt-start {
    align-items: flex-start !important; }
  .align-items-lt-end {
    align-items: flex-end !important; }
  .align-items-lt-center {
    align-items: center !important; }
  .align-items-lt-baseline {
    align-items: baseline !important; }
  .align-items-lt-stretch {
    align-items: stretch !important; }
  .align-content-lt-start {
    align-content: flex-start !important; }
  .align-content-lt-end {
    align-content: flex-end !important; }
  .align-content-lt-center {
    align-content: center !important; }
  .align-content-lt-between {
    align-content: space-between !important; }
  .align-content-lt-around {
    align-content: space-around !important; }
  .align-content-lt-stretch {
    align-content: stretch !important; }
  .align-self-lt-auto {
    align-self: auto !important; }
  .align-self-lt-start {
    align-self: flex-start !important; }
  .align-self-lt-end {
    align-self: flex-end !important; }
  .align-self-lt-center {
    align-self: center !important; }
  .align-self-lt-baseline {
    align-self: baseline !important; }
  .align-self-lt-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1580px) {
  .float-lt-left {
    float: left !important; }
  .float-lt-right {
    float: right !important; }
  .float-lt-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1580px) {
  .m-lt-0 {
    margin: 0 !important; }
  .mt-lt-0 {
    margin-top: 0 !important; }
  .mr-lt-0 {
    margin-right: 0 !important; }
  .mb-lt-0 {
    margin-bottom: 0 !important; }
  .ml-lt-0 {
    margin-left: 0 !important; }
  .mx-lt-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lt-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lt-1 {
    margin: 0.25rem !important; }
  .mt-lt-1 {
    margin-top: 0.25rem !important; }
  .mr-lt-1 {
    margin-right: 0.25rem !important; }
  .mb-lt-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lt-1 {
    margin-left: 0.25rem !important; }
  .mx-lt-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lt-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lt-2 {
    margin: 0.5rem !important; }
  .mt-lt-2 {
    margin-top: 0.5rem !important; }
  .mr-lt-2 {
    margin-right: 0.5rem !important; }
  .mb-lt-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lt-2 {
    margin-left: 0.5rem !important; }
  .mx-lt-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lt-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lt-3 {
    margin: 1rem !important; }
  .mt-lt-3 {
    margin-top: 1rem !important; }
  .mr-lt-3 {
    margin-right: 1rem !important; }
  .mb-lt-3 {
    margin-bottom: 1rem !important; }
  .ml-lt-3 {
    margin-left: 1rem !important; }
  .mx-lt-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lt-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lt-4 {
    margin: 1.5rem !important; }
  .mt-lt-4 {
    margin-top: 1.5rem !important; }
  .mr-lt-4 {
    margin-right: 1.5rem !important; }
  .mb-lt-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lt-4 {
    margin-left: 1.5rem !important; }
  .mx-lt-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lt-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lt-5 {
    margin: 3rem !important; }
  .mt-lt-5 {
    margin-top: 3rem !important; }
  .mr-lt-5 {
    margin-right: 3rem !important; }
  .mb-lt-5 {
    margin-bottom: 3rem !important; }
  .ml-lt-5 {
    margin-left: 3rem !important; }
  .mx-lt-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lt-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lt-0 {
    padding: 0 !important; }
  .pt-lt-0 {
    padding-top: 0 !important; }
  .pr-lt-0 {
    padding-right: 0 !important; }
  .pb-lt-0 {
    padding-bottom: 0 !important; }
  .pl-lt-0 {
    padding-left: 0 !important; }
  .px-lt-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lt-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lt-1 {
    padding: 0.25rem !important; }
  .pt-lt-1 {
    padding-top: 0.25rem !important; }
  .pr-lt-1 {
    padding-right: 0.25rem !important; }
  .pb-lt-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lt-1 {
    padding-left: 0.25rem !important; }
  .px-lt-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lt-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lt-2 {
    padding: 0.5rem !important; }
  .pt-lt-2 {
    padding-top: 0.5rem !important; }
  .pr-lt-2 {
    padding-right: 0.5rem !important; }
  .pb-lt-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lt-2 {
    padding-left: 0.5rem !important; }
  .px-lt-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lt-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lt-3 {
    padding: 1rem !important; }
  .pt-lt-3 {
    padding-top: 1rem !important; }
  .pr-lt-3 {
    padding-right: 1rem !important; }
  .pb-lt-3 {
    padding-bottom: 1rem !important; }
  .pl-lt-3 {
    padding-left: 1rem !important; }
  .px-lt-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lt-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lt-4 {
    padding: 1.5rem !important; }
  .pt-lt-4 {
    padding-top: 1.5rem !important; }
  .pr-lt-4 {
    padding-right: 1.5rem !important; }
  .pb-lt-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lt-4 {
    padding-left: 1.5rem !important; }
  .px-lt-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lt-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lt-5 {
    padding: 3rem !important; }
  .pt-lt-5 {
    padding-top: 3rem !important; }
  .pr-lt-5 {
    padding-right: 3rem !important; }
  .pb-lt-5 {
    padding-bottom: 3rem !important; }
  .pl-lt-5 {
    padding-left: 3rem !important; }
  .px-lt-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lt-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lt-auto {
    margin: auto !important; }
  .mt-lt-auto {
    margin-top: auto !important; }
  .mr-lt-auto {
    margin-right: auto !important; }
  .mb-lt-auto {
    margin-bottom: auto !important; }
  .ml-lt-auto {
    margin-left: auto !important; }
  .mx-lt-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lt-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1580px) {
  .text-lt-left {
    text-align: left !important; }
  .text-lt-right {
    text-align: right !important; }
  .text-lt-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-brand-primary {
  color: #122A59 !important; }

a.text-brand-primary:focus, a.text-brand-primary:hover {
  color: #09162f !important; }

.text-primary {
  color: #367FBF !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #2b6597 !important; }

.text-secondary {
  color: #868e96 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important; }

.text-success {
  color: #2DCB48 !important; }

a.text-success:focus, a.text-success:hover {
  color: #24a139 !important; }

.text-info {
  color: #FF821D !important; }

a.text-info:focus, a.text-info:hover {
  color: #e96800 !important; }

.text-warning {
  color: #f7ec13 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d0c607 !important; }

.text-danger {
  color: #F43319 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #d0210a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

.text-latest {
  color: #f3931f !important; }

a.text-latest:focus, a.text-latest:hover {
  color: #d4790b !important; }

.text-muted {
  color: #868e96 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

v.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  v.fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

v .fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  font-family: 'AgIcons';
  content: 'S'; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  font-family: 'AgIcons';
  content: 'E'; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  font-family: 'AgIcons';
  content: 'H'; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  font-family: 'AgIcons';
  content: 'T'; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    color: #367FBF;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  z-index: 2;
  left: -5px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    font-family: 'AgIcons';
    content: '<'; }
    [dir="rtl"] .slick-prev:before {
      font-family: 'AgIcons';
      content: '>'; }

.slick-next {
  right: -5px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    font-family: 'AgIcons';
    content: '>'; }
    [dir="rtl"] .slick-next:before {
      font-family: 'AgIcons';
      content: '<'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 50px; }

.slick-dots {
  position: absolute;
  bottom: -15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 1; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 11px;
        line-height: 20px;
        text-align: center;
        color: #122A59;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #122A59;
      opacity: 0.75; }

.slick-carousel {
  width: 96%;
  display: block;
  margin-left: 2%;
  margin-top: 20px; }
  .slick-carousel.slick-sub {
    width: 92%;
    margin-left: 4%; }
  .slick-carousel.slick-main .slick-prev {
    z-index: 2;
    top: auto;
    bottom: -55px;
    left: 50px;
    right: auto; }
  .slick-carousel.slick-main .slick-next {
    z-index: 2;
    top: auto;
    bottom: -55px;
    left: 80px;
    right: auto; }

/* @group RESETS */
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: white; }

html.site {
  background-color: #232323; }

body {
  position: relative;
  padding: 0;
  line-height: 1.3;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  color: black;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/*h1,h2,h3,h4,h5,h6 {
	font-family: $font-header;
	font-weight: 600;
}*/
/*a:link,
a:visited,
a:hover,
a:focus,
a:active {
	color: $color-text-main-anchor;
}*/
/* @end */
/* @end */
/* @group DATATABLES OVERRIDES */
table.dataTable {
  font-size: 1rem;
  width: 100%; }
  table.dataTable tbody tr:hover {
    background-color: #f7f7f7;
    cursor: pointer; }
  table.dataTable thead th,
  table.dataTable tfoot th {
    font-weight: bold;
    text-align: left;
    color: #122A59; }
  table.dataTable thead th,
  table.dataTable thead td {
    padding: .6em 1.5em;
    border-bottom: 1px solid #dbdbdb; }
  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: .5em 0 .5em 1.5em;
    vertical-align: top; }
  table.dataTable thead th.center,
  table.dataTable tbody td.center {
    text-align: center; }
  table.dataTable.no-footer {
    border-bottom: none; }

/*table.dataTable.no-footer  {
	border-bottom: none;
}*/
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  font-size: 0.85em; }
  .dataTables_wrapper .dataTables_length input,
  .dataTables_wrapper .dataTables_length select,
  .dataTables_wrapper .dataTables_filter input,
  .dataTables_wrapper .dataTables_filter select,
  .dataTables_wrapper .dataTables_info input,
  .dataTables_wrapper .dataTables_info select,
  .dataTables_wrapper .dataTables_paginate input,
  .dataTables_wrapper .dataTables_paginate select {
    /*margin-left: 0.5em;*/
    /*font-size: 1rem;*/
    padding: 4px 6px;
    /*background-color: #f5f5f5;*/
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #495057; }
  .dataTables_wrapper .dataTables_length .paginate_button,
  .dataTables_wrapper .dataTables_filter .paginate_button,
  .dataTables_wrapper .dataTables_info .paginate_button,
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.25em 0.5em; }

.dataTables_wrapper .dataTables_processing {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  margin-top: 28px;
  margin-left: -10%;
  padding: 1em;
  color: white;
  background: transparent; }

.dataTables_wrapper div.dataTables_info,
.dataTables_wrapper label {
  color: #122A59;
  margin-left: 20px; }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

/* @end */
/* @group BOOTSTRAP OVERRIDES */
.btn {
  cursor: pointer; }

.btn-outline-dark {
  color: gray;
  border-color: gray; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #122A59;
  border-color: #09162f; }

ol.breadcrumb a {
  font-size: 12px;
  color: #868e96; }

.form-control {
  padding: 0.5em 0.6em; }

.custom-select {
  padding: 0 3em 0 .6em;
  height: 33.375px; }

/* @end */
/* @group BOOTSTRAP-NOTIFY ALERTS */
div[data-notify="container"] span[data-notify="title"] {
  display: block;
  font-weight: bold; }

div[data-notify="container"] span[data-notify="message"] {
  display: block;
  padding: .4em;
  font-size: .9em; }

/* @end */
/* @group CHOSEN plugin overrides */
.custom-select.chosen-select {
  width: 100%; }

.chosen-container.chosen-container-multi {
  font-size: 1rem;
  line-height: 1.25;
  /*&chosen-with-drop.chosen-container-active {

		.chosen-drop {
			//background-color: yellow;
		}
	}*/ }
  .chosen-container.chosen-container-multi .chosen-choices {
    height: calc(calc(2.25rem + 2px) + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: none;
    height: 38px;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-left: 5px; }
    .chosen-container.chosen-container-multi .chosen-choices li.search-choice {
      margin: 0 5px 0 0;
      padding: 5px 25px 5px 10px;
      border: 1px solid #ccc;
      max-width: 100%;
      border-radius: 0.25rem;
      background-color: #d3eaf7;
      background-image: none;
      color: #3a3a3a;
      line-height: 15px; }

.chosen-container .chosen-drop {
  border-color: rgba(0, 0, 0, 0.15); }
  .chosen-container .chosen-drop .chosen-results {
    color: #495057;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch; }

nav.nav {
  margin: 0 0 2em 0; }
  nav.nav .description {
    margin: 0 0 .3em 3em;
    color: #999; }

/* @end */
/* This file is specific for datatables overrides.*/
div.DTED_Lightbox_Wrapper {
  z-index: 1050 !important; }

.select2-selection__placeholder, .placeholder-label {
  opacity: 1;
  color: #595959 !important;
  font-size: 16px; }

.ag-btn {
  height: 38px;
  border-radius: 24px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.15625vw);
  font-weight: 800;
  letter-spacing: 0.1px;
  line-height: calc(13px + 0.57292vw);
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.3s;
  outline: none !important; }
  .ag-btn:disabled:hover {
    box-shadow: none;
    cursor: not-allowed; }
  .ag-btn.ag-btn-blue {
    color: #FFFFFF !important;
    background-color: #367FBF; }
    .ag-btn.ag-btn-blue:disabled {
      background-color: #A8D0EA; }
      .ag-btn.ag-btn-blue:disabled:hover {
        box-shadow: none; }
    .ag-btn.ag-btn-blue:hover {
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      background-color: #122A59; }
      .ag-btn.ag-btn-blue:hover:disabled {
        background-color: #A8D0EA; }
    .ag-btn.ag-btn-blue:focus {
      background-color: #367FBF;
      border: none; }
  .ag-btn.ag-btn-dark-blue {
    color: #FFFFFF !important;
    background-color: #122A59; }
    .ag-btn.ag-btn-dark-blue:disabled {
      background-color: #A8D0EA; }
      .ag-btn.ag-btn-dark-blue:disabled:hover {
        box-shadow: none; }
    .ag-btn.ag-btn-dark-blue:hover {
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      background-color: #367FBF; }
      .ag-btn.ag-btn-dark-blue:hover:disabled {
        background-color: #A8D0EA; }
    .ag-btn.ag-btn-dark-blue:focus {
      background-color: #122A59;
      border: none; }
  .ag-btn.ag-btn-clear {
    color: #122A59;
    background: none; }
    .ag-btn.ag-btn-clear:focus {
      background: none; }
  .ag-btn.ag-btn-green {
    color: white;
    background-color: #2DCB48; }
    .ag-btn.ag-btn-green:disabled {
      background-color: #a8eaaf;
      box-shadow: none; }
    .ag-btn.ag-btn-green:hover {
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      background-color: #28B440; }
      .ag-btn.ag-btn-green:hover:disabled {
        background-color: #a8eaaf;
        box-shadow: none; }
  .ag-btn.ag-btn-orange {
    color: white;
    background-color: #FF821D; }
    .ag-btn.ag-btn-orange:disabled {
      background-color: #FAB37A;
      box-shadow: none; }
    .ag-btn.ag-btn-orange:hover {
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      background-color: #EF791B; }
      .ag-btn.ag-btn-orange:hover:disabled {
        background-color: #FAB37A;
        box-shadow: none; }
  .ag-btn.ag-btn-clear-green {
    color: #2DCB48;
    background-color: white;
    border: 1px solid #2DCB48; }
    .ag-btn.ag-btn-clear-green:disabled {
      background-color: #FBFBFB;
      box-shadow: none;
      border: 1px solid #a8eaaf;
      color: #a8eaaf; }
    .ag-btn.ag-btn-clear-green:hover {
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      border-color: #28B440; }
      .ag-btn.ag-btn-clear-green:hover:disabled {
        background-color: #FBFBFB;
        box-shadow: none;
        border: 1px solid #a8eaaf;
        color: #a8eaaf; }
  .ag-btn.ag-btn-clear-blue {
    border: 1px solid #367FBF;
    color: #367FBF;
    background-color: white; }
    .ag-btn.ag-btn-clear-blue:hover {
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      color: #122A59;
      border-color: #122A59; }
      .ag-btn.ag-btn-clear-blue:hover:disabled {
        background-color: #FBFBFB;
        color: #A8D0EA;
        border-color: #A8D0EA;
        box-shadow: none; }
    .ag-btn.ag-btn-clear-blue:disabled {
      background-color: #FBFBFB;
      color: #A8D0EA;
      border-color: #A8D0EA;
      box-shadow: none; }
  .ag-btn.ag-btn-red {
    color: #FFFFFF !important;
    background-color: #F43319; }
    .ag-btn.ag-btn-red:hover {
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      background-color: #C72B13; }
      .ag-btn.ag-btn-red:hover:disabled {
        background-color: #F0B3AA; }
    .ag-btn.ag-btn-red:disabled {
      background-color: #F0B3AA; }
      .ag-btn.ag-btn-red:disabled:hover {
        background-color: #C72B13; }
    .ag-btn.ag-btn-red:focus {
      background-color: #F43318;
      border: none; }
  .ag-btn.ag-btn-small {
    height: 36px; }
  .ag-btn.ag-btn-wide {
    padding-left: 80px;
    padding-right: 80px; }
    @media (max-width: 767px) {
      .ag-btn.ag-btn-wide {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%; } }
  .ag-btn.ag-btn-wider {
    padding-left: 120px;
    padding-right: 120px; }
    @media (max-width: 767px) {
      .ag-btn.ag-btn-wider {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%; } }
  .ag-btn.ag-btn-full-width {
    width: 100%;
    margin-bottom: 10px; }

.badge {
  color: #FFFFFF;
  border-radius: 12px;
  padding: 5px 10px; }
  .badge.ag-test-completed {
    background-color: #122A59; }
  .badge.ag-test-pending {
    background-color: #FFCC00; }
  .badge.ag-test-needed {
    background-color: #2DCB48; }
  .badge.ag-test-error {
    background-color: #F43319; }

.popover-icon-primary {
  color: #367FBF !important; }

.popover-icon-dark {
  color: #122A59; }

.popover-icon-green {
  color: #2DCB48; }

.popover-icon-yellow {
  color: #FFCC00; }

.popover-icon-orange {
  color: #FF821D; }

.popover-primary .popover-body {
  background-color: #367FBF !important;
  border-color: #367FBF !important; }

.popover-primary .popover {
  background-color: #367FBF !important;
  border-color: #367FBF !important; }

.popover-dark .popover-body {
  background-color: #122A59 !important;
  border-color: #122A59 !important; }

.popover-dark .popover {
  border-color: #122A59 !important;
  background-color: #122A59 !important; }

.popover-green .popover-body {
  background-color: #2DCB48 !important;
  border-color: #2DCB48 !important; }

.popover-green .popover {
  background-color: #2DCB48 !important;
  border-color: #2DCB48 !important; }

.popover-yellow .popover-body {
  background-color: #FFCC00 !important;
  border-color: #FFCC00 !important; }

.popover-yellow .popover {
  background-color: #FFCC00 !important;
  border-color: #FFCC00 !important; }

.popover-red .popover-body {
  background-color: #F43319 !important;
  border-color: #F43319 !important; }

.popover-red .popover {
  background-color: #F43319 !important;
  border-color: #F43319 !important; }

.popover-orange .popover-body {
  background-color: #FF821D !important;
  border-color: #FF821D !important; }

.popover-orange .popover {
  background-color: #FF821D !important;
  border-color: #FF821D !important; }

@media (max-width: 767px) {
  .ag-btn-mobile-line {
    width: 100%;
    margin-top: 10px; } }

.ag-input {
  text-align: left;
  height: 48px;
  border-radius: 24px;
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  border: #dbdbdb 1px solid;
  color: #122A59;
  outline: none !important;
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.15625vw);
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: calc(13px + 0.57292vw);
  font-size: 16px;
  line-height: 40px;
  box-shadow: 0 2px 0 0 #dbdbdb; }
  @media (max-width: 991px) {
    .ag-input {
      vertical-align: sub; } }
  .ag-input:disabled {
    background-color: #dbdbdb; }
  .ag-input.no-shadow {
    box-shadow: none; }
  .ag-input.ag-textarea {
    padding: 15px;
    display: block;
    max-width: 100%;
    height: 120px;
    line-height: normal; }

.ag-input-wide {
  width: 350px;
  max-width: 100%; }

div.ag-responsive-input-left {
  text-align: left; }
  @media only screen and (max-width: 450px) {
    div.ag-responsive-input-left {
      text-align: center; } }

div.ag-input-medium {
  max-width: 75%;
  width: 75%; }
  @media only screen and (max-width: 1440px) {
    div.ag-input-medium {
      width: 350px; } }

input.ag-input-medium {
  width: 100%; }

div.ag-input-short {
  width: 350px;
  max-width: 100%; }
  @media only screen and (max-width: 450px) {
    div.ag-input-short {
      width: 75%; } }

input.ag-input-short {
  width: 75%; }
  @media only screen and (max-width: 450px) {
    input.ag-input-short {
      width: 100%; } }

.ag-input-label {
  line-height: 50px;
  text-align: right; }

.ag-input-error:not(.ag-select-container) {
  color: #F43319;
  box-shadow: 0 2px 0 0 #F43319 !important; }

input[type='checkbox'].ag-input-error ~ .checkmark {
  border-color: #F43319 !important; }

.ag-input-success:not(.ag-select-container) {
  color: #2DCB48;
  box-shadow: 0 2px 0 0 #2DCB48 !important; }

.ag-input-required:not(.ag-select-container) {
  box-shadow: 0 2px 0 0 #367FBF; }

.ag-input-container {
  display: inline-block;
  position: relative; }
  @media (min-width: 576px) {
    .ag-input-container.skip-label label {
      display: none; } }
  .ag-input-container.ag-input-container-active label {
    top: 3px;
    left: 23px;
    font-size: 12px;
    line-height: unset; }
  @media (min-width: 576px) {
    .ag-input-container.ag-input-container-active.skip-label input {
      padding-top: 5px !important; } }
  .ag-input-container.ag-input-container-active input {
    padding-top: 20px !important;
    z-index: 1; }
  .ag-input-container input {
    transition: all 0.5s;
    z-index: 1; }
  .ag-input-container label {
    pointer-events: none;
    transition: all 0.3s;
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 2; }
  .ag-input-container .icon {
    position: absolute;
    top: 16.5px;
    right: 30px;
    color: #367FBF;
    z-index: 10; }

.ag-checkbox {
  font-family: "Nunito Sans";
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 20px;
  min-width: 20px;
  margin: 5px; }
  .ag-checkbox .ag-checkbox-label {
    margin-left: 30px;
    margin-right: 5px;
    line-height: 28px; }
    @media (max-width: 991px) {
      .ag-checkbox .ag-checkbox-label {
        margin-left: 22px;
        margin-right: 0px; } }
  .ag-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    z-index: 2; }
    .ag-checkbox input:disabled {
      cursor: not-allowed; }
  .ag-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: none;
    border: 2px #dbdbdb solid;
    border-radius: 5px;
    margin-top: 4px; }
  .ag-checkbox:hover input ~ .checkmark {
    background-color: #dbdbdb; }
  .ag-checkbox input:checked ~ .checkmark {
    background-color: #dbdbdb; }
  .ag-checkbox input:disabled ~ .checkmark {
    background-color: #dbdbdb;
    cursor: not-allowed; }
    .ag-checkbox input:disabled ~ .checkmark:after {
      cursor: not-allowed;
      color: #adb5bd; }
  .ag-checkbox .checkmark:after {
    font-size: 18px;
    line-height: 18px;
    font-family: 'FontAwesome';
    content: "";
    top: 0px;
    left: -1px;
    position: absolute;
    display: none; }
    @media (max-width: 767px) {
      .ag-checkbox .checkmark:after {
        top: -1px; } }
  .ag-checkbox input:checked ~ .checkmark:after {
    display: block; }
  .ag-checkbox .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
  top: 7px;
  left: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: black; }

.container-radio {
  position: relative;
  padding-left: 35px;
  margin-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  line-height: 25px; }
  .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .container-radio .checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border-style: solid;
    border-color: #dbdbdb;
    border-width: 2px; }
    .container-radio .checkmark-radio:after {
      content: "";
      position: absolute;
      position: absolute;
      display: none; }
  .container-radio input:checked ~ .checkmark-radio:after {
    display: block; }
  .container-radio input:checked ~ .checkmark-radio {
    background-color: #dbdbdb; }
  .container-radio input:disabled ~ .checkmark-radio {
    background-color: #dbdbdb;
    cursor: not-allowed; }
  .container-radio:hover input ~ .checkmark-radio {
    background-color: #dbdbdb; }

.iti__country-list {
  min-width: auto !important;
  max-width: 400px !important;
  min-height: 48px !important;
  line-height: 48px !important;
  border-radius: 24px;
  text-align: left;
  outline: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important; }

.iti__country {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.iti__selected-flag:hover {
  border-radius: 24px;
  background-color: #dbdbdb; }

.iti__selected-flag:focus {
  border-color: green !important;
  outline: none !important; }

.iti__country.iti__highlight {
  background-color: #367FBF !important;
  color: white; }

.ag-select-container {
  position: relative;
  display: inline-block; }
  .ag-select-container label {
    display: none;
    pointer-events: none;
    position: absolute;
    top: 3px;
    left: 22px;
    z-index: 2; }
  .ag-select-container.ag-select-container-active.show-label label, .ag-select-container:focus.show-label label {
    display: block;
    font-size: 12px; }
  .ag-select-container.ag-select-container-active.show-label .select2-selection__rendered, .ag-select-container:focus.show-label .select2-selection__rendered {
    transform: translate(2px, 5px); }
  .ag-select-container.ag-select-container-active.show-label .select2-selection__clear, .ag-select-container:focus.show-label .select2-selection__clear {
    transform: translate(-7px, -5px); }
  @media (max-width: 767px) {
    .ag-select-container.ag-select-container-active label, .ag-select-container:focus label {
      display: block;
      font-size: 12px; }
    .ag-select-container.ag-select-container-active .select2-selection__rendered, .ag-select-container:focus .select2-selection__rendered {
      transform: translate(0, 5px); }
    .ag-select-container.ag-select-container-active .select2-selection__clear, .ag-select-container:focus .select2-selection__clear {
      transform: translate(0, -5px); } }
  .ag-select-container .select2-selection {
    box-shadow: 0 2px 0 0 #dbdbdb; }
  .ag-select-container.ag-input-required .select2-selection {
    box-shadow: 0 2px 0 0 #367FBF; }
  .ag-select-container.ag-input-error .select2-selection {
    box-shadow: 0 2px 0 0 #F43319; }
  .ag-select-container.ag-input-error .select2-selection__rendered {
    color: #F43319; }
  .ag-select-container.ag-input-success .select2-selection {
    box-shadow: 0 2px 0 0 #2DCB48; }
  .ag-select-container.ag-input-success .select2-selection__rendered {
    color: #2DCB48; }

.select2 {
  min-width: 100px;
  max-width: 100%;
  min-height: 48px;
  line-height: 48px !important;
  text-align: left;
  outline: none !important; }
  .select2 span:not(.select2-selection__choice__remove):not(.select2-selection__choice):not(.select2-selection__clear):not(.select2-selection__arrow):not(.selection) {
    min-width: 100px;
    max-width: 100%;
    min-height: 48px;
    line-height: 48px !important;
    text-align: left;
    outline: none !important;
    border-radius: 24px; }
  .select2.select2-container--open.select2-container--below span {
    border-radius: 24px 24px 0 0 !important; }
  .select2.select2-container--open.select2-container--above span {
    border-radius: 0 0 24px 24px !important; }
  .select2.select2-container {
    margin: 0px 0px 0px -2px; }
  .select2-selection, .select2-dropdown, .select2-search__field, .select2-selection__choice {
    border: 1px solid #dbdbdb !important; }
  .select2 .select2-selection__arrow {
    height: 48px !important;
    right: 4px !important; }
  .select2 .select2-selection__rendered {
    padding-left: 22px !important;
    font-size: 16px !important; }
  .select2 .select2-selection--multiple .select2-search--inline {
    line-height: normal !important; }
  .select2 .select2-selection--multiple input {
    border: none !important; }
  .select2 .select2-selection--multiple ul {
    padding: 10px !important; }
  .select2 .select2-selection__choice {
    line-height: normal !important;
    background-color: #dbdbdb !important; }

.ui-dialog .select2-dropdown {
  left: -3px !important; }

.select2-dropdown {
  border-radius: 0 0 24px 24px !important;
  overflow: hidden;
  left: -2px !important; }
  .select2-dropdown.select2-dropdown--above {
    border-radius: 7px 7px 0 0 !important;
    top: 1px !important; }
  .select2-dropdown li {
    line-height: 30px !important;
    padding-left: 15px !important; }
    .select2-dropdown li.select2-results__option--highlighted {
      background-color: #367FBF !important;
      color: white !important; }
    .select2-dropdown li[aria-disabled="true"] {
      display: none; }
    .select2-dropdown li[aria-selected="true"] {
      background-color: #dbdbdb; }
    .select2-dropdown li:last-child {
      padding-bottom: 8px; }

.top-div-padding {
  padding-bottom: 100px; }
  @media (max-width: 684px) {
    .top-div-padding {
      padding-top: 150px; } }
  @media (min-width: 685px) and (max-width: 899px) {
    .top-div-padding {
      padding-top: 210px; } }
  @media (min-width: 900px) and (max-width: 1329px) {
    .top-div-padding {
      padding-top: 210px; } }
  @media (min-width: 1330px) {
    .top-div-padding {
      padding-top: 230px; } }
  .top-div-padding.has-footer {
    padding-bottom: 0; }
  .top-div-padding.has-footer-below {
    padding-bottom: 170px; }
    @media (max-width: 991px) {
      .top-div-padding.has-footer-below {
        padding-bottom: 135px; } }
    @media (max-width: 767px) {
      .top-div-padding.has-footer-below {
        padding-bottom: 120px; } }
  .top-div-padding.admin-padding {
    padding-top: 160px;
    padding-bottom: 20px;
    padding-left: 95px; }

.ag-menu-hugger-div {
  border-radius: 0 0 24px 24px;
  position: relative;
  margin-top: -140px;
  background-size: cover;
  width: 100%;
  min-height: 200px; }
  .ag-menu-hugger-div:before, .ag-menu-hugger-div:after {
    content: '';
    display: table; }
  .ag-menu-hugger-div:after {
    clear: both; }
  .ag-menu-hugger-div .ag-menu-hugger-compress {
    margin-left: 5%;
    margin-right: 5%; }
    @media (max-width: 991px) {
      .ag-menu-hugger-div .ag-menu-hugger-compress {
        margin-left: 0;
        margin-right: 0; } }
  .ag-menu-hugger-div .ag-generic-header-icon-right {
    float: right;
    margin-right: 100px;
    margin-top: -15px; }
    @media (max-width: 1199px) {
      .ag-menu-hugger-div .ag-generic-header-icon-right {
        height: 85px;
        margin-right: 50px; } }
    @media (max-width: 767px) {
      .ag-menu-hugger-div .ag-generic-header-icon-right {
        height: 70px;
        margin-right: 45px;
        margin-top: 0px; }
        .ag-menu-hugger-div .ag-generic-header-icon-right.single-mobile-line {
          margin-top: -15px; } }
  .ag-menu-hugger-div.dark {
    background-color: #122A59;
    background-image: url("../images/desktop-dark-bg-new.png"); }
    @media (max-width: 991px) {
      .ag-menu-hugger-div.dark {
        background-image: url("../images/mobile-dark-bg-new.png"); } }
  .ag-menu-hugger-div.light {
    background-color: white;
    background-image: url("../images/desktop-light-bg-new.png"); }
    @media (max-width: 684px) {
      .ag-menu-hugger-div.light {
        padding-top: 75px; } }
    @media (min-width: 685px) and (max-width: 899px) {
      .ag-menu-hugger-div.light {
        padding-top: 115px; } }
    @media (min-width: 900px) and (max-width: 1329px) {
      .ag-menu-hugger-div.light {
        padding-top: 115px; } }
    @media (min-width: 1330px) {
      .ag-menu-hugger-div.light {
        padding-top: 120px; } }
    @media (max-width: 991px) {
      .ag-menu-hugger-div.light {
        background-image: url("../images/mobile-light-bg-new.png"); } }
  .ag-menu-hugger-div .ag-menu-hugger-footer {
    border-radius: 24px 24px 0 0;
    background-color: white;
    padding: 30px 45px 30px 45px;
    border-bottom: 1px solid #dbdbdb;
    margin-top: 100px; }
    .ag-menu-hugger-div .ag-menu-hugger-footer:before, .ag-menu-hugger-div .ag-menu-hugger-footer:after {
      content: '';
      display: table; }
    .ag-menu-hugger-div .ag-menu-hugger-footer:after {
      clear: both; }
    .ag-menu-hugger-div .ag-menu-hugger-footer .floatLeft {
      line-height: 48px; }
    .ag-menu-hugger-div .ag-menu-hugger-footer.no-padding {
      padding: 0px; }
    @media (max-width: 1199px) {
      .ag-menu-hugger-div .ag-menu-hugger-footer {
        margin-top: 80px; } }
    @media (max-width: 767px) {
      .ag-menu-hugger-div .ag-menu-hugger-footer {
        padding: 15px 30px 15px 30px;
        margin-top: 50px; } }

.ag-generic-header-title .ag-generic-header-text {
  max-width: calc(100% - 180px); }
  @media (max-width: 1199px) {
    .ag-generic-header-title .ag-generic-header-text {
      max-width: calc(100% - 150px); } }
  @media (max-width: 767px) {
    .ag-generic-header-title .ag-generic-header-text {
      max-width: calc(100% - 120px); } }
  .ag-generic-header-title .ag-generic-header-text .ag-generic-header-subtext {
    margin-top: 10px; }

.ag-generic-header-title .ag-generic-header-text-full-width {
  max-width: 100%; }

@media (max-width: 991px) {
  .ag-generic-header-title {
    padding-left: 30px;
    padding-right: 30px; } }

.ag-core-div {
  border-radius: 24px;
  height: 100%;
  width: 90%;
  padding: 45px;
  background-color: white;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 30px;
  margin-top: 30px; }
  .ag-core-div:before, .ag-core-div:after {
    content: '';
    display: table; }
  .ag-core-div:after {
    clear: both; }
  @media (max-width: 767px) {
    .ag-core-div {
      padding: 30px; } }
  .ag-core-div.shadowed {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
  .ag-core-div.no-pad {
    padding: 0; }
  .ag-core-div.top-footer-connected {
    margin-top: 0px;
    border-radius: 0 0 24px 24px; }
  .ag-core-div.no-margin {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .ag-core-div.menu-hugger-shift-up {
    position: relative;
    z-index: 2;
    margin-top: -100px; }
    @media (max-width: 991px) {
      .ag-core-div.menu-hugger-shift-up {
        margin-top: -80px; } }
    @media (max-width: 767px) {
      .ag-core-div.menu-hugger-shift-up {
        margin-top: -65px; } }

hr.solid {
  border-top: 5px solid #bbb; }

.multi-animal-content-org-div {
  height: 80%;
  width: 100%;
  background-color: white;
  margin-bottom: 30px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .multi-animal-content-org-div {
      height: 100%; } }
  .multi-animal-content-org-div:before, .multi-animal-content-org-div:after {
    content: '';
    display: table; }
  .multi-animal-content-org-div:after {
    clear: both; }
  .multi-animal-content-org-div.calc-ver {
    height: auto; }
  .multi-animal-content-org-div.collapsed .multi-animal-content-org-div-title {
    border-bottom: none; }
    .multi-animal-content-org-div.collapsed .multi-animal-content-org-div-title::after {
      transform: rotate(180deg);
      padding-bottom: 1px; }
  .multi-animal-content-org-div.collapsed .multi-animal-content-org-div-content {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .multi-animal-content-org-div .multi-animal-content-org-div-title {
    color: #122A59;
    font-family: "Nunito Sans";
    font-size: calc(13px + 0.26042vw);
    line-height: calc(13px + 0.57292vw);
    font-weight: bold;
    letter-spacing: normal;
    border-bottom: 1px #dbdbdb solid;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .multi-animal-content-org-div .multi-animal-content-org-div-title {
        padding: 25px 25px 25px 25px; } }
    .multi-animal-content-org-div .multi-animal-content-org-div-title::after {
      transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      font-family: 'FontAwesome';
      font-size: 18px;
      color: #367FBF;
      display: inline-block;
      content: "";
      float: right; }
    .multi-animal-content-org-div .multi-animal-content-org-div-title.no-collapse {
      cursor: default; }
      .multi-animal-content-org-div .multi-animal-content-org-div-title.no-collapse::after {
        content: ''; }
  .multi-animal-content-org-div .multi-animal-content-org-div-content {
    transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    padding: 30px 45px 30px 45px;
    max-height: 2000px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .multi-animal-content-org-div .multi-animal-content-org-div-content {
        padding: 15px 25px 15px 25px; } }

.ag-content-org-div {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  background-color: white;
  margin-bottom: 30px;
  margin-top: 30px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
  .ag-content-org-div:before, .ag-content-org-div:after {
    content: '';
    display: table; }
  .ag-content-org-div:after {
    clear: both; }
  .ag-content-org-div.calc-ver {
    height: auto; }
  .ag-content-org-div.collapsed .ag-content-org-div-title {
    border-bottom: none; }
    .ag-content-org-div.collapsed .ag-content-org-div-title::after {
      transform: rotate(180deg); }
  .ag-content-org-div.collapsed .ag-content-org-div-content {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .ag-content-org-div .ag-content-org-div-title {
    color: #122A59;
    font-family: "Nunito Sans";
    font-size: calc(13px + 1.30208vw);
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: calc(17px + 1.61458vw);
    border-bottom: 1px #dbdbdb solid;
    padding: 30px 45px 30px 45px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .ag-content-org-div .ag-content-org-div-title {
        padding: 25px 25px 25px 25px; } }
    .ag-content-org-div .ag-content-org-div-title::after {
      transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      font-family: 'FontAwesome';
      font-size: 18px;
      color: #367FBF;
      display: inline-block;
      content: "";
      float: right; }
    .ag-content-org-div .ag-content-org-div-title.no-collapse {
      cursor: default; }
      .ag-content-org-div .ag-content-org-div-title.no-collapse::after {
        content: ''; }
  .ag-content-org-div .ag-content-org-div-content {
    transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    padding: 30px 45px 30px 45px;
    max-height: 2000px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .ag-content-org-div .ag-content-org-div-content {
        padding: 15px 25px 15px 25px; } }

.cart-compress {
  transition: margin-right 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  .cart-compress:before, .cart-compress:after {
    content: '';
    display: table; }
  .cart-compress:after {
    clear: both; }
  @media (min-width: 1200px) {
    .cart-compress.cart-compressed {
      margin-right: 510px !important; } }

.price-footer {
  display: none;
  position: fixed;
  bottom: 0;
  height: 40px;
  left: 5vw;
  z-index: 3;
  width: 80vw;
  background-color: #dbdbdb;
  padding: 12px 10px 0 35px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 24px 0 0 0; }
  @media (max-width: 767px) {
    .price-footer {
      display: block; } }

.content-page-container {
  margin: 0 5% 0 5%; }
  @media (max-width: 991px) {
    .content-page-container {
      margin: 0; } }

.ag-color-dark-blue {
  color: #122A59; }

.ag-color-orange {
  color: #EF791B; }

.ag-color-primary-blue {
  color: #367FBF; }

.ag-color-white {
  color: white; }

.ag-color-black {
  color: black; }

.ag-color-green {
  color: #2DCB48; }

.ag-color-red {
  color: #F43319; }

.ag-text--red-smal {
  color: #F43319;
  font-size: 80%; }

.ag-xs-text {
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.15625vw);
  font-weight: normal;
  letter-spacing: 0.1px;
  line-height: calc(13px + 0.57292vw); }

.ag-sm-text {
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.26042vw);
  line-height: calc(13px + 0.57292vw);
  font-weight: normal;
  letter-spacing: normal; }

.ag-md-text {
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.57292vw);
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: calc(13px + 1.30208vw); }

.ag-mdl-text {
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.98958vw);
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: calc(13px + 1.30208vw); }

.ag-lg-text {
  font-family: "Nunito Sans";
  font-size: calc(13px + 1.30208vw);
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: calc(17px + 1.61458vw); }

.ag-lg2-text {
  font-family: "Nunito Sans";
  font-size: calc(17px + 1.61458vw);
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: calc(17px + 1.61458vw); }

.ag-xl-text {
  font-family: "Nunito Sans";
  font-size: calc(18px + 3.75vw);
  line-height: calc(18px + 3.75vw);
  font-weight: 800;
  letter-spacing: -1.71px; }

.ag-xxl-text {
  font-family: "Nunito Sans";
  font-size: calc(18px + 4.6875vw);
  line-height: calc(18px + 4.6875vw);
  font-weight: 800;
  letter-spacing: -1.71px; }

.ag-footer-top-div {
  position: relative;
  border-radius: 24px 24px 0 0;
  width: 100%;
  background-color: white;
  height: 250px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 575px) {
    .ag-footer-top-div {
      height: 645px;
      width: 100%; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ag-footer-top-div {
      height: 405px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ag-footer-top-div {
      height: 370px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ag-footer-top-div {
      height: 370px; } }

.ag-footer-copy-div {
  position: absolute;
  /* These two positional properties will probably need to be changed */
  width: 100%;
  border-radius: 24px 24px 0 0;
  bottom: 0%;
  background-color: #204080;
  height: 55px;
  padding: 25px; }
  @media (max-width: 575px) {
    .ag-footer-copy-div {
      height: 115px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ag-footer-copy-div {
      height: 115px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ag-footer-copy-div {
      height: 55px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ag-footer-copy-div {
      height: 55px; } }

.ag-footer-small-text {
  opacity: 0.75;
  color: #dbdbdb;
  font-family: "Nunito Sans";
  font-size: 12px;
  /*line-height: 20px;*/ }

.ag-footer-link-text {
  color: #367FBF;
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.15625vw);
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: calc(13px + 0.57292vw);
  font-size: 14px;
  /*line-height: 36px;*/ }

.ag-footer-link-top {
  white-space: nowrap;
  color: #122A59;
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.26042vw);
  line-height: calc(13px + 0.57292vw);
  font-weight: normal;
  letter-spacing: normal;
  font-weight: 800; }
  .ag-footer-link-top a {
    color: #122A59; }
    .ag-footer-link-top a:visited {
      color: #122A59; }
    .ag-footer-link-top a:hover {
      color: #367FBF; }

.mobile-left {
  text-align: right; }
  @media (max-width: 767px) {
    .mobile-left {
      text-align: left; } }

.strikeThrough {
  text-decoration: line-through; }

.grid:before, .grid:after {
  content: '';
  display: table; }

.grid:after {
  clear: both; }

.grid .item {
  float: left; }

.grid img {
  display: block;
  max-width: 100%; }

.discount-notation {
  text-decoration: line-through;
  color: #F43319; }

.side-pad {
  margin: 0px 5px 0px 5px; }

.ui-widget-overlay {
  z-index: 1040 !important; }

.ui-dialog {
  /*z-index: $zindex-modal !important;*/ }

@keyframes wave {
  0%, 60%, 100% {
    transform: initial; }
  30% {
    transform: translateY(-15px); } }

#loading-blocker {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(171, 171, 171, 0.7);
  cursor: progress;
  z-index: 9999; }
  #loading-blocker.blocker-active {
    display: block; }
  #loading-blocker .loading-blocker-content {
    width: auto;
    height: auto;
    display: inline;
    position: absolute;
    z-index: 99999;
    top: calc(50% - 35px);
    right: calc(50% - 140px);
    color: #122A59;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 25px 30px 25px 25px;
    font-family: "Nunito Sans";
    font-size: calc(13px + 0.98958vw);
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: calc(13px + 1.30208vw);
    font-family: "Nunito Sans";
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 38px;
    user-select: none; }
    #loading-blocker .loading-blocker-content .loading-blocker-text {
      display: inline-block;
      user-select: none; }
    .ag-loading-icon {
      display: inline-block;
      text-align: center;
      transform: translate(7px, 0); }
      .ag-loading-icon .dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-right: 3px;
        background: #367FBF;
        animation: wave 1.3s linear infinite; }
        .ag-loading-icon .dot:nth-child(2) {
          background: #2DCB48;
          animation-delay: -1.1s; }
        .ag-loading-icon .dot:nth-child(3) {
          background: #FFCC00;
          animation-delay: -0.9s; }

.lastNewsItem {
  width: 500px;
  float: right; }
  @media (max-width: 1579px) {
    .lastNewsItem {
      width: 350px; }
      .lastNewsItem .lastNewsContent {
        padding: 15px !important;
        background-color: #0B1A38; } }
  @media (max-width: 767px) {
    .lastNewsItem {
      display: none; } }
  .lastNewsItem .lastNewsTab {
    text-align: center;
    padding: 10px;
    width: 150px;
    color: #122A59;
    background-color: white;
    font-family: "Nunito Sans";
    font-size: calc(13px + 0.15625vw);
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: calc(13px + 0.57292vw);
    border-radius: 24px 24px 0 0; }
  .lastNewsItem .lastNewsContent {
    padding: 25px;
    border: 1px solid white;
    border-radius: 24px;
    border-top-left-radius: 0px; }
  .lastNewsItem .latestNewsMore {
    cursor: pointer; }
    .lastNewsItem .latestNewsMore .learn-button {
      cursor: pointer;
      display: inline-block;
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.15625vw);
      font-weight: 700;
      letter-spacing: 0.1px;
      line-height: calc(13px + 0.57292vw); }
      .lastNewsItem .latestNewsMore .learn-button:after {
        margin-left: 10px;
        transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        font-family: 'FontAwesome';
        font-size: 14px;
        color: #367FBF;
        display: inline-block;
        content: ""; }
    .lastNewsItem .latestNewsMore .latestNewsMoreContent {
      transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      max-height: 1000px;
      overflow: hidden; }
    .lastNewsItem .latestNewsMore.news-collapsed .latestNewsMoreContent {
      max-height: 0px; }
    .lastNewsItem .latestNewsMore.news-collapsed .learn-button:after {
      transform: rotate(180deg); }

.grecaptcha-badge {
  visibility: hidden; }

.cookie-notice {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 350px;
  height: auto;
  border-radius: 24px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 5; }
  @media (max-width: 767px) {
    .cookie-notice {
      border-radius: 24px 24px 0 0;
      width: 100vw;
      bottom: 0;
      right: 0; } }
  .cookie-notice .cookie-notice-text {
    padding: 10px 20px;
    font-size: 12px; }
  .cookie-notice .cookie-notice-button {
    color: #122A59;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.3s; }
    .cookie-notice .cookie-notice-button:hover {
      background-color: #122A59;
      color: white; }

.input-display-fix {
  display: inline-block !important; }
  @media only screen and (max-width: 450px) {
    .input-display-fix {
      display: block !important; } }

.cc-logo-float {
  font-family: 'FontAwesome';
  color: #122A59;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 47px;
  font-size: 31px; }

.ccFormatMonitor.cc_type_vs + .cc-logo-float::after {
  content: ""; }

.ccFormatMonitor.cc_type_jc + .cc-logo-float::after {
  content: ""; }

.ccFormatMonitor.cc_type_dc + .cc-logo-float::after {
  content: ""; }

.ccFormatMonitor.cc_type_mc + .cc-logo-float::after {
  content: ""; }

.ccFormatMonitor.cc_type_ax + .cc-logo-float::after {
  content: ""; }

.ccFormatMonitor.cc_type_unknown + .cc-logo-float::after {
  content: ''; }

#financialPermutationDiv .paymentOption {
  width: 90%;
  padding-left: 0;
  padding-bottom: 15px; }

#financialPermutationDiv #paymentOption_3 {
  padding-bottom: 1px !important; }

#financialPermutationDiv #paymentOption_4 {
  padding-bottom: 0 !important; }

#financialPermutationDiv .ag-select-container {
  width: auto !important; }

#financialPermutationDiv .d-md-block {
  display: none !important; }

.multi-animal-dialog-content {
  position: static !important;
  border: 0;
  background: none; }

.ag-dialog-admin .admin-hide {
  display: none !important; }

.ag-dialog-admin .ag-menu-hugger-div {
  margin-top: 0px;
  padding-top: 10px;
  border-radius: 24px;
  padding-bottom: 0px; }

.ag-dialog-admin .ag-test-header-step1 {
  margin-top: 0; }

.ag-dialog-admin .ag-content-org-div {
  margin-top: 20px; }
  .ag-dialog-admin .ag-content-org-div.collapsed .ag-content-org-div-content {
    padding-top: 0px;
    padding-bottom: 0px; }
  .ag-dialog-admin .ag-content-org-div .ag-content-org-div-title {
    padding: 20px; }
  .ag-dialog-admin .ag-content-org-div .ag-content-org-div-content {
    padding: 20px; }
  .ag-dialog-admin .ag-content-org-div .productEntry {
    padding: 0; }

.ag-dialog-admin #breedsHeader {
  padding: 20px; }

.ag-dialog-admin #step2Header {
  margin-top: 40px;
  margin-bottom: 40px; }

html {
  background: #FBFBFB; }

/* @group SITE SCAFFOLDING */
body.no-scroll {
  overflow: hidden; }

body.with-scroll {
  overflow-y: auto;
  overflow-x: hidden; }

body .devWarning {
  width: 100%;
  text-align: center;
  background-color: red;
  font-weight: bold;
  font-size: 15px;
  padding: 3px;
  top: 0;
  position: fixed;
  z-index: 1500; }

body .browser-warning {
  width: 100%;
  text-align: center;
  background-color: red;
  font-weight: bold;
  font-size: 15px;
  padding: 3px;
  top: 20;
  position: fixed;
  z-index: 1500; }

#bodyContent {
  margin-top: 120px;
  background-color: #FBFBFB;
  padding: 0; }
  #bodyContent #contentBlock {
    min-width: 350px;
    margin: 0 auto;
    background-color: #FBFBFB; }
    #bodyContent #contentBlock:before, #bodyContent #contentBlock:after {
      content: '';
      display: table; }
    #bodyContent #contentBlock:after {
      clear: both; }
    #bodyContent #contentBlock #content-wrapper {
      margin: 0;
      padding: 0;
      background-color: #FBFBFB; }
      #page-wrapper {
        min-width: 300px;
        min-height: 600px;
        min-height: 85vh;
        margin: 0 auto;
        padding: 0 0 60px 0;
        background-color: #FBFBFB; }

/* @group SITE HEADER */
#site-header {
  font-family: "Nunito Sans";
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
  vertical-align: middle;
  border-radius: 0 0 24px 24px;
  padding-left: 4%;
  padding-right: 4%;
  background-color: white;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s; }
  @media (max-width: 684px) {
    #site-header {
      height: 60px; } }
  @media (min-width: 685px) and (max-width: 899px) {
    #site-header {
      height: 100px; } }
  @media (min-width: 900px) and (max-width: 1329px) {
    #site-header {
      height: 100px; } }
  @media (min-width: 1330px) {
    #site-header {
      height: 110px; } }
  #site-header.clear-background {
    box-shadow: none;
    background: none; }
    #site-header.clear-background.temp-white {
      background-color: white !important;
      box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2) !important; }
  #site-header .logo-wrapper {
    float: left; }
    @media (max-width: 684px) {
      #site-header .logo-wrapper {
        margin-top: 2px; } }
    @media (min-width: 685px) and (max-width: 899px) {
      #site-header .logo-wrapper {
        margin-top: 15px; } }
    @media (min-width: 900px) and (max-width: 1329px) {
      #site-header .logo-wrapper {
        margin-top: 15px; } }
    @media (min-width: 1330px) {
      #site-header .logo-wrapper {
        margin-top: 15px; } }
    #site-header .logo-wrapper a.site-logo .logo {
      width: auto;
      height: 60px;
      margin: .3em 10px;
      z-index: 1000000; }
      @media (max-width: 684px) {
        #site-header .logo-wrapper a.site-logo .logo {
          height: 35px; } }
      @media (min-width: 685px) and (max-width: 899px) {
        #site-header .logo-wrapper a.site-logo .logo {
          height: 50px; } }
      @media (min-width: 900px) and (max-width: 1329px) {
        #site-header .logo-wrapper a.site-logo .logo {
          height: 50px; } }
      @media (min-width: 1330px) {
        #site-header .logo-wrapper a.site-logo .logo {
          height: 60px; } }
  #site-header .ag-nav-button {
    color: #122A59;
    height: 98px;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    padding-top: 17px;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    border-radius: 12px;
    transition: all 0.3s; }
    @media (max-width: 684px) {
      #site-header .ag-nav-button {
        padding-left: 0px; } }
    @media (min-width: 685px) and (max-width: 899px) {
      #site-header .ag-nav-button {
        padding-left: 25px; } }
    @media (min-width: 900px) and (max-width: 1329px) {
      #site-header .ag-nav-button {
        padding-left: 25px; } }
    @media (min-width: 1330px) {
      #site-header .ag-nav-button {
        padding-left: 20px; } }
    @media (max-width: 684px) {
      #site-header .ag-nav-button {
        padding-right: 0px; } }
    @media (min-width: 685px) and (max-width: 899px) {
      #site-header .ag-nav-button {
        padding-right: 25px; } }
    @media (min-width: 900px) and (max-width: 1329px) {
      #site-header .ag-nav-button {
        padding-right: 25px; } }
    @media (min-width: 1330px) {
      #site-header .ag-nav-button {
        padding-right: 20px; } }
    #site-header .ag-nav-button.has-dropdown {
      border-radius: 12px 12px 0 0; }
      @media (min-width: 685px) {
        #site-header .ag-nav-button.has-dropdown::after {
          font-family: 'FontAwesome';
          padding-left: 9px;
          content: ""; } }
    #site-header .ag-nav-button.stand-alone {
      margin-left: 5px;
      margin-right: 5px; }
    #site-header .ag-nav-button.user-button {
      padding-top: 24px; }
      @media (max-width: 684px) {
        #site-header .ag-nav-button.user-button {
          height: 70px; } }
      @media (min-width: 685px) and (max-width: 899px) {
        #site-header .ag-nav-button.user-button {
          height: 95px; } }
      @media (min-width: 900px) and (max-width: 1329px) {
        #site-header .ag-nav-button.user-button {
          height: 95px; } }
      @media (min-width: 1330px) {
        #site-header .ag-nav-button.user-button {
          height: 98px; } }
      @media (max-width: 684px) {
        #site-header .ag-nav-button.user-button {
          padding-top: 10px; } }
      @media (min-width: 685px) and (max-width: 899px) {
        #site-header .ag-nav-button.user-button {
          padding-top: 14px; } }
      @media (min-width: 900px) and (max-width: 1329px) {
        #site-header .ag-nav-button.user-button {
          padding-top: 14px; } }
      @media (min-width: 1330px) {
        #site-header .ag-nav-button.user-button {
          padding-top: 14px; } }
  #site-header .flag-icon-margin {
    margin-top: 5px; }
    @media (max-width: 575px) {
      #site-header .flag-icon-margin {
        display: none; } }
  #site-header .ag-nav-dropdown {
    float: right;
    position: relative;
    display: inline-block;
    transition: all 0.3s;
    display: none;
    margin-top: 115px;
    font-size: 18px !important;
    border-radius: 12px 12px 0 0; }
    @media (max-width: 684px) {
      #site-header .ag-nav-dropdown {
        margin: 30px 5px; } }
    @media (min-width: 685px) and (max-width: 899px) {
      #site-header .ag-nav-dropdown {
        margin: 20px 0px; } }
    @media (min-width: 900px) and (max-width: 1329px) {
      #site-header .ag-nav-dropdown {
        margin: 20px 0px; } }
    @media (min-width: 1330px) {
      #site-header .ag-nav-dropdown {
        margin: 27px 5px; } }
    @media (min-width: 1330px) {
      #site-header .ag-nav-dropdown:not(.ag-btn) {
        margin-top: 22px; } }
    @media (max-width: 684px) {
      #site-header .ag-nav-dropdown {
        margin-top: 80px; } }
    @media (min-width: 685px) {
      #site-header .ag-nav-dropdown {
        display: block; } }
    #site-header .ag-nav-dropdown.ag-btn {
      border-radius: 24px; }
    #site-header .ag-nav-dropdown.user-dropdown {
      display: block; }
      @media (max-width: 684px) {
        #site-header .ag-nav-dropdown.user-dropdown {
          margin-top: 0; } }
      @media (min-width: 685px) and (max-width: 899px) {
        #site-header .ag-nav-dropdown.user-dropdown {
          margin-top: 15px; } }
      @media (min-width: 900px) and (max-width: 1329px) {
        #site-header .ag-nav-dropdown.user-dropdown {
          margin-top: 15px; } }
      @media (min-width: 1330px) {
        #site-header .ag-nav-dropdown.user-dropdown {
          margin-top: 22px; } }
      #site-header .ag-nav-dropdown.user-dropdown .ag-nav-dropdown-content {
        width: 160px !important; }
        @media (max-width: 684px) {
          #site-header .ag-nav-dropdown.user-dropdown .ag-nav-dropdown-content {
            right: 0;
            border-radius: 12px 0 12px 12px; } }
    #site-header .ag-nav-dropdown:hover {
      box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2); }
      #site-header .ag-nav-dropdown:hover .ag-nav-button {
        background-color: white;
        color: #122A59; }
      #site-header .ag-nav-dropdown:hover .ag-nav-dropdown-content {
        visibility: visible;
        opacity: 1; }
  #site-header .ag-nav-dropdown-content {
    visibility: hidden;
    width: 200px;
    opacity: 0;
    position: absolute;
    background-color: white;
    box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
    transition: all .3s;
    border-radius: 0 12px 12px 12px; }
    #site-header .ag-nav-dropdown-content.extra-wide {
      width: 300px; }
    #site-header .ag-nav-dropdown-content.semi-wide {
      width: 235px; }
  #site-header .ag-nav-dropdown-content-divider {
    border-bottom: solid #dbdbdb 1px; }
  #site-header .ag-nav-dropdown-content a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #367FBF;
    padding: 18px 20px;
    text-decoration: none;
    display: block;
    transition: all 0.3s; }
    #site-header .ag-nav-dropdown-content a:hover {
      background-color: #367FBF;
      color: white; }
    #site-header .ag-nav-dropdown-content a:first-child {
      border-radius: 0 12px 0 0; }
      @media (max-width: 684px) {
        #site-header .ag-nav-dropdown-content a:first-child {
          border-radius: 12px 0 0 0; } }
    #site-header .ag-nav-dropdown-content a:last-child {
      border-radius: 0 0 12px 12px; }
    #site-header .ag-nav-dropdown-content a:only-child {
      border-radius: 0 12px 12px 12px !important; }
    #site-header .ag-nav-dropdown-content a:after {
      float: right;
      color: white !important;
      font-family: 'FontAwesome';
      content: ""; }
  #site-header .ag-nav-sub-divider {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #122A59;
    padding: 4px 16px;
    text-decoration: none;
    display: block; }
  #site-header .ag-nav-emp {
    float: right;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 25px;
    color: #122A59;
    cursor: pointer;
    transition: all 0.4s; }
    @media (max-width: 684px) {
      #site-header .ag-nav-emp {
        margin-top: 20px; } }
    @media (min-width: 685px) and (max-width: 899px) {
      #site-header .ag-nav-emp {
        margin-top: 50px; } }
    @media (min-width: 900px) and (max-width: 1329px) {
      #site-header .ag-nav-emp {
        margin-top: 50px; } }
    @media (min-width: 1330px) {
      #site-header .ag-nav-emp {
        margin-top: 50px; } }
    #site-header .ag-nav-emp:hover {
      transform: rotate(90deg); }
  #site-header .ag-nav-search {
    float: right;
    margin-left: 10px;
    font-size: 25px;
    color: #122A59;
    cursor: pointer;
    transition: all 0.4s; }
    @media (max-width: 684px) {
      #site-header .ag-nav-search {
        margin-top: 13px; } }
    @media (min-width: 685px) and (max-width: 899px) {
      #site-header .ag-nav-search {
        margin-top: 30px; } }
    @media (min-width: 900px) and (max-width: 1329px) {
      #site-header .ag-nav-search {
        margin-top: 30px; } }
    @media (min-width: 1330px) {
      #site-header .ag-nav-search {
        margin-top: 39px; } }
    @media (max-width: 684px) {
      #site-header .ag-nav-search {
        margin-right: 12px; } }
    @media (min-width: 685px) and (max-width: 899px) {
      #site-header .ag-nav-search {
        margin-right: 15px; } }
    @media (min-width: 900px) and (max-width: 1329px) {
      #site-header .ag-nav-search {
        margin-right: 15px; } }
    @media (min-width: 1330px) {
      #site-header .ag-nav-search {
        margin-right: 15px; } }
    #site-header .ag-nav-search:hover {
      transform: rotate(90deg) scale(1.2); }
  #site-header .logged-in-user-icon {
    width: auto;
    border-radius: 24px; }
    @media (max-width: 684px) {
      #site-header .logged-in-user-icon {
        height: 36px; } }
    @media (min-width: 685px) and (max-width: 899px) {
      #site-header .logged-in-user-icon {
        height: 49px; } }
    @media (min-width: 900px) and (max-width: 1329px) {
      #site-header .logged-in-user-icon {
        height: 49px; } }
    @media (min-width: 1330px) {
      #site-header .logged-in-user-icon {
        height: 49px; } }
    @media (max-width: 684px) {
      #site-header .logged-in-user-icon {
        margin-top: -3px; } }
    @media (min-width: 685px) and (max-width: 899px) {
      #site-header .logged-in-user-icon {
        margin-top: -10px; } }
    @media (min-width: 900px) and (max-width: 1329px) {
      #site-header .logged-in-user-icon {
        margin-top: -10px; } }
    @media (min-width: 1330px) {
      #site-header .logged-in-user-icon {
        margin-top: -10px; } }
    @media (min-width: 685px) {
      #site-header .logged-in-user-icon {
        padding-right: 5px; } }
    #site-header .logged-in-user-icon.burger-menu-version {
      height: 40px;
      width: 40px;
      margin-top: -10px;
      margin-bottom: -10px; }
  #site-header #ag-burger-toggle {
    float: left;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    margin-right: 15px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none; }
    @media (max-width: 684px) {
      #site-header #ag-burger-toggle {
        margin-top: 15px; } }
    @media (min-width: 685px) and (max-width: 899px) {
      #site-header #ag-burger-toggle {
        margin-top: 34px; } }
    @media (min-width: 900px) and (max-width: 1329px) {
      #site-header #ag-burger-toggle {
        margin-top: 34px; } }
    @media (min-width: 1330px) {
      #site-header #ag-burger-toggle {
        margin-top: 42px; } }
    @media (min-width: 1330px) {
      #site-header #ag-burger-toggle {
        display: none; } }
    #site-header #ag-burger-toggle input {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;
      cursor: pointer;
      opacity: 0;
      /* hide this */
      z-index: 2;
      /* and place it over the hamburger */
      -webkit-touch-callout: none; }
    #site-header #ag-burger-toggle span {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      background: #122A59;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
      #site-header #ag-burger-toggle span:first-child {
        transform-origin: 0% 0%; }
      #site-header #ag-burger-toggle span:nth-last-child(2) {
        transform-origin: 0% 100%; }
    #site-header #ag-burger-toggle input:checked ~ span {
      opacity: 1;
      transform: rotate(45deg) translate(-2px, -1px);
      background: #367FBF; }
    #site-header #ag-burger-toggle input:checked ~ span:nth-last-child(3) {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2); }
    #site-header #ag-burger-toggle input:checked ~ span:nth-last-child(2) {
      transform: rotate(-45deg) translate(0, -1px); }
    #site-header #ag-burger-toggle input:checked ~ #ag-burger-menu {
      transform: none; }
      #site-header #ag-burger-toggle input:checked ~ #ag-burger-menu .burger-menu-gray {
        opacity: .5;
        transition: opacity linear .1s;
        transition-delay: .3s; }
  #site-header #ag-burger-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    margin: 0;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    height: 100vh;
    color: #367FBF;
    font-size: 19px;
    font-weight: 700;
    line-height: 27px; }
    @media (max-width: 684px) {
      #site-header #ag-burger-menu {
        padding-top: 65px; } }
    @media (min-width: 685px) and (max-width: 899px) {
      #site-header #ag-burger-menu {
        padding-top: 100px; } }
    @media (min-width: 900px) and (max-width: 1329px) {
      #site-header #ag-burger-menu {
        padding-top: 100px; } }
    @media (min-width: 1330px) {
      #site-header #ag-burger-menu {
        padding-top: 100px; } }
    #site-header #ag-burger-menu .burger-menu-white {
      position: absolute;
      top: 0;
      width: 400px;
      max-width: 100vw;
      background-color: white;
      height: 100%;
      opacity: 1;
      padding-top: 90px;
      box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
      overflow-y: auto; }
    #site-header #ag-burger-menu .burger-menu-gray {
      position: absolute;
      top: 0;
      width: 100vw;
      background-color: gray;
      opacity: 0;
      height: 100%;
      transition: opacity linear .05s; }
    #site-header #ag-burger-menu .ag-burger-submenu {
      width: 100%;
      float: left;
      clear: left;
      background-color: white;
      display: inline-block;
      transition: all 0.3s;
      cursor: pointer; }
      #site-header #ag-burger-menu .ag-burger-submenu .has-dropdown {
        padding: 10px;
        padding-left: 20px;
        display: inline-block;
        width: 90%; }
        #site-header #ag-burger-menu .ag-burger-submenu .has-dropdown::before {
          font-family: 'FontAwesome';
          padding-right: 5px;
          display: inline-block;
          content: ""; }
      #site-header #ag-burger-menu .ag-burger-submenu.burger-submenu-show-dropdown .ag-burger-submenu-content {
        transition: all 0.4s;
        max-height: 600px; }
      #site-header #ag-burger-menu .ag-burger-submenu .ag-burger-submenu-content {
        transition: all 0.1s;
        overflow: hidden;
        max-height: 0; }
        #site-header #ag-burger-menu .ag-burger-submenu .ag-burger-submenu-content .ag-burger-submenu-item {
          padding-left: 60px;
          font-size: .9em; }
      #site-header #ag-burger-menu .ag-burger-submenu .ag-burger-submenu-item {
        float: left;
        clear: left;
        width: 100%;
        background-color: white;
        color: #367FBF;
        padding: 10px;
        padding-left: 40px; }
        #site-header #ag-burger-menu .ag-burger-submenu .ag-burger-submenu-item:hover {
          color: white;
          background-color: #367FBF; }
        #site-header #ag-burger-menu .ag-burger-submenu .ag-burger-submenu-item:after {
          float: right;
          font-family: 'FontAwesome';
          content: ""; }

.ag-nav-search-input {
  width: 80%;
  max-width: 1200px;
  margin: 3vh 5% 0 5%;
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.57292vw);
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: calc(13px + 1.30208vw);
  padding-left: 20px !important;
  position: relative;
  z-index: 2;
  height: 55px; }
  @media (max-width: 575px) {
    .ag-nav-search-input {
      margin: 0 5% 0 5%;
      height: 42px; } }

.nav-search-bar-results {
  width: 80%;
  max-width: 1200px;
  margin: -25px 5% 0 5%;
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.57292vw);
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: calc(13px + 1.30208vw);
  padding-left: 20px !important;
  background-color: white;
  border-radius: 0 0 24px 24px;
  max-height: 0px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: max-height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  overflow: hidden;
  text-align: left;
  color: black; }
  .nav-search-bar-results.has-results {
    padding: 30px 10px 10px 10px;
    max-height: calc(90vh - 260px);
    overflow-y: auto;
    border: 1px solid #dbdbdb;
    box-shadow: 0 2px 0 0 #dbdbdb; }
    @media (max-width: 1199px) {
      .nav-search-bar-results.has-results {
        max-height: calc(90vh - 200px); } }
  .nav-search-bar-results .search-info {
    font-family: "Nunito Sans";
    font-size: calc(13px + 0.15625vw);
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: calc(13px + 0.57292vw);
    color: #b5b5b5;
    padding: 0px 5px 5px 5px; }
  .nav-search-bar-results .search-result {
    position: relative;
    cursor: pointer;
    padding: 12px 5px;
    border-bottom: 1px solid #dbdbdb; }
    .nav-search-bar-results .search-result:nth-child(2) {
      border-top: 1px solid #dbdbdb; }
    .nav-search-bar-results .search-result:last-child {
      border-bottom: none;
      border-radius: 0 0 12px 12px; }
    .nav-search-bar-results .search-result:hover {
      background-color: #FBFBFB; }
      .nav-search-bar-results .search-result:hover .search-result-title {
        color: #122A59; }
      .nav-search-bar-results .search-result:hover:after {
        color: #122A59; }
    .nav-search-bar-results .search-result:after {
      color: #367FBF;
      position: absolute;
      right: 5px;
      top: calc(50% - .5em);
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.26042vw);
      line-height: calc(13px + 0.57292vw);
      font-weight: normal;
      letter-spacing: normal;
      font-family: 'FontAwesome';
      content: ""; }
    .nav-search-bar-results .search-result .search-result-title {
      color: #367FBF;
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.26042vw);
      line-height: calc(13px + 0.57292vw);
      font-weight: normal;
      letter-spacing: normal;
      font-weight: 700;
      padding-bottom: 5px;
      padding-right: 10px; }
    .nav-search-bar-results .search-result .search-result-subtext {
      color: black;
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.15625vw);
      font-weight: 400;
      letter-spacing: 0.1px;
      line-height: calc(13px + 0.57292vw);
      padding-right: 10px; }
  @media (max-width: 575px) {
    .nav-search-bar-results {
      margin: -25px 5% 0 5%; } }

.ag-nav-search-content-container {
  margin-left: 10%;
  margin-right: 10%; }
  @media (max-width: 767px) {
    .ag-nav-search-content-container {
      margin-left: 6%;
      margin-right: 6%; } }
  .ag-nav-search-content-container .ag-nav-search-check-container {
    display: inline-block; }
    @media (min-width: 576px) {
      .ag-nav-search-content-container .ag-nav-search-check-container {
        margin-left: 7%; } }
    @media (min-width: 992px) {
      .ag-nav-search-content-container .ag-nav-search-check-container {
        margin-left: 32%; } }
    .ag-nav-search-content-container .ag-nav-search-check-container .search-checkbox {
      padding-right: 25px;
      padding-left: 35px;
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.57292vw);
      font-weight: 600;
      letter-spacing: -0.3px;
      line-height: calc(13px + 1.30208vw);
      line-height: normal; }
      .ag-nav-search-content-container .ag-nav-search-check-container .search-checkbox:last-child {
        padding-right: 0; }
      @media (max-width: 767px) {
        .ag-nav-search-content-container .ag-nav-search-check-container .search-checkbox {
          padding-right: 5px;
          margin-left: 10px; } }
      .ag-nav-search-content-container .ag-nav-search-check-container .search-checkbox .checkmark {
        margin-top: 6px; }
        @media (max-width: 767px) {
          .ag-nav-search-content-container .ag-nav-search-check-container .search-checkbox .checkmark {
            margin-top: 0px; } }

@media (max-width: 575px) {
  .ag-nav-search-flag.ag-xl-text {
    margin-bottom: 10px; } }

.search-slide-out {
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 101vh;
  transform-origin: 0% 0%;
  transform: translate(0, -100%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  color: white;
  background-attachment: fixed;
  background-color: white;
  background-image: url("../images/desktop-light-bg-new.png");
  z-index: 1030;
  text-align: center;
  border-radius: 0 0 12px 12px;
  background-size: cover; }
  @media (max-width: 991px) {
    .search-slide-out {
      background-image: url("../images/mobile-light-bg-new.png"); } }
  .search-slide-out.search-visible {
    transform: none; }
  .search-slide-out .ag-nav-search-middle {
    transition: margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    position: absolute;
    text-align: center;
    margin: 15% auto;
    left: 0;
    right: 0; }
    @media (max-width: 1199px) {
      .search-slide-out .ag-nav-search-middle {
        margin: 5% auto; } }
    @media (max-width: 575px) {
      .search-slide-out .ag-nav-search-middle {
        margin: 30% auto; } }
    .search-slide-out .ag-nav-search-middle.has-results {
      margin: 6% auto; }
      @media (max-width: 1199px) {
        .search-slide-out .ag-nav-search-middle.has-results {
          margin: 6% auto; } }
      @media (max-width: 575px) {
        .search-slide-out .ag-nav-search-middle.has-results {
          margin: 16% auto; } }
      .search-slide-out .ag-nav-search-middle.has-results .ag-nav-search-input {
        border-radius: 24px 24px 0 0;
        box-shadow: none; }
  .search-slide-out .search-logo-wrapper {
    position: absolute;
    top: 50px;
    left: 4%; }
    @media (max-width: 1579px) {
      .search-slide-out .search-logo-wrapper {
        display: none; } }
  .search-slide-out .ag-nav-search-close {
    color: #122A59;
    position: absolute;
    top: 50px;
    right: 4%;
    height: 35px;
    width: 35px;
    font-size: 40px;
    cursor: pointer;
    z-index: 2; }
    @media (max-width: 767px) {
      .search-slide-out .ag-nav-search-close {
        top: 65px; } }
    .search-slide-out .ag-nav-search-close span {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: absolute;
      border-radius: 3px;
      background: #122A59;
      left: 0%;
      top: 50%; }
      .search-slide-out .ag-nav-search-close span:first-child {
        transform: rotate(45deg); }
      .search-slide-out .ag-nav-search-close span:last-child {
        transform: rotate(-45deg); }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Oct 10, 2019, 11:12:27 AM
    Author     : benjamin.hybart
*/
/* SITE FOOTER */
footer {
  margin: 0 auto;
  clear: both;
  font-size: .9rem;
  position: relative; }
  footer:before, footer:after {
    content: '';
    display: table; }
  footer:after {
    clear: both; }
  footer .menuColumns .menuColumn {
    float: left;
    width: 30%;
    margin: 1%; }
    footer .menuColumns .menuColumn:first-child {
      margin-left: 3%; }
    footer .menuColumns .menuColumn:last-child {
      margin-right: 3%; }
    @media (max-width: 600px) {
      footer .menuColumns .menuColumn {
        float: none;
        width: 100%;
        margin: 3%; } }
    footer .menuColumns .menuColumn .menuColumnHeader {
      text-transform: uppercase;
      color: #f3931f;
      font-size: .9em;
      font-weight: bold;
      padding-bottom: .3em; }
    footer .menuColumns .menuColumn .menuColumnItems {
      color: #bfbfbf;
      font-size: .85em; }
      footer .menuColumns .menuColumn .menuColumnItems ul {
        margin: 0;
        padding: 0 .5em; }
        footer .menuColumns .menuColumn .menuColumnItems ul li {
          list-style: none;
          padding: .3em 0;
          color: white; }
          @media (max-width: 600px) {
            footer .menuColumns .menuColumn .menuColumnItems ul li {
              display: inline;
              margin-right: 1.5em; } }
          footer .menuColumns .menuColumn .menuColumnItems ul li:hover {
            color: #122A59;
            cursor: pointer; }
  footer .copyright {
    width: 100%;
    clear: both;
    padding: 1rem;
    background-color: #1a1a1a;
    color: gray;
    font-size: .8rem;
    text-align: center; }

#social {
  /*transform: translateY(525%);*/
  text-align: center; }
  @media (min-width: 1200px) {
    #social {
      transform: translate(-20%, -90%);
      text-align: left;
      max-width: 78%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #social {
      margin-top: 55px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #social {
      margin-top: 55px;
      /*transform: translateY(500%);*/
      text-align: center; } }
  @media (min-width: 576px) and (max-width: 767px) {
    #social {
      margin-top: 55px; } }
  @media (max-width: 575px) {
    #social {
      margin-top: 55px;
      /*transform: translateY(605%);*/ } }
  #social .margin-social {
    margin-right: 60px;
    margin-left: 60px; }

#social-links li {
  display: inline-block;
  margin-left: 3.5vw; }

#footer {
  z-index: 1;
  position: relative;
  text-align: center;
  transform: translateY(76px); }
  @media (max-width: 575px) {
    #footer {
      margin-right: 4.3vh;
      transform: translateY(176px); } }
  @media (min-width: 576px) and (max-width: 767px) {
    #footer {
      margin-right: 5vh;
      transform: translateY(176px); } }
  @media (min-width: 768px) and (max-width: 991px) {
    #footer {
      margin-right: 4.8vh;
      transform: translateY(70px); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #footer {
      margin-right: -1.5vh;
      transform: translateY(125px); } }

#footer-links li {
  display: inline-block;
  margin-right: 55px; }
  @media (max-width: 575px) {
    #footer-links li {
      display: block;
      margin: 0;
      margin-top: 37.6px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    #footer-links li {
      display: inline-block;
      margin: 0;
      margin-top: 37.6px;
      width: 213px;
      margin-left: 7px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #footer-links li {
      display: inline-block;
      margin: 0;
      margin-top: 37.6px;
      width: 213px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #footer-links li {
      width: auto;
      margin-right: 55px; } }

#footer-div {
  text-align: center;
  margin-top: 20px; }
  @media (min-width: 576px) and (max-width: 767px) {
    #footer-div {
      /*        display: unset;
				float: right;
				margin-top: -20px;*/ } }
  @media (min-width: 768px) and (max-width: 991px) {
    #footer-div {
      display: unset;
      float: right;
      margin-top: -20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #footer-div {
      display: unset;
      float: right;
      margin-top: -20px; } }
  @media (min-width: 1200px) {
    #footer-div {
      display: unset;
      float: right;
      margin-top: -21px; } }

#privacy {
  margin-right: 67px; }
  @media (max-width: 575px) {
    #privacy {
      margin-right: 92px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    #privacy {
      margin-right: 92px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #privacy {
      margin-right: 50px; } }

#privacy:hover {
  color: lightgrey; }

#terms:hover {
  color: lightgrey; }

#terms {
  margin-right: 50px; }
  @media (max-width: 575px) {
    #terms {
      margin: 0; } }
  @media (min-width: 576px) and (max-width: 767px) {
    #terms {
      margin: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #terms {
      /*margin: 0;*/ } }

#copyright {
  margin-left: 50px; }
  @media (max-width: 575px) {
    #copyright {
      position: relative;
      margin: 0;
      display: block;
      text-align: center;
      margin-top: 15px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    #copyright {
      position: relative;
      margin: 0;
      display: block;
      text-align: center;
      margin-top: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #copyright {
      margin: 0;
      margin-left: 50px;
      /*margin-top: 10px;*/ } }
  @media (min-width: 1200px) {
    #copyright {
      /*margin-top: -8px;*/ } }

@media (min-width: 992px) and (max-width: 1199px) {
  #button-group {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  #button-group {
    display: none; } }

@media (min-width: 576px) and (max-width: 767px) {
  #button-group {
    display: none; } }

@media (max-width: 575px) {
  #button-group {
    display: none;
    transform: translateY(-400%);
    text-align: center; } }

#button-list li {
  margin-bottom: 20px; }

.logo-spacing {
  margin-left: 4vw;
  margin-right: 3vw;
  transform: translateY(60px); }

.tablet-spacing {
  /*transform: translateY(45%);*/
  margin-top: 140px; }
  @media (max-width: 575px) {
    .tablet-spacing {
      /*       transform: translateY(150px);*/
      margin-top: 0; } }

.mobile-margin {
  margin-top: 150px; }

.custom-margin {
  margin-bottom: 5px; }

.custom-display {
  display: block; }

footer ul {
  list-style: none;
  margin-top: 20px; }
  @media (max-width: 575px) {
    footer ul {
      padding-left: 15px; } }

footer ul .custom-margin {
  margin-bottom: 12%; }

footer ul li {
  text-align: left;
  margin-bottom: 15px; }
  @media (max-width: 1199px) {
    footer ul li {
      margin-bottom: 15px;
      text-align: center; } }
  @media (max-width: 575px) {
    footer ul li {
      margin-left: -15px; } }

.footer-btn {
  min-width: 160px;
  max-width: 160px; }
  @media (max-width: 767px) {
    .footer-btn {
      min-width: 140px;
      max-width: 140px; } }

.footer-btn-clear {
  min-width: 160px;
  max-width: 160px;
  border-width: 0.5px;
  border-style: solid;
  border-color: rgba(54, 127, 191, 0.5);
  color: #367FBF; }
  @media (max-width: 767px) {
    .footer-btn-clear {
      min-width: 140px;
      max-width: 140px; } }

@media (min-width: 1200px) {
  #inline-button-group {
    display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #inline-button-group {
    margin-right: 3vw; } }

@media (min-width: 768px) and (max-width: 991px) {
  #inline-button-group {
    margin-right: 3vw; } }

@media (min-width: 576px) and (max-width: 767px) {
  #inline-button-group {
    margin-right: 3vw; } }

@media (max-width: 575px) {
  #inline-button-group {
    margin-top: 30px; } }

#inline-button-list li {
  display: inline;
  margin-right: 10%; }

#inline-logo {
  transform: translate(16%, 23%); }
  @media (max-width: 1199px) {
    #inline-logo {
      display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #first-links {
    margin-left: 13vw;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    text-align: center; } }

@media (min-width: 768px) and (max-width: 991px) {
  #first-links {
    margin-left: 18vw;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    text-align: center; } }

@media (min-width: 576px) and (max-width: 767px) {
  #first-links {
    margin-left: 18vw;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    text-align: center; } }

@media (max-width: 575px) {
  #first-links {
    margin-left: -7%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #second-links {
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 5%;
    margin-right: -3%;
    text-align: center; } }

@media (min-width: 768px) and (max-width: 991px) {
  #second-links {
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 1%;
    margin-right: -7%;
    text-align: center; } }

@media (min-width: 576px) and (max-width: 767px) {
  #second-links {
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 1%;
    margin-right: -7%;
    text-align: center; } }

@media (max-width: 575px) {
  #second-links {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    margin-left: -7%;
    text-align: center; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #third-links {
    /*@include make-col(4);*/
    text-align: center; } }

@media (min-width: 768px) and (max-width: 991px) {
  #third-links {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    text-align: center; } }

@media (min-width: 576px) and (max-width: 767px) {
  #third-links {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    text-align: center; } }

@media (max-width: 575px) {
  #third-links {
    margin: 0;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-left: -7%; } }

@media (max-width: 1440px) {
  #third-links {
    margin-right: -3vw; } }

#second-button {
  margin-left: 8vw;
  margin-right: 8vw; }
  @media (max-width: 767px) {
    #second-button {
      margin-left: 4vw;
      margin-right: 4vw; } }

@media (max-width: 767px) {
  #third-button {
    display: none; } }

#fourth-button {
  display: none; }
  @media (min-width: 576px) and (max-width: 767px) {
    #fourth-button {
      display: inline; } }

.link-header {
  margin-bottom: 20px; }

.button-spacing {
  margin-bottom: 45px; }

@media (max-width: 575px) {
  .hide-button {
    display: none; } }

@media (min-width: 576px) {
  #mobile-buttons {
    display: none; } }

@media (min-width: 576px) and (max-width: 767px) {
  #AGEmail {
    display: none; } }

@media (min-width: 768px) {
  #Email {
    display: none; } }

@media (min-width: 576px) and (max-width: 767px) {
  #Email {
    display: block; } }

@media (max-width: 575px) {
  #Email {
    display: none; } }

@media (max-width: 1199px) {
  #desktop-view {
    display: none; } }

.footer-logo {
  margin-top: 6.2vh;
  margin-bottom: -1vh; }
  @media (max-width: 1199px) {
    .footer-logo {
      margin-top: 4vh;
      margin-bottom: 0; } }

.footer-social {
  margin-top: 7vh;
  margin-left: 100px; }
  @media (max-width: 1199px) {
    .footer-social {
      margin-left: 0;
      margin-top: 13px; } }
  @media (max-width: 767px) {
    .footer-social {
      margin-top: 30px; } }
  @media (max-width: 575px) {
    .footer-social {
      margin-top: 20px; } }

.link-spacing {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 6vh; }
  @media (max-width: 1199px) {
    .link-spacing {
      margin-top: 3vh;
      margin-bottom: 3vh; } }
  @media (max-width: 767px) {
    .link-spacing {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 575px) {
    .link-spacing {
      display: block; } }

.address-footer {
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 10px; }
  @media (max-width: 575px) {
    .address-footer {
      display: block;
      margin-left: 55px;
      margin-right: 55px; } }

.footer-center {
  text-align: center; }

@media (max-width: 1199px) {
  #desktop-social {
    display: none; } }

@media (min-width: 1200px) {
  #tablet-social {
    display: none; } }

@media (max-width: 1199px) {
  #tablet-social {
    display: block; } }

.flag-icon-margin-footer {
  margin-top: -10px; }
  @media (max-width: 767px) {
    .flag-icon-margin-footer {
      margin-top: -55px; } }

.country-specific-footer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  min-height: 30px; }

.ajaxLoading {
  display: block;
  text-align: center;
  margin: 1em auto; }

input, select, button {
  outline: none !important; }
  input[type=button], input[type=submit], input[type=reset], select[type=button], select[type=submit], select[type=reset], button[type=button], button[type=submit], button[type=reset] {
    border: none;
    border-radius: 24px; }
  input[type=text], input[type=password], input[type=number], select[type=text], select[type=password], select[type=number], button[type=text], button[type=password], button[type=number] {
    padding: 5px 10px 5px 22px;
    border-radius: 24px; }
  input[type=checkbox], select[type=checkbox], button[type=checkbox] {
    border-radius: 100%; }

p.header {
  margin-top: .6em;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700; }

p.main {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400; }

p.lightweight {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300; }

.searchBoxDiv {
  background-image: url(../images/frontPage/DNA1.jpg);
  background-repeat: false;
  background-size: cover;
  background-position: center center;
  padding: 80px 100px 100px 100px; }
  @media (max-width: 800px) {
    .searchBoxDiv {
      padding: 50px; } }
  .searchBoxDiv #titleBox {
    margin: 0px auto;
    text-align: center;
    color: #333; }
    .searchBoxDiv #titleBox #topTitle {
      text-align: center;
      font-size: 2em;
      font-weight: bold;
      margin-bottom: 2em; }
      .searchBoxDiv #titleBox #topTitle span {
        color: #122A59; }

#searchBox {
  width: "calc(100% - 180px)";
  max-width: 720px;
  font-size: 10pt;
  border: 1px #000 solid;
  border-radius: 5px;
  padding: 46px 50px;
  opacity: 2.0;
  margin: 0px auto;
  background-color: rgba(68, 68, 68, 0.95); }
  @media (max-width: 800px) {
    #searchBox {
      padding: 26px 30px;
      width: "calc(100% - 140px)"; } }
  @media (max-width: 500px) {
    #searchBox {
      padding: 26px 30px;
      width: "calc(100% - 60px)";
      margin: 0px; } }
  #searchBox .searchBoxTitle {
    color: white;
    font-size: 25px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 30px; }
    @media (max-width: 750px) {
      #searchBox .searchBoxTitle {
        padding-bottom: 15px; } }
  #searchBox .searchRow {
    clear: both;
    display: inline-block;
    padding-bottom: 24px;
    width: 100%; }
    @media (max-width: 500px) {
      #searchBox .searchRow {
        padding-bottom: 10px; } }
    #searchBox .searchRow .searchBoxLabel {
      float: left;
      width: 145px;
      color: #f3931f;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      padding: 10px 0px 10px 0px; }
      @media (max-width: 750px) {
        #searchBox .searchRow .searchBoxLabel {
          padding: 3px 0px 5px 0px; } }
    #searchBox .searchRow .searchBoxField {
      float: left;
      padding-right: 40px; }
      @media (max-width: 750px) {
        #searchBox .searchRow .searchBoxField {
          clear: both;
          padding-right: 0px; } }
      #searchBox .searchRow .searchBoxField#breedSearch {
        width: 100%;
        max-width: 350px; }
        #searchBox .searchRow .searchBoxField#breedSearch .select2 {
          width: 100% !important; }
    #searchBox .searchRow .searchBoxSubmit {
      float: left;
      width: 180px; }
      @media (max-width: 750px) {
        #searchBox .searchRow .searchBoxSubmit {
          clear: both; } }
      #searchBox .searchRow .searchBoxSubmit input {
        background-color: rgba(0, 0, 0, 0);
        color: white;
        border: 1px white solid;
        padding-left: 50px;
        padding-right: 50px; }

#speciesSearch .speciesSelector, #speciesSearch .speciesSelectorQuick {
  float: left; }
  #speciesSearch .speciesSelector .imgDiv, #speciesSearch .speciesSelectorQuick .imgDiv {
    float: left;
    margin-left: 6px;
    background-size: 100%;
    background-position: middle;
    width: 40px;
    height: 40px; }
    #speciesSearch .speciesSelector .imgDiv.dog, #speciesSearch .speciesSelectorQuick .imgDiv.dog {
      background-image: url("../images/icons/dog-gray.png"); }
      #speciesSearch .speciesSelector .imgDiv.dog.selected, #speciesSearch .speciesSelectorQuick .imgDiv.dog.selected {
        background-image: url("../images/icons/dog-white.png"); }
    #speciesSearch .speciesSelector .imgDiv.horse, #speciesSearch .speciesSelectorQuick .imgDiv.horse {
      background-image: url("../images/icons/horse-gray.png"); }
      #speciesSearch .speciesSelector .imgDiv.horse.selected, #speciesSearch .speciesSelectorQuick .imgDiv.horse.selected {
        background-image: url("../images/icons/horse-white.png"); }
    #speciesSearch .speciesSelector .imgDiv.pigeon, #speciesSearch .speciesSelectorQuick .imgDiv.pigeon {
      background-image: url("../images/icons/pigeon-gray.png"); }
      #speciesSearch .speciesSelector .imgDiv.pigeon.selected, #speciesSearch .speciesSelectorQuick .imgDiv.pigeon.selected {
        background-image: url("../images/icons/pigeon-white.png"); }
    #speciesSearch .speciesSelector .imgDiv.feline, #speciesSearch .speciesSelectorQuick .imgDiv.feline {
      background-image: url("../images/icons/pigeon-gray.png"); }
      #speciesSearch .speciesSelector .imgDiv.feline.selected, #speciesSearch .speciesSelectorQuick .imgDiv.feline.selected {
        background-image: url("../images/icons/pigeon-white.png"); }

#speciesSearch .speciesLabel {
  float: left;
  color: #AFAFAF;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  padding: 10px 12px 10px 6px; }
  #speciesSearch .speciesLabel.selected {
    color: white; }
  @media (max-width: 550px) {
    #speciesSearch .speciesLabel {
      font-size: 14px;
      padding: 10px 6px 10px 6px; } }
  @media (max-width: 500px) {
    #speciesSearch .speciesLabel {
      clear: both;
      padding: 0px 6px 10px 6px; } }

#site-container {
  padding-top: 120px;
  background-color: #FBFBFB; }

#mainBody {
  float: right;
  width: calc(100% - 180px);
  margin-top: 25px; }

#titleBlock {
  background-color: #A6BDDD;
  padding: 45px 42px;
  margin: auto;
  color: white;
  max-height: 130px;
  font-size: 32px;
  font-weight: bold;
  line-height: 41px; }

#bodyInsertNarrow {
  float: left;
  width: 100%;
  text-align: left; }
  @media (min-width: 800px) {
    #bodyInsertNarrow {
      float: left;
      width: calc(100% - 310px); } }

#bodyInsert {
  float: left;
  width: 100%; }

.img-border {
  border-radius: 24px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  margin: 15px; }

.dialogRow {
  clear: both; }
  .dialogRow .dialogLabel {
    text-align: right;
    width: 150px;
    float: left;
    padding-right: 5px;
    padding-top: 10px; }
  .dialogRow .dialogInput {
    text-align: center;
    margin-bottom: 26px; }
    @media (max-width: 575px) {
      .dialogRow .dialogInput {
        margin-bottom: 0px; } }
  .dialogRow .dialogTextFields {
    text-align: center;
    margin-bottom: 26px; }
  .dialogRow .dialogCheck {
    text-align: left;
    float: left;
    margin-left: 125px; }
  .dialogRow .dialogMessage {
    height: 20px;
    padding-top: 5px; }
  .dialogRow.instructionText {
    margin: 5px 0px; }

.tour-video {
  max-width: calc(100vw - 200px);
  max-height: calc(100vh - 400px);
  width: 1200px;
  height: 600px;
  outline: none !important;
  border-radius: 24px; }
  @media (max-width: 575px) {
    .tour-video {
      max-width: auto;
      max-height: auto;
      max-width: calc(100vw - 50px);
      max-height: calc(100vh - 200px);
      height: 450px; } }

#tourDialog {
  padding: 40px !important;
  padding-bottom: 75px !important;
  padding-top: 20px !important; }
  @media (max-width: 767px) {
    #tourDialog {
      padding-top: 0 !important; } }
  @media (max-width: 575px) {
    #tourDialog {
      padding: 0 !important;
      max-width: 100% !important;
      max-height: 100% !important; } }

#createAccountDialog .row {
  /*margin: 0;*/
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    #createAccountDialog .row {
      display: block; } }

@media (max-width: 575px) {
  #createAccountDialog {
    padding: 10px 10px 10px 10px !important; } }

#activateAccountDialog {
  padding: 20px 40px 10px 40px;
  max-height: calc(100vh - 210px) !important;
  overflow-y: auto !important;
  scrollbar-width: thin; }
  #activateAccountDialog .row {
    /*margin: 0;*/
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      #activateAccountDialog .row {
        display: block; } }
  @media (max-width: 575px) {
    #activateAccountDialog {
      padding: 10px 10px 10px 10px !important; } }
  @media (max-width: 575px) {
    #activateAccountDialog {
      max-width: calc(100vw - 50px) !important; } }

#speciesSearch {
  padding: 15px 15px 25px;
  overflow: hidden; }

@media (max-width: 575px) {
  .desktop-pass-fields {
    display: none; } }

@media (min-width: 576px) {
  .mobile-pass-fields {
    display: none; } }

.activate-account-message {
  max-width: 400px;
  padding: 0px 20px 15px 20px;
  text-align: center; }
  @media (max-width: 1199px) {
    .activate-account-message {
      display: inline-block; } }

.activate-account-link {
  display: block;
  width: 170px;
  text-align: right; }

.ag-dialog {
  padding: 10px 30px 30px 30px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-width: calc(100vw - 50px) !important; }
  .ag-dialog #fullProfileDialog {
    overflow-y: hidden !important; }
  @media (min-width: 576px) {
    .ag-dialog {
      max-height: calc(100vh - 260px) !important; } }
  .ag-dialog .row {
    margin: 0;
    margin-bottom: 25px; }
    .ag-dialog .row.row3 {
      height: 115px; }
  .ag-dialog .ag-select-container {
    /*width: 100%;*/
    max-width: 100%; }
  .ag-dialog .dialog-fields.ag-select-container {
    width: 100% !important;
    max-width: 100%;
  }
    @media (min-width: 992px) {
      .ag-dialog .ag-select-container {
        width: 400px !important; } }
    @media (max-width: 991px) {
      .ag-dialog .ag-select-container {
        width: 375px !important; } }
    @media (max-width: 767px) {
      .ag-dialog .ag-select-container {
        width: 350px !important; } }
    @media (max-width: 575px) {
      .ag-dialog .ag-select-container {
        /*width: calc(100vw - 100px) !important;*/
        width: 100% !important; } }

.ag-dialog.custom-alert {
  max-width: 500px !important;
  padding: 30px; }
  @media (max-width: 575px) {
    .ag-dialog.custom-alert {
      max-width: 330px !important; } }

.dialog-fields {
  /*width: 100%;*/
  max-width: 100%; }
  @media (min-width: 992px) {
    .dialog-fields {
      width: 425px !important; } }
  @media (max-width: 991px) {
    .dialog-fields {
      width: 375px !important; } }
  @media (max-width: 767px) {
    .dialog-fields {
      width: 350px !important; } }
  @media (max-width: 575px) {
    .dialog-fields {
      width: calc(100vw - 160px) !important;
      /*width: 100% !important;*/ } }

@media (min-width: 992px) {
  .check-input-dialog {
    width: 400px !important; } }

@media (max-width: 991px) {
  .check-input-dialog {
    width: 350px !important; } }

@media (max-width: 767px) {
  .check-input-dialog {
    width: 310px !important; } }

@media (max-width: 575px) {
  .check-input-dialog {
    width: calc(100vw - 160px) !important;
    /*width: 100% !important;*/ } }

@media (min-width: 992px) {
  .checkDiv {
    width: 425px !important; } }

@media (max-width: 991px) {
  .checkDiv {
    width: 375px !important; } }

@media (max-width: 767px) {
  .checkDiv {
    width: 350px !important; } }

@media (max-width: 575px) {
  .checkDiv {
    width: calc(100vw - 120px) !important;
    /*width: 100% !important;*/ } }

.button-image {
  background: url("../images/icons/Date Picker.svg");
  background-repeat: no-repeat;
  background-position-x: 91%;
  background-position-y: center; }

[aria-describedby='addEditAnimalDialog'] {
  width: calc(100vw - 70px) !important;
  max-width: 1200px !important; }
  [aria-describedby='addEditAnimalDialog'] .ui-dialog .ui-dialog-titlebar {
    margin-bottom: -15px !important; }
  [aria-describedby='addEditAnimalDialog'] .ui-dialog-title {
    height: 10px !important; }
  @media (max-width: 575px) {
    [aria-describedby='addEditAnimalDialog'] .ui-dialog-buttonpane {
      padding: 5px !important; } }
  @media (max-width: 575px) {
    [aria-describedby='addEditAnimalDialog'] {
      width: calc(100vw - 5px) !important; } }

#addEditAnimalDialog {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  max-height: calc(110vh - 250px) !important;
  padding: 0 !important;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  height: 650px !important; }
  #addEditAnimalDialog input::-webkit-outer-spin-button,
  #addEditAnimalDialog input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  #addEditAnimalDialog .add-animal-chevron {
    color: #367FBF;
    display: inline;
    cursor: pointer; }
    @media (min-width: 992px) {
      #addEditAnimalDialog .add-animal-chevron {
        display: none; } }
  #addEditAnimalDialog #navRight {
    margin-left: -40px; }
  #addEditAnimalDialog #navLeft {
    margin-right: -40px; }
  #addEditAnimalDialog input[type=number] {
    -moz-appearance: textfield; }
  #addEditAnimalDialog .ag-select-container {
    width: 100% !important; }
  #addEditAnimalDialog .select2-container .select2-search--inline {
    float: none !important; }
  #addEditAnimalDialog #birthDayInput + .select2, #addEditAnimalDialog #birthMonthInput + .select2 {
    width: 100% !important; }
  @media (min-width: 768px) and (max-width: 991px) {
    #addEditAnimalDialog .birth-year-input-pos {
      margin-top: 25px; } }
  @media (max-width: 575px) {
    #addEditAnimalDialog .birth-year-input-pos {
      margin-top: 20px; } }
  #addEditAnimalDialog .date-width-select {
    width: 135px; }
  #addEditAnimalDialog [id^='registryID'] + .select2 {
    width: 100% !important; }
  #addEditAnimalDialog #species + .select2, #addEditAnimalDialog #breedIDs + .select2, #addEditAnimalDialog #registryID + .select2, #addEditAnimalDialog #parentRegistryID + .select2 {
    width: 100% !important; }
  #addEditAnimalDialog .genderSize {
    width: 130px; }
    @media (max-width: 991px) {
      #addEditAnimalDialog .genderSize {
        margin-left: 0px;
        /*margin-right: 62px;*/
        width: 70px; } }
    @media (max-width: 575px) {
      #addEditAnimalDialog .genderSize {
        /*text-align: left;*/
        margin-left: 5px;
        width: 80px; } }
  @media (max-width: 991px) {
    #addEditAnimalDialog .gender-buttons-row {
      text-align: left !important; } }
  #addEditAnimalDialog .no-margin-row {
    margin-bottom: 0 !important; }
  #addEditAnimalDialog .no-margin-row {
    margin-bottom: 0 !important; }
  @media (max-width: 767px) {
    #addEditAnimalDialog .row {
      text-align: center; } }
  @media (max-width: 575px) {
    #addEditAnimalDialog .row {
      margin-bottom: 20px; } }
  #addEditAnimalDialog .dialog-fields {
    width: 100% !important; }
  @media (min-width: 1200px) {
    #addEditAnimalDialog {
      padding: 0px 40px 0px 40px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #addEditAnimalDialog .dialog-fields {
      width: 100% !important; } }
  @media (max-width: 767px) {
    #addEditAnimalDialog {
      max-height: calc(105vh - 250px) !important; }
      #addEditAnimalDialog .dialog-fields {
        width: 100% !important; }
      #addEditAnimalDialog .date-width {
        width: 100%; } }
  @media (max-width: 575px) {
    #addEditAnimalDialog {
      max-height: 100vh !important;
      padding: 0 !important; }
      #addEditAnimalDialog .dialog-fields {
        width: 100% !important; }
      #addEditAnimalDialog .date-width {
        width: 100%; }
      #addEditAnimalDialog #genderButtons {
        margin-left: 30px; } }
    @media (max-width: 575px) and (max-width: 575px) {
      #addEditAnimalDialog #genderButtons {
        margin-left: 0px; } }
  #addEditAnimalDialog .animal-content, #addEditAnimalDialog .registry-content, #addEditAnimalDialog .parentage-content {
    display: none;
    overflow-y: auto !important;
    height: calc(100vh - 400px); }
    @media (max-width: 767px) {
      #addEditAnimalDialog .animal-content, #addEditAnimalDialog .registry-content, #addEditAnimalDialog .parentage-content {
        height: calc(100vh - 360px); } }
  #addEditAnimalDialog .user-tab {
    margin: 0 40px;
    height: 100px;
    color: #dbdbdb;
    cursor: pointer; }
    @media (max-width: 991px) {
      #addEditAnimalDialog .user-tab {
        height: 60px;
        display: none; } }
  #addEditAnimalDialog .add-registry, #addEditAnimalDialog .add-parentage, #addEditAnimalDialog .add-animal {
    width: 200px;
    /*vertical-align: bottom;*/ }
    @media (max-width: 991px) {
      #addEditAnimalDialog .add-registry, #addEditAnimalDialog .add-parentage, #addEditAnimalDialog .add-animal {
        /*            vertical-align: middle;
                                    padding-bottom: 60px;*/ } }
  #addEditAnimalDialog .user-info-container .user-tab-container .user-tab.tab-active {
    color: #122A59 !important;
    border-bottom: 4px solid #367FBF;
    cursor: pointer;
    display: inline-block !important; }
    @media (max-width: 991px) {
      #addEditAnimalDialog .user-info-container .user-tab-container .user-tab.tab-active {
        font-family: "Nunito Sans";
        font-size: calc(13px + 1.30208vw);
        font-weight: bold;
        letter-spacing: -0.5px;
        line-height: calc(17px + 1.61458vw); } }
    #addEditAnimalDialog .user-info-container .user-tab-container .user-tab.tab-active:disabled {
      cursor: not-allowed !important; }
  #addEditAnimalDialog .user-info-container .user-tab-container .user-tab.tab-error {
    color: #D12D17 !important;
    border-bottom: 4px solid #F43319 !important;
    cursor: pointer;
    display: inline-block !important; }
    @media (max-width: 991px) {
      #addEditAnimalDialog .user-info-container .user-tab-container .user-tab.tab-error {
        font-family: "Nunito Sans";
        font-size: calc(13px + 1.30208vw);
        font-weight: bold;
        letter-spacing: -0.5px;
        line-height: calc(17px + 1.61458vw); } }
  #addEditAnimalDialog .user-tab-container {
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 0px solid #dbdbdb; }
    @media (max-width: 991px) {
      #addEditAnimalDialog .user-tab-container {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 575px) {
      #addEditAnimalDialog .user-tab-container {
        margin-bottom: 20px; } }
  #addEditAnimalDialog .section-divider {
    border-bottom: 1px solid #dbdbdb;
    margin: 0 -70px; }
  #addEditAnimalDialog .dialog-active {
    display: block !important; }
  #addEditAnimalDialog .dialog-inactive {
    display: none; }
  #addEditAnimalDialog .parentage-disable {
    cursor: not-allowed;
    pointer-events: none; }
  #addEditAnimalDialog #animalAddSection, #addEditAnimalDialog #addRegistrySection, #addEditAnimalDialog #addParentageSection {
    min-height: calc(100vh - 550px);
    max-height: calc(110vh - 350px);
    overflow-y: auto;
    overflow-x: hidden !important; }
    @media (max-width: 575px) {
      #addEditAnimalDialog #animalAddSection, #addEditAnimalDialog #addRegistrySection, #addEditAnimalDialog #addParentageSection {
        height: calc(100vh - 250px);
        max-height: calc(115vh - 250px) !important; } }
  @media (max-width: 767px) {
    #addEditAnimalDialog .dialog-checkbox {
      flex-direction: column-reverse;
      text-align: left; } }
  #addEditAnimalDialog .dialog-checkbox .checkbox-col-1 {
    padding-left: 42px; }
    @media (max-width: 767px) {
      #addEditAnimalDialog .dialog-checkbox .checkbox-col-1 {
        padding-left: 45px; } }
  #addEditAnimalDialog .dialog-checkbox .checkbox-col-2 {
    padding-left: 42px; }
    @media (max-width: 767px) {
      #addEditAnimalDialog .dialog-checkbox .checkbox-col-2 {
        padding-left: 45px; } }
  #addEditAnimalDialog .dialog-checkbox-width {
    width: 265px; }
  #addEditAnimalDialog .registry-checkbox {
    display: none; }

.add-full-buttons {
  width: 210px; }
  @media (max-width: 991px) {
    .add-full-buttons {
      text-align: center; } }

@media (max-width: 767px) {
  .parentage-buttons {
    text-align: center;
    display: block; } }

#cancelParentAdd, #saveNewParent {
  margin: 10px;
  width: 210px; }
  @media (max-width: 767px) {
    #cancelParentAdd, #saveNewParent {
      /*float: none !important;*/
      width: 45%;
      margin: 0;
      margin-top: 10px;
      margin-bottom: 10px; } }

#addFullSave {
  margin: 20px 30px 20px 35px; }
  @media (max-width: 991px) {
    #addFullSave {
      float: none !important;
      display: block;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0px;
      margin-bottom: 0px;
      /*width: 435px;*/
      width: 50%; } }
  @media (max-width: 767px) {
    #addFullSave {
      /*width: 93%;*/
      width: 45%; } }
  @media (max-width: 575px) {
    #addFullSave {
      display: inline-block;
      width: 45%; } }

#addFullNext, #saveAndNext {
  margin: 20px 35px 20px 20px; }
  @media (max-width: 991px) {
    #addFullNext, #saveAndNext {
      margin-left: 5px;
      margin-right: 5px;
      margin-top: 0px;
      margin-bottom: 0px;
      /*width: 210px;*/
      width: 20%;
      /*float: none !important;*/ } }
  @media (max-width: 767px) {
    #addFullNext, #saveAndNext {
      width: 20%; } }
  @media (max-width: 575px) {
    #addFullNext, #saveAndNext {
      width: 12%;
      float: right !important;
      padding: 0 !important;
      text-align: center; } }

#addFullBack {
  margin: 20px 30px 20px 35px; }
  @media (max-width: 991px) {
    #addFullBack {
      margin-left: 5px;
      margin-right: 5px;
      margin-top: 0px;
      margin-bottom: 0px;
      /*width: 210px;*/
      width: 20%;
      /*float: none !important;*/ } }
  @media (max-width: 767px) {
    #addFullBack {
      width: 20%; } }
  @media (max-width: 575px) {
    #addFullBack {
      width: 12%;
      float: left !important;
      padding: 0 !important;
      text-align: center; } }

@media (max-width: 575px) {
  #addFullBack:before {
    font-family: 'FontAwesome';
    content: '\f053'; } }

@media (max-width: 575px) {
  #addFullNext:after, #saveAndNext:after {
    font-family: 'FontAwesome';
    content: '\f054'; } }

#addParentageSection {
  margin-left: 13px;
  margin-right: 13px; }
  #addParentageSection .date-width {
    width: 100%; }
  #addParentageSection #birthDayInput + .select2, #addParentageSection #birthMonthInput + .select2 {
    width: 100% !important; }
  #addParentageSection .user-tab {
    margin: 0;
    height: 65px;
    color: #dbdbdb;
    cursor: pointer;
    /*margin: 0 30px;*/
    text-align: left; }
  #addParentageSection .user-info-container .user-tab-container .row .user-sub-tab.sub-tab-active {
    color: #122A59 !important;
    border-bottom: 4px solid #367FBF;
    cursor: pointer;
    display: inline-block !important; }
  #addParentageSection .user-tab-container {
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 0px solid #dbdbdb;
    margin-right: 0; }
    #addParentageSection .user-tab-container .add-registry {
      width: 240px;
      text-align: left;
      vertical-align: middle; }
    #addParentageSection .user-tab-container .row {
      margin-bottom: 0; }
  #addParentageSection .section-divider {
    border-bottom: 1px solid #dbdbdb;
    margin: 0; }
  #addParentageSection .add-parent-options .row {
    margin-bottom: 15px; }
  #addParentageSection .row {
    /*margin-bottom: 35px;*/ }
  @media (max-width: 767px) {
    #addParentageSection .date-width {
      width: 450px; } }
  @media (max-width: 575px) {
    #addParentageSection .date-width {
      /*width: 450px;*/
      width: 100%;
      display: block !important; } }
  #addParentageSection .parentage-disable {
    cursor: not-allowed;
    pointer-events: none; }
  #addParentageSection #damSireSelect + .select2 {
    width: 100% !important; }

#forgotPasswordDialog {
  padding: 20px 40px 10px 40px;
  max-height: calc(100vh - 210px) !important;
  overflow-y: auto !important;
  scrollbar-width: thin; }
  @media (max-width: 767px) {
    #forgotPasswordDialog {
      padding: 20px 20px 10px 20px; } }

#createCancelSubmit {
  margin-left: 26px; }
  @media (max-width: 575px) {
    #createCancelSubmit {
      max-width: calc(100vw - 50px) !important; } }

@media (max-width: 575px) {
  #createSubmit {
    max-width: calc(100vw - 50px) !important; } }

.emailTakenIcon, .emailInvalidIcon, .emailMatchIcon {
  color: #F43319;
  margin-left: 24px;
  margin-top: 10px;
  display: none; }
  @media (max-width: 575px) {
    .emailTakenIcon, .emailInvalidIcon, .emailMatchIcon {
      position: absolute;
      top: 60px;
      /*right: 182px;*/
      margin: 0px; } }

.confirmTooltip {
  color: #F43319;
  position: absolute;
  top: 60px;
  display: none; }

#resetPasswordBlock .confirmTooltip {
  position: relative;
  top: 0px;
  display: none; }

#resetPasswordBlock .dialog-fields {
  width: 500px;
  /*margin-top: 15px;*/
  margin-bottom: 35px; }
  @media (max-width: 575px) {
    #resetPasswordBlock .dialog-fields {
      width: 300px; } }

#loginSubmit {
  height: 48px;
  width: 350px; }
  @media (max-width: 575px) {
    #loginSubmit {
      width: 215px; } }

.dialog-buttons {
  height: 48px;
  width: 173px;
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.15625vw);
  font-weight: 800 !important;
  letter-spacing: 0.1px;
  line-height: calc(13px + 0.57292vw); }
  @media (max-width: 575px) {
    .dialog-buttons {
      width: 210px; } }
  .dialog-buttons:hover {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #122A59;
    border: none; }

@media (max-width: 575px) {
  .dialog-submit {
    width: 215px;
    display: block;
    text-align: center;
    margin: auto !important;
    margin-bottom: 15px !important; } }

.dialog-cancel-submit {
  background: white;
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.15625vw);
  font-weight: 800 !important;
  letter-spacing: 0.1px;
  line-height: calc(13px + 0.57292vw);
  width: 173px; }
  @media (max-width: 575px) {
    .dialog-cancel-submit {
      width: 215px;
      display: block;
      text-align: center;
      margin: auto !important; } }
  .dialog-cancel-submit:hover {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: white;
    border-width: 0.5px;
    border-style: solid;
    border-color: rgba(54, 127, 191, 0.5); }

@media (min-width: 992px) {
  #addEditAnimalSubmit {
    margin-left: 135px; } }

@media (max-width: 575px) {
  #addMoreInfo {
    display: block;
    text-align: center;
    margin: auto; } }

#addEditAnimalSubmit, #addMoreInfo {
  height: 48px;
  width: 175px; }
  @media (max-width: 575px) {
    #addEditAnimalSubmit, #addMoreInfo {
      width: 250px; } }

.user-input-fields {
  border-radius: 24px !important;
  padding-right: 150px !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  opacity: 0.9;
  border: 1px solid #DDD9D9; }
  @media (max-width: 575px) {
    .user-input-fields {
      padding-right: 30px !important; } }

#forgotPassword {
  float: left; }
  @media (max-width: 991px) {
    #forgotPassword {
      float: none;
      display: block;
      text-align: center; } }

#createAccount {
  float: right; }
  @media (max-width: 991px) {
    #createAccount {
      float: none;
      display: block;
      text-align: center;
      margin-top: 10px; } }

#recoverAccount {
  float: right; }
  @media (max-width: 991px) {
    #recoverAccount {
      float: none;
      display: block;
      text-align: center;
      margin-top: 10px; } }

#activateAccount {
  float: right;
  clear: both; }
  @media (max-width: 575px) {
    #activateAccount {
      float: none;
      display: block;
      text-align: center;
      margin-top: 10px; } }

#registryNum {
  vertical-align: top;
  margin-right: 13px; }

#birthDateInput {
  margin-right: 14px; }
  @media (max-width: 575px) {
    #birthDateInput {
      margin-right: 17px; } }

.dialog-title {
  height: 32px;
  width: auto;
  color: #122A59;
  font-family: "Nunito Sans";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 32px;
  padding-bottom: 40px;
  margin-bottom: 20px; }
  @media (max-width: 575px) {
    .dialog-title {
      text-align: center;
      margin-bottom: 40px; } }

.dialog-spacing {
  margin-left: 40px; }
  @media (max-width: 575px) {
    .dialog-spacing {
      margin-left: auto; } }

.account-options {
  height: 20px;
  font-weight: bold;
  line-height: 20px; }

.create-account-link {
  margin-right: 20px; }
  @media (max-width: 991px) {
    .create-account-link {
      margin-right: 0; } }

.recover-account-link {
  margin-right: 20px; }
  @media (max-width: 991px) {
    .recover-account-link {
      margin-right: 0; } }

.forgot-pass-link {
  margin-left: 20px; }
  @media (max-width: 991px) {
    .forgot-pass-link {
      margin-left: 0; } }

.activate-account-link {
  margin-right: 20px; }
  @media (max-width: 575px) {
    .activate-account-link {
      margin-right: 0; } }

.sub-text {
  display: block;
  text-align: left;
  margin-left: 10px; }
  @media (max-width: 575px) {
    .sub-text {
      font-size: 11px;
      margin-left: auto;
      text-align: center; } }

.ui-widget-content a {
  color: #367FBF; }

.ui-widget button {
  font-family: "Nunito Sans" !important; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: center;
  padding: 25px;
  /*margin-top: 25px;*/ }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none; }

.ui-widget-content {
  border-radius: 0 0 30px 30px; }

.ui-dialog {
  border-radius: 30px; }

.ui-dialog .ui-dialog-titlebar {
  border-radius: 30px;
  background-color: white;
  border-width: 0;
  margin-left: 4px; }

.ui-dialog .ui-dialog-titlebar-close {
  padding-bottom: 40px;
  padding-right: 38px;
  border-width: 0;
  top: 83%;
  background-color: #FFFFFF;
  background-image: url("../images/icons/Close.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 0; }

.ui-button .ui-icon {
  background-image: url("../images/icons/Close.svg");
  z-index: 150; }

/*.ui-state-hover .ui-icon,*/
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/icons/Close.svg");
  z-index: 150; }

.radiogroup {
  vertical-align: bottom;
  z-index: 1019; }

.gender {
  height: 24px;
  color: #000000;
  font-family: "Nunito Sans";
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .gender {
      float: none !important; } }

.radiogroup-no-margin {
  margin-right: 0 !important; }

.inline {
  float: left;
  display: inline-block;
  margin-top: 20px;
  margin-left: 60px; }
  @media (max-width: 991px) {
    .inline {
      margin-left: 0; } }

.dialog-checkbox {
  top: -3px !important;
  left: -30px !important; }

#addPhoneNumberDialog .dialog-fields {
  max-width: 450px !important;
  width: calc(100vw - 135px) !important; }

#addPhoneNumberDialog #phoneTypeID + .select2 {
  max-width: 450px !important;
  width: calc(100vw - 135px) !important; }
  @media (max-width: 575px) {
    #addPhoneNumberDialog #phoneTypeID + .select2 {
      width: calc(100vw - 135px) !important; } }

@media (max-width: 575px) {
  #mobileFields {
    display: block;
    margin-right: 12px; } }

@media (min-width: 576px) {
  #mobileFields {
    display: none; } }

.datepicker td, .datepicker th {
  width: 40px;
  height: 30px;
  border-radius: 12px; }

.dropdown-menu {
  border-radius: 24px;
  color: #367FBF;
  padding-right: 10px;
  padding-left: 10px; }

.datepicker table tr td.active.active {
  background-color: #367FBF; }

.datepicker-dropdown::before {
  content: initial; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
  background-color: #367FBF; }

.datepicker table tr td.active:hover.active {
  background-color: #367FBF; }

.popover {
  font-family: "Nunito Sans";
  border-color: #367FBF;
  border: none !important;
  background-color: #367FBF;
  border-radius: 18px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  top: -3px; }

.popover-body {
  font-family: "Nunito Sans";
  background-color: #367FBF;
  color: white;
  border: none !important;
  background-clip: border-box;
  border-radius: 18px; }


.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: -10px;
  border-right-color: #367FBF;
  border: none;
  top: -3px !important; }


.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #367FBF;
  border: none; }


.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: -10px;
  border-bottom-color: #367FBF;
  border: none; }


.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: -10px;
  border-left-color: #367FBF;
  border: none;
  top: 80px !important; }

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"], .popover.bs-popover-auto[x-placement^="left"] {
  /*top: 80px !important;*/
  left: 70px !important;
  top: -95px !important; }

.popover .arrow {
  display: none; }

.input-icons i {
  position: absolute;
  right: 55px; }
  @media (max-width: 575px) {
    .input-icons i {
      top: 300px; } }

.input-icons {
  width: 100%;
  margin-bottom: 10px; }

.input-field {
  width: 100%;
  padding: 10px;
  text-align: center; }

.fa-trash {
  color: #F43319;
  margin-top: 3.5px; }

.fa-edit {
  margin-top: 6px; }

.ui-dialog-titlebar {
  /*text-align: center !important;*/
  color: #122A59 !important;
  font-size: 1.5em !important; }

[aria-describedby='fullProfileDialog'] .ui-dialog-titlebar {
  margin-left: 45px;
  color: #122A59 !important;
  font-size: 1.5em !important;
  /*padding-bottom: 33px !important;*/
  /*padding-top: 33px !important;*/
  margin-top: 14px;
  margin-bottom: 7px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  height: 70px; }
  @media (max-width: 767px) {
    [aria-describedby='fullProfileDialog'] .ui-dialog-titlebar {
      margin-left: 0; } }
  [aria-describedby='fullProfileDialog'] .ui-dialog-titlebar.species-horse {
    background-image: url("../images/icons/icon-horse.svg"); }
    @media (max-width: 767px) {
      [aria-describedby='fullProfileDialog'] .ui-dialog-titlebar.species-horse {
        background-image: none; } }
  [aria-describedby='fullProfileDialog'] .ui-dialog-titlebar.species-dog {
    background-image: url("../images/icons/icon-dog.svg"); }
    @media (max-width: 767px) {
      [aria-describedby='fullProfileDialog'] .ui-dialog-titlebar.species-dog {
        background-image: none; } }
  [aria-describedby='fullProfileDialog'] .ui-dialog-titlebar.species-pigeon {
    background-image: url("../images/icons/icon-pigeon.svg"); }
    @media (max-width: 767px) {
      [aria-describedby='fullProfileDialog'] .ui-dialog-titlebar.species-pigeon {
        background-image: none; } }

[aria-describedby='fullProfileDialog'] .ui-dialog-titlebar-close {
  top: 35% !important; }

[aria-describedby='fullProfileDialog'] .ui-dialog-title {
  margin-top: 10px;
  margin-left: 80px;
  float: none !important;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle; }
  @media (max-width: 767px) {
    [aria-describedby='fullProfileDialog'] .ui-dialog-title {
      margin-left: 10px; } }
  @media (max-width: 575px) {
    [aria-describedby='fullProfileDialog'] .ui-dialog-title {
      width: 70% !important;
      display: inline-block;
      margin-bottom: -2px; } }

[aria-describedby='speciesSelectDialog'] {
  padding-bottom: 20px;
  max-width: calc(100vw - 50px) !important; }
  @media (max-width: 991px) {
    [aria-describedby='speciesSelectDialog'] {
      max-width: 470px !important; } }
  [aria-describedby='speciesSelectDialog'] #speciesSelectDialog .species-inner-div {
    max-height: calc(100vw - 50px) !important; }
  [aria-describedby='speciesSelectDialog'] .ui-dialog-title {
    padding-top: 25px;
    /*margin-left: 25px;*/
    text-align: center;
    white-space: normal !important; }
  [aria-describedby='speciesSelectDialog'] .ui-dialog-titlebar-close {
    margin-top: -45px; }
  [aria-describedby='speciesSelectDialog'] .ag-icon-button {
    margin: 25px;
    border-radius: 150px;
    cursor: pointer;
    transition: transform .2s;
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
    width: 135px;
    display: inline-block; }
    @media (max-width: 575px) {
      [aria-describedby='speciesSelectDialog'] .ag-icon-button {
        display: block;
        width: auto;
        transition: none;
        max-height: calc(100vh - 220px) !important;
        transform: none; } }
    [aria-describedby='speciesSelectDialog'] .ag-icon-button.canine {
      background-image: url("../images/icons/icon-dog.svg"); }
      [aria-describedby='speciesSelectDialog'] .ag-icon-button.canine:hover {
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        transform: scale(1.2);
        background-image: url("../images/icons/canine.svg");
        height: 135px; }
      @media (max-width: 767px) {
        [aria-describedby='speciesSelectDialog'] .ag-icon-button.canine {
          background-image: url("../images/icons/canine.svg");
          height: 150px; }
          [aria-describedby='speciesSelectDialog'] .ag-icon-button.canine:hover {
            box-shadow: none;
            transform: none;
            transition: none;
            height: 150px; } }
    [aria-describedby='speciesSelectDialog'] .ag-icon-button.equine {
      background-image: url("../images/icons/icon-horse.svg"); }
      [aria-describedby='speciesSelectDialog'] .ag-icon-button.equine:hover {
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        transform: scale(1.2);
        background-image: url("../images/icons/equine.svg");
        height: 135px; }
      @media (max-width: 767px) {
        [aria-describedby='speciesSelectDialog'] .ag-icon-button.equine {
          background-image: url("../images/icons/equine.svg");
          height: 150px; }
          [aria-describedby='speciesSelectDialog'] .ag-icon-button.equine:hover {
            box-shadow: none;
            transform: none;
            transition: none;
            height: 150px; } }
    [aria-describedby='speciesSelectDialog'] .ag-icon-button.pigeon {
      background-image: url("../images/icons/icon-pigeon.svg"); }
      [aria-describedby='speciesSelectDialog'] .ag-icon-button.pigeon:hover {
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        transform: scale(1.2);
        background-image: url("../images/icons/Pigeon.svg");
        height: 135px; }
      @media (max-width: 767px) {
        [aria-describedby='speciesSelectDialog'] .ag-icon-button.pigeon {
          background-image: url("../images/icons/Pigeon.svg");
          height: 150px; }
          [aria-describedby='speciesSelectDialog'] .ag-icon-button.pigeon:hover {
            box-shadow: none;
            transform: none;
            transition: none;
            height: 150px; } }
    [aria-describedby='speciesSelectDialog'] .ag-icon-button.feline {
      background-image: url("../images/icons/icon-cat.svg"); }
      [aria-describedby='speciesSelectDialog'] .ag-icon-button.feline:hover {
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        transform: scale(1.2);
        background-image: url("../images/icons/feline.svg");
        height: 135px; }
      @media (max-width: 767px) {
        [aria-describedby='speciesSelectDialog'] .ag-icon-button.feline {
          background-image: url("../images/icons/feline.svg");
          height: 150px; }
          [aria-describedby='speciesSelectDialog'] .ag-icon-button.feline:hover {
            box-shadow: none;
            transform: none;
            transition: none;
            height: 150px; } }
    [aria-describedby='speciesSelectDialog'] .ag-icon-button.parentage {
      background-image: url("../images/icons/Parentage.svg"); }
      [aria-describedby='speciesSelectDialog'] .ag-icon-button.parentage:hover {
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        transform: scale(1.2);
        background-image: url("../images/icons/parentage-text.svg");
        height: 135px; }
      @media (max-width: 767px) {
        [aria-describedby='speciesSelectDialog'] .ag-icon-button.parentage {
          background-image: url("../images/icons/parentage-text.svg");
          height: 150px; }
          [aria-describedby='speciesSelectDialog'] .ag-icon-button.parentage:hover {
            box-shadow: none;
            transform: none;
            transition: none;
            height: 150px; } }

[aria-describedby='loginDialog'] {
  /*max-height: calc(100vh - 100px) !important;*/
  max-width: calc(100% - 50px) !important; }
  [aria-describedby='loginDialog'] .ui-widget-content {
    border: none !important; }
  [aria-describedby='loginDialog'] .ui-dialog-buttonpane {
    visibility: hidden;
    height: 0 !important;
    padding: 5px !important;
    overflow: hidden !important;
    /*margin: 0 !important;*/ }

#loginDialog {
  max-height: calc(100vh - 160px) !important; 
}
  
@media (max-width: 1199px) {
    #loginDialog .row {
      text-align: center; }
}

@media (max-width: 991px) {
    #loginDialog #birdIconBottom {
      margin: 0 auto;
    }
 
    #loginDialog #loginOnlyDialog {
      padding-top: 0px; } 
}
@media (max-width: 991px) {
    #loginDialog #activateDialog {
      padding-bottom: 35px; }
}

.divider-line {
  border-left: 1px solid #dbdbdb;
  height: fit-content;
  margin-bottom: -75px; }
  @media (max-width: 991px) {
    .divider-line {
      border-left: none;
      border-top: 1px solid #dbdbdb;
      margin: 0;
      width: 100px; } 
  }

.sign-up-recover-btn {
  width: 100%; }

#recoverButton {
  margin-top: 20px; }

#loginButton {
  margin-top: calc(20px + 2vw); }

.ui-dialog-title {
  padding-left: 20px !important; }

.reorder-dialog-align {
  text-align: center; }

.ag-icon-button {
  background-repeat: no-repeat;
  background-position: center;
  height: 135px;
  width: auto;
  display: block;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .ag-icon-button {
      max-height: calc(100vh - 220px) !important; } }
  .ag-icon-button.recover-icon {
    background-image: url("../images/icons/icon-recover-account.svg"); }
  .ag-icon-button.create-account-icon {
    background-image: url("../images/icons/icon-signin-temp.svg"); }
  .ag-icon-button.pigeon-icon {
    background-image: url("../images/icons/icon-pigeon.svg"); }
    .ag-icon-button.pigeon-icon.redirect-icon {
      width: 135px;
      margin-right: 20px;
      margin-bottom: -15px;
      display: inline-block; }
      @media (max-width: 767px) {
        .ag-icon-button.pigeon-icon.redirect-icon {
          width: auto;
          margin: 0;
          /*margin-bottom: -20px;*/
          display: block; } }
  .ag-icon-button.horse-icon {
    background-image: url("../images/icons/icon-horse.svg"); }
    .ag-icon-button.horse-icon.redirect-icon {
      width: 135px;
      margin-right: 20px;
      margin-bottom: -15px;
      display: inline-block; }
      @media (max-width: 767px) {
        .ag-icon-button.horse-icon.redirect-icon {
          width: auto;
          margin: 0;
          /*margin-bottom: -20px;*/
          display: block; } }
  .ag-icon-button.dog-icon {
    background-image: url("../images/icons/icon-dog.svg"); }
    .ag-icon-button.dog-icon.redirect-icon {
      width: 135px;
      margin-right: 20px;
      margin-bottom: -15px;
      display: inline-block; }
      @media (max-width: 767px) {
        .ag-icon-button.dog-icon.redirect-icon {
          width: auto;
          margin: 0;
          /*margin-bottom: -20px;*/
          display: block; } }

.samplePopup {
  width: 800px; }
  .samplePopup .ag-checkbox {
    vertical-align: middle; }
  .samplePopup .animal-sample-wrapper {
    border-radius: 24px;
    border: 1px solid #dbdbdb;
    margin: 10px;
    padding: 10px;
    overflow: hidden; }
    .samplePopup .animal-sample-wrapper .animal-sample-header {
      border-bottom: 1px solid #dbdbdb;
      margin-left: -15px;
      margin-right: -15px; }
      .samplePopup .animal-sample-wrapper .animal-sample-header div {
        padding-left: 30px;
        padding-bottom: 10px; }
  .samplePopup .row {
    margin-bottom: 10px; }
    .samplePopup .row .col-5, .samplePopup .row #paymentNeeded, .samplePopup .row .sampleRef {
      line-height: 49px; }

.list-group-item {
  padding: 6px 0 6px 0; }

#adminNavDiv {
  margin: -20px 10px 10px 0;
  padding: 30px 5px 5px 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  width: 155px;
  float: left;
  border-bottom-right-radius: 24px; }
  #adminNavDiv h4, #adminNavDiv h5 {
    color: #122A59; }
  #adminNavDiv ul {
    padding-inline-start: 10px;
    list-style-type: circle;
    list-style-position: inside; }
    #adminNavDiv ul li {
      padding-left: 15px; }

.admin-wrapper #titleBlock {
  background-color: #A6BDDD;
  padding: 12px 42px 12px;
  color: white;
  height: 35px;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  box-sizing: initial; }

.bold {
  font-weight: 800; }

.admin-wrapper .top-div-padding {
  padding-top: 150px;
  padding-bottom: 10px; }

#noPaymentCheckbox {
  font-size: larger;
  font-weight: 700; }

.tableWarning {
  background-color: bisque !important; }

.table-cell-conflict {
  background-color: #FF9966 !important; }

#financialPermutationDiv .paymentOption {
  width: 90%;
  padding-left: 0;
  padding-bottom: 15px; }

#financialPermutationDiv #paymentOption_3 {
  padding-bottom: 1px !important; }

#financialPermutationDiv #paymentOption_4 {
  padding-bottom: 0 !important; }

#financialPermutationDiv .ag-select-container {
  width: auto !important; }

#financialPermutationDiv .d-md-block {
  display: none !important; }

.ag-dialog-admin .admin-hide {
  display: none !important; }

.ag-dialog-admin .ag-menu-hugger-div {
  margin-top: 0px;
  padding-top: 10px;
  border-radius: 24px;
  padding-bottom: 0px; }

.ag-dialog-admin .ag-test-header-step1 {
  margin-top: 0; }

.ag-dialog-admin .ag-content-org-div {
  margin-top: 20px; }
  .ag-dialog-admin .ag-content-org-div.collapsed .ag-content-org-div-content {
    padding-top: 0px;
    padding-bottom: 0px; }
  .ag-dialog-admin .ag-content-org-div .ag-content-org-div-title {
    padding: 20px; }
  .ag-dialog-admin .ag-content-org-div .ag-content-org-div-content {
    padding: 20px; }
  .ag-dialog-admin .ag-content-org-div .productEntry {
    padding: 0; }

.ag-dialog-admin #breedsHeader {
  padding: 20px; }

.ag-dialog-admin #step2Header {
  margin-top: 40px;
  margin-bottom: 40px; }

.user-info-container {
  width: 100%; }
  .user-info-container .user-tab-container {
    border-bottom: 1px solid #dbdbdb;
    margin-right: 20px; }
    .user-info-container .user-tab-container .user-tab {
      transition: color .3s;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.57292vw);
      font-weight: 600;
      letter-spacing: -0.3px;
      line-height: calc(13px + 1.30208vw);
      color: #367FBF;
      padding: 10px 30px; }
      .user-info-container .user-tab-container .user-tab.tab-active {
        border-bottom: 3px solid #122A59;
        color: #122A59; }
      .user-info-container .user-tab-container .user-tab:hover {
        color: #122A59; }
  .user-info-container .content {
    margin-right: 20px;
    display: none;
    border-radius: 0 24px 24px 24px; }
    .user-info-container .content.content-active {
      display: block; }

.user-tab--buttons-bar {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end; }
  .user-tab--buttons-bar .searchAnimals {
    visibility: hidden; }
    .user-tab--buttons-bar .searchAnimals input {
      width: 350px; }
  .user-tab--buttons-bar button {
    margin-left: 10px; }

.editorThumbnail {
  width: 200px; }

.warning {
  color: #dc3545; }

.dnaMarkerEntryBlock {
  clear: both;
  padding: 10px; }
  .dnaMarkerEntryBlock .dnaMarkerEntry {
    width: 150px;
    float: left; }
    .dnaMarkerEntryBlock .dnaMarkerEntry .left, .dnaMarkerEntryBlock .dnaMarkerEntry .right {
      width: 100%;
      text-align: center; }

.dnaMarkerSubmitBlock {
  clear: both;
  padding: 10px; }

#UK_CC_payment {
  font-weight: bold; }

.cc_display {
  width: 10%;
  display: block; }

.cellWarning {
  background-color: bisque; }

.boldLine {
  border-bottom: 2px solid black; }

.ag-color-gentle-red {
  color: #D57D8D; }

.ag-highlight-blue,
.ag-hover-highlight-blue:hover {
  cursor: pointer;
  background: rgba(148, 200, 255, 0.5) !important; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.ag-test-header-icon {
  margin-top: 60px;
  margin-bottom: 30px;
  margin-top: 30px; }
  .ag-test-header-icon.d-inline-block {
    vertical-align: top;
    margin: -15px 10px 0px 0px; }
  @media (max-width: 1199px) {
    .ag-test-header-icon {
      height: 100px; } }
  @media (max-width: 767px) {
    .ag-test-header-icon {
      height: 70px; } }

@media (max-width: 991px) {
  .ag-test-mobile-wrapper {
    margin-left: 25px;
    margin-right: 25px; } }

.ag-test-header-step1 {
  margin-top: 150px;
  margin-bottom: 50px;
  margin-top: 120px; }
  @media (max-width: 1199px) {
    .ag-test-header-step1 {
      margin-top: 100px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .ag-test-header-step1 {
      margin-top: 50px;
      margin-bottom: 20px; } }

.test-wrapper #bodyInsertNarrow {
  width: calc(100% - 350px); }

.test-wrapper .orderStepHeaders {
  width: calc(100% - 100px);
  margin: 30px 0px 10px 42px !important;
  color: #b5b5b5;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 26px; }

#breedsHeader {
  padding: 45px; }
  @media (max-width: 1199px) {
    #breedsHeader {
      text-align: center;
      padding: 25px; } }
  #breedsHeader button {
    float: right; }
    @media (max-width: 1199px) {
      #breedsHeader button {
        margin-top: 15px;
        float: none; } }
  #breedsHeader .parentage-button {
    margin-right: 20px;
    margin-left: 20px; }
    @media (max-width: 767px) {
      #breedsHeader .parentage-button {
        margin-left: 0;
        margin-right: 0; } }

#breedsFooter {
  padding: 45px;
  padding-right: 0;
  margin-bottom: 0px !important; }
  @media (max-width: 767px) {
    #breedsFooter {
      padding: 25px; } }
  #breedsFooter button {
    float: right; }
    @media (max-width: 767px) {
      #breedsFooter button {
        margin-top: 15px; } }

.animal-selector-div {
  margin-bottom: 50px; }
  .animal-selector-div #addAnimal, .animal-selector-div #addAdminAnimal {
    float: right; }
    @media (max-width: 767px) {
      .animal-selector-div #addAnimal, .animal-selector-div #addAdminAnimal {
        margin-top: 15px;
        float: none; } }
  @media (max-width: 767px) {
    .animal-selector-div.parentage-test {
      margin-left: 25px;
      margin-right: 25px; } }

.new-animal-button {
  width: 30vw;
  height: 52px;
  font-size: 17px;
  padding-left: 1vw !important;
  padding-right: 1vw !important; }
  @media (max-width: 767px) {
    .new-animal-button {
      width: 100%;
      margin: 10px; } }
  @media (min-width: 1200px) {
    .new-animal-button {
      width: 18vw; }
      .new-animal-button br {
        display: none; } }

.extraText {
  transform: translate(0px, -2px); }

.testDivider {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dbdbdb;
  margin: 2px 0;
  padding: 0; }

.panelEntry .productNameText {
  font-weight: 800; }
  .panelEntry .productNameText:after {
    color: #367FBF;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 10px;
    transform: translateY(1px); }
  @media (max-width: 991px) {
    .panelEntry .productNameText:after {
      display: none;
      margin-left: 0px; }
    .panelEntry .productNameText:before {
      color: #367FBF;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: 10px;
      transform: translateY(1px); } }

.testHolder .productNameText {
  font-weight: 600 !important; }
  .testHolder .productNameText:before {
    display: none; }
  .testHolder .productNameText:after {
    display: none; }

.productEntry, .parentageLink {
  line-height: 30px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #dbdbdb; }
  .productEntry:before, .productEntry:after, .parentageLink:before, .parentageLink:after {
    content: '';
    display: table; }
  .productEntry:after, .parentageLink:after {
    clear: both; }
  .productEntry .productName:before, .productEntry .productName:after, .parentageLink .productName:before, .parentageLink .productName:after {
    content: '';
    display: table; }
  .productEntry .productName:after, .parentageLink .productName:after {
    clear: both; }
  .productEntry .productName .badge:empty, .parentageLink .productName .badge:empty {
    display: none; }
  .productEntry.highlight-green, .parentageLink.highlight-green {
    border-radius: 24px;
    background-color: #cfffcc;
    margin-right: -20px;
    padding-right: 20px;
    margin-left: -20px;
    padding-left: 20px;
    border-bottom: none; }
    .productEntry.highlight-green .ag-checkbox input:not(:disabled) ~ .checkmark, .parentageLink.highlight-green .ag-checkbox input:not(:disabled) ~ .checkmark {
      border-color: #122A59 !important; }
  .productEntry .productPrice, .parentageLink .productPrice {
    margin-top: 5px; }
    .productEntry .productPrice .badge, .parentageLink .productPrice .badge {
      vertical-align: middle; }

.expander .productPrice:after {
  visibility: visible;
  cursor: pointer; }

.expander .productNameText {
  cursor: pointer; }

.productPrice:after {
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #367FBF;
  display: inline-block;
  content: "";
  visibility: hidden;
  margin-left: 10px; }

.productPrice.description-visible:after {
  transform: rotate(180deg); }

.productDescription {
  padding: 10px 25px 5px 56px;
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.26042vw);
  line-height: calc(13px + 0.57292vw);
  font-weight: normal;
  letter-spacing: normal;
  color: black; }

.productNameText {
  cursor: pointer; }

#step2Header {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    #step2Header {
      width: calc(100% - 50px); } }
  @media (max-width: 767px) {
    #step2Header {
      margin-top: 30px;
      margin-bottom: 30px; } }
  #step2Header div {
    display: inline-block; }
  #step2Header #addToExistingOrder {
    display: block;
    padding: 3px; }
  #step2Header #priceSummary {
    float: right; }
    @media (max-width: 767px) {
      #step2Header #priceSummary {
        float: none;
        font-family: "Nunito Sans";
        font-size: calc(17px + 1.61458vw);
        font-weight: bold;
        letter-spacing: -0.5px;
        line-height: calc(17px + 1.61458vw);
        margin-top: 15px; } }
    #step2Header #priceSummary .priceHeaders .priceIndicator {
      margin-left: 100px; }
      @media (max-width: 767px) {
        #step2Header #priceSummary .priceHeaders .priceIndicator {
          margin-left: 20vw;
          font-family: "Nunito Sans";
          font-size: calc(18px + 3.75vw);
          line-height: calc(18px + 3.75vw);
          font-weight: 800;
          letter-spacing: -1.71px; } }

#cheaperPanelOverrule {
  display: block !important;
  margin-top: 15px; }

.test--hidden {
  display: none; }

.parentage-container {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 24px; }
  @media (max-width: 767px) {
    .parentage-container #submitParentageOrder {
      margin-bottom: 40px; } }
  .parentage-container .parentage-left-panel {
    padding: 35px;
    height: 100%; }
    @media (min-width: 992px) {
      .parentage-container .parentage-left-panel {
        padding-right: 50px;
        border-right: 1px solid #dbdbdb; } }
    @media (max-width: 767px) {
      .parentage-container .parentage-left-panel {
        padding-bottom: 5px; } }
    .parentage-container .parentage-left-panel .parentage-step-container {
      margin-bottom: 30px; }
      .parentage-container .parentage-left-panel .parentage-step-container .parentage-step {
        font-weight: 800;
        margin-bottom: 20px; }
      .parentage-container .parentage-left-panel .parentage-step-container .ag-select-container {
        display: block; }
  .parentage-container .parentage-right-panel .parentage-animal-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
    padding: 30px; }
    .parentage-container .parentage-right-panel .parentage-animal-title:before, .parentage-container .parentage-right-panel .parentage-animal-title:after {
      content: '';
      display: table; }
    .parentage-container .parentage-right-panel .parentage-animal-title:after {
      clear: both; }
    @media (max-width: 991px) {
      .parentage-container .parentage-right-panel .parentage-animal-title {
        border-top: 1px solid #dbdbdb;
        padding: 15px 30px 15px 30px;
        text-align: center; } }
    @media (max-width: 767px) {
      .parentage-container .parentage-right-panel .parentage-animal-title {
        padding: 5px 30px 20px 30px; } }
  .parentage-container .parentage-right-panel .parentage-table {
    min-height: 400px;
    padding: 30px;
    font-weight: 800; }
    .parentage-container .parentage-right-panel .parentage-table .parentage-header {
      padding: 10px;
      border-radius: 24px 24px 0 0;
      background-color: #FBFBFB;
      border-bottom: 1px solid #dbdbdb; }
      .parentage-container .parentage-right-panel .parentage-table .parentage-header .col {
        font-family: "Nunito Sans";
        font-size: calc(13px + 0.15625vw);
        font-weight: 600;
        letter-spacing: 0.1px;
        line-height: calc(13px + 0.57292vw); }
      @media (max-width: 767px) {
        .parentage-container .parentage-right-panel .parentage-table .parentage-header {
          display: none; } }
    .parentage-container .parentage-right-panel .parentage-table .parentageAnimal {
      border-bottom: 1px solid #dbdbdb;
      padding: 30px 10px 30px 10px; }
      @media (max-width: 767px) {
        .parentage-container .parentage-right-panel .parentage-table .parentageAnimal {
          padding: 0px;
          border: none; }
          .parentage-container .parentage-right-panel .parentage-table .parentageAnimal .col-12 {
            margin-bottom: 10px; }
          .parentage-container .parentage-right-panel .parentage-table .parentageAnimal .parentageAnimalLabel {
            padding: 15px;
            border-radius: 24px 24px 0 0;
            background-color: #FBFBFB;
            border-bottom: 1px solid #dbdbdb; }
          .parentage-container .parentage-right-panel .parentage-table .parentageAnimal .parentageAnimalSampleType .d-block {
            margin-bottom: 10px; } }
  .parentage-container .parentage-right-panel #parentagePrice {
    padding: 30px;
    border-top: 1px solid #dbdbdb; }
    .parentage-container .parentage-right-panel #parentagePrice:before, .parentage-container .parentage-right-panel #parentagePrice:after {
      content: '';
      display: table; }
    .parentage-container .parentage-right-panel #parentagePrice:after {
      clear: both; }
    @media (max-width: 767px) {
      .parentage-container .parentage-right-panel #parentagePrice {
        padding-bottom: 10px; } }

.testHolder {
  margin-left: 25px;
  font-size: 0.9em; }
  .testHolder .productEntry {
    padding: 0px; }
    .testHolder .productEntry:last-of-type {
      border-bottom: none; }
  .testHolder .productPrice {
    margin-top: 5px; }
  .testHolder .badge {
    vertical-align: text-bottom; }

.ag-cart-wrapper {
  position: fixed;
  top: 135px;
  right: 0px;
  width: 450px;
  height: 75vh;
  transform-origin: -450px 0;
  transform: translate(450px, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 4;
  border-radius: 24px 0 0 24px; }
  @media (max-width: 767px) {
    .ag-cart-wrapper {
      top: auto;
      bottom: 0;
      width: 100vw;
      height: 530px;
      transform-origin: 0 530px;
      transform: translate(0, 530px); } }
  @media (min-width: 576px) {
    .ag-cart-wrapper.cart-visible .ag-cart-tab-text {
      visibility: hidden !important; } }
  .ag-cart-wrapper.cart-visible .ag-cart-tab {
    height: 50px !important; }
  .ag-cart-wrapper .ag-cart-tab {
    transition: height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
    .ag-cart-wrapper .ag-cart-tab .fa {
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  .ag-cart-wrapper.cart-visible {
    transform: none; }
    .ag-cart-wrapper.cart-visible .ag-cart-tab .fa {
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      transform: rotate(-180deg); }
      @media (max-width: 767px) {
        .ag-cart-wrapper.cart-visible .ag-cart-tab .fa {
          transform: rotate(-90deg); } }
  .ag-cart-wrapper .ag-cart-tab {
    position: absolute;
    top: 50px;
    left: -50px;
    width: 80px;
    height: 180px;
    cursor: pointer;
    text-orientation: sideways-right;
    background-color: #367FBF;
    border-radius: 24px 0 0 24px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 38px; }
    @media (max-width: 767px) {
      .ag-cart-wrapper .ag-cart-tab {
        border-radius: 24px 24px 0 0;
        width: 142px;
        height: 70px;
        top: -40px;
        bottom: auto;
        right: 5vw;
        left: auto;
        line-height: normal;
        font-size: 15px; } }
    .ag-cart-wrapper .ag-cart-tab.ag-cart-empty {
      height: 140px; }
      @media (max-width: 767px) {
        .ag-cart-wrapper .ag-cart-tab.ag-cart-empty {
          width: 117px; } }
      .ag-cart-wrapper .ag-cart-tab.ag-cart-empty .sideways-text {
        top: 20px; }
        @media (max-width: 767px) {
          .ag-cart-wrapper .ag-cart-tab.ag-cart-empty .sideways-text {
            top: 13px; } }
    .ag-cart-wrapper .ag-cart-tab .sideways-text {
      display: inline-block;
      transform: rotate(-90deg);
      position: absolute;
      top: 57px;
      left: -65px;
      width: 180px; }
      @media (max-width: 767px) {
        .ag-cart-wrapper .ag-cart-tab .sideways-text {
          top: 13px;
          transform: none;
          left: 40px; } }
    .ag-cart-wrapper .ag-cart-tab .fa {
      font-size: 14px;
      position: absolute;
      top: 17px;
      left: 20px; }
      @media (max-width: 767px) {
        .ag-cart-wrapper .ag-cart-tab .fa {
          transform: rotate(90deg); } }
    .ag-cart-wrapper .ag-cart-tab #numberOfCartItems:before {
      content: "("; }
    .ag-cart-wrapper .ag-cart-tab #numberOfCartItems:after {
      content: ")"; }
    .ag-cart-wrapper .ag-cart-tab #numberOfCartItems:empty {
      display: none; }
  .ag-cart-wrapper .ag-cart-body {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 450px;
    height: 75vh;
    background-color: white;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 24px 0 0 24px; }
    @media (max-width: 767px) {
      .ag-cart-wrapper .ag-cart-body {
        width: 100vw;
        max-height: 90vh;
        height: 530px;
        border-radius: 24px 24px 0 0; } }
    .ag-cart-wrapper .ag-cart-body .cart-header-div {
      border-bottom: 1px #dbdbdb solid;
      width: 100%;
      padding: 20px; }
      .ag-cart-wrapper .ag-cart-body .cart-header-div:before, .ag-cart-wrapper .ag-cart-body .cart-header-div:after {
        content: '';
        display: table; }
      .ag-cart-wrapper .ag-cart-body .cart-header-div:after {
        clear: both; }
    .ag-cart-wrapper .ag-cart-body .panelTests, .ag-cart-wrapper .ag-cart-body .cartProductDescription {
      font-weight: 700; }
    .ag-cart-wrapper .ag-cart-body .cart-footer-div {
      border-top: 1px #dbdbdb solid;
      position: absolute;
      bottom: 0;
      width: 450px;
      max-width: 100vw;
      right: 0;
      margin-left: 0;
      font-weight: 700;
      padding: 10px 20px 20px 20px;
      background-color: white;
      border-radius: 0 0 24px 24px; }
      .ag-cart-wrapper .ag-cart-body .cart-footer-div:before, .ag-cart-wrapper .ag-cart-body .cart-footer-div:after {
        content: '';
        display: table; }
      .ag-cart-wrapper .ag-cart-body .cart-footer-div:after {
        clear: both; }
      .ag-cart-wrapper .ag-cart-body .cart-footer-div #goToCheckout, .ag-cart-wrapper .ag-cart-body .cart-footer-div #goToCheckoutCart {
        margin-top: 15px; }
    .ag-cart-wrapper .ag-cart-body .cartRow {
      border-radius: 24px;
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
    .ag-cart-wrapper .ag-cart-body .cart-totals-item {
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.26042vw);
      line-height: calc(13px + 0.57292vw);
      font-weight: normal;
      letter-spacing: normal;
      font-weight: 700;
      padding: 10px;
      border-bottom: 1px solid #dbdbdb; }
      .ag-cart-wrapper .ag-cart-body .cart-totals-item:before, .ag-cart-wrapper .ag-cart-body .cart-totals-item:after {
        content: '';
        display: table; }
      .ag-cart-wrapper .ag-cart-body .cart-totals-item:after {
        clear: both; }
    .ag-cart-wrapper .ag-cart-body .ag-checkout-button {
      width: 100%; }

.cart-body-div {
  padding: 10px;
  max-height: 52vh;
  overflow-y: auto; }
  .cart-body-div .ag-cart-animal-header {
    background-color: #FBFBFB;
    padding: 10px 20px 10px 20px;
    border-radius: 24px 24px 0 0;
    line-height: 40px; }
    .cart-body-div .ag-cart-animal-header div {
      margin-right: 20px; }
  .cart-body-div .productColumn {
    border-radius: 0 0 24px 24px;
    padding: 10px;
    font-family: "Nunito Sans";
    font-size: calc(13px + 0.15625vw);
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: calc(13px + 0.57292vw); }
    .cart-body-div .productColumn .productItem {
      padding: 10px;
      border-bottom: 1px solid #dbdbdb; }
      .cart-body-div .productColumn .productItem:before, .cart-body-div .productColumn .productItem:after {
        content: '';
        display: table; }
      .cart-body-div .productColumn .productItem:after {
        clear: both; }
  .cart-body-div .cartProductDescription {
    margin-top: 5px;
    padding: 10px; }
    .cart-body-div .cartProductDescription:before, .cart-body-div .cartProductDescription:after {
      content: '';
      display: table; }
    .cart-body-div .cartProductDescription:after {
      clear: both; }
  .cart-body-div .cartRow {
    margin-bottom: 10px; }
  .cart-body-div .productList {
    font-weight: 700; }

#cartOverview .productColumn {
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.57292vw);
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: calc(13px + 1.30208vw); }

.ag-tour-wrapper {
  position: fixed;
  top: 135px;
  right: 0px;
  left: -552px;
  width: 450px;
  height: 75vh;
  transform-origin: -450px 0;
  transform: translate(100px, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 4;
  border-radius: 0 24px 24px 0;
  /*    @include media-breakpoint-down(sm) {
			top: auto;
			bottom: 0;
			width: 100vw;
			height: $sm-cart-height;
			transform-origin: 0 $sm-cart-height;
			transform: translate(0, $sm-cart-height);
		}*/ }
  .ag-tour-wrapper .ag-tour-tab {
    position: absolute;
    top: 150px;
    left: 425px;
    width: 80px;
    height: 240px;
    cursor: pointer;
    text-orientation: sideways-right;
    background-color: #122A59;
    border-radius: 0 24px 24px 0;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: 0.3s;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 38px;
    /*        @include media-breakpoint-down(sm) {
					border-radius: $default-radius $default-radius 0 0;
					width: 142px;
					height: 70px;
					top: -40px;
					bottom: auto;
					right: 5vw;
					left: auto;
					line-height: normal;
					font-size: 15px;
				}*/ }
    .ag-tour-wrapper .ag-tour-tab:hover {
      background-color: #367FBF;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      transition: 0.3s; }
    @media (max-width: 767px) {
      .ag-tour-wrapper .ag-tour-tab {
        height: 60px; } }
    .ag-tour-wrapper .ag-tour-tab.tour-active {
      height: 60px !important; }
    .ag-tour-wrapper .ag-tour-tab .sideways-text {
      display: inline-block;
      transform: rotate(90deg);
      position: absolute;
      top: 145px;
      left: -40px;
      width: 180px;
      /*            @include media-breakpoint-down(sm) {
							top: 13px;
							transform: none;
							left: 40px;
						}*/ }
    .ag-tour-wrapper .ag-tour-tab .fa {
      font-size: 14px;
      position: absolute;
      top: 17px;
      left: 20px; }
      @media (max-width: 767px) {
        .ag-tour-wrapper .ag-tour-tab .fa {
          transform: rotate(90deg); } }
    .ag-tour-wrapper .ag-tour-tab #numberOfCartItems:before {
      content: "("; }
    .ag-tour-wrapper .ag-tour-tab #numberOfCartItems:after {
      content: ")"; }
    .ag-tour-wrapper .ag-tour-tab #numberOfCartItems:empty {
      display: none; }

.tour-image {
  background-image: url("../images/icons/icon-tour.svg");
  background-repeat: no-repeat;
  background-position-x: 37px;
  background-position-y: 25px;
  height: 100px; }
  @media (max-width: 767px) {
    .tour-image {
      background-position-y: 14px; } }
  .tour-image.tour-active {
    background-position-x: 6px;
    transform: rotate(90deg);
    background-position-y: 23px;
    transition-duration: .2s; }

.cart-body-div .productColumn {
  padding: 10px 20px !important; }
  @media (max-width: 767px) {
    .cart-body-div .productColumn {
      padding: 10px !important; } }

@media (max-width: 575px) {
  .mobile-cart-margin {
    margin-bottom: 10px;
    margin-top: 10px; } }

.ag-checkout-container .ag-cart-animal-header {
  border-radius: 24px 24px 0 0;
  background-color: #FBFBFB;
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.15625vw);
  font-weight: 800;
  letter-spacing: 0.1px;
  line-height: calc(13px + 0.57292vw);
  padding: 10px;
  padding-left: 30px; }
  .ag-checkout-container .ag-cart-animal-header:nth-child(2) {
    margin-left: 10px; }

@media (max-width: 767px) {
  .ag-checkout-container .ag-cart-animal-header-m {
    background-color: #FBFBFB;
    font-family: "Nunito Sans";
    font-size: calc(13px + 0.15625vw);
    font-weight: 800;
    letter-spacing: 0.1px;
    line-height: calc(13px + 0.57292vw);
    padding: 10px;
    padding-left: 10px !important; } }

.ag-checkout-container .checkout-row-col {
  padding-left: 0;
  padding-right: 0; }

.ag-checkout-container .panelTests {
  width: 70%; }

.ag-checkout-container .productColumn {
  padding: 10px 40px 10px 40px; }
  @media (max-width: 767px) {
    .ag-checkout-container .productColumn {
      padding: 10px 10px 0px 10px; } }
  .ag-checkout-container .productColumn .productItem {
    padding-bottom: 10px; }
    .ag-checkout-container .productColumn .productItem:before, .ag-checkout-container .productColumn .productItem:after {
      content: '';
      display: table; }
    .ag-checkout-container .productColumn .productItem:after {
      clear: both; }
    .ag-checkout-container .productColumn .productItem .specialForProduct a {
      margin-left: 10px; }

.ag-checkout-container .identifierColumn {
  padding-left: 30px;
  padding-top: 10px; }
  @media (max-width: 767px) {
    .ag-checkout-container .identifierColumn {
      padding-left: 20px;
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.98958vw);
      font-weight: bold;
      letter-spacing: -0.4px;
      line-height: calc(13px + 1.30208vw); } }

.ag-checkout-container .cartRow {
  /*border-bottom: 1px solid $gray-medium;*/ }

#cartOverview .cart-footer-div, #cartOverview .cart-totals-div {
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.26042vw);
  line-height: calc(13px + 0.57292vw);
  font-weight: normal;
  letter-spacing: normal;
  font-weight: 700;
  margin-left: 50%;
  text-align: right; }
  #cartOverview .cart-footer-div:before, #cartOverview .cart-footer-div:after, #cartOverview .cart-totals-div:before, #cartOverview .cart-totals-div:after {
    content: '';
    display: table; }
  #cartOverview .cart-footer-div:after, #cartOverview .cart-totals-div:after {
    clear: both; }
  @media (max-width: 991px) {
    #cartOverview .cart-footer-div, #cartOverview .cart-totals-div {
      margin-left: 37%; } }
  @media (max-width: 767px) {
    #cartOverview .cart-footer-div, #cartOverview .cart-totals-div {
      margin-left: auto; } }
  #cartOverview .cart-footer-div .cart-totals-item, #cartOverview .cart-totals-div .cart-totals-item {
    font-family: "Nunito Sans";
    font-size: calc(13px + 0.57292vw);
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: calc(13px + 1.30208vw); }
  #cartOverview .cart-footer-div #goToCheckout, #cartOverview .cart-footer-div #goToCheckoutCart, #cartOverview .cart-totals-div #goToCheckout, #cartOverview .cart-totals-div #goToCheckoutCart {
    margin-top: 30px; }
    @media (max-width: 767px) {
      #cartOverview .cart-footer-div #goToCheckout, #cartOverview .cart-footer-div #goToCheckoutCart, #cartOverview .cart-totals-div #goToCheckout, #cartOverview .cart-totals-div #goToCheckoutCart {
        margin-top: 15px; } }
  #cartOverview .cart-footer-div #goToCheckout, #cartOverview .cart-totals-div #goToCheckout {
    margin-bottom: -12px;
    /*padding-right: 24px;*/ }
    @media (max-width: 767px) {
      #cartOverview .cart-footer-div #goToCheckout, #cartOverview .cart-totals-div #goToCheckout {
        margin-top: 17px;
        /*padding-right: 0;*/ } }

#cartOverview .cart-totals-item {
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.57292vw);
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: calc(13px + 1.30208vw);
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #dbdbdb; }
  #cartOverview .cart-totals-item:before, #cartOverview .cart-totals-item:after {
    content: '';
    display: table; }
  #cartOverview .cart-totals-item:after {
    clear: both; }
  @media (max-width: 767px) {
    #cartOverview .cart-totals-item {
      padding-left: 10px;
      padding-right: 10px; } }

#cartOverview .priceForProduct {
  padding-right: 30px; }
  @media (max-width: 767px) {
    #cartOverview .priceForProduct {
      padding-right: 0px; } }

#cartOverview #couponDiv {
  padding-right: 24px;
  padding-right: 0;
  padding-bottom: 30px;
  padding-top: 30px; }
  #cartOverview #couponDiv:before, #cartOverview #couponDiv:after {
    content: '';
    display: table; }
  #cartOverview #couponDiv:after {
    clear: both; }
  @media (max-width: 767px) {
    #cartOverview #couponDiv {
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 15px;
      padding-top: 15px; } }
  #cartOverview #couponDiv div {
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 1200px) {
    #cartOverview #couponDiv label {
      transform: translate(0px, -9px); } }
  @media (min-width: 992px) and (max-width: 1579px) {
    #cartOverview #couponDiv label {
      transform: translate(0px, -4px); } }
  @media (min-width: 768px) and (max-width: 1199px) {
    #cartOverview #couponDiv label {
      transform: translate(0px, -1px); } }
  #cartOverview #couponDiv input {
    width: 200px; }
  #cartOverview #couponDiv .fa {
    margin-left: 10px; }

.billing-address-select {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px; }

.billing-address-check {
  display: none; }

#paymentOptions {
  max-width: 700px; }

#addressSelector {
  margin: 10px; }
  @media (max-width: 991px) {
    #addressSelector {
      margin: 0;
      margin-bottom: 10px; } }

.paymentOption {
  display: inline-block;
  background-color: #FBFBFB;
  padding: 15px;
  border-radius: 24px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  margin: 15px;
  width: 60%; }
  @media (max-width: 1579px) {
    .paymentOption {
      width: calc(100% - 45px); } }
  @media (max-width: 1199px) {
    .paymentOption {
      width: calc(100% - 30px); } }
  @media (max-width: 767px) {
    .paymentOption {
      margin: 0;
      padding: 15px;
      width: 100%; } }
  .paymentOption .paymentRow {
    margin: 10px; }
    @media (max-width: 991px) {
      .paymentOption .paymentRow {
        margin: 0 0 10px 0; } }
    .paymentOption .paymentRow .paypalDiv {
      max-width: 250px;
      margin: 0px auto; }

.paymentInput {
  display: inline-block; }

.deliveryTypeHeader {
  font-size: 1rem; }

.ag-checkout-title {
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  padding: 40px 10px 30px 10px;
  margin-bottom: 20px;
  line-height: 48px; }
  .ag-checkout-title:before, .ag-checkout-title:after {
    content: '';
    display: table; }
  .ag-checkout-title:after {
    clear: both; }
  @media (max-width: 991px) {
    .ag-checkout-title {
      padding: 40px 10px 10px 10px; } }
  .ag-checkout-title button {
    margin-left: 10px; }
  .ag-checkout-title:first-child {
    padding-top: 0px; }

#paypal-button-container {
  margin: 10px; }

.completed-box {
  text-align: center;
  margin-bottom: 20px; }
  .completed-box div {
    margin-top: 40px; }
    @media (max-width: 991px) {
      .completed-box div {
        margin-top: 25px; } }
    .completed-box div:last-child {
      padding-top: 0px; }
  @media (max-width: 991px) {
    .completed-box .confirmation-button-large {
      margin-top: 40px; } }
  .completed-box .end-link-container {
    text-align: center; }
    .completed-box .end-link-container .confirmation-card {
      display: inline-block;
      border: 1px solid #dbdbdb;
      border-radius: 24px;
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
      padding: 20px; }
      @media (min-width: 992px) {
        .completed-box .end-link-container .confirmation-card {
          margin-top: 0px; } }
    .completed-box .end-link-container img {
      width: auto;
      height: 35vh;
      max-width: 100%;
      display: inline-block;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .completed-box .end-link-container img {
          height: auto;
          width: calc(100% - 40px); } }
    .completed-box .end-link-container a {
      margin-top: 10px; }
  @media (max-width: 991px) {
    .completed-box .completed-box-icon {
      width: 80px; } }

.kitCount {
  width: 350px;
  max-width: 100%; }

.order-alert-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icons/icon-print.svg");
  height: 135px;
  width: 135px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: transform .2s;
  border-radius: 150px; }
  .order-alert-icon:hover {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transform: scale(1.2); }

.order-green-icon {
  background-repeat: no-repeat;
  background-position: center;
  /*background-image: url("../images/icons/green-check.svg");*/
  height: 135px;
  width: 135px;
  margin-left: auto;
  margin-right: auto; }

.rotate-center {
  -webkit-animation: rotate-center 0.5s linear both;
  animation: rotate-center 0.5s linear both;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icons/icon-print.svg");
  height: 150px; }
  .rotate-center:hover {
    box-shadow: none !important;
    cursor: auto;
    transition: none; }

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("../images/icons/green-check.svg"); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background-image: url("../images/icons/green-check.svg"); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("../images/icons/green-check.svg"); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background-image: url("../images/icons/green-check.svg"); } }

.sample-alert {
  background-image: url("../images/icons/icon_alert_small.svg");
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 35px; }
  .sample-alert .sample-alert-spacing {
    margin-left: 65px; }
  .sample-alert .sample-alert-margin {
    width: 42%; }
    @media (max-width: 1579px) {
      .sample-alert .sample-alert-margin {
        width: 55%; } }
    @media (max-width: 1199px) {
      .sample-alert .sample-alert-margin {
        width: 94%; } }
    @media (max-width: 991px) {
      .sample-alert .sample-alert-margin {
        width: 85%; } }

.sample-alert-checkout {
  margin-bottom: 30px;
  font-weight: bold; }
  .sample-alert-checkout .sample-alert-icon {
    margin-left: 10px;
    margin-right: 10px; }

.sendToRegistryDiv {
  font-size: 14px; }

.orderProcessingError {
  font-size: 18px; }

#myAnimalsBlock .hide-animal-class {
  color: #122A59;
  border-bottom-right-radius: 24px;
  padding-right: 23px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold; }

#myAnimalsBlock #smallHideBox {
  display: none; }

#myAnimalsBlock #defaultHideBox {
  /*display: inline-block;*/
  display: block;
  text-align: center;
  transform: translate(0, -260px);
  width: fit-content; }

#myAnimalsBlock .hidden-animal {
  display: none; }

#myAnimalsBlock .visible-animal {
  display: block; }

#myAnimalsBlock .hidden-animal-show {
  display: block !important; }

#myAnimalsBlock .visible-animal-hide {
  display: none !important; }

#myAnimalsBlock .view-more-invisible {
  display: none !important; }

#myAnimalsBlock .badge {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  width: 165px;
  padding: 3px; }
  @media (max-width: 767px) {
    #myAnimalsBlock .badge {
      margin-top: 0px !important; } }

#myAnimalsBlock .breed-name-spacing {
  max-width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 5px;
  white-space: nowrap; }

#myAnimalsBlock .breed-popover {
  transform: translateY(-7px); }

#myAnimalsBlock .animal-card-container .animal-card {
  background-color: white;
  border-radius: 24px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }

#myAnimalsBlock .animal-card-container .animal-button-row-2 {
  display: none; }

#myAnimalsBlock .animal-card-container .animal-name-col {
  font-family: "Nunito Sans";
  font-size: calc(13px + 1.30208vw);
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: calc(17px + 1.61458vw);
  color: #122A59;
  border-bottom: 1px solid #dbdbdb; }
  #myAnimalsBlock .animal-card-container .animal-name-col span {
    word-break: break-word; }
  #myAnimalsBlock .animal-card-container .animal-name-col .fa {
    font-family: "Nunito Sans";
    font-size: calc(13px + 0.26042vw);
    line-height: calc(13px + 0.57292vw);
    font-weight: normal;
    letter-spacing: normal;
    font-size: 22px;
    font-family: 'FontAwesome'; }

#myAnimalsBlock .animal-card-container .animal-info-label-col {
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.26042vw);
  line-height: calc(13px + 0.57292vw);
  font-weight: normal;
  letter-spacing: normal;
  font-weight: 700; }
  #myAnimalsBlock .animal-card-container .animal-info-label-col .breeds-parent {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

#myAnimalsBlock .animal-card-container .animal-info-data-col {
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.26042vw);
  line-height: calc(13px + 0.57292vw);
  font-weight: normal;
  letter-spacing: normal; }

#myAnimalsBlock.large-card-selected .animal-card-container {
  flex: 0 0 25%;
  max-width: 25%; }
  @media (max-width: 1579px) {
    #myAnimalsBlock.large-card-selected .animal-card-container {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 1199px) {
    #myAnimalsBlock.large-card-selected .animal-card-container {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    #myAnimalsBlock.large-card-selected .animal-card-container {
      flex: 0 0 100%;
      max-width: 100%; } }
  #myAnimalsBlock.large-card-selected .animal-card-container .animal-card {
    margin: 25px;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      #myAnimalsBlock.large-card-selected .animal-card-container .animal-card {
        margin: 20px; } }
    @media (max-width: 991px) {
      #myAnimalsBlock.large-card-selected .animal-card-container .animal-card {
        height: auto; } }
    @media (max-width: 767px) {
      #myAnimalsBlock.large-card-selected .animal-card-container .animal-card {
        margin: 0 0 20px 0; } }
    #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      margin: 0; }
      #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row .animal-image-col {
        flex: 0 0 100%;
        max-width: 100%; }
        #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row .animal-image-col #imageUploadLink {
          display: block;
          text-align: center; }
          @media (max-width: 767px) {
            #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row .animal-image-col #imageUploadLink {
              display: flex;
              float: right; } }
        #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row .animal-image-col .image-upload {
          opacity: 1;
          display: block;
          width: 100%;
          height: auto;
          transition: .5s ease;
          backface-visibility: hidden;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          overflow: hidden;
          border-radius: 24px;
          height: 260px; }
          @media (max-width: 767px) {
            #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row .animal-image-col .image-upload {
              height: 260px; } }
        #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row .animal-image-col .animal-image:hover .image-upload {
          opacity: 0.2; }
          @media (max-width: 767px) {
            #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row .animal-image-col .animal-image:hover .image-upload {
              opacity: 1; } }
        #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row .animal-image-col .animal-image:hover .uploadAnimalImage {
          opacity: 1; }
        #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row .animal-image-col .uploadAnimalImage {
          transition: .5s ease;
          opacity: 0;
          position: initial;
          top: 0%;
          left: 0%;
          transform: translate(0, -185px);
          -ms-transform: translate(0, -185px);
          text-align: center;
          backface-visibility: hidden; }
          #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row .animal-image-col .uploadAnimalImage .image-icon {
            display: block;
            margin-bottom: 4px; }
          #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row .animal-image-col .uploadAnimalImage:hover {
            color: #122A59; }
          @media (max-width: 767px) {
            #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row .animal-image-col .uploadAnimalImage {
              opacity: 1;
              margin-top: 5px;
              padding: 5px;
              position: initial;
              border-bottom-right-radius: 24px;
              border-top-left-radius: 24px;
              padding-right: 23px;
              padding-bottom: 10px;
              padding-top: 15px;
              padding-left: 12px;
              transform: translate(0, -85px);
              -ms-transform: translate(0, -85px);
              background-color: rgba(255, 255, 255, 0.8); }
              #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row .animal-image-col .uploadAnimalImage .image-icon {
                padding-right: 10px;
                padding-left: 10px;
                /*margin-top: 3px;*/ } }
        #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-image-row .animal-image-col .animal-image {
          height: 260px; }
    #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-data {
      flex: 0 0 100%;
      max-width: 100%; }
      #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-data .animal-name-row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin: 0; }
        #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-data .animal-name-row .animal-name-col {
          flex: 0 0 100%;
          max-width: 100%;
          padding: 20px 25px 20px 25px;
          width: 15vw !important; }
          #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-data .animal-name-row .animal-name-col .small-animal-text {
            overflow-wrap: break-word;
            overflow: visible;
            display: inline-block;
            text-overflow: ellipsis;
            max-width: calc(100% - 35px);
            vertical-align: middle;
            font-size: .7em; }
            @media (min-width: 992px) {
              #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-data .animal-name-row .animal-name-col .small-animal-text {
                font-size: .5em; } }
          #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-data .animal-name-row .animal-name-col .medium-animal-text {
            white-space: nowrap;
            overflow: hidden;
            display: inline-block;
            text-overflow: ellipsis;
            width: calc(100% - 35px);
            vertical-align: middle;
            font-size: .8em; }
            @media (min-width: 992px) {
              #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-data .animal-name-row .animal-name-col .medium-animal-text {
                font-size: .7em; } }
      #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-data .animal-info {
        border-bottom: 1px solid #dbdbdb;
        padding: 20px;
        padding-left: 0px; }
        @media (max-width: 1199px) {
          #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-data .animal-info {
            padding-left: 20px; } }
        #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-data .animal-info .animal-info-row {
          display: flex;
          flex-wrap: wrap;
          margin-right: -15px;
          margin-left: -15px;
          margin: 10px 30px; }
          @media (max-width: 1199px) {
            #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-data .animal-info .animal-info-row {
              margin: 10px 5px; } }
          @media (max-width: 767px) {
            #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-data .animal-info .animal-info-row {
              margin: 10px 10px; } }
          #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-data .animal-info .animal-info-row .animal-info-label-col {
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
            height: 25px; }
          #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-data .animal-info .animal-info-row .animal-info-data-col {
            flex: 0 0 66.66667%;
            max-width: 66.66667%;
            height: 25px;
            width: 20px;
            white-space: nowrap;
            /*overflow: hidden;*/
            /*text-overflow: ellipsis;*/ }
    #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-button-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      margin: 0;
      margin-right: auto !important;
      margin-left: auto !important;
      padding: 10px; }
      #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-button-row .animal-button-col {
        margin-right: auto !important;
        margin-left: auto !important;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px; }
        #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-button-row .animal-button-col .animal-buttons {
          width: 100%;
          margin: 10px 0;
          padding: 0px;
          text-align: center; }
          @media (max-width: 767px) {
            #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-button-row .animal-button-col .animal-buttons {
              margin: 5px 0; } }
        @media (min-width: 768px) {
          #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-button-row .animal-button-col.full-profile-button {
            flex: 0 0 50%;
            max-width: 50%; }
            #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-button-row .animal-button-col.full-profile-button.has-tests {
              flex: 0 0 100%;
              max-width: 100%; } }
        @media (min-width: 768px) {
          #myAnimalsBlock.large-card-selected .animal-card-container .animal-card .animal-button-row .animal-button-col.print-pdf-button {
            flex: 0 0 50%;
            max-width: 50%; } }

#myAnimalsBlock.medium-card-selected #defaultHideBox {
  /*display: inline-block;*/
  display: block;
  text-align: center;
  transform: translate(0, -240px);
  width: fit-content; }

#myAnimalsBlock.medium-card-selected .animal-card-container {
  flex: 0 0 100%;
  max-width: 100%; }
  #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 25px; }
    #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row {
      flex: 0 0 25%;
      max-width: 25%; }
      @media (max-width: 1199px) {
        #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row #imageUploadLink {
        display: block;
        text-align: center; }
        @media (max-width: 767px) {
          #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row #imageUploadLink {
            display: flex;
            float: right; } }
      #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row .image-upload {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
        border-radius: 24px;
        height: 240px; }
        @media (max-width: 767px) {
          #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row .image-upload {
            height: 240px; } }
      #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row .animal-image:hover .image-upload {
        opacity: 0.2; }
        @media (max-width: 767px) {
          #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row .animal-image:hover .image-upload {
            opacity: 1; } }
      #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row .animal-image:hover .uploadAnimalImage {
        opacity: 1; }
      #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row .uploadAnimalImage {
        transition: .5s ease;
        opacity: 0;
        position: initial;
        top: 0%;
        left: 0%;
        transform: translate(0, -185px);
        -ms-transform: translate(0, -185px);
        text-align: center;
        backface-visibility: hidden; }
        #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row .uploadAnimalImage .image-icon {
          display: block;
          margin-bottom: 4px; }
        #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row .uploadAnimalImage:hover {
          color: #122A59; }
        @media (max-width: 767px) {
          #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row .uploadAnimalImage {
            opacity: 1;
            margin-top: 5px;
            padding: 5px;
            position: initial;
            border-bottom-right-radius: 24px;
            border-top-left-radius: 24px;
            padding-right: 23px;
            padding-bottom: 10px;
            padding-top: 15px;
            padding-left: 12px;
            transform: translate(0, -85px);
            -ms-transform: translate(0, -85px);
            background-color: rgba(255, 255, 255, 0.8); }
            #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row .uploadAnimalImage .image-icon {
              padding-right: 10px;
              padding-left: 10px;
              /*margin-top: 3px;*/ } }
      #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-image-row .animal-image {
        height: 240px; }
    #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
      @media (max-width: 1199px) {
        #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data {
          flex: 0 0 66.66667%;
          max-width: 66.66667%; } }
      #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-name-col {
        padding: 15px 10px 15px 20px; }
        @media (max-width: 1199px) {
          #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-name-col {
            padding-bottom: 15px; }
            #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-name-col .animal-test-badges .badge {
              margin-bottom: 7px; }
            #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-name-col span {
              display: inline-block;
              max-width: 240px;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
            #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-name-col .fa {
              transform: translateY(-9px); } }
        #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-name-col .animal-test-badges {
          float: none; }
          #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-name-col .animal-test-badges div {
            vertical-align: bottom;
            display: inline-block; }
      #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-info {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin: 0;
        padding: 30px 20px; }
        @media (max-width: 1199px) {
          #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-info {
            padding: 15px 20px 0px 20px; } }
        #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-info .animal-info-row {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 15px; }
          @media (max-width: 1199px) {
            #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-info .animal-info-row:nth-child(odd) {
              flex: 0 0 41.66667%;
              max-width: 41.66667%; }
              #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-info .animal-info-row:nth-child(odd) .animal-info-label-col {
                width: 40%; }
              #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-info .animal-info-row:nth-child(odd) .animal-info-data-col {
                width: 55%; }
            #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-info .animal-info-row:nth-child(even) {
              flex: 0 0 58.33333%;
              max-width: 58.33333%; } }
          #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-info .animal-info-row .animal-info-label-col {
            width: 30%;
            display: inline-block; }
          #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-data .animal-info .animal-info-row .animal-info-data-col {
            width: 65%;
            display: inline-block; }
    #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-button-row {
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
      padding: 20px; }
      #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-button-row .animal-buttons {
        width: 100%;
        margin-top: 15px; }
    @media (max-width: 1199px) {
      #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-button-row {
        display: none; }
      #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-button-row-2 {
        display: block;
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin: 0; }
        #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-button-row-2 .animal-button-col-2 {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; }
          #myAnimalsBlock.medium-card-selected .animal-card-container .animal-card .animal-button-row-2 .animal-button-col-2 .animal-buttons {
            width: 90%;
            margin-left: 10px; } }

#myAnimalsBlock.small-card-selected #smallHideBox {
  display: block; }

#myAnimalsBlock.small-card-selected #defaultHideBox {
  display: none; }

#myAnimalsBlock.small-card-selected .hide-animal-class {
  color: #122A59;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  font-weight: normal;
  margin-right: 30px; }
  @media (min-width: 768px) {
    #myAnimalsBlock.small-card-selected .hide-animal-class {
      transform: translateY(12px) !important; } }
  @media (max-width: 1199px) {
    #myAnimalsBlock.small-card-selected .hide-animal-class {
      display: none !important; } }

#myAnimalsBlock.small-card-selected .breed-display-more {
  display: none; }

#myAnimalsBlock.small-card-selected .breed-name-item:not(:first-child) {
  display: none; }

#myAnimalsBlock.small-card-selected .breed-popover {
  transform: translateY(-2px); }

#myAnimalsBlock.small-card-selected .badge {
  display: inline-block;
  float: right;
  margin-right: 30px;
  padding: 0;
  padding-right: 5px;
  padding-left: 5px;
  width: 40px;
  margin-top: 18px; }
  @media (max-width: 767px) {
    #myAnimalsBlock.small-card-selected .badge {
      margin-top: 0px !important;
      margin-right: 0px !important; } }

#myAnimalsBlock.small-card-selected .breed-name-spacing {
  float: left; }

@media (min-width: 576px) {
  #myAnimalsBlock.small-card-selected .table-view-badges {
    display: inline-block !important; } }

#myAnimalsBlock.small-card-selected .table-view-badges-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    #myAnimalsBlock.small-card-selected .table-view-badges-mobile {
      display: inline-block !important; } }

#myAnimalsBlock.small-card-selected .animal-test-badges {
  display: none; }

#myAnimalsBlock.small-card-selected .editAnimal {
  float: left;
  margin-right: 20px; }

#myAnimalsBlock.small-card-selected .fa {
  font-size: .6em !important; }
  @media (max-width: 1199px) {
    #myAnimalsBlock.small-card-selected .fa {
      font-size: 1em !important; } }

#myAnimalsBlock.small-card-selected .fa-plus-circle {
  font-size: 1em !important; }

#myAnimalsBlock.small-card-selected .animal-card-container {
  flex: 0 0 100%;
  max-width: 100%; }
  #myAnimalsBlock.small-card-selected .animal-card-container .ag-btn-blue {
    color: #367FBF !important;
    background-color: white;
    border: none;
    padding: 0;
    height: 20px;
    font-weight: normal;
    border-radius: 0;
    padding: 0 10px;
    width: 100%; }
    #myAnimalsBlock.small-card-selected .animal-card-container .ag-btn-blue:hover {
      box-shadow: none;
      color: #122A59 !important; }
  #myAnimalsBlock.small-card-selected .animal-card-container .ag-btn-dark-blue {
    color: #122A59 !important;
    background-color: white;
    border: none;
    padding: 0;
    height: 20px;
    font-weight: normal;
    border-radius: 0;
    padding: 0 10px;
    width: 100%; }
    #myAnimalsBlock.small-card-selected .animal-card-container .ag-btn-dark-blue:hover {
      box-shadow: none;
      color: #367FBF !important; }
  #myAnimalsBlock.small-card-selected .animal-card-container .ag-btn-clear-blue {
    border: none;
    height: 20px;
    font-weight: normal;
    border-radius: 0;
    border-left: solid 2px #dbdbdb;
    padding: 0 10px;
    width: 100%; }
    #myAnimalsBlock.small-card-selected .animal-card-container .ag-btn-clear-blue:hover {
      box-shadow: none;
      color: #122A59 !important; }
  #myAnimalsBlock.small-card-selected .animal-card-container .animal-card {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0px;
    border-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dbdbdb;
    box-shadow: none;
    overflow: hidden; }
    #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-data {
      display: flex;
      width: 100%;
      margin: 0;
      padding-bottom: 0px; }
    #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-image-row {
      display: none; }
    #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-name-row {
      flex: 55%;
      margin: 0;
      transform: translateY(-11px);
      max-width: 65%; }
      @media (min-width: 992px) {
        #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-name-row {
          flex: 40%;
          max-width: 40%; } }
      @media (max-width: 1579px) {
        #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-name-row {
          transform: translateY(-5px); } }
      @media (max-width: 1199px) {
        #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-name-row {
          transform: translateY(0); } }
      @media (min-width: 768px) and (max-width: 1199px) {
        #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-name-row .editAnimal {
          transform: translateY(3px); } }
      @media (max-width: 767px) {
        #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-name-row {
          transform: translateY(4px); } }
      #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-name-row .animal-name-col {
        padding: 0px;
        border: none;
        color: #367FBF; }
        #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-name-row .animal-name-col .showProfileLink {
          padding-top: 5px;
          overflow: hidden;
          text-overflow: ellipsis;
          overflow-wrap: break-word;
          word-wrap: break-word;
          /*width: calc(100% - 50px);*/
          width: 15vw;
          display: inline-block; }
          @media (min-width: 768px) {
            #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-name-row .animal-name-col .showProfileLink {
              transform: translateY(5px); } }
          @media (max-width: 767px) {
            #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-name-row .animal-name-col .showProfileLink {
              transform: translateY(4px); } }
        #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-name-row .animal-name-col span {
          word-break: normal;
          font-family: "Nunito Sans";
          font-size: calc(13px + 0.26042vw);
          line-height: calc(13px + 0.57292vw);
          font-weight: normal;
          letter-spacing: normal;
          font-weight: bold;
          transform: translateY(-1px); }
          @media (max-width: 1579px) {
            #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-name-row .animal-name-col span {
              transform: translateY(-6px); } }
    #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-info {
      display: flex;
      flex: 35%;
      margin: 0;
      transform: translateY(6px); }
      @media (max-width: 1199px) {
        #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-info {
          display: none; } }
      #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-info .animal-info-row {
        flex-shrink: 1;
        display: inline-flex;
        margin: 0; }
        #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-info .animal-info-row .animal-info-label-col {
          display: none; }
        #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-info .animal-info-row .animal-info-data-col {
          display: inline-block;
          width: 100%; }
        #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-info .animal-info-row:nth-child(1) {
          flex: 25%; }
        #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-info .animal-info-row:nth-child(2) {
          flex-shrink: 5;
          flex: 75%; }
        #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-info .animal-info-row:nth-child(3) {
          display: none;
          flex: 30%; }
        #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-info .animal-info-row:nth-child(4) {
          display: none;
          flex: 15%; }
    #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-button-row {
      display: none; }
    #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-button-row-2 {
      display: flex;
      flex: 25%;
      transform: translateY(6px); }
      #myAnimalsBlock.small-card-selected .animal-card-container .animal-card .animal-button-row-2 .animal-button-col-2 {
        flex: 33%;
        display: inline-block;
        text-align: center;
        flex-grow: 0; }

.animal-table-header {
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.26042vw);
  line-height: calc(13px + 0.57292vw);
  font-weight: normal;
  letter-spacing: normal;
  font-weight: bold;
  color: #122A59;
  border-bottom: solid 2px #dbdbdb;
  margin: 20px -15px 0 -15px;
  display: none; }
  .animal-table-header.show-header {
    display: flex; }
  @media (max-width: 1199px) {
    .animal-table-header {
      display: none !important; } }
  .animal-table-header div {
    flex-shrink: 1;
    flex-grow: 1; }
    .animal-table-header div:nth-child(1) {
      flex: 40%; }
      @media (max-width: 1199px) {
        .animal-table-header div:nth-child(1) {
          flex: 75%; } }
    .animal-table-header div:nth-child(2) {
      flex: 9%; }
      @media (max-width: 1199px) {
        .animal-table-header div:nth-child(2) {
          display: none; } }
    .animal-table-header div:nth-child(3) {
      flex-shrink: 5;
      flex: 26%; }
      @media (max-width: 1199px) {
        .animal-table-header div:nth-child(3) {
          display: none; } }
    .animal-table-header div:nth-child(4) {
      display: none; }
    .animal-table-header div:nth-child(5) {
      display: none; }
    .animal-table-header div:nth-child(6) {
      flex: 25%; }

.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../images/flags.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

#locationsPage .section-break {
  margin-top: 40px;
  margin-bottom: 80px; }
  @media (max-width: 575px) {
    #locationsPage .section-break {
      margin-bottom: 60px;
      margin-top: 20px; } }

#locationsPage .contact-header {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 35px; }

#locationsPage .ag-core-div {
  padding: 0px 100px 65px 100px; }

#faqPage .question-answer-div.collapsed .question {
  border-bottom: none; }
  #faqPage .question-answer-div.collapsed .question::after {
    transform: rotate(180deg); }

#faqPage .question-answer-div.collapsed .answer {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0; }

#faqPage .question {
  margin-left: 15px;
  color: #122A59;
  /*border-bottom: 1px $gray-medium solid;*/
  cursor: pointer;
  display: inline-block;
  width: 95%;
  padding-right: 25px; }
  #faqPage .question::after {
    transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #367FBF;
    display: inline-block;
    content: "";
    float: right;
    margin-left: 20px; }
  #faqPage .question.no-collapse::after {
    content: ''; }

#faqPage .answer {
  margin-left: 15px;
  margin-bottom: 15px;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  max-height: 2000px;
  overflow: hidden;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 130px; }
  @media (max-width: 991px) {
    #faqPage .answer {
      padding-right: 100px; } }
  @media (max-width: 767px) {
    #faqPage .answer {
      padding-right: 90px; } }
  @media (max-width: 575px) {
    #faqPage .answer {
      padding-right: 70px; } }
  #faqPage .answer .multi-section-answer {
    display: block;
    margin-bottom: 15px; }

#contactPage #contactMessage {
  max-width: 200%; }
  @media (min-width: 992px) {
    #contactPage #contactMessage {
      width: 100%; } }

#contactPage .sub-header-margin {
  margin-top: 20px; }

@media (max-width: 991px) {
  #contactPage .reduce-padding {
    padding-left: 0; } }

#contactPage .ag-core-div {
  padding: 0px 100px 65px 100px; }

#contactPage .section-break {
  margin-top: 40px;
  margin-bottom: 80px; }
  @media (max-width: 575px) {
    #contactPage .section-break {
      margin-bottom: 60px;
      margin-top: 20px; } }

#contactPage .contact-form {
  margin-bottom: 25px; }

#contactPage .contact-form-input {
  width: 450px; }
  @media (max-width: 1199px) {
    #contactPage .contact-form-input {
      width: 350px; } }
  @media (max-width: 991px) {
    #contactPage .contact-form-input {
      width: 500px; } }
  @media (max-width: 767px) {
    #contactPage .contact-form-input {
      width: 400px; } }
  @media (max-width: 575px) {
    #contactPage .contact-form-input {
      /*width: 300px;*/
      width: calc(100vw - 150px); } }

#contactPage .contact-header {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 35px; }

#contactPage .contact-content-width {
  max-width: 75%; }

#contactPage .ag-textarea {
  height: 205px; }

#contactPage .section-lines {
  height: 1px; }

.accountInformation {
  /*margin: 10px 0px 24px 42px !important;*/
  width: calc(100% - 85px);
  width: auto;
  padding: 10px;
  display: block;
  clear: both;
  overflow: auto;
  background-color: #FFFFFF; }
  .accountInformation#personalInformation h3 a {
    font-size: 11px; }
  .accountInformation#personalInformation #userImage {
    position: relative;
    padding-right: 20px; }
    .accountInformation#personalInformation #userImage img {
      height: 150px;
      border-radius: 50%; }
    .accountInformation#personalInformation #userImage:hover #uploadUserImage {
      display: block; }
    .accountInformation#personalInformation #userImage #uploadUserImage {
      position: absolute;
      bottom: 8px;
      right: 16px;
      display: none;
      background-color: #A6BDDD;
      padding: 3px;
      border-radius: 2px;
      border: 1px #6d95a5 solid; }

.userInfoEntry {
  clear: both;
  padding: 5px;
  /*padding-bottom: 0;*/ }
  .userInfoEntry .userInfoLabel {
    width: 140px;
    /*margin-left: 5px;*/ }
  .userInfoEntry .userInfo {
    width: 400px;
    margin-left: 5px; }
  .userInfoEntry .userInfoData {
    /*width: 180px;*/
    /*margin-top: -24px;*/ }

#notLoggedIn {
  margin: 100px; }

#personalInformationOverlay .ag-menu-hugger-footer {
  border-bottom: none; }

.accountInfoContainer {
  background: #FFFFFF;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 30px 45px 30px 45px; }

.accountInfoText {
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.15625vw);
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: calc(13px + 0.57292vw); }

.accountInfoData {
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.15625vw);
  font-weight: Normal;
  letter-spacing: 0.1px;
  line-height: calc(13px + 0.57292vw);
  display: block;
  margin-left: 40%; }

.address-data {
  margin-bottom: 0 !important; }

.address-margin {
  margin-top: -25px; }

.deleteInfoPhone {
  float: right;
  margin-right: 14%; }

.deleteInfo {
  float: right;
  margin-right: 50px; }

.editInfo {
  float: right; }

.center-title .dialog-title {
  text-align: center; }

.center-title .input-test {
  min-width: 310px; }

.section-lines {
  border-bottom: 1px solid #E5E5E5;
  width: 100%; }

#addDamSireDialog {
  max-width: calc(100vw - 100px) !important; }

#myAccountPage .fa {
  font-size: 1.2em; }

#myAccountPage .fa-edit {
  margin-top: 0; }

#myAccountPage .container-fluid .section-lines {
  border-bottom: 0.5px solid #E5E5E5;
  width: 100%;
  margin-left: 0; }

#myAccountPage .container-fluid .section-spacing {
  margin-bottom: 30px; }

#myAccountPage .container-fluid .header-margin {
  margin-bottom: 23px;
  margin-top: -5px;
  margin-left: -13px; }

#myAccountPage .container-fluid .user-information {
  width: 100%;
  margin: 25px 0; }
  #myAccountPage .container-fluid .user-information .row {
    margin: 15px 0; }
  #myAccountPage .container-fluid .user-information .bar-separator {
    color: #dbdbdb;
    margin: 0px 4px; }
  #myAccountPage .container-fluid .user-information .info-label {
    font-weight: bold;
    margin-bottom: 3px; }
  #myAccountPage .container-fluid .user-information .email-wrap {
    word-wrap: break-word; }
  #myAccountPage .container-fluid .user-information #address2 {
    display: block; }

.ag-profile-org-div {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  background-color: white;
  margin-bottom: 10px;
  margin-top: 10px; }
  .ag-profile-org-div:before, .ag-profile-org-div:after {
    content: '';
    display: table; }
  .ag-profile-org-div:after {
    clear: both; }
  .ag-profile-org-div.calc-ver {
    height: auto; }
  .ag-profile-org-div.collapsed .ag-profile-org-div-title {
    /*border-bottom: none;*/ }
    .ag-profile-org-div.collapsed .ag-profile-org-div-title::after {
      transform: rotate(180deg); }
  .ag-profile-org-div.collapsed .ag-profile-org-div-content {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .ag-profile-org-div .ag-profile-org-div-title {
    color: #122A59;
    border-bottom: 1px #dbdbdb solid;
    /*padding: 30px 45px 30px 45px;*/
    cursor: pointer; }
    @media (max-width: 767px) {
      .ag-profile-org-div .ag-profile-org-div-title {
        /*padding: 25px 25px 25px 25px;*/ } }
    .ag-profile-org-div .ag-profile-org-div-title::after {
      transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      font-family: 'FontAwesome';
      font-size: 14px;
      color: #367FBF;
      display: inline-block;
      content: "";
      float: right; }
    .ag-profile-org-div .ag-profile-org-div-title.no-collapse::after {
      content: ''; }
  .ag-profile-org-div .ag-profile-org-div-content {
    transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    /*padding: 30px 45px 30px 45px;*/
    padding-top: 15px;
    max-height: 2000px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .ag-profile-org-div .ag-profile-org-div-content {
        /*padding: 15px 25px 15px 25px;*/ } }

.custom-image {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0; }

.edit-icon-pos {
  margin-left: 20px;
  font-size: medium;
  vertical-align: -webkit-baseline-middle; }
  @media (max-width: 575px) {
    .edit-icon-pos {
      margin-left: 0;
      vertical-align: bottom;
      float: left;
      margin-top: 15px; } }

.fullProfile {
  /*        .tab-active{
				display: block !important;
			}*/
  /*	.horse-image{
			width: 100%;
			height: 200px;
		}
		.dog-image{
			width: 100%;
			height: 200px;
		}
		.pigeon-image{
			width: 100%;
			height: 200px;
		}*/ }
  .fullProfile .results {
    margin-left: 15px; }
    @media (max-width: 575px) {
      .fullProfile .results {
        margin-left: -20px; } }
  .fullProfile #title-separator.section-lines {
    margin-left: -50px;
    margin-right: -50px;
    width: calc(100vw - 100px); }
  .fullProfile .results-content {
    display: none;
    overflow-y: auto !important;
    /*height: 500px;*/
    height: calc(100vh - 400px); }
    @media (max-width: 767px) {
      .fullProfile .results-content {
        height: calc(100vh - 360px); } }
  .fullProfile .info-content {
    display: none;
    overflow-y: auto !important;
    /*height: 500px;*/
    height: calc(100vh - 400px); }
    @media (max-width: 767px) {
      .fullProfile .info-content {
        height: calc(100vh - 360px); } }
  .fullProfile .user-tab-container {
    margin-bottom: 30px;
    margin-left: 19px;
    /*            margin-left: -50px;
					margin-right: -50px;
					width: calc(100vw + 100px);*/ }
  .fullProfile .section-active {
    display: block !important; }
  .fullProfile .row {
    margin-bottom: 5px !important; }
  .fullProfile .sireBlock .section-lines, .fullProfile .damBlock .section-lines {
    width: 85%; }
  .fullProfile .animalInfoLabel {
    font-weight: bold; }
  .fullProfile .animalInfoData {
    overflow-wrap: break-word; }
  .fullProfile .section-name {
    color: #122A59;
    padding-bottom: 15px; }
  .fullProfile .section-name-margin {
    margin-top: 10px; }
  .fullProfile .section-lines {
    margin-bottom: 10px; }
  .fullProfile .fa-edit {
    margin-left: 10px;
    z-index: 1000;
    font-size: medium; }
  .fullProfile img {
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 85%;
    width: 100%;
    max-height: 315px;
    max-width: 100%; }
  .fullProfile #imageUploadLink {
    display: block;
    text-align: center; }
    @media (max-width: 767px) {
      .fullProfile #imageUploadLink {
        display: flex;
        /*                    padding-right: 10px;
								margin-top: 3px;  */
        float: right; } }

@media (max-width: 575px) {
  .column-mobile-margin {
    margin-bottom: 25px; } }

#fullProfileDialog, .fullProfileGroup {
  max-height: calc(100vh - 280px) !important;
  overflow-y: hidden !important; }
  @media (min-width: 1200px) {
    #fullProfileDialog, .fullProfileGroup {
      width: 900px !important; } }
  @media (max-width: 1199px) {
    #fullProfileDialog, .fullProfileGroup {
      width: 800px !important; } }
  @media (max-width: 991px) {
    #fullProfileDialog, .fullProfileGroup {
      width: 700px !important; } }
  @media (max-width: 767px) {
    #fullProfileDialog, .fullProfileGroup {
      width: 500px !important; } }
  @media (max-width: 575px) {
    #fullProfileDialog, .fullProfileGroup {
      max-height: calc(110vh - 250px) !important;
      width: calc(100vw - 75px) !important;
      overflow-y: hidden !important; } }

@media (max-width: 767px) {
  #mediumCard {
    display: none; }
  /*	#largeCard, #smallCard {
		vertical-align: middle;
		line-height: 48px;
	}*/ }

@media (max-width: 991px) {
  #largeCard, #smallCard, #mediumCard {
    vertical-align: middle;
    line-height: 48px; } }

/*Styles for the My Animals page*/
#myAnimalsPage .top-div-card-spacing, #myAnimalsTopDiv .top-div-card-spacing {
  margin-left: 10px;
  color: #dbdbdb;
  cursor: pointer;
  margin-top: 10px; }

@media (max-width: 991px) {
  #myAnimalsPage #addAnimal, #myAnimalsPage #addAnimals, #myAnimalsPage #addAdminAnimal, #myAnimalsPage #showHiddenAnimals, #myAnimalsPage #hideHiddenAnimals, #myAnimalsTopDiv #addAnimal, #myAnimalsTopDiv #addAnimals, #myAnimalsTopDiv #addAdminAnimal, #myAnimalsTopDiv #showHiddenAnimals, #myAnimalsTopDiv #hideHiddenAnimals {
    width: 90%; } }

@media (max-width: 767px) {
  #myAnimalsPage #addAnimal, #myAnimalsPage #addAnimals, #myAnimalsPage #addAdminAnimal, #myAnimalsPage #showHiddenAnimals, #myAnimalsPage #hideHiddenAnimals, #myAnimalsTopDiv #addAnimal, #myAnimalsTopDiv #addAnimals, #myAnimalsTopDiv #addAdminAnimal, #myAnimalsTopDiv #showHiddenAnimals, #myAnimalsTopDiv #hideHiddenAnimals {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  #myAnimalsPage .text-right-button, #myAnimalsTopDiv .text-right-button {
    text-align: right; } }

#myAnimalsPage .top-div-margin, #myAnimalsTopDiv .top-div-margin {
  padding-right: 25px; }
  @media (max-width: 991px) {
    #myAnimalsPage .top-div-margin, #myAnimalsTopDiv .top-div-margin {
      margin-top: 15px;
      text-align: center;
      padding-right: 0; } }
  @media (max-width: 991px) {
    #myAnimalsPage .top-div-margin .floatRight, #myAnimalsTopDiv .top-div-margin .floatRight {
      float: none; } }

#myAnimalsPage .card-view-selected, #myAnimalsTopDiv .card-view-selected {
  filter: contrast(0) !important; }

#myAnimalsPage .card-view-selector, #myAnimalsTopDiv .card-view-selector {
  filter: contrast(1); }

#myAnimalsPage .card-small, #myAnimalsTopDiv .card-small {
  background-image: url("../images/icons/icon-small-card.svg");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px; }

#myAnimalsPage .card-medium, #myAnimalsTopDiv .card-medium {
  background-image: url("../images/icons/icon-medium-card.svg");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px; }

#myAnimalsPage .card-large, #myAnimalsTopDiv .card-large {
  background-image: url("../images/icons/icon-large-card.svg");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px; }

#myAnimalsPage #searchAnimal, #myAnimalsTopDiv #searchAnimal {
  /*margin-right: 30px;*/
  display: block;
  text-align: center; }
  @media (max-width: 991px) {
    #myAnimalsPage #searchAnimal, #myAnimalsTopDiv #searchAnimal {
      text-align: initial;
      margin-top: 10px; } }

#myAnimalsPage .animal-search-input, #myAnimalsTopDiv .animal-search-input {
  width: 100% !important; }

.animal-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 24px;
  height: 175px;
  /*        &:hover {
				opacity: 0.3;
				background-color: black;
			}
			&:hover .uploadAnimalImage {
				opacity: 1;

			}*/ }
  @media (max-width: 767px) {
    .animal-image {
      height: 175px; } }

.image-upload {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 24px;
  height: 175px; }
  @media (max-width: 767px) {
    .image-upload {
      height: 175px; } }

.animal-image:hover .image-upload {
  opacity: 0.2; }
  @media (max-width: 767px) {
    .animal-image:hover .image-upload {
      opacity: 1; } }

.animal-image:hover .uploadAnimalImage {
  opacity: 1; }

.uploadAnimalImage {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  backface-visibility: hidden; }
  .uploadAnimalImage .image-icon {
    display: block;
    margin-bottom: 4px; }
  .uploadAnimalImage:hover {
    color: #122A59; }
  @media (max-width: 767px) {
    .uploadAnimalImage {
      opacity: 1;
      margin-top: 5px;
      padding: 5px;
      position: initial;
      border-bottom-right-radius: 24px;
      padding-right: 23px;
      padding-bottom: 10px;
      padding-top: 10px;
      padding-left: 12px;
      transform: translate(0%, -105%);
      -ms-transform: translate(0%, -105%);
      background-color: rgba(255, 255, 255, 0.8); }
      .uploadAnimalImage .image-icon {
        padding-right: 10px;
        /*margin-top: 3px;*/ } }

#lineSelect {
  width: 24px;
  margin: 6px; }
  #lineSelect .lineItem {
    width: 24px;
    height: 4px;
    margin-bottom: 1px;
    background-color: gray;
    border-radius: 1px; }

#expLineSelect {
  width: 24px;
  margin: 6px; }
  #expLineSelect .expLineItem {
    width: 24px;
    height: 6px;
    margin-bottom: 3px;
    background-color: gray;
    border-radius: 1px; }

#cardSelect {
  width: 27px;
  margin: 5px 3px; }
  #cardSelect .cardItem {
    width: 7px;
    height: 7px;
    margin: 1px;
    background-color: gray;
    border-radius: 1px; }

.orderDateLine {
  margin: 5px 10px;
  clear: both;
  max-width: 1050px; }
  .orderDateLine .label {
    float: left;
    width: 100px; }
  .orderDateLine .data {
    float: left; }

.animalLine {
  margin: 5px 10px;
  clear: both;
  overflow: auto;
  position: relative; }
  .animalLine .animalImage {
    display: none; }
  .animalLine .animalLineName {
    float: left;
    width: 150px;
    color: #00307C;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 5px 0px; }
    .animalLine .animalLineName a, .animalLine .animalLineName span {
      font-size: 10px;
      font-weight: normal; }
  .animalLine .animalLineOrderItems {
    float: left;
    margin: 5px 0px;
    width: calc(100% - 150px);
    max-width: 900px; }
    .animalLine .animalLineOrderItems .orderItem, .animalLine .animalLineOrderItems .orderSubItem {
      clear: both;
      padding-top: 5px; }
      .animalLine .animalLineOrderItems .orderItem .orderItemName, .animalLine .animalLineOrderItems .orderSubItem .orderItemName {
        float: left;
        width: calc(40% - 25px);
        display: list-item;
        margin-left: 25px; }
      .animalLine .animalLineOrderItems .orderItem .orderSubItemName, .animalLine .animalLineOrderItems .orderSubItem .orderSubItemName {
        float: left;
        width: calc(40% - 50px);
        display: list-item;
        list-style-type: circle;
        margin-left: 50px; }
      .animalLine .animalLineOrderItems .orderItem .orderItemResult, .animalLine .animalLineOrderItems .orderSubItem .orderItemResult {
        float: left;
        width: 50%; }
      .animalLine .animalLineOrderItems .orderItem .orderItemPrice, .animalLine .animalLineOrderItems .orderSubItem .orderItemPrice {
        float: left;
        width: 10%;
        text-align: right; }
  .animalLine .animalLineResults {
    float: left;
    margin: 5px 0px; }

.showFullProfile {
  clear: both; }

/*.fullProfile{
	clear: both;
	h2{
		padding-top: 10px;
	}
	.fullProfileContentBlock{
		background-color: #F8F8F8;
		overflow: auto;
		border: solid 0.1px $gray-light;
		padding: 5px;
		display: block;
	}
	.entries{
		.GRLine{
			clear: both;
			padding: 5px;
			.GRtest{
				width: 200px;
				float: left;
			}
			.GRgenetics{
				width: 100px;
				float: left;
			}
			.GRdesc{
				width: calc(100% - 300px);
				float: left;
			}
		}
	}


	.column2{
		width: 50%;
	}
	h4{
		font-size: 14px;
	}
}*/
.fullWidth {
  width: 100% !important; }

.animalInfoView .imageBlock {
  display: none !important; }

.showProfileLink {
  cursor: pointer; }

.order-container {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: white; }
  .order-container.no-borders {
    box-shadow: none;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-top: 50px;
    margin-bottom: 40px;
    border-radius: 0; }
    .order-container.no-borders .order-container-content {
      padding-top: 50px;
      padding-bottom: 50px; }
  .order-container .order-container-header {
    padding: 5px;
    border-bottom: 1px solid #dbdbdb; }
    .order-container .order-container-header:before, .order-container .order-container-header:after {
      content: '';
      display: table; }
    .order-container .order-container-header:after {
      clear: both; }
    @media (max-width: 767px) {
      .order-container .order-container-header {
        padding: 20px; } }
    .order-container .order-container-header .order-container-header-right {
      float: right;
      margin-top: 20px;
      margin-right: 5px; }
      @media (max-width: 767px) {
        .order-container .order-container-header .order-container-header-right {
          width: 100%;
          margin-top: 0;
          margin-right: 0;
          text-align: center;
          float: none; } }
      .order-container .order-container-header .order-container-header-right .header-links {
        margin-top: 10px;
        text-align: center;
        display: inline-block; }
        @media (max-width: 767px) {
          .order-container .order-container-header .order-container-header-right .header-links {
            margin-top: 5px;
            margin-bottom: 5px; } }
        .order-container .order-container-header .order-container-header-right .header-links a {
          padding: 15px;
          vertical-align: middle; }
          .order-container .order-container-header .order-container-header-right .header-links a:nth-child(2) {
            padding-right: 25px; }
    .order-container .order-container-header .order-container-header-center {
      display: inline-block; }
    .order-container .order-container-header .order-container-header-left {
      display: inline-block;
      margin-left: 10px; }
      @media (max-width: 767px) {
        .order-container .order-container-header .order-container-header-left {
          margin-left: 0;
          width: 100%;
          text-align: center;
          float: none;
          margin-bottom: 10px; } }
  .order-container .order-container-content {
    padding: 5px; }
    @media (max-width: 767px) {
      .order-container .order-container-content {
        padding: 25px;
        padding-bottom: 5px; } }
    .order-container .order-container-content .order-row {
      padding-bottom: 10px;
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 767px) {
        .order-container .order-container-content .order-row {
          padding-left: 5px;
          padding-right: 5px; } }
    .order-container .order-container-content .order-animal-name {
      word-break: break-word;
      font-weight: 600;
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.57292vw);
      font-weight: 600;
      letter-spacing: -0.3px;
      line-height: calc(13px + 1.30208vw); }
      @media (max-width: 767px) {
        .order-container .order-container-content .order-animal-name {
          font-family: "Nunito Sans";
          font-size: calc(13px + 1.30208vw);
          font-weight: bold;
          letter-spacing: -0.5px;
          line-height: calc(17px + 1.61458vw);
          margin-bottom: 10px;
          font-weight: 700; } }
    .order-container .order-container-content .order-row:not(:last-child) {
      border-bottom: 1px solid #dbdbdb;
      margin-bottom: 30px;
      padding-bottom: 30px; }
    .order-container .order-container-content .order-status-container {
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .order-container .order-container-content .order-status-container {
          padding-bottom: 20px; } }
      .order-container .order-container-content .order-status-container:before, .order-container .order-container-content .order-status-container:after {
        content: '';
        display: table; }
      .order-container .order-container-content .order-status-container:after {
        clear: both; }
      .order-container .order-container-content .order-status-container .order-status-text {
        display: inline-block; }
        .order-container .order-container-content .order-status-container .order-status-text .order-status {
          font-weight: 600; }
      .order-container .order-container-content .order-status-container .results-button-container {
        float: right; }
        @media (max-width: 767px) {
          .order-container .order-container-content .order-status-container .results-button-container {
            float: none;
            width: 100%; } }
    .order-container .order-container-content .order-items {
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
      border-radius: 24px;
      overflow: hidden; }
      .order-container .order-container-content .order-items:not(:last-child) {
        margin-bottom: 30px; }
      .order-container .order-container-content .order-items.container-fluid {
        padding-left: 0px;
        padding-right: 0px; }
      @media (max-width: 767px) {
        .order-container .order-container-content .order-items.parentage {
          margin-top: 15px; } }
      .order-container .order-container-content .order-items .order-item-collapser {
        max-height: 3000px;
        overflow: hidden; }
        .order-container .order-container-content .order-items .order-item-collapser.collapsed {
          max-height: 0; }
        .order-container .order-container-content .order-items .order-item-collapser.collapsed ~ .panel-collapse-row {
          border-top: none; }
          .order-container .order-container-content .order-items .order-item-collapser.collapsed ~ .panel-collapse-row .orders-chevron {
            transform: rotate(180deg); }
      .order-container .order-container-content .order-items .panel-collapse-row {
        padding: 10px 0;
        text-align: center;
        border-top: 1px solid #dbdbdb;
        cursor: pointer;
        background-color: white; }
        @media (max-width: 767px) {
          .order-container .order-container-content .order-items .panel-collapse-row {
            padding: 15px 0; } }
      .order-container .order-container-content .order-items .order-item:not(.order-panel-item) {
        background-color: #f3f8ff;
        padding: 20px 30px 20px 30px; }
      .order-container .order-container-content .order-items .order-item.order-panel {
        background-color: #FBFBFB;
        padding: 20px 20px 20px 20px;
        border-bottom: 2px solid #dbdbdb;
        border-radius: 24px 24px 0 0; }
        @media (max-width: 767px) {
          .order-container .order-container-content .order-items .order-item.order-panel {
            padding: 15px 20px 15px 20px; } }
        .order-container .order-container-content .order-items .order-item.order-panel .order-panel-name {
          font-family: "Nunito Sans";
          font-size: calc(13px + 0.26042vw);
          line-height: calc(13px + 0.57292vw);
          font-weight: normal;
          letter-spacing: normal;
          font-weight: 600;
          color: #122A59; }
      .order-container .order-container-content .order-items .order-item .order-panel-price {
        text-align: right;
        vertical-align: middle;
        padding-right: 45px; }
        @media (max-width: 767px) {
          .order-container .order-container-content .order-items .order-item .order-panel-price {
            padding-right: 20px; } }
        @media (max-width: 767px) {
          .order-container .order-container-content .order-items .order-item .order-panel-price {
            padding-right: 10px; } }
      .order-container .order-container-content .order-items .order-item.order-panel-item {
        padding: 10px 10px 10px 30px; }
        @media (max-width: 767px) {
          .order-container .order-container-content .order-items .order-item.order-panel-item {
            padding: 10px 30px 10px 30px; } }
        .order-container .order-container-content .order-items .order-item.order-panel-item:nth-child(odd) {
          background-color: #f3f8ff; }
      @media (max-width: 991px) {
        .order-container .order-container-content .order-items .order-item .order-item-name:not(.order-panel-name) {
          padding-left: 0;
          padding-right: 0;
          margin-bottom: 10px;
          border-bottom: 1px solid #dbdbdb;
          padding-bottom: 5px; } }
      @media (max-width: 767px) {
        .order-container .order-container-content .order-items .order-item .order-item-result {
          padding-left: 0px;
          padding-right: 5px; } }
      .order-container .order-container-content .order-items .order-item .order-item-result .order-result-desc {
        vertical-align: middle;
        display: inline-block;
        font-family: "Nunito Sans";
        font-size: calc(13px + 0.15625vw);
        font-weight: 300;
        letter-spacing: 0.1px;
        line-height: calc(13px + 0.57292vw); }
  .order-container .parentage-header {
    font-family: "Nunito Sans";
    font-size: calc(13px + 1.30208vw);
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: calc(17px + 1.61458vw);
    color: #122A59;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .order-container .parentage-header {
        margin-bottom: 10px;
        font-weight: 700; } }
  .order-container .order-table-row {
    font-family: "Nunito Sans";
    font-size: calc(13px + 0.26042vw);
    line-height: calc(13px + 0.57292vw);
    font-weight: normal;
    letter-spacing: normal;
    margin: 20px -15px 0 -15px;
    display: flex; }
    .order-container .order-table-row.order-table-header {
      font-weight: bold;
      color: #122A59;
      border-bottom: solid 2px #dbdbdb; }
    .order-container .order-table-row .order-table-col:nth-child(1) {
      flex: 8%; }
    .order-container .order-table-row .order-table-col:nth-child(2) {
      flex: 12%; }
    .order-container .order-table-row .order-table-col:nth-child(3) {
      flex: 28%; }
    .order-container .order-table-row .order-table-col:nth-child(4) {
      flex: 10%; }
    .order-container .order-table-row .order-table-col:nth-child(5) {
      flex: 10%;
      flex-shrink: 2; }
    .order-container .order-table-row .order-table-col:nth-child(6) {
      flex: 18%;
      flex-shrink: 2; }
    .order-container .order-table-row .order-table-col:nth-child(7) {
      flex: 14%; }
    .order-container .order-table-row .order-panel {
      flex: 40%; }
      @media (max-width: 767px) {
        .order-container .order-table-row .order-panel {
          padding: 15px 20px 15px 20px; } }
      .order-container .order-table-row .order-panel .order-panel-name {
        font-family: "Nunito Sans";
        font-size: calc(13px + 0.26042vw);
        line-height: calc(13px + 0.57292vw);
        font-weight: normal;
        letter-spacing: normal;
        font-weight: 600;
        color: #122A59; }
    .order-container .order-table-row .order-panel-price {
      text-align: right;
      vertical-align: middle;
      padding-right: 45px;
      padding: 0 0 15px 15px; }
      @media (max-width: 767px) {
        .order-container .order-table-row .order-panel-price {
          padding-right: 20px; } }
      @media (max-width: 767px) {
        .order-container .order-table-row .order-panel-price {
          padding-right: 10px; } }
    .order-container .order-table-row.container-fluid {
      padding-left: 0px;
      padding-right: 0px; }
    @media (max-width: 767px) {
      .order-container .order-table-row.parentage {
        margin-top: 15px; } }
    .order-container .order-table-row .order-item-collapser {
      max-height: 3000px;
      overflow: hidden; }
      .order-container .order-table-row .order-item-collapser.collapsed {
        max-height: 0; }
      .order-container .order-table-row .order-item-collapser.collapsed ~ .panel-collapse-row {
        border-top: none; }
        .order-container .order-table-row .order-item-collapser.collapsed ~ .panel-collapse-row .orders-chevron {
          transform: rotate(180deg); }
    .order-container .order-table-row .panel-collapse-row {
      padding: 10px 0;
      text-align: center;
      border-top: 1px solid #dbdbdb;
      cursor: pointer;
      background-color: white; }
      @media (max-width: 767px) {
        .order-container .order-table-row .panel-collapse-row {
          padding: 15px 0; } }
    .order-container .order-table-row .order-panel-item {
      padding: 10px 10px 10px 30px; }
      @media (max-width: 767px) {
        .order-container .order-table-row .order-panel-item {
          padding: 10px 30px 10px 30px; } }
      .order-container .order-table-row .order-panel-item:nth-child(odd) {
        background-color: #f3f8ff; }
    @media (max-width: 991px) {
      .order-container .order-table-row .order-item-name:not(.order-panel-name) {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 5px; } }
    @media (max-width: 767px) {
      .order-container .order-table-row .order-item-result {
        padding-left: 0px;
        padding-right: 5px; } }
    .order-container .order-table-row .order-item-result .order-result-desc {
      vertical-align: middle;
      display: inline-block;
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.15625vw);
      font-weight: 300;
      letter-spacing: 0.1px;
      line-height: calc(13px + 0.57292vw); }

.view-more-invisible {
  display: none !important; }

.order-result-combo {
  border-radius: 6px;
  background-color: #367FBF;
  color: white;
  font-weight: 800;
  margin-right: 10px;
  padding: 3px 7px 1px;
  display: inline-block;
  letter-spacing: 1.5px;
  /*max-width: 200px !important;*/ }
  .order-result-combo:empty {
    display: none; }
  @media (max-width: 991px) {
    .order-result-combo {
      padding: 4px 7px; } }

.kit-orders {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 50px; }
  .kit-orders .order-kit-name {
    font-family: "Nunito Sans";
    font-size: calc(13px + 0.57292vw);
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: calc(13px + 1.30208vw); }
    @media (max-width: 767px) {
      .kit-orders .order-kit-name {
        font-family: "Nunito Sans";
        font-size: calc(13px + 1.30208vw);
        font-weight: bold;
        letter-spacing: -0.5px;
        line-height: calc(17px + 1.61458vw);
        margin-bottom: 10px;
        font-weight: 700; } }
  .kit-orders .kit-order-items {
    font-weight: 600;
    font-family: "Nunito Sans";
    font-size: calc(13px + 0.26042vw);
    line-height: calc(13px + 0.57292vw);
    font-weight: normal;
    letter-spacing: normal;
    color: #122A59;
    margin: 0 30px 0 20px;
    border-radius: 24px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    background-color: #f3f8ff;
    padding: 20px 30px 20px 30px; }
    @media (max-width: 767px) {
      .kit-orders .kit-order-items {
        margin: 10px 0 0 0; } }

.order-item-layout {
  display: flex;
  /*justify-content: space-between;*/ }

.order-item-layout-price {
  margin-left: 15px; }

.paymentStatus {
  z-index: 2000; }

#existingSample, #awaitingSample {
  display: none;
  font-size: 20px;
  line-height: 1 !important; }

.mobile-button-order {
  padding-left: 50px;
  padding-right: 50px;
  margin-right: 5px;
  margin-left: 5px; }
  @media (max-width: 767px) {
    .mobile-button-order {
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }

.different-amount {
  display: none; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 30, 2020, 9:40:14 AM
    Author     : benjamin.hybart
*/
.test-order-item:not(.test-order-panel-item) {
  background-color: #f3f8ff;
  padding: 20px 30px 20px 0px; }

.test-order-item.test-order-panel-item {
  padding: 10px 10px 10px 0px; }
  @media (max-width: 767px) {
    .test-order-item.test-order-panel-item {
      padding: 10px 30px 10px 0px; } }
  .test-order-item.test-order-panel-item:nth-child(odd) {
    background-color: #f3f8ff; }

@media (max-width: 767px) {
  .test-order-item .test-order-item-name:not(.test-order-panel-name) {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px; } }

@media (max-width: 767px) {
  .test-order-item .test-order-item-result {
    padding-left: 0px;
    padding-right: 5px; } }

.test-order-item .test-order-item-result .test-order-result-desc {
  vertical-align: middle;
  display: inline-block;
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.15625vw);
  font-weight: 300;
  letter-spacing: 0.1px;
  line-height: calc(13px + 0.57292vw); }

.test-order-result-combo {
  border-radius: 6px;
  background-color: #367FBF;
  color: white;
  font-weight: 800;
  margin-right: 10px;
  padding: 3px 7px 1px;
  display: inline-block;
  letter-spacing: 1.5px; }
  .test-order-result-combo:empty {
    display: none; }
  @media (max-width: 991px) {
    .test-order-result-combo {
      padding: 4px 7px; } }

.index-search {
  float: right; }
  @media (max-width: 991px) {
    .index-search {
      margin-top: 10px;
      float: left; } }
  @media (max-width: 767px) {
    .index-search {
      float: none; } }

.name-search {
  float: left; }
  @media (max-width: 991px) {
    .name-search {
      float: none;
      display: block; } }

.index-letter-container {
  margin: 0px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  overflow: hidden; }
  .index-letter-container.not-in-search {
    height: 0;
    margin: 0; }
  .index-letter-container .index-letter-header {
    background-color: #122A59;
    width: 100%;
    text-align: center;
    color: white;
    padding: 15px;
    font-family: "Nunito Sans";
    font-size: calc(13px + 0.98958vw);
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: calc(13px + 1.30208vw);
    border-radius: 24px; }
  .index-letter-container .index-letter-body .index-letter-item {
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px;
    color: #367FBF; }
    @media (max-width: 767px) {
      .index-letter-container .index-letter-body .index-letter-item {
        margin-left: 10px;
        margin-right: 10px;
        padding: 15px 10px; } }
    .index-letter-container .index-letter-body .index-letter-item:hover {
      cursor: pointer;
      color: #122A59;
      background-color: #FBFBFB; }
    .index-letter-container .index-letter-body .index-letter-item.panel .item-name:before {
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.26042vw);
      line-height: calc(13px + 0.57292vw);
      font-weight: normal;
      letter-spacing: normal;
      float: right;
      transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      display: inline-block;
      content: "";
      font-family: 'FontAwesome';
      padding-left: 10px;
      color: #367FBF;
      margin-top: 8px; }
      @media (max-width: 767px) {
        .index-letter-container .index-letter-body .index-letter-item.panel .item-name:before {
          margin-top: 2px; } }
    .index-letter-container .index-letter-body .index-letter-item .item-name .item-name-text {
      display: inline-block;
      /*width: calc(100% - 127px);*/
      padding-right: 5px; }
      @media (max-width: 767px) {
        .index-letter-container .index-letter-body .index-letter-item .item-name .item-name-text {
          width: calc(100% - 93px); } }
    .index-letter-container .index-letter-body .index-letter-item .item-name .item-price {
      display: inline-block;
      vertical-align: top;
      float: right; }
    .index-letter-container .index-letter-body .index-letter-item .item-desc {
      transition: max-height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      max-height: 0px;
      overflow: hidden; }
      .index-letter-container .index-letter-body .index-letter-item .item-desc .item-desc-wrapper {
        padding: 5px;
        border-radius: 24px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
        border: 1px solid #dbdbdb;
        margin: 15px 5px 5px 5px; }
        @media (max-width: 767px) {
          .index-letter-container .index-letter-body .index-letter-item .item-desc .item-desc-wrapper {
            margin: 10px 2px 2px 2px; } }
      .index-letter-container .index-letter-body .index-letter-item .item-desc .panel-header-container .panel-header-title {
        display: inline-block;
        padding: 10px;
        font-weight: 600;
        color: #122A59; }
        @media (max-width: 767px) {
          .index-letter-container .index-letter-body .index-letter-item .item-desc .panel-header-container .panel-header-title {
            padding: 10px; } }
      .index-letter-container .index-letter-body .index-letter-item .item-desc .panel-header-container .panel-header-button {
        float: right;
        margin-top: 10px;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .index-letter-container .index-letter-body .index-letter-item .item-desc .panel-header-container .panel-header-button {
            margin-top: 2px;
            margin-right: 0;
            float: none; } }
      .index-letter-container .index-letter-body .index-letter-item .item-desc .panel-item-container .panel-item {
        padding: 10px 10px 10px 20px;
        color: #367FBF;
        border-bottom: 1px solid #dbdbdb; }
        .index-letter-container .index-letter-body .index-letter-item .item-desc .panel-item-container .panel-item:last-child {
          border: none;
          padding-bottom: none; }
        @media (max-width: 767px) {
          .index-letter-container .index-letter-body .index-letter-item .item-desc .panel-item-container .panel-item {
            padding: 10px 10px; } }
        .index-letter-container .index-letter-body .index-letter-item .item-desc .panel-item-container .panel-item:hover {
          color: #122A59; }
    .index-letter-container .index-letter-body .index-letter-item.show-panel .item-desc {
      max-height: 2000px; }
    .index-letter-container .index-letter-body .index-letter-item.show-panel:hover {
      background-color: white; }
    .index-letter-container .index-letter-body .index-letter-item.show-panel .item-name:after {
      transform: rotate(180deg);
      padding-left: 0px;
      padding-right: 10px; }
    .index-letter-container .index-letter-body .index-letter-item.not-in-search {
      display: none; }
    .index-letter-container .index-letter-body .index-letter-item:not(:last-child) {
      border-bottom: 1px solid #dbdbdb; }

.default-services {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 767px) {
    .default-services .col-12 {
      padding-left: 0;
      padding-right: 0; } }

.ag-service-card {
  margin: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: 24px;
  height: 100%;
  width: auto;
  transition: all .3s linear;
  margin-top: 0;
  display: flex;
  flex-direction: column; }
  .ag-service-card:hover {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2); }
  .ag-service-card .service-button-container {
    padding: 20px;
    border-top: 1px #dbdbdb solid;
    padding-bottom: 10px;
    flex: 0 0 30%; }
    .ag-service-card .service-button-container .ag-select-container {
      margin-bottom: 10px; }
    .ag-service-card .service-button-container .ag-half-width {
      width: 49% !important;
      margin-right: 0px; }
      @media (max-width: 1579px) {
        .ag-service-card .service-button-container .ag-half-width {
          width: 100% !important;
          margin-right: 0; } }
  .ag-service-card .ag-service-image {
    cursor: pointer;
    min-height: 200px;
    background-color: #367FBF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 40%;
    border-radius: 24px; }
  .ag-service-card .service-text-container {
    cursor: pointer;
    padding: 20px 25px 20px 25px;
    flex: 1 1 30%; }
    @media (max-width: 1199px) {
      .ag-service-card .service-text-container {
        min-height: 110px; } }
    @media (max-width: 767px) {
      .ag-service-card .service-text-container {
        min-height: 0px; } }
    .ag-service-card .service-text-container div:first-child {
      padding-bottom: 10px; }

.new-services .service-item {
  border-radius: 24px;
  margin: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
  .new-services .service-item .service-item-title {
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 24px; }
    .new-services .service-item .service-item-title .badge {
      margin-right: 10px;
      vertical-align: text-top; }
  .new-services .service-item .service-item-desc {
    padding: 20px; }

.ag-service-header-tabs {
  text-align: center;
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.57292vw);
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: calc(13px + 1.30208vw);
  color: #b5b5b5;
  display: inline-block;
  width: 175px;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  height: 100px; }
  @media (max-width: 767px) {
    .ag-service-header-tabs {
      width: 123px;
      height: 70px; } }
  .ag-service-header-tabs:hover div {
    color: #122A59 !important;
    transform: scale(1.1); }
  .ag-service-header-tabs div {
    transition: all 0.1s ease-out;
    margin-top: 30px; }
  .ag-service-header-tabs.ag-service-active {
    color: #122A59;
    border-bottom: 5px solid #367FBF; }

@media (max-width: 575px) {
  .ag-service-header-select {
    display: block; } }

.ag-service-breed-tab {
  display: inline-block;
  float: none;
  padding: 25px 50px 25px 25px; }
  .ag-service-breed-tab.has-new {
    float: right; }
  .ag-service-breed-tab .breed-select-label {
    font-family: "Nunito Sans";
    font-size: calc(13px + 0.98958vw);
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: calc(13px + 1.30208vw);
    color: #122A59;
    font-weight: 700;
    display: inline-block;
    line-height: 48px;
    padding-right: 15px;
    padding-left: 30px;
    vertical-align: middle; }
    @media (max-width: 575px) {
      .ag-service-breed-tab .breed-select-label {
        display: none; } }
  @media (max-width: 991px) {
    .ag-service-breed-tab {
      float: none;
      display: block;
      width: 100%;
      padding: 25px; } }

.static-page-img {
  width: 100%;
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }

.calc-button {
  margin-bottom: 30px;
  width: 100%; }
  @media (max-width: 767px) {
    .calc-button {
      margin-bottom: 20px; } }

.breed-name-expander {
  color: #367FBF;
  cursor: pointer; }

@media (max-width: 991px) {
  .mobile-flex-fix {
    flex-basis: auto !important; } }

.card-wrapper {
  border-radius: 24px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .card-wrapper {
      margin-bottom: 25px; } }
  .card-wrapper .test-card {
    width: 100%;
    overflow: hidden; }
    .card-wrapper .test-card.collapsed .test-card-content {
      max-height: 0;
      border: none; }
    .card-wrapper .test-card.collapsed .test-card-title::after {
      transform: rotate(180deg); }
    .card-wrapper .test-card:last-child .test-card-content {
      border-bottom: none; }
    .card-wrapper .test-card:last-child.collapsed .test-card-title {
      border-bottom: none; }
    .card-wrapper .test-card .test-card-title {
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.57292vw);
      font-weight: 600;
      letter-spacing: -0.3px;
      line-height: calc(13px + 1.30208vw);
      color: #122A59;
      padding: 30px;
      cursor: pointer;
      border-bottom: 1px solid #dbdbdb; }
      @media (max-width: 767px) {
        .card-wrapper .test-card .test-card-title {
          padding: 15px; } }
      .card-wrapper .test-card .test-card-title .test-card-title-cost {
        vertical-align: top;
        display: inline-block;
        width: 90px; }
        @media (max-width: 767px) {
          .card-wrapper .test-card .test-card-title .test-card-title-cost {
            width: calc(80px); } }
      .card-wrapper .test-card .test-card-title .test-card-title-text {
        display: inline-block;
        width: calc(100% - 120px); }
        @media (max-width: 767px) {
          .card-wrapper .test-card .test-card-title .test-card-title-text {
            width: calc(100% - 105px); } }
      .card-wrapper .test-card .test-card-title::after {
        transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        font-family: 'FontAwesome';
        display: inline-block;
        content: "";
        font-size: 18px;
        float: right;
        color: #367FBF; }
    .card-wrapper .test-card .test-card-content {
      max-height: 3000px;
      transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      border-bottom: 1px solid #dbdbdb; }
    .card-wrapper .test-card .test-card-row {
      padding: 15px 30px;
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.26042vw);
      line-height: calc(13px + 0.57292vw);
      font-weight: normal;
      letter-spacing: normal;
      color: black; }
      @media (max-width: 767px) {
        .card-wrapper .test-card .test-card-row {
          padding: 15px; } }
      .card-wrapper .test-card .test-card-row .test-card-label {
        font-weight: 600;
        color: #122A59;
        display: inline-block;
        width: 40%;
        vertical-align: top; }
      .card-wrapper .test-card .test-card-row .test-card-data {
        display: inline-block;
        width: 50%; }
        .card-wrapper .test-card .test-card-row .test-card-data.breeds .breed-list {
          transition: max-height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
          max-height: 0px;
          overflow: hidden; }
        .card-wrapper .test-card .test-card-row .test-card-data.breeds .view-all-breeds {
          font-weight: 600;
          color: #122A59;
          cursor: pointer; }
          .card-wrapper .test-card .test-card-row .test-card-data.breeds .view-all-breeds::after {
            transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
            font-family: 'FontAwesome';
            display: inline-block;
            content: "";
            margin-left: 10px; }
        .card-wrapper .test-card .test-card-row .test-card-data.breeds.show-all .breed-list {
          max-height: 2000px; }
        .card-wrapper .test-card .test-card-row .test-card-data.breeds.show-all .view-all-breeds::after {
          transform: rotate(180deg); }
    .card-wrapper .test-card .results-container-test {
      padding: 20px 30px;
      border-bottom: 1px solid #dbdbdb; }
      .card-wrapper .test-card .results-container-test:not(:first-child) {
        border-top: 1px solid #dbdbdb; }
      @media (max-width: 767px) {
        .card-wrapper .test-card .results-container-test {
          padding: 15px; } }
    .card-wrapper .test-card .results-container-result {
      display: table-row;
      width: 100%; }
      .card-wrapper .test-card .results-container-result:nth-child(odd) {
        background-color: #f3f8ff; }
      .card-wrapper .test-card .results-container-result .results-container-combo {
        vertical-align: top;
        display: table-cell;
        padding: 20px 10px 20px 20px; }
        @media (max-width: 991px) {
          .card-wrapper .test-card .results-container-result .results-container-combo {
            padding: 10px 5px 10px 10px; } }
      .card-wrapper .test-card .results-container-result .results-container-desc {
        display: table-cell;
        padding: 20px 20px 20px 10px;
        width: 100%; }
        @media (max-width: 991px) {
          .card-wrapper .test-card .results-container-result .results-container-desc {
            padding: 10px 5px 10px 10px; } }

.breedpage .breedPageTop, .breedpage .breedPageBottom {
  float: left;
  width: 100%; }
  .breedpage .breedPageTop .breedInfo, .breedpage .breedPageBottom .breedInfo {
    width: 200px;
    margin: 31px 15px 10px 42px;
    float: left; }
    .breedpage .breedPageTop .breedInfo .breedInfoRow, .breedpage .breedPageBottom .breedInfo .breedInfoRow {
      margin-bottom: 10px; }
      .breedpage .breedPageTop .breedInfo .breedInfoRow .breedImage, .breedpage .breedPageBottom .breedInfo .breedInfoRow .breedImage {
        width: 200px; }
      .breedpage .breedPageTop .breedInfo .breedInfoRow .breedInfoLabel, .breedpage .breedPageBottom .breedInfo .breedInfoRow .breedInfoLabel {
        font-weight: bold;
        margin-bottom: 5px; }
      .breedpage .breedPageTop .breedInfo .breedInfoRow .breedInfoData, .breedpage .breedPageBottom .breedInfo .breedInfoRow .breedInfoData {
        margin-left: 15px; }
  .breedpage .breedPageTop .breedPageTests, .breedpage .breedPageBottom .breedPageTests {
    max-width: 600px; }
  .breedpage .breedPageTop .breedDescription, .breedpage .breedPageTop .breedPageTests, .breedpage .breedPageBottom .breedDescription, .breedpage .breedPageBottom .breedPageTests {
    margin: 31px 15px 10px 15px;
    float: left;
    width: calc(100% - 550px); }
    @media (max-width: 1024px) {
      .breedpage .breedPageTop .breedDescription, .breedpage .breedPageTop .breedPageTests, .breedpage .breedPageBottom .breedDescription, .breedpage .breedPageBottom .breedPageTests {
        width: calc(100% - 300px); } }
    .breedpage .breedPageTop .breedDescription p, .breedpage .breedPageTop .breedPageTests p, .breedpage .breedPageBottom .breedDescription p, .breedpage .breedPageBottom .breedPageTests p {
      margin: 15px 0px;
      color: #000000;
      font-family: "Nunito Sans", sans-serif;
      font-size: 15px;
      line-height: 27px; }
      .breedpage .breedPageTop .breedDescription p::first-letter, .breedpage .breedPageTop .breedPageTests p::first-letter, .breedpage .breedPageBottom .breedDescription p::first-letter, .breedpage .breedPageBottom .breedPageTests p::first-letter {
        font-size: 18px;
        font-weight: 800; }
    .breedpage .breedPageTop .breedDescription .breedHide, .breedpage .breedPageTop .breedPageTests .breedHide, .breedpage .breedPageBottom .breedDescription .breedHide, .breedpage .breedPageBottom .breedPageTests .breedHide {
      display: none; }
    .breedpage .breedPageTop .breedDescription .productBlock, .breedpage .breedPageTop .breedPageTests .productBlock, .breedpage .breedPageBottom .breedDescription .productBlock, .breedpage .breedPageBottom .breedPageTests .productBlock {
      margin: 0px; }
  .breedpage .breedPageTop .pageOrderButton, .breedpage .breedPageBottom .pageOrderButton {
    width: 240px;
    padding: 25px 0px 0px 20px;
    float: right; }

#kitsOrderBlock .orderInput {
  width: 350px;
  max-width: 100%; }
  @media (max-width: 575px) {
    #kitsOrderBlock .orderInput {
      width: calc(100vw - 110px);
      max-width: calc(100vw - 110px); } }

#kitsOrderBlock .orderLabel {
  color: #122A59;
  font-weight: 800;
  line-height: 48px;
  /*margin-bottom: 15px;*/
  min-width: 250px;
  width: calc(100% - 360px); }
  @media (max-width: 575px) {
    #kitsOrderBlock .orderLabel {
      display: none; } }

#kitsOrderBlock .orderRow {
  padding: 50px 20px 50px 20px; }
  #kitsOrderBlock .orderRow:before, #kitsOrderBlock .orderRow:after {
    content: '';
    display: table; }
  #kitsOrderBlock .orderRow:after {
    clear: both; }
  @media (max-width: 1199px) {
    #kitsOrderBlock .orderRow {
      padding: 30px 10px 30px 10px; } }
  @media (max-width: 767px) {
    #kitsOrderBlock .orderRow {
      padding: 20px 10px 20px 10px; } }
  #kitsOrderBlock .orderRow:not(:last-child) {
    border-bottom: 1px solid #dbdbdb; }
  #kitsOrderBlock .orderRow .ag-input-container, #kitsOrderBlock .orderRow .ag-select-container {
    display: block; }

#kitsOrderBlock .kit-header-row {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px; }

#kitsOrderBlock .kit-footer-row {
  border-top: 1px solid #dbdbdb;
  padding-top: 20px; }
  #kitsOrderBlock .kit-footer-row:before, #kitsOrderBlock .kit-footer-row:after {
    content: '';
    display: table; }
  #kitsOrderBlock .kit-footer-row:after {
    clear: both; }

#kitsOrderBlock .ag-btn {
  margin-right: 10px; }
  @media (max-width: 767px) {
    #kitsOrderBlock .ag-btn {
      margin-right: 0; } }

#kitTextArea {
  max-width: 800px !important; }
  @media only screen and (max-width: 1600px) {
    #kitTextArea {
      width: 350px !important;
      float: none; } }
  @media (max-width: 575px) {
    #kitTextArea {
      width: 100% !important; } }

.select-input + .select2 {
  /*width: 350px;*/ }
  @media (max-width: 575px) {
    .select-input + .select2 {
      width: calc(100vw - 110px) !important; } }

@media (max-width: 767px) {
  .redirect-page-text {
    text-align: center;
    display: block !important;
    margin-top: 25px; } }

@media (max-width: 991px) {
  .redirect-page-text {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.ag-kit-confirmed img {
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .ag-kit-confirmed img {
      height: 100px; } }

.ag-kit-confirmed .row {
  margin-bottom: 20px; }

.ag-kit-confirmed .kit-top-row {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center; }

.ag-kit-confirmed .kit-confirm-group {
  padding: 20px; }

.static-wrapper {
  font-size: larger;
  max-width: 1200px;
  margin: 0 auto; }
  .static-wrapper #content {
    margin: 10px 0; }

.static-page .warning {
  font-weight: 700;
  color: #122A59; }

.static-page .image-col {
  text-align: center;
  position: relative; }
  .static-page .image-col .kit-image {
    width: 100%;
    max-width: 600px;
    height: auto; }
    .static-page .image-col .kit-image.blood-card-image {
      margin-top: -20px;
      margin-bottom: -30px; }

@media (max-width: 1199px) {
  .static-page .about-page-image {
    height: 300px; } }

@media (max-width: 991px) {
  .static-page .about-page-image {
    height: 250px; } }

@media (max-width: 575px) {
  .static-page .about-page-image {
    height: 225px; } }

.static-page .page-content ul, .static-page .page-content ol, .static-page .page-content li {
  text-indent: 0; }

.static-page h4, .static-page h3 {
  color: #122A59;
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.98958vw);
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: calc(13px + 1.30208vw);
  margin-bottom: 15px; }

.static-page hr {
  border-top: 1px solid #dbdbdb;
  margin-bottom: 15px;
  margin-top: 15px; }

.static-page ol {
  padding-left: 30px; }

.static-page .warning {
  font-style: italic; }

.static-page .no-indent p {
  text-indent: 0px !important; }

.static-page .pageSubHeader {
  margin-bottom: 15px; }

.download-link-margin {
  margin-bottom: 10px;
  margin-top: 10px; }

.download-section {
  margin-top: 25px; }

.download-margin {
  margin-bottom: 20px; }

.parentGeneticsBox {
  width: 45%; }

@media (min-width: 992px) {
  .result-card.should-float {
    position: fixed;
    top: 115px; }
    .result-card.should-float.at-bottom {
      position: absolute;
      top: unset;
      bottom: 0; } }

#geneticsResult.has-results {
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0 0 24px 24px; }

#geneticsResult .resultRow {
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.26042vw);
  line-height: calc(13px + 0.57292vw);
  font-weight: normal;
  letter-spacing: normal;
  color: black;
  font-weight: 600;
  border-bottom: 1px solid #dbdbdb;
  width: 150%;
  margin-left: -25%;
  padding-left: 25%;
  padding-right: 25%;
  padding-top: 20px;
  padding-bottom: 20px; }
  #geneticsResult .resultRow:before, #geneticsResult .resultRow:after {
    content: '';
    display: table; }
  #geneticsResult .resultRow:after {
    clear: both; }
  #geneticsResult .resultRow .colorPercentage {
    text-align: right;
    float: right;
    padding: 3px;
    color: #367FBF;
    font-weight: 800;
    cursor: pointer; }
    #geneticsResult .resultRow .colorPercentage .fa {
      padding-left: 10px;
      padding-right: 0;
      transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
      #geneticsResult .resultRow .colorPercentage .fa.collapsed {
        transform: rotate(180deg);
        padding-left: 0;
        padding-right: 10px; }
  #geneticsResult .resultRow .colorDesc {
    text-align: left;
    padding: 3px;
    display: inline-block; }
  #geneticsResult .resultRow:nth-child(even) {
    background-color: #E1EDFF; }

#geneticsResult .geneticsDetails {
  font-family: "Nunito Sans";
  font-size: calc(13px + 0.15625vw);
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: calc(13px + 0.57292vw);
  overflow: hidden;
  max-height: 2000px;
  padding: 30px 3px 30px 30px;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  #geneticsResult .geneticsDetails:before, #geneticsResult .geneticsDetails:after {
    content: '';
    display: table; }
  #geneticsResult .geneticsDetails:after {
    clear: both; }
  #geneticsResult .geneticsDetails.collapsed {
    max-height: 0;
    padding-top: 0px;
    padding-bottom: 0px; }
  #geneticsResult .geneticsDetails .geneticsRow:before, #geneticsResult .geneticsDetails .geneticsRow:after {
    content: '';
    display: table; }
  #geneticsResult .geneticsDetails .geneticsRow:after {
    clear: both; }
  #geneticsResult .geneticsDetails .geneticsRow .geneticsPercentage {
    width: 100px;
    text-align: right;
    float: right;
    padding: 3px;
    color: #367FBF;
    font-weight: 800; }
  #geneticsResult .geneticsDetails .geneticsRow .geneticsDesc {
    text-align: left;
    float: left;
    padding: 3px; }

.parentBox .extraLoci {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }

.parentBox .locusEntry {
  padding: 5px 5px 0 5px; }
  .parentBox .locusEntry:before, .parentBox .locusEntry:after {
    content: '';
    display: table; }
  .parentBox .locusEntry:after {
    clear: both; }
  .parentBox .locusEntry .locusName {
    font-weight: 600;
    text-align: left;
    width: 30%;
    float: left;
    padding: 3px;
    line-height: 36px; }
    @media (max-width: 767px) {
      .parentBox .locusEntry .locusName {
        width: 100%;
        text-align: left; } }
  .parentBox .locusEntry .combinations {
    width: 69%;
    padding: 3px;
    float: left; }
    @media (max-width: 767px) {
      .parentBox .locusEntry .combinations {
        width: 100%; } }

.parentBox .geneticsCombinations {
  line-height: 36px; }

.geneticsComboSelector, .parentBox .locusEntry .combinations .geneticsCombo {
  background-color: #E5E5E5;
  border-radius: 14px;
  padding: 3px 6px;
  font-weight: bold;
  color: #A5ACBA;
  margin-bottom: 3px;
  cursor: pointer;
  user-select: none; }
  .geneticsComboSelector.selected, .parentBox .locusEntry .combinations .selected.geneticsCombo {
    color: white;
    background-color: #367FBF;
    border: none; }

.genetic-calc-inst {
  margin-top: 10px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 25px;
  margin-bottom: 20px; }

.allele-inst {
  font-weight: 600;
  color: #122A59;
  display: block; }

.calc-step {
  transform: translate(0px, 6px);
  padding-right: 10px;
  vertical-align: top;
  margin-bottom: 20px; }

.genetic-calc-parent-color {
  width: calc(100% + 100px);
  border-top: 1px solid #dbdbdb;
  margin: 15px -50px 0 -50px;
  padding: 25px 50px 0px 50px; }
  @media (max-width: 767px) {
    .genetic-calc-parent-color {
      padding-top: 15px; } }
  .genetic-calc-parent-color input[type='button'] {
    margin-top: 20px; }

.extraLociheader {
  width: 100%;
  cursor: pointer;
  text-align: center;
  margin: 10px; }

html {
  scroll-behavior: smooth; }

.home-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  border-radius: 0 24px 24px 0;
  max-height: -webkit-fill-available; }
  @media (min-width: 992px) {
    .home-image {
      min-height: 600px; } }
  @media (max-width: 991px) {
    .home-image {
      min-height: 50vh;
      border-radius: 24px 24px 0 0; } }
  @media (max-width: 767px) {
    .home-image {
      /*min-height: calc(100vh - 480px);*/
      min-height: 300px; } }
  .home-image.home-image-left {
    border-radius: 24px 0 0 24px; }
    @media (max-width: 991px) {
      .home-image.home-image-left {
        border-radius: 24px 24px 0 0; } }
    @media (max-width: 767px) {
      .home-image.home-image-left {
        min-height: 300px; } }

.slick-card-learn-more .fa-chevron-right {
  font-size: 12px !important; }

.slick-partner-card {
  border-radius: 24px;
  padding-right: 45px;
  padding-left: 45px;
  height: 130px; }
  @media (max-width: 1579px) {
    .slick-partner-card {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 575px) {
    .slick-partner-card {
      padding-left: 45px;
      padding-right: 45px; } }

.slick-partners {
  overflow: hidden;
  position: initial; }

.overflow-arrows {
  position: relative; }
  .overflow-arrows .slick-next {
    right: 35px !important;
    left: auto !important;
    top: 325px;
    position: absolute;
    z-index: 5 !important; }
    @media (max-width: 575px) {
      .overflow-arrows .slick-next {
        top: 340px; } }
  .overflow-arrows .slick-prev {
    left: 35px !important;
    right: auto !important;
    top: 325px;
    position: absolute;
    z-index: 5 !important; }
    @media (max-width: 575px) {
      .overflow-arrows .slick-prev {
        top: 340px; } }
  .overflow-arrows .slick-dots {
    bottom: -45px !important;
    left: 0px !important;
    z-index: 1 !important; }
    @media (max-width: 575px) {
      .overflow-arrows .slick-dots {
        bottom: -60px; } }

.slick-main .slick-dots {
  position: absolute;
  bottom: 14px; }

#mainSocialLinks {
  position: absolute;
  right: 40px;
  bottom: 20px; }

.slick-next, .slick-prev {
  position: absolute;
  bottom: 6px !important; }

.latest-news-arrows .slick-next {
  left: auto !important;
  right: 35px !important; }

.latest-news-arrows .slick-next, .latest-news-arrows .slick-prev {
  top: 103% !important; }

.latest-news-arrows .slick-dots {
  top: 101% !important; }

.slick-next {
  left: 65px !important; }

.slick-prev {
  left: 35px !important; }

.tour-button, .recover-button, .carousel-button {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 25px;
  width: 190px; }
  @media (max-width: 575px) {
    .tour-button, .recover-button, .carousel-button {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      display: block; } }

.tour-ag-button {
  color: white;
  background-color: #122A59;
  transition: 0.3s; }
  .tour-ag-button:hover {
    background-color: #367FBF;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s; }

.tour-button-image {
  cursor: pointer;
  transition: all 0.5s ease-in-out; }
  .tour-button-image:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    background-size: cover; }
  @media (min-width: 768px) and (max-width: 991px) {
    .tour-button-image {
      background-image: url("/AnimalGenetics/images/frontPage/tour-ipad.jpg") !important; } }

.tour-button-bar {
  padding: 20px;
  padding-left: 0px; }
  @media (max-width: 991px) {
    .tour-button-bar {
      padding: 5px; } }

.ag-home-header-container {
  padding: 20px 85px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1199px) {
    .ag-home-header-container {
      padding: 60px; } }
  @media (max-width: 991px) {
    .ag-home-header-container {
      padding: 25px;
      text-align: center; } }
  @media (max-width: 767px) {
    .ag-home-header-container {
      padding: 20px;
      text-align: center; } }

.fullscreen-hugger {
  /*    max-height: 1024px;
		height: calc(100vh + 18px);
		min-height: 800px;*/
  height: 100%; }
  @media (max-width: 991px) {
    .fullscreen-hugger {
      height: auto;
      min-height: calc(100vh + 18px); } }

.ag-home-header-row {
  border-radius: 24px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: white;
  margin-left: 40px;
  margin-right: 40px; }
  @media (max-width: 767px) {
    .ag-home-header-row {
      margin-left: 20px;
      margin-right: 20px; } }

.ag-home-search-input {
  margin-top: 50px;
  margin-bottom: 40px;
  height: 55px;
  font-size: 20px;
  border-width: 2px !important;
  width: calc(100% - 148px);
  border-radius: 30px !important;
  padding-left: 20px !important;
  padding-right: 50px !important; }
  @media (max-width: 1199px) {
    .ag-home-search-input {
      margin-left: 15px;
      font-size: 1.4vw; } }
  @media (max-width: 991px) {
    .ag-home-search-input {
      margin-left: 0;
      margin-top: 15px;
      height: 50px;
      font-size: 17px; } }
  @media (max-width: 767px) {
    .ag-home-search-input {
      margin-left: 0;
      height: 50px;
      font-size: 2.2vw; } }
  @media (max-width: 575px) {
    .ag-home-search-input {
      display: none; } }

.ag-home-search-btn {
  height: 55px;
  margin-left: -70px;
  margin-bottom: -10px;
  border-radius: 30px;
  padding-left: 60px !important;
  padding-right: 60px !important;
  width: 190px; }
  @media (max-width: 991px) {
    .ag-home-search-btn {
      margin-left: -50px;
      padding-left: 25px !important;
      padding-right: 25px !important;
      height: 50px;
      margin-top: -4px; } }
  @media (max-width: 575px) {
    .ag-home-search-btn {
      margin-left: 0;
      margin-top: 30px;
      /*margin-top: 10px;*/ } }

.ag-home-latest-news {
  padding: 45px 35px 0px 35px;
  text-align: center; }

.ag-home-partner-div {
  color: #868e96;
  text-align: center;
  padding: 35px; }

.ag-home-signup-div {
  border-radius: 24px;
  background-color: #2DCB48;
  color: white;
  text-align: left;
  height: 100%;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5vw;
  margin-top: 30px;
  position: relative;
  overflow: hidden; }
  .ag-home-signup-div:before, .ag-home-signup-div:after {
    content: '';
    display: table; }
  .ag-home-signup-div:after {
    clear: both; }
  .ag-home-signup-div .ag-home-signup-div-overlay {
    border-radius: 24px;
    background-image: url("../images/dna-trasnparency.png");
    background-position: top left;
    background-size: cover; }
    .ag-home-signup-div .ag-home-signup-div-overlay:before, .ag-home-signup-div .ag-home-signup-div-overlay:after {
      content: '';
      display: table; }
    .ag-home-signup-div .ag-home-signup-div-overlay:after {
      clear: both; }
    .ag-home-signup-div .ag-home-signup-div-overlay img {
      position: absolute;
      bottom: 0;
      right: -50px;
      width: auto;
      height: 100%;
      z-index: 1; }
      @media (min-width: 992px) {
        .ag-home-signup-div .ag-home-signup-div-overlay img {
          right: 0; } }
      @media (max-width: 767px) {
        .ag-home-signup-div .ag-home-signup-div-overlay img {
          position: relative;
          height: auto;
          width: 70%; } }
    .ag-home-signup-div .ag-home-signup-div-overlay button {
      margin-left: -50px; }
      @media (max-width: 767px) {
        .ag-home-signup-div .ag-home-signup-div-overlay button {
          margin-left: 0; } }
    .ag-home-signup-div .ag-home-signup-div-overlay > div {
      position: relative;
      float: left;
      padding: 5% 20px 20px 0;
      width: 40vw;
      min-width: 500px;
      z-index: 2; }
      @media (min-width: 992px) {
        .ag-home-signup-div .ag-home-signup-div-overlay > div {
          padding: 60px 5px 100px 100px; } }
      @media (max-width: 767px) {
        .ag-home-signup-div .ag-home-signup-div-overlay > div {
          text-align: center;
          padding: 10px 5px 5px 0;
          width: 100%;
          min-width: 100px; } }
      .ag-home-signup-div .ag-home-signup-div-overlay > div > div {
        padding: 20px; }
    .ag-home-signup-div .ag-home-signup-div-overlay #signUp-input {
      height: 47px;
      margin-bottom: 1px; }
      @media (max-width: 1199px) {
        .ag-home-signup-div .ag-home-signup-div-overlay #signUp-input {
          vertical-align: initial; } }

#mainSocialLinks {
  /*    position: absolute;
		bottom: -45px;
		right: 8%;
		z-index: 2;
		@include media-breakpoint-up(lg) {
			right: 4%;
		}*/ }
  #mainSocialLinks a {
    padding-left: 30px; }
    @media (max-width: 767px) {
      #mainSocialLinks a {
        padding-left: 10px; } }
    #mainSocialLinks a img {
      height: 20px; }

.slick-card {
  border-radius: 24px;
  margin: 20px;
  min-height: 250px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  background-color: white;
  transition: all 0.3s; }
  .slick-card.card-has-img {
    height: 420px;
    cursor: pointer; }
    .slick-card.card-has-img:hover {
      box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2); }
      .slick-card.card-has-img:hover .slick-card-icon {
        width: 20%;
        left: 40%; }
  .slick-card .slick-card-img {
    position: absolute;
    width: 100%;
    height: 210px;
    top: 0;
    background-position: center;
    background-size: cover;
    border-radius: 24px; }
  .slick-card .slick-card-icon {
    transition: all 0.3s;
    height: auto;
    width: 15%;
    position: absolute;
    bottom: 180px;
    left: 42.5%; }
  .slick-card .slick-card-content {
    text-align: center;
    padding: 10px;
    position: absolute;
    width: 100%;
    top: 10%;
    color: #122A59;
    font-family: "Nunito Sans"; }
    .slick-card .slick-card-content.news-card {
      text-align: left;
      padding-left: 25px; }
      @media (max-width: 575px) {
        .slick-card .slick-card-content.news-card {
          text-align: center; } }
    .slick-card .slick-card-content.card-has-img {
      top: 240px; }
    .slick-card .slick-card-content .slick-card-title {
      color: #122A59;
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.98958vw);
      font-weight: bold;
      letter-spacing: -0.4px;
      line-height: calc(13px + 1.30208vw);
      padding-bottom: 20px;
      padding-top: 10px; }
      @media (max-width: 991px) {
        .slick-card .slick-card-content .slick-card-title {
          font-size: 24px;
          line-height: 30px; } }
    .slick-card .slick-card-content .slick-card-text {
      max-height: 80px;
      overflow: hidden;
      color: black;
      text-overflow: ellipsis;
      padding-bottom: 10px; }
      .slick-card .slick-card-content .slick-card-text p {
        height: inherit !important;
        overflow: hidden;
        text-overflow: ellipsis; }
    .slick-card .slick-card-content .seeMore {
      padding-top: 10px; }
    .slick-card .slick-card-content .slick-card-learn-more {
      color: #122A59;
      font-family: "Nunito Sans";
      font-size: calc(13px + 0.15625vw);
      font-weight: 600;
      letter-spacing: 0.1px;
      line-height: calc(13px + 0.57292vw);
      padding: 20px 0px; }

.slick-main {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 70px;
  padding-top: 30px;
  /*    .slick-dots {
			bottom: -45px;
		}*/ }

.slick-sub .slick-prev, .slick-sub .slick-next {
  position: absolute;
  top: 100% !important;
  z-index: 2 !important; }

.ag-menu-hugger-div .slick-carousel, .ag-menu-hugger-div .slick-slide, .ag-menu-hugger-div .slick-track, .ag-menu-hugger-div .slick-list {
  /*        max-height: 800px;
				height: 77vh;*/
  height: 100%;
  /*        @include media-breakpoint-down(lg) {
					height: 74vh;
				}
*/
  position: relative; }
  @media (max-width: 991px) {
    .ag-menu-hugger-div .slick-carousel, .ag-menu-hugger-div .slick-slide, .ag-menu-hugger-div .slick-track, .ag-menu-hugger-div .slick-list {
      height: 70%; } }
  .ag-menu-hugger-div .slick-carousel .container-fluid, .ag-menu-hugger-div .slick-slide .container-fluid, .ag-menu-hugger-div .slick-track .container-fluid, .ag-menu-hugger-div .slick-list .container-fluid {
    max-height: 800px;
    min-height: 600px;
    position: relative; }
    .ag-menu-hugger-div .slick-carousel .container-fluid .row, .ag-menu-hugger-div .slick-slide .container-fluid .row, .ag-menu-hugger-div .slick-track .container-fluid .row, .ag-menu-hugger-div .slick-list .container-fluid .row {
      height: 100%;
      position: relative;
      overflow: hidden; }

.speciesSelectDialog img {
  padding: 10px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 6, 2020, 3:51:13 PM
    Author     : kim
*/
#printBodyContent {
  background-color: white;
  font-size: 12px; }
  #printBodyContent h3 {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 18px;
    font-weight: normal;
    text-align: left; }
  #printBodyContent h4 {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: normal;
    text-align: left; }
  #printBodyContent #printHeader {
    margin: 10px;
    display: inline-block;
    width: 100%; }
    #printBodyContent #printHeader #printLogo {
      margin: 10px; }
    #printBodyContent #printHeader #orderNumber {
      margin: 0px 25px 0px 0px;
      text-align: right; }
  #printBodyContent #printBody .printBox {
    margin: 10px;
    display: flex;
    width: calc(100% - 20px); }
    #printBodyContent #printBody .printBox .left {
      width: 50%;
      float: left;
      margin-right: 12px; }
      #printBodyContent #printBody .printBox .left .printBody {
        height: calc(100% - 34px);
        border: 2px solid black;
        border-radius: 15px;
        padding: 5px 0px 5px 23px; }
        #printBodyContent #printBody .printBox .left .printBody .printRow .userInfoLabel {
          width: 100px;
          clear: both; }
        #printBodyContent #printBody .printBox .left .printBody .printRow .animalInfo {
          clear: both; }
    #printBodyContent #printBody .printBox .right {
      width: 50%;
      float: right;
      margin-left: 12px; }
      #printBodyContent #printBody .printBox .right .printBody {
        border: 2px solid black;
        border-radius: 15px;
        padding: 5px 0px 5px 23px;
        display: flex; }
    #printBodyContent #printBody .printBox .full {
      width: 100%; }
      #printBodyContent #printBody .printBox .full .printBody {
        border: 2px solid black;
        border-radius: 15px;
        display: inline-block;
        padding: 5px 0px 5px 23px;
        width: 100%; }
        #printBodyContent #printBody .printBox .full .printBody .printBodyLeft {
          float: left;
          width: calc(40% - 30px); }
        #printBodyContent #printBody .printBox .full .printBody .printBodyRightEdge {
          float: right;
          width: 60px;
          height: 125px;
          margin: 5px 0px 5px 0px;
          padding: 2px;
          border: 1px solid lightgrey; }
          #printBodyContent #printBody .printBox .full .printBody .printBodyRightEdge.noBorder {
            border: none; }
          #printBodyContent #printBody .printBox .full .printBody .printBodyRightEdge .labInfo {
            float: left;
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            transform: rotate(270deg);
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0;
            width: 125px;
            margin-right: 100px; }
          #printBodyContent #printBody .printBox .full .printBody .printBodyRightEdge .sampleOptions {
            height: 100%;
            float: right; }
            #printBodyContent #printBody .printBox .full .printBody .printBodyRightEdge .sampleOptions .labBox {
              width: 30px;
              height: 20px;
              display: block;
              border: 2px solid darkgrey;
              text-align: center;
              padding: 2px;
              margin: 3px 2px 2px; }
        #printBodyContent #printBody .printBox .full .printBody .printBodyRight {
          float: right;
          width: calc(50% - 30px);
          padding-right: 30px;
          margin: 5px 0px 5px 0px; }
        #printBodyContent #printBody .printBox .full .printBody .printRow .userInfoLabel {
          width: 100px;
          clear: both; }
        #printBodyContent #printBody .printBox .full .printBody .printRow .animalInfo {
          clear: both; }
    #printBodyContent #printBody .printBox .boxHeader {
      margin-left: 25px;
      height: 20px; }
  #printBodyContent .test-underline {
    text-decoration: underline; }
  #printBodyContent .bold-info {
    font-weight: 800; }
  #printBodyContent #printFooter {
    position: fixed;
    height: 40px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 5px;
    font-size: 10px; }
  @media print {
    #printBodyContent #printButton {
      display: none !important; } }

@media print {
  .devWarning, .search-slide-out, #tourVideo, #site-header, .ag-btn, .ag-cart-tab, .ag-input-container {
    visibility: hidden; }
  .ag-menu-hugger-footer, .ag-cart-wrapper, .cart-visible {
    display: none; }
  .ag-menu-hugger-div {
    background-image: none;
    padding-top: 0;
    min-height: initial;
    margin-top: -120px; }
  .top-div-padding {
    padding-top: 0px; } }

/* @group UTILITY */
.hide {
  display: none; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.for-desktop-up {
  display: none !important; }
  @media (min-width: 1330px) {
    .for-desktop-up {
      display: block !important; } }

.clear {
  clear: both; }

.editIcon {
  width: 14px; }

/* @end */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield; }

.orange-background,
.orange-background .ui-dialog-titlebar,
.orange-background .ui-dialog-titlebar-close {
    background-color: #FFBE5C;
}

#firstTimeVisitDialog {
    overflow: hidden !important;
}
