@charset "UTF-8";
/* --------------------------------------------------------------------------------
// OSS Utilities, Pattern Library, and Structure
// -------------------------------------------------------------------------------- */
/**
 * Anthem Pattern Library
 */
/** Motif Primary Colors **/
/** Motif Secondary Colors **/
/** Accent colors for Motif **/
/**  Anthem Font Variables  **/
/* Map of pixel-based spacer values
 * ---
 * Maps numeric keys to factors of 4px.
 */
/* Declaring initial maps */
/* Loop through spacer-base to create 'px' map */
/* Convert spacer map to rems */
/* *
 * Returns the requested spacer from the above list of spacers. Optionally based on unit. */
/** Color functions in development **/
/** Color functions in development **/
/* To use these new color variables, we can utilize the below functions.
 * $link-color: $text-colors("blue") !default;
 *
 * $background-color: $theme-color("primary");
 *
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/blob/master/LICENSE)
 */
/* TODO:
  * Get rid of all this garbage
*/
/*!
 *
 * Source based on:
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/blob/master/LICENSE)
 *
 * Modifications: 2018 Anthem, Inc - Enterprise Design System
 *
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    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;
  }
}
* {
  box-sizing: border-box;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 801px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

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

.text-nowrap {
  white-space: nowrap;
}

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 801px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 801px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
}

.col-xxs-1 {
  width: 8.3333333333%;
}

.col-xxs-2 {
  width: 16.6666666667%;
}

.col-xxs-3 {
  width: 25%;
}

.col-xxs-4 {
  width: 33.3333333333%;
}

.col-xxs-5 {
  width: 41.6666666667%;
}

.col-xxs-6 {
  width: 50%;
}

.col-xxs-7 {
  width: 58.3333333333%;
}

.col-xxs-8 {
  width: 66.6666666667%;
}

.col-xxs-9 {
  width: 75%;
}

.col-xxs-10 {
  width: 83.3333333333%;
}

.col-xxs-11 {
  width: 91.6666666667%;
}

.col-xxs-12 {
  width: 100%;
}

.col-xxs-pull-0 {
  right: auto;
}

.col-xxs-pull-1 {
  right: 8.3333333333%;
}

.col-xxs-pull-2 {
  right: 16.6666666667%;
}

.col-xxs-pull-3 {
  right: 25%;
}

.col-xxs-pull-4 {
  right: 33.3333333333%;
}

.col-xxs-pull-5 {
  right: 41.6666666667%;
}

.col-xxs-pull-6 {
  right: 50%;
}

.col-xxs-pull-7 {
  right: 58.3333333333%;
}

.col-xxs-pull-8 {
  right: 66.6666666667%;
}

.col-xxs-pull-9 {
  right: 75%;
}

.col-xxs-pull-10 {
  right: 83.3333333333%;
}

.col-xxs-pull-11 {
  right: 91.6666666667%;
}

.col-xxs-pull-12 {
  right: 100%;
}

.col-xxs-push-0 {
  left: auto;
}

.col-xxs-push-1 {
  left: 8.3333333333%;
}

.col-xxs-push-2 {
  left: 16.6666666667%;
}

.col-xxs-push-3 {
  left: 25%;
}

.col-xxs-push-4 {
  left: 33.3333333333%;
}

.col-xxs-push-5 {
  left: 41.6666666667%;
}

.col-xxs-push-6 {
  left: 50%;
}

.col-xxs-push-7 {
  left: 58.3333333333%;
}

.col-xxs-push-8 {
  left: 66.6666666667%;
}

.col-xxs-push-9 {
  left: 75%;
}

.col-xxs-push-10 {
  left: 83.3333333333%;
}

.col-xxs-push-11 {
  left: 91.6666666667%;
}

.col-xxs-push-12 {
  left: 100%;
}

.col-xxs-offset-0 {
  margin-left: 0%;
}

.col-xxs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xxs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xxs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xxs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xxs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xxs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xxs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xxs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xxs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 801px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

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

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 800px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  text-decoration: none;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 801px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 801px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 801px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 801px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  text-decoration: none;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

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.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
}

.dropdown-menu > li a:hover, .dropdown-menu > li a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active a, .dropdown-menu > .active a:hover, .dropdown-menu > .active a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 801px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.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 {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.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-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.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-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[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: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.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 {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-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:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 801px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 801px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 801px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 801px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 801px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 801px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 801px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 801px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 801px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 801px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 800px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 801px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 801px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 800px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 801px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 801px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 801px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 800px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 800px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 801px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

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

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .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;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 801px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 801px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xxs {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 480px) and (max-width: 800px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 800px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 800px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 800px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 801px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 801px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 801px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 800px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 801px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
}

.col-xxs-1 {
  width: 8.3333333333%;
}

.col-xxs-2 {
  width: 16.6666666667%;
}

.col-xxs-3 {
  width: 25%;
}

.col-xxs-4 {
  width: 33.3333333333%;
}

.col-xxs-5 {
  width: 41.6666666667%;
}

.col-xxs-6 {
  width: 50%;
}

.col-xxs-7 {
  width: 58.3333333333%;
}

.col-xxs-8 {
  width: 66.6666666667%;
}

.col-xxs-9 {
  width: 75%;
}

.col-xxs-10 {
  width: 83.3333333333%;
}

.col-xxs-11 {
  width: 91.6666666667%;
}

.col-xxs-12 {
  width: 100%;
}

.col-xxs-pull-0 {
  right: auto;
}

.col-xxs-pull-1 {
  right: 8.3333333333%;
}

.col-xxs-pull-2 {
  right: 16.6666666667%;
}

.col-xxs-pull-3 {
  right: 25%;
}

.col-xxs-pull-4 {
  right: 33.3333333333%;
}

.col-xxs-pull-5 {
  right: 41.6666666667%;
}

.col-xxs-pull-6 {
  right: 50%;
}

.col-xxs-pull-7 {
  right: 58.3333333333%;
}

.col-xxs-pull-8 {
  right: 66.6666666667%;
}

.col-xxs-pull-9 {
  right: 75%;
}

.col-xxs-pull-10 {
  right: 83.3333333333%;
}

.col-xxs-pull-11 {
  right: 91.6666666667%;
}

.col-xxs-pull-12 {
  right: 100%;
}

.col-xxs-push-0 {
  left: auto;
}

.col-xxs-push-1 {
  left: 8.3333333333%;
}

.col-xxs-push-2 {
  left: 16.6666666667%;
}

.col-xxs-push-3 {
  left: 25%;
}

.col-xxs-push-4 {
  left: 33.3333333333%;
}

.col-xxs-push-5 {
  left: 41.6666666667%;
}

.col-xxs-push-6 {
  left: 50%;
}

.col-xxs-push-7 {
  left: 58.3333333333%;
}

.col-xxs-push-8 {
  left: 66.6666666667%;
}

.col-xxs-push-9 {
  left: 75%;
}

.col-xxs-push-10 {
  left: 83.3333333333%;
}

.col-xxs-push-11 {
  left: 91.6666666667%;
}

.col-xxs-push-12 {
  left: 100%;
}

.col-xxs-offset-0 {
  margin-left: 0%;
}

.col-xxs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xxs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xxs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xxs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xxs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xxs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xxs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xxs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xxs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 801px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.visible-xxs {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 480px) and (max-width: 800px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 800px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 800px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 800px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 801px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 801px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 801px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 800px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/** Motif Primary Colors **/
/** Motif Secondary Colors **/
/** Accent colors for Motif **/
/**  Anthem Font Variables  **/
/* Map of pixel-based spacer values
 * ---
 * Maps numeric keys to factors of 4px.
 */
/* Declaring initial maps */
/* Loop through spacer-base to create 'px' map */
/* Convert spacer map to rems */
/* *
 * Returns the requested spacer from the above list of spacers. Optionally based on unit. */
.oss-checkbox-box label.oss-checkbox-box__label, .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/** Color functions in development **/
/** Color functions in development **/
/* To use these new color variables, we can utilize the below functions.
 * $link-color: $text-colors("blue") !default;
 *
 * $background-color: $theme-color("primary");
 *
 */
@font-face {
  font-family: "ant-motif-icons";
  src: url("/assets/fonts/icons/motif/ant-motif-icons.eot?6o51c8");
  src: url("/assets/fonts/icons/motif/ant-motif-icons.eot?6o51c8#iefix") format("embedded-opentype"), url("/assets/fonts/icons/motif/ant-motif-icons.ttf?6o51c8") format("truetype"), url("/assets/fonts/icons/motif/ant-motif-icons.woff?6o51c8") format("woff"), url("/assets/fonts/icons/motif/ant-motif-icons.svg?6o51c8#ant-motif-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.motif-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-motif-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.motif-about:before {
  content: "\e900";
}

.motif-access-for-blind:before {
  content: "\e901";
}

.motif-add-more:before {
  content: "\eb32";
}

.motif-add-phone:before {
  content: "\e902";
}

.motif-add-shopping-cart:before {
  content: "\e903";
}

.motif-add-tag:before {
  content: "\e904";
}

.motif-add-text:before {
  content: "\e905";
}

.motif-aed:before {
  content: "\e906";
}

.motif-aids-ribbon:before {
  content: "\e907";
}

.motif-alarm-clock:before {
  content: "\e908";
}

.motif-alluminium_massagetable:before {
  content: "\e909";
}

.motif-alphabetical-sorting:before {
  content: "\e90a";
}

.motif-alphabetical-sorting-2:before {
  content: "\e90b";
}

.motif-ambulance:before {
  content: "\e90c";
}

.motif-amnesty_international:before {
  content: "\e90d";
}

.motif-amputee:before {
  content: "\e90e";
}

.motif-angle-down:before {
  content: "\e90f";
}

.motif-angle-left:before {
  content: "\e910";
}

.motif-angle-right:before {
  content: "\e911";
}

.motif-angle-up:before {
  content: "\e912";
}

.motif-antiseptic-cream:before {
  content: "\e913";
}

.motif-apple:before {
  content: "\e914";
}

.motif-appointment-reminders:before {
  content: "\e915";
}

.motif-archived:before {
  content: "\eb25";
}

.motif-arrow:before {
  content: "\e916";
}

.motif-arrow-pointing-left:before {
  content: "\e917";
}

.motif-arrows-long-down:before {
  content: "\e918";
}

.motif-arrows-long-left:before {
  content: "\e919";
}

.motif-arrows-long-right:before {
  content: "\e91a";
}

.motif-arrows-long-up:before {
  content: "\e91b";
}

.motif-assistive_listening_systems:before {
  content: "\e91c";
}

.motif-attention:before {
  content: "\e91d";
}

.motif-audio-description:before {
  content: "\e91e";
}

.motif-average:before {
  content: "\e91f";
}

.motif-average-2:before {
  content: "\e920";
}

.motif-avocado:before {
  content: "\eb33";
}

.motif-ball-point-pen:before {
  content: "\e921";
}

.motif-banana:before {
  content: "\e922";
}

.motif-bandage:before {
  content: "\e923";
}

.motif-bank-cards:before {
  content: "\eb34";
}

.motif-bench-press-with-dumbbells:before {
  content: "\e924";
}

.motif-bento-box:before {
  content: "\eb28";
}

.motif-binoculars:before {
  content: "\e925";
}

.motif-birthday-cake:before {
  content: "\e926";
}

.motif-bitbucket:before {
  content: "\e927";
}

.motif-blind:before {
  content: "\e928";
}

.motif-block:before {
  content: "\e929";
}

.motif-body-scan:before {
  content: "\e92a";
}

.motif-bookmark:before {
  content: "\e92b";
}

.motif-bookmark-ribbon:before {
  content: "\e92c";
}

.motif-bottle-of-water:before {
  content: "\e92d";
}

.motif-braille:before {
  content: "\e92e";
}

.motif-brain:before {
  content: "\e92f";
}

.motif-bullet:before {
  content: "\eb35";
}

.motif-bulleted-list:before {
  content: "\e930";
}

.motif-business-contact:before {
  content: "\e931";
}

.motif-buy:before {
  content: "\e932";
}

.motif-caduceus:before {
  content: "\e933";
}

.motif-caduceus_gavel:before {
  content: "\e934";
}

.motif-cafe:before {
  content: "\e935";
}

.motif-calculator:before {
  content: "\e936";
}

.motif-calendar:before {
  content: "\e937";
}

.motif-calendar-minus:before {
  content: "\e938";
}

.motif-calendar-plus:before {
  content: "\e939";
}

.motif-call-transfer:before {
  content: "\e93a";
}

.motif-calories:before {
  content: "\eb36";
}

.motif-cancel:before {
  content: "\e93b";
}

.motif-cancel-2:before {
  content: "\e93c";
}

.motif-cancel-file:before {
  content: "\e93d";
}

.motif-cancer-ribbon:before {
  content: "\e93e";
}

.motif-car:before {
  content: "\eb37";
}

.motif-card-exchange:before {
  content: "\e93f";
}

.motif-card-security:before {
  content: "\e940";
}

.motif-card-security-code:before {
  content: "\e941";
}

.motif-card-verification-value:before {
  content: "\e942";
}

.motif-cardboard-box:before {
  content: "\e943";
}

.motif-cast:before {
  content: "\e944";
}

.motif-cc-amex:before {
  content: "\eb29";
}

.motif-cc-discover:before {
  content: "\eb2a";
}

.motif-cc-mastercard:before {
  content: "\eb2b";
}

.motif-cc-visa:before {
  content: "\eb2c";
}

.motif-charge-battery:before {
  content: "\e945";
}

.motif-chat:before {
  content: "\e946";
}

.motif-chat-bubble:before {
  content: "\eb2f";
}

.motif-chat-send:before {
  content: "\eb30";
}

.motif-cheap-2:before {
  content: "\e947";
}

.motif-check-wide:before {
  content: "\eb31";
}

.motif-checked:before {
  content: "\e948";
}

.motif-checked-2:before {
  content: "\e949";
}

.motif-checkmark:before {
  content: "\e94a";
}

.motif-checkout:before {
  content: "\e94b";
}

.motif-chef-hat:before {
  content: "\eb1d";
}

.motif-chevron:before {
  content: "\e94c";
}

.motif-chevron-down:before {
  content: "\e94d";
}

.motif-chevron-down-round:before {
  content: "\e94e";
}

.motif-chevron-filled-down:before {
  content: "\e94f";
}

.motif-chevron-filled-up:before {
  content: "\e950";
}

.motif-chevron-left:before {
  content: "\e951";
}

.motif-chevron-left-round:before {
  content: "\e952";
}

.motif-chevron-right:before {
  content: "\e953";
}

.motif-chevron-right-round:before {
  content: "\e954";
}

.motif-chevron-up:before {
  content: "\e955";
}

.motif-chevron-up-round:before {
  content: "\e956";
}

.motif-circle:before {
  content: "\e957";
}

.motif-circle-checked-inverse:before {
  content: "\eb1e";
}

.motif-circle-notch:before {
  content: "\e958";
}

.motif-circle-thin:before {
  content: "\e959";
}

.motif-circled:before {
  content: "\e95a";
}

.motif-circled-down:before {
  content: "\e95b";
}

.motif-circled-down-left:before {
  content: "\e95c";
}

.motif-circled-down-right:before {
  content: "\e95d";
}

.motif-circled-left:before {
  content: "\e95e";
}

.motif-circled-right:before {
  content: "\e95f";
}

.motif-circled-up:before {
  content: "\e960";
}

.motif-circled-up-left:before {
  content: "\e961";
}

.motif-circled-up-right:before {
  content: "\e962";
}

.motif-clinic:before {
  content: "\e963";
}

.motif-clipboard:before {
  content: "\e964";
}

.motif-clock:before {
  content: "\e965";
}

.motif-clone:before {
  content: "\e966";
}

.motif-closed-captioning:before {
  content: "\e967";
}

.motif-collapse:before {
  content: "\e968";
}

.motif-color-dropper:before {
  content: "\e969";
}

.motif-comments:before {
  content: "\e96a";
}

.motif-commercial-development-management:before {
  content: "\e96b";
}

.motif-compare:before {
  content: "\e96c";
}

.motif-compose:before {
  content: "\eb38";
}

.motif-compress:before {
  content: "\e96d";
}

.motif-computer-support:before {
  content: "\e96e";
}

.motif-concept:before {
  content: "\e96f";
}

.motif-condom:before {
  content: "\e970";
}

.motif-condom-package:before {
  content: "\e971";
}

.motif-contacts:before {
  content: "\e972";
}

.motif-content:before {
  content: "\e973";
}

.motif-copy:before {
  content: "\e974";
}

.motif-coronavirus:before {
  content: "\e975";
}

.motif-counselor:before {
  content: "\e976";
}

.motif-create-new:before {
  content: "\e977";
}

.motif-crop:before {
  content: "\e978";
}

.motif-crutch:before {
  content: "\e979";
}

.motif-curls-with-dumbbells:before {
  content: "\e97a";
}

.motif-cursor:before {
  content: "\e97b";
}

.motif-customer-support:before {
  content: "\e97c";
}

.motif-death:before {
  content: "\e97d";
}

.motif-decrease-font:before {
  content: "\e97e";
}

.motif-delete:before {
  content: "\e97f";
}

.motif-delete_link:before {
  content: "\e980";
}

.motif-delete_slide:before {
  content: "\e981";
}

.motif-department:before {
  content: "\e982";
}

.motif-design:before {
  content: "\e983";
}

.motif-details:before {
  content: "\e984";
}

.motif-device-information:before {
  content: "\e985";
}

.motif-diabetes:before {
  content: "\e986";
}

.motif-diabetes-monitor:before {
  content: "\e987";
}

.motif-dialysis_machine:before {
  content: "\e988";
}

.motif-diamond:before {
  content: "\e989";
}

.motif-dislike:before {
  content: "\e98a";
}

.motif-dislike-fill:before {
  content: "\e98b";
}

.motif-doctors-bag:before {
  content: "\e98c";
}

.motif-doctors-without-borders:before {
  content: "\e98d";
}

.motif-document:before {
  content: "\e98e";
}

.motif-documents:before {
  content: "\e98f";
}

.motif-donate:before {
  content: "\e990";
}

.motif-door-sensor-alarmed:before {
  content: "\e991";
}

.motif-double-down:before {
  content: "\e992";
}

.motif-double-left:before {
  content: "\e993";
}

.motif-double-right:before {
  content: "\e994";
}

.motif-double-up:before {
  content: "\e995";
}

.motif-down-2:before {
  content: "\e996";
}

.motif-down-3:before {
  content: "\e997";
}

.motif-down-arrow:before {
  content: "\e998";
}

.motif-down-left:before {
  content: "\e999";
}

.motif-down-left-arrow:before {
  content: "\e99a";
}

.motif-down-left-round:before {
  content: "\e99b";
}

.motif-down-right:before {
  content: "\e99c";
}

.motif-down-right-arrow:before {
  content: "\e99d";
}

.motif-down-right-round:before {
  content: "\e99e";
}

.motif-down-round:before {
  content: "\e99f";
}

.motif-down-squared:before {
  content: "\e9a0";
}

.motif-download:before {
  content: "\e9a1";
}

.motif-download-2:before {
  content: "\e9a2";
}

.motif-download-graph-report:before {
  content: "\e9a3";
}

.motif-download-pie-chart-report:before {
  content: "\e9a4";
}

.motif-downloads:before {
  content: "\e9a5";
}

.motif-drag-list-down:before {
  content: "\e9a6";
}

.motif-drag-list-up:before {
  content: "\e9a7";
}

.motif-drag-reorder:before {
  content: "\e9a8";
}

.motif-dumbbell:before {
  content: "\e9a9";
}

.motif-edit:before {
  content: "\e9aa";
}

.motif-elderly-person:before {
  content: "\e9ab";
}

.motif-ellipse:before {
  content: "\e9ac";
}

.motif-ellipse-filled:before {
  content: "\e9ad";
}

.motif-employee-card:before {
  content: "\e9ae";
}

.motif-empty-hourglass:before {
  content: "\e9af";
}

.motif-empty-trash:before {
  content: "\e9b0";
}

.motif-environment:before {
  content: "\e9b1";
}

.motif-erase:before {
  content: "\e9b2";
}

.motif-eraser:before {
  content: "\e9b3";
}

.motif-error:before {
  content: "\e9b4";
}

.motif-error-cloud:before {
  content: "\e9b5";
}

.motif-escape-mask:before {
  content: "\e9b6";
}

.motif-event-accepted:before {
  content: "\e9b7";
}

.motif-event-accepted-tentatively:before {
  content: "\e9b8";
}

.motif-exercise:before {
  content: "\e9b9";
}

.motif-expand:before {
  content: "\e9ba";
}

.motif-external-link:before {
  content: "\eb2d";
}

.motif-eye:before {
  content: "\e9bb";
}

.motif-facebook:before {
  content: "\e9bc";
}

.motif-false-teeth:before {
  content: "\e9bd";
}

.motif-family:before {
  content: "\e9be";
}

.motif-feedback:before {
  content: "\e9bf";
}

.motif-file:before {
  content: "\e9c0";
}

.motif-fill-color:before {
  content: "\e9c1";
}

.motif-filled-like:before {
  content: "\e9c2";
}

.motif-filled-star:before {
  content: "\e9c3";
}

.motif-filter:before {
  content: "\e9c4";
}

.motif-find-matching-job:before {
  content: "\e9c5";
}

.motif-fingerprint:before {
  content: "\e9c6";
}

.motif-fitness-tracker:before {
  content: "\eb39";
}

.motif-flip-horizontal:before {
  content: "\e9c7";
}

.motif-flip-vertical:before {
  content: "\e9c8";
}

.motif-flow-chart:before {
  content: "\e9c9";
}

.motif-foil-space-blanket:before {
  content: "\e9ca";
}

.motif-fold:before {
  content: "\e9cb";
}

.motif-foot-angle:before {
  content: "\e9cc";
}

.motif-forgot-password:before {
  content: "\e9cd";
}

.motif-fridge:before {
  content: "\e9ce";
}

.motif-full-image:before {
  content: "\e9cf";
}

.motif-full-stop:before {
  content: "\e9d0";
}

.motif-gavel:before {
  content: "\e9d1";
}

.motif-general-ledger:before {
  content: "\e9d2";
}

.motif-go-to-link:before {
  content: "\e9d3";
}

.motif-gold-bars:before {
  content: "\e9d4";
}

.motif-good-decision:before {
  content: "\e9d5";
}

.motif-graduation-cap:before {
  content: "\e9d6";
}

.motif-graph-report:before {
  content: "\e9d7";
}

.motif-graph-report-script:before {
  content: "\e9d8";
}

.motif-group-background-selected:before {
  content: "\e9d9";
}

.motif-group-foreground-selected:before {
  content: "\e9da";
}

.motif-group-of-questions:before {
  content: "\e9db";
}

.motif-groups:before {
  content: "\e9dc";
}

.motif-hand-cursor:before {
  content: "\e9dd";
}

.motif-hand-with-pen:before {
  content: "\e9de";
}

.motif-handshake:before {
  content: "\e9df";
}

.motif-hashtag-large:before {
  content: "\e9e0";
}

.motif-head-brain:before {
  content: "\eb43";
}

.motif-headset:before {
  content: "\e9e1";
}

.motif-health-book:before {
  content: "\e9e2";
}

.motif-health-plus:before {
  content: "\eb3a";
}

.motif-hearing:before {
  content: "\e9e3";
}

.motif-hearing-aid:before {
  content: "\e9e4";
}

.motif-heart-health:before {
  content: "\e9e5";
}

.motif-heart-monitor:before {
  content: "\e9e6";
}

.motif-heart-with-pulse:before {
  content: "\e9e7";
}

.motif-help:before {
  content: "\e9e8";
}

.motif-helping-hand:before {
  content: "\e9e9";
}

.motif-high-connection:before {
  content: "\e9ea";
}

.motif-high-importance:before {
  content: "\e9eb";
}

.motif-high-priority:before {
  content: "\e9ec";
}

.motif-home:before {
  content: "\e9ed";
}

.motif-honesty:before {
  content: "\e9ee";
}

.motif-honey:before {
  content: "\e9ef";
}

.motif-hospital-3:before {
  content: "\e9f0";
}

.motif-hot-dog:before {
  content: "\e9f1";
}

.motif-human-bone:before {
  content: "\e9f2";
}

.motif-ice-cream-cone:before {
  content: "\e9f3";
}

.motif-id-card:before {
  content: "\e9f4";
}

.motif-id-verified:before {
  content: "\e9f5";
}

.motif-idea:before {
  content: "\e9f6";
}

.motif-in-transit:before {
  content: "\e9f7";
}

.motif-inbox:before {
  content: "\e9f8";
}

.motif-info:before {
  content: "\e9f9";
}

.motif-info-squared:before {
  content: "\e9fa";
}

.motif-infusion-pumps:before {
  content: "\e9fb";
}

.motif-ingredients-list:before {
  content: "\e9fc";
}

.motif-inspection:before {
  content: "\e9fd";
}

.motif-internal:before {
  content: "\e9fe";
}

.motif-internet:before {
  content: "\e9ff";
}

.motif-invisible:before {
  content: "\ea00";
}

.motif-invite:before {
  content: "\ea01";
}

.motif-ios-development:before {
  content: "\ea02";
}

.motif-job:before {
  content: "\ea03";
}

.motif-key:before {
  content: "\ea04";
}

.motif-keyhole-shield:before {
  content: "\ea05";
}

.motif-kidney:before {
  content: "\ea06";
}

.motif-label-printer:before {
  content: "\ea07";
}

.motif-language:before {
  content: "\ea08";
}

.motif-large-intestine:before {
  content: "\ea09";
}

.motif-leave:before {
  content: "\ea0a";
}

.motif-left-2:before {
  content: "\ea0b";
}

.motif-left-3:before {
  content: "\ea0c";
}

.motif-left-arrow:before {
  content: "\ea0d";
}

.motif-left-down-2:before {
  content: "\ea0e";
}

.motif-left-round:before {
  content: "\ea0f";
}

.motif-left-squared:before {
  content: "\ea10";
}

.motif-left-up-2:before {
  content: "\ea11";
}

.motif-lgbt-men:before {
  content: "\ea12";
}

.motif-lgbt-women:before {
  content: "\ea13";
}

.motif-library:before {
  content: "\ea14";
}

.motif-lightning-bolt:before {
  content: "\ea15";
}

.motif-like:before {
  content: "\ea16";
}

.motif-list:before {
  content: "\ea17";
}

.motif-liver:before {
  content: "\ea18";
}

.motif-lock:before {
  content: "\ea19";
}

.motif-lock-2:before {
  content: "\ea1a";
}

.motif-login:before {
  content: "\eb3b";
}

.motif-loser:before {
  content: "\ea1b";
}

.motif-low-priority:before {
  content: "\ea1c";
}

.motif-loyalty:before {
  content: "\ea1d";
}

.motif-lungs:before {
  content: "\ea1e";
}

.motif-manage-payment:before {
  content: "\eb3c";
}

.motif-map-marker:before {
  content: "\ea1f";
}

.motif-marker:before {
  content: "\ea20";
}

.motif-marker-pen:before {
  content: "\ea21";
}

.motif-massage:before {
  content: "\ea22";
}

.motif-medical-doctor:before {
  content: "\ea23";
}

.motif-medical-heart:before {
  content: "\ea24";
}

.motif-medical-mobile-app:before {
  content: "\ea25";
}

.motif-medical-thermometer:before {
  content: "\ea26";
}

.motif-megaphone:before {
  content: "\ea27";
}

.motif-membership-card:before {
  content: "\ea28";
}

.motif-mental-state:before {
  content: "\ea29";
}

.motif-menu:before {
  content: "\eb3d";
}

.motif-menu-kebab:before {
  content: "\ea2a";
}

.motif-merge-horizontal:before {
  content: "\ea2b";
}

.motif-merge-vertical:before {
  content: "\ea2c";
}

.motif-message:before {
  content: "\ea2d";
}

.motif-message-filled:before {
  content: "\ea2e";
}

.motif-metamorphose:before {
  content: "\ea2f";
}

.motif-microbeam_radiation_therapy:before {
  content: "\ea30";
}

.motif-micropore-tape:before {
  content: "\ea31";
}

.motif-mind-and-body:before {
  content: "\eb3e";
}

.motif-minus:before {
  content: "\ea32";
}

.motif-mobile-shop-cards:before {
  content: "\ea33";
}

.motif-mortar-and-pestle:before {
  content: "\ea34";
}

.motif-move:before {
  content: "\ea35";
}

.motif-ms-excel:before {
  content: "\eb26";
}

.motif-multiple-devices:before {
  content: "\ea36";
}

.motif-music:before {
  content: "\ea37";
}

.motif-mute:before {
  content: "\ea38";
}

.motif-negative-dynamic:before {
  content: "\ea39";
}

.motif-news:before {
  content: "\ea3a";
}

.motif-no-chat:before {
  content: "\ea3b";
}

.motif-no-edit:before {
  content: "\ea3c";
}

.motif-no-filling:before {
  content: "\ea3d";
}

.motif-no-idea:before {
  content: "\ea3e";
}

.motif-no-reminders:before {
  content: "\ea3f";
}

.motif-no-smoking:before {
  content: "\ea40";
}

.motif-nose:before {
  content: "\ea41";
}

.motif-not-hearing:before {
  content: "\ea42";
}

.motif-notebook:before {
  content: "\eb3f";
}

.motif-numbered-list:before {
  content: "\ea43";
}

.motif-numerical-sorting-12:before {
  content: "\ea44";
}

.motif-numerical-sorting-21:before {
  content: "\ea45";
}

.motif-ok:before {
  content: "\ea46";
}

.motif-opened-captioning:before {
  content: "\ea47";
}

.motif-opened-folder:before {
  content: "\ea48";
}

.motif-order-on-the-way:before {
  content: "\ea49";
}

.motif-order-shipped:before {
  content: "\ea4a";
}

.motif-organization:before {
  content: "\ea4b";
}

.motif-overview_pages_3:before {
  content: "\ea4c";
}

.motif-pacemaker:before {
  content: "\ea4d";
}

.motif-paper-clip:before {
  content: "\eb27";
}

.motif-paper-plane:before {
  content: "\ea4e";
}

.motif-parse-from-clipboard:before {
  content: "\ea4f";
}

.motif-past:before {
  content: "\ea50";
}

.motif-paste:before {
  content: "\ea51";
}

.motif-paycheque:before {
  content: "\ea52";
}

.motif-pdf:before {
  content: "\ea53";
}

.motif-pen:before {
  content: "\ea54";
}

.motif-pencil:before {
  content: "\ea55";
}

.motif-pencil-tip:before {
  content: "\ea56";
}

.motif-pharmacist:before {
  content: "\ea57";
}

.motif-phone:before {
  content: "\ea58";
}

.motif-physical-therapy:before {
  content: "\ea59";
}

.motif-picture:before {
  content: "\ea5a";
}

.motif-pill:before {
  content: "\ea5b";
}

.motif-play:before {
  content: "\ea5c";
}

.motif-play-round:before {
  content: "\ea5d";
}

.motif-plus:before {
  content: "\ea5e";
}

.motif-posture:before {
  content: "\ea5f";
}

.motif-prescription-pill-bottle:before {
  content: "\ea60";
}

.motif-presentation-filled:before {
  content: "\ea61";
}

.motif-price-tag:before {
  content: "\ea62";
}

.motif-price-tag-usd:before {
  content: "\ea63";
}

.motif-print:before {
  content: "\ea64";
}

.motif-printed-ocr:before {
  content: "\ea65";
}

.motif-pulse:before {
  content: "\ea66";
}

.motif-puzzle:before {
  content: "\ea67";
}

.motif-question:before {
  content: "\ea68";
}

.motif-rating:before {
  content: "\ea69";
}

.motif-read-message:before {
  content: "\ea6a";
}

.motif-read-message1:before {
  content: "\ea6b";
}

.motif-reading:before {
  content: "\ea6c";
}

.motif-rebalance-portfolio:before {
  content: "\ea6d";
}

.motif-recurring-appointment:before {
  content: "\ea6e";
}

.motif-recurring-appointment-exception:before {
  content: "\ea6f";
}

.motif-redo:before {
  content: "\ea70";
}

.motif-refresh:before {
  content: "\ea71";
}

.motif-reply:before {
  content: "\ea72";
}

.motif-resize-diagonal:before {
  content: "\ea73";
}

.motif-resize-four-directions:before {
  content: "\ea74";
}

.motif-resize-horizontal:before {
  content: "\ea75";
}

.motif-resize-vertical:before {
  content: "\ea76";
}

.motif-restrict:before {
  content: "\ea77";
}

.motif-retweet:before {
  content: "\ea78";
}

.motif-reviewer-male:before {
  content: "\ea79";
}

.motif-ribbon:before {
  content: "\eb2e";
}

.motif-right-2:before {
  content: "\ea7a";
}

.motif-right-3:before {
  content: "\ea7b";
}

.motif-right-arrow:before {
  content: "\ea7c";
}

.motif-right-down-2:before {
  content: "\ea7d";
}

.motif-right-round:before {
  content: "\ea7e";
}

.motif-right-squared:before {
  content: "\ea7f";
}

.motif-right-up-2:before {
  content: "\ea80";
}

.motif-rod_of_asclepius:before {
  content: "\ea81";
}

.motif-rotate:before {
  content: "\ea82";
}

.motif-rotate-left:before {
  content: "\ea83";
}

.motif-rotate-right:before {
  content: "\ea84";
}

.motif-rotate-right-1-1-1:before {
  content: "\ea85";
}

.motif-rss:before {
  content: "\ea86";
}

.motif-ruler:before {
  content: "\ea87";
}

.motif-rules:before {
  content: "\ea88";
}

.motif-sad-cloud:before {
  content: "\eb1f";
}

.motif-safety-collection-place:before {
  content: "\ea89";
}

.motif-safety-pin:before {
  content: "\ea8a";
}

.motif-safety-shower:before {
  content: "\ea8b";
}

.motif-salad:before {
  content: "\eb40";
}

.motif-sales-performance:before {
  content: "\ea8c";
}

.motif-saliva-test:before {
  content: "\ea8d";
}

.motif-save-the-children:before {
  content: "\ea8e";
}

.motif-scale:before {
  content: "\ea8f";
}

.motif-scalpel:before {
  content: "\ea90";
}

.motif-scissors:before {
  content: "\ea91";
}

.motif-search-1:before {
  content: "\ea92";
}

.motif-search-contacts:before {
  content: "\ea93";
}

.motif-search-property:before {
  content: "\ea94";
}

.motif-secured-by-alarm-system:before {
  content: "\ea95";
}

.motif-security-ssl:before {
  content: "\ea96";
}

.motif-sell-property:before {
  content: "\ea97";
}

.motif-send:before {
  content: "\eb41";
}

.motif-sent:before {
  content: "\ea98";
}

.motif-services:before {
  content: "\ea99";
}

.motif-settings:before {
  content: "\ea9a";
}

.motif-shield:before {
  content: "\ea9b";
}

.motif-shopping-bag:before {
  content: "\ea9c";
}

.motif-shopping-cart:before {
  content: "\ea9d";
}

.motif-sign_language_interpretation:before {
  content: "\ea9e";
}

.motif-skeleton:before {
  content: "\ea9f";
}

.motif-skin:before {
  content: "\eaa0";
}

.motif-skull:before {
  content: "\eaa1";
}

.motif-sleeping-in-bed:before {
  content: "\eaa2";
}

.motif-slippery-floor:before {
  content: "\eb44";
}

.motif-small-business:before {
  content: "\eaa3";
}

.motif-smartphone-approve:before {
  content: "\eaa4";
}

.motif-sneaker:before {
  content: "\eb20";
}

.motif-sneeze:before {
  content: "\eaa5";
}

.motif-soldering-iron:before {
  content: "\eaa6";
}

.motif-sort:before {
  content: "\eaa7";
}

.motif-sort-down:before {
  content: "\eaa8";
}

.motif-sort-down-filled:before {
  content: "\eaa9";
}

.motif-sort-left:before {
  content: "\eaaa";
}

.motif-sort-right:before {
  content: "\eaab";
}

.motif-sort-up:before {
  content: "\eaac";
}

.motif-sort-up-filled:before {
  content: "\eaad";
}

.motif-sorting-arrows:before {
  content: "\eaae";
}

.motif-sorting-arrows-horizontal:before {
  content: "\eaaf";
}

.motif-sorting-options:before {
  content: "\eab0";
}

.motif-speech-bubble:before {
  content: "\eab1";
}

.motif-sperm-bank:before {
  content: "\eab2";
}

.motif-split-horizontal:before {
  content: "\eab3";
}

.motif-split-vertical:before {
  content: "\eab4";
}

.motif-standing-man:before {
  content: "\eab5";
}

.motif-standing-woman:before {
  content: "\eab6";
}

.motif-star:before {
  content: "\eab7";
}

.motif-star-half:before {
  content: "\eab8";
}

.motif-star-half-empty:before {
  content: "\eab9";
}

.motif-statistics:before {
  content: "\eaba";
}

.motif-stethoscope:before {
  content: "\eabb";
}

.motif-stitch-marker:before {
  content: "\eabc";
}

.motif-stocks:before {
  content: "\eabd";
}

.motif-stomach:before {
  content: "\eabe";
}

.motif-stop-pie-chart-report:before {
  content: "\eabf";
}

.motif-stretcher:before {
  content: "\eac0";
}

.motif-submit-resume:before {
  content: "\eac1";
}

.motif-suicide-risk:before {
  content: "\eac2";
}

.motif-support:before {
  content: "\eac3";
}

.motif-surgical-scissors:before {
  content: "\eac4";
}

.motif-swap:before {
  content: "\eac5";
}

.motif-symbol-mars:before {
  content: "\eb21";
}

.motif-symbol-venus:before {
  content: "\eb22";
}

.motif-synchronize:before {
  content: "\eac6";
}

.motif-syringe:before {
  content: "\eac7";
}

.motif-tags:before {
  content: "\eac8";
}

.motif-tasklist:before {
  content: "\eac9";
}

.motif-tasks:before {
  content: "\eaca";
}

.motif-tax:before {
  content: "\eacb";
}

.motif-technical_support:before {
  content: "\eacc";
}

.motif-technology-items:before {
  content: "\eacd";
}

.motif-template:before {
  content: "\eace";
}

.motif-test-partial-passed:before {
  content: "\eacf";
}

.motif-therapy:before {
  content: "\ead0";
}

.motif-thick-arrow-pointing-down:before {
  content: "\ead1";
}

.motif-thick-arrow-pointing-up:before {
  content: "\ead2";
}

.motif-thumb-down:before {
  content: "\ead3";
}

.motif-thumb-up:before {
  content: "\ead4";
}

.motif-tied-hands:before {
  content: "\ead5";
}

.motif-time-card:before {
  content: "\ead6";
}

.motif-timeline:before {
  content: "\ead7";
}

.motif-todo-list:before {
  content: "\ead8";
}

.motif-tooth:before {
  content: "\ead9";
}

.motif-toothbrush:before {
  content: "\eada";
}

.motif-toothpaste:before {
  content: "\eadb";
}

.motif-topic:before {
  content: "\eadc";
}

.motif-touchscreen-smartphone:before {
  content: "\eadd";
}

.motif-training:before {
  content: "\eade";
}

.motif-transaction-list:before {
  content: "\eadf";
}

.motif-transfer-between-users:before {
  content: "\eae0";
}

.motif-trash:before {
  content: "\eae1";
}

.motif-travel-card:before {
  content: "\eae2";
}

.motif-treatment-plan:before {
  content: "\eae3";
}

.motif-tree-structure:before {
  content: "\eae4";
}

.motif-triangle:before {
  content: "\eae5";
}

.motif-triangular-bandage:before {
  content: "\eae6";
}

.motif-true-false:before {
  content: "\eae7";
}

.motif-trust:before {
  content: "\eae8";
}

.motif-tv:before {
  content: "\eae9";
}

.motif-tweezers:before {
  content: "\eaea";
}

.motif-twitter:before {
  content: "\eaeb";
}

.motif-ultrasound:before {
  content: "\eaec";
}

.motif-unchecked-checkbox:before {
  content: "\eaed";
}

.motif-undo:before {
  content: "\eaee";
}

.motif-unhcr:before {
  content: "\eaef";
}

.motif-unicef:before {
  content: "\eaf0";
}

.motif-unlock:before {
  content: "\eaf1";
}

.motif-unlock-2:before {
  content: "\eaf2";
}

.motif-up-2:before {
  content: "\eaf3";
}

.motif-up-3:before {
  content: "\eaf4";
}

.motif-up-arrow:before {
  content: "\eaf5";
}

.motif-up-left:before {
  content: "\eaf6";
}

.motif-up-left-arrow:before {
  content: "\eaf7";
}

.motif-up-left-round:before {
  content: "\eaf8";
}

.motif-up-right:before {
  content: "\eaf9";
}

.motif-up-right-arrow:before {
  content: "\eafa";
}

.motif-up-right-round:before {
  content: "\eafb";
}

.motif-up-round:before {
  content: "\eafc";
}

.motif-up-squared:before {
  content: "\eafd";
}

.motif-update-tag:before {
  content: "\eafe";
}

.motif-upload:before {
  content: "\eaff";
}

.motif-upload-2:before {
  content: "\eb00";
}

.motif-urgent-message:before {
  content: "\eb01";
}

.motif-urine-collection:before {
  content: "\eb02";
}

.motif-user-checked:before {
  content: "\eb23";
}

.motif-user-group-man-man:before {
  content: "\eb03";
}

.motif-user-group-man-woman:before {
  content: "\eb04";
}

.motif-user-group-woman-woman:before {
  content: "\eb05";
}

.motif-user-male-circle:before {
  content: "\eb06";
}

.motif-user-manual:before {
  content: "\eb07";
}

.motif-user-remove:before {
  content: "\eb24";
}

.motif-uterus:before {
  content: "\eb08";
}

.motif-vaccine-drop:before {
  content: "\eb09";
}

.motif-vending-machine:before {
  content: "\eb0a";
}

.motif-video-conference:before {
  content: "\eb0b";
}

.motif-video-projector:before {
  content: "\eb0c";
}

.motif-view-details:before {
  content: "\eb0d";
}

.motif-vip:before {
  content: "\eb0e";
}

.motif-virus:before {
  content: "\eb0f";
}

.motif-visible:before {
  content: "\eb10";
}

.motif-visualy-impaired:before {
  content: "\eb11";
}

.motif-walker:before {
  content: "\eb12";
}

.motif-walking-stick:before {
  content: "\eb13";
}

.motif-warning-shield:before {
  content: "\eb14";
}

.motif-wheelchair:before {
  content: "\eb15";
}

.motif-why-us-male:before {
  content: "\eb16";
}

.motif-wipes:before {
  content: "\eb17";
}

.motif-wooden_massagetable:before {
  content: "\eb18";
}

.motif-world-health-organization:before {
  content: "\eb19";
}

.motif-xray:before {
  content: "\eb1a";
}

.motif-yoga:before {
  content: "\eb42";
}

.motif-yogurt:before {
  content: "\eb1b";
}

.motif-youtube-play:before {
  content: "\eb1c";
}

/* Lato */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("Lato Light"), local("Lato-Light"), url("/assets/fonts/Lato/lato-v14-latin-300.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-300.woff") format("woff"); /* Modern Browsers */
}
/* lato-300italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url("/assets/fonts/Lato/lato-v14-latin-300italic.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-300italic.woff") format("woff"); /* Modern Browsers */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("Lato Regular"), local("Lato-Regular"), url("/assets/fonts/Lato/lato-v14-latin-regular.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-regular.woff") format("woff"); /* Modern Browsers */
}
/* lato-italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("Lato Italic"), local("Lato-Italic"), url("/assets/fonts/Lato/lato-v14-latin-italic.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-italic.woff") format("woff"); /* Modern Browsers */
}
/* Lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: local("Lato Bold"), local("Lato-Bold"), url("/assets/fonts/Lato/lato-v14-latin-700.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-700.woff") format("woff"); /* Modern Browsers */
}
/* Lato-700italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  font-display: auto;
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url("/assets/fonts/Lato/lato-v14-latin-700italic.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-700italic.woff") format("woff"); /* Modern Browsers */
}
/* Lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: local("Lato Black"), local("Lato-Black"), url("/assets/fonts/Lato/lato-v14-latin-900.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-900.woff") format("woff"); /* Modern Browsers */
}
/* Lato-900italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  font-display: auto;
  src: local("Lato Black Italic"), local("Lato-BlackItalic"), url("/assets/fonts/Lato/lato-v14-latin-900italic.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-900italic.woff") format("woff"); /* Modern Browsers */
}
/* Montserrat-300italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("Montserrat Light Italic"), local("Montserrat-LightItalic"), url("/assets/fonts/Montserrat/montserrat-v12-latin-300italic.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-300italic.woff") format("woff"); /* Modern Browsers */
}
/* Montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("/assets/fonts/Montserrat/montserrat-v12-latin-300.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-300.woff") format("woff"); /* Modern Browsers */
}
/* Montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/assets/fonts/montserrat-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("/assets/fonts/Montserrat/montserrat-v12-latin-regular.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-regular.woff") format("woff"); /* Modern Browsers */
}
/* montserrat-italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url("/assets/fonts/Montserrat/montserrat-v12-latin-italic.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-italic.woff") format("woff"); /* Modern Browsers */
}
/* Montserrat-700italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: auto;
  src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url("/assets/fonts/Montserrat/montserrat-v12-latin-700italic.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-700italic.woff") format("woff"); /* Modern Browsers */
}
/* Montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("/assets/fonts/Montserrat/montserrat-v12-latin-700.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-700.woff") format("woff"); /* Modern Browsers */
}
/* Montserrat-900 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: local("Montserrat Black"), local("Montserrat-Black"), url("/assets/fonts/Montserrat/montserrat-v12-latin-900.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-900.woff") format("woff"); /* Modern Browsers */
}
/* Montserrat-900italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: auto;
  src: local("Montserrat Black Italic"), local("Montserrat-BlackItalic"), url("/assets/fonts/Montserrat/montserrat-v12-latin-900italic.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-900italic.woff") format("woff"); /* Modern Browsers */
}
/** overrides of variables, etc. **/
/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/** overrides of variables, etc. **/
html,
body {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
}

html {
  font-size: 14px !important;
}
@media screen and (min-width: 800px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 14px;
  }
}

/* Lato */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("Lato Light"), local("Lato-Light"), url("/assets/fonts/Lato/lato-v14-latin-300.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-300.woff") format("woff"); /* Modern Browsers */
}
/* lato-300italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url("/assets/fonts/Lato/lato-v14-latin-300italic.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-300italic.woff") format("woff"); /* Modern Browsers */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("Lato Regular"), local("Lato-Regular"), url("/assets/fonts/Lato/lato-v14-latin-regular.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-regular.woff") format("woff"); /* Modern Browsers */
}
/* lato-italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("Lato Italic"), local("Lato-Italic"), url("/assets/fonts/Lato/lato-v14-latin-italic.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-italic.woff") format("woff"); /* Modern Browsers */
}
/* Lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: local("Lato Bold"), local("Lato-Bold"), url("/assets/fonts/Lato/lato-v14-latin-700.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-700.woff") format("woff"); /* Modern Browsers */
}
/* Lato-700italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  font-display: auto;
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url("/assets/fonts/Lato/lato-v14-latin-700italic.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-700italic.woff") format("woff"); /* Modern Browsers */
}
/* Lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: local("Lato Black"), local("Lato-Black"), url("/assets/fonts/Lato/lato-v14-latin-900.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-900.woff") format("woff"); /* Modern Browsers */
}
/* Lato-900italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  font-display: auto;
  src: local("Lato Black Italic"), local("Lato-BlackItalic"), url("/assets/fonts/Lato/lato-v14-latin-900italic.woff2") format("woff2"), url("/assets/fonts/Lato/lato-v14-latin-900italic.woff") format("woff"); /* Modern Browsers */
}
/* Montserrat-300italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("Montserrat Light Italic"), local("Montserrat-LightItalic"), url("/assets/fonts/Montserrat/montserrat-v12-latin-300italic.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-300italic.woff") format("woff"); /* Modern Browsers */
}
/* Montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("/assets/fonts/Montserrat/montserrat-v12-latin-300.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-300.woff") format("woff"); /* Modern Browsers */
}
/* Montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/assets/fonts/montserrat-v12-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("/assets/fonts/Montserrat/montserrat-v12-latin-regular.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-regular.woff") format("woff"); /* Modern Browsers */
}
/* montserrat-italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url("/assets/fonts/Montserrat/montserrat-v12-latin-italic.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-italic.woff") format("woff"); /* Modern Browsers */
}
/* Montserrat-700italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: auto;
  src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url("/assets/fonts/Montserrat/montserrat-v12-latin-700italic.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-700italic.woff") format("woff"); /* Modern Browsers */
}
/* Montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("/assets/fonts/Montserrat/montserrat-v12-latin-700.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-700.woff") format("woff"); /* Modern Browsers */
}
/* Montserrat-900 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: local("Montserrat Black"), local("Montserrat-Black"), url("/assets/fonts/Montserrat/montserrat-v12-latin-900.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-900.woff") format("woff"); /* Modern Browsers */
}
/* Montserrat-900italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: auto;
  src: local("Montserrat Black Italic"), local("Montserrat-BlackItalic"), url("/assets/fonts/Montserrat/montserrat-v12-latin-900italic.woff2") format("woff2"), url("/assets/fonts/Montserrat/montserrat-v12-latin-900italic.woff") format("woff"); /* Modern Browsers */
}
/** Motif Primary Colors **/
/** Motif Secondary Colors **/
/** Accent colors for Motif **/
/**  Anthem Font Variables  **/
/* Map of pixel-based spacer values
 * ---
 * Maps numeric keys to factors of 4px.
 */
/* Declaring initial maps */
/* Loop through spacer-base to create 'px' map */
/* Convert spacer map to rems */
/* *
 * Returns the requested spacer from the above list of spacers. Optionally based on unit. */
.oss-checkbox-box label.oss-checkbox-box__label, .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/** Color functions in development **/
/** Color functions in development **/
/* To use these new color variables, we can utilize the below functions.
 * $link-color: $text-colors("blue") !default;
 *
 * $background-color: $theme-color("primary");
 *
 */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, 100% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/** Component Partials Styles **/
/** Layout Partials Styles **/
/*** Start callout.scss ***/
.ant-content-callout {
  margin-bottom: 3.5714285714rem;
  margin-top: 1.4285714286rem;
}
.ant-content-callout .ant-callout-img-wrapper {
  text-align: center;
  margin-bottom: 2.1428571429rem;
}
.ant-content-callout .ant-callout-img-wrapper .fa {
  font-size: 2.778rem;
  text-align: center;
  width: 5.556rem;
  border-radius: 50%;
  display: inline-block;
}
.ant-content-callout .ant-callout-img-wrapper img {
  max-width: 100%;
}
.ant-content-callout .ant-callout-content h3 {
  margin-bottom: 1.0714285714rem;
}
.ant-content-callout .ant-callout-content p {
  text-align: left;
}
.ant-content-callout .ant-callout-links a:not(.btn) {
  text-align: left;
  display: inline-block;
  float: left;
}
.ant-content-callout.ant-image-callout h3 {
  text-align: center;
}
@media screen and (min-width: 375px) {
  .ant-content-callout.ant-image-callout .ant-callout-img-wrapper {
    width: 120px;
    float: left;
    margin-top: 5px;
  }
  .ant-content-callout.ant-image-callout .ant-callout-content {
    float: left;
    width: calc(100% - 120px);
    padding-left: 1.4285714286rem;
  }
  .ant-content-callout.ant-image-callout h3 {
    text-align: left;
  }
}
.ant-content-callout.ant-icon-callout h3 {
  text-align: center;
}
.ant-content-callout.ant-hero-callout .ant-callout-img-wrapper {
  width: 100%;
  margin-top: 0.3571428571rem;
}
.ant-content-callout.ant-hero-callout .ant-callout-img-wrapper img {
  max-width: 100%;
}

/*** Start cards.scss ***/
.data-uxd-card {
  padding: 50px 2rem;
}
.data-uxd-card.content-container:first-of-type {
  margin-bottom: 40px;
}
.data-uxd-card:not(.content-container) {
  padding: 50px 2rem 30px;
  margin: 30px auto 40px;
}
.data-uxd-card .card-title {
  text-align: center;
  font-weight: 200;
  font-size: 2.3333rem;
}
.data-uxd-card .card-title:after {
  content: " ";
  display: block;
  height: 4px;
  margin: 25px auto 50px;
  position: relative;
  width: 108px;
}

/*** Start containers.scss ***/
.wide-container .content-container {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .wide-block + .container .content-container {
    margin-top: -120px;
  }
}
.content-container {
  position: relative;
  z-index: 3;
  margin: -120px auto 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 800px) {
  .content-container {
    margin-top: -60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 801px) {
  .content-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.content-container:before, .content-container:after {
  content: " ";
  display: table;
}
.content-container:after {
  clear: both;
}
.content-container.static {
  margin-top: 0;
}
.content-container p:last-child {
  margin: 0;
}

.content {
  text-align: center;
  padding: 0;
}
@media (max-width: 479px) {
  .content {
    text-align: left;
  }
  .content .headline-underline,
  .content .headline {
    text-align: center;
  }
}

.header-container {
  padding: 60px 0;
  text-align: center;
}

.hr-container {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 801px) {
  .hr-container {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.hr-container:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wide-block {
  margin: 0 auto;
  max-width: 1090px;
  margin-bottom: 60px;
}
.wide-block .container {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.wide-block .content {
  text-align: center;
}

/*** Start linked-list-block.scss ***/
.footer-links {
  padding-top: 60px;
}
.footer-links .headline-half {
  margin-bottom: 30px;
}
.footer-links .headline-half + ul {
  padding: 0;
  list-style: none;
}
.footer-links .headline-half + ul li {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 800px) {
  .footer-links .headline-half + ul li {
    width: 93%;
  }
}
.footer-links .headline-half + ul li:after {
  content: "\e924";
  font-family: "ant-classic-icons";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-links .headline-half + ul li a {
  border: none;
  display: block;
  line-height: 1.3;
  max-width: calc(100% - 15px);
  padding: 30px 0;
}
@media screen and (min-width: 1024px) {
  .footer-links .headline-half + ul li a {
    padding-right: 42px;
  }
}
.footer-links .headline-half + ul li a:hover, .footer-links .headline-half + ul li a:focus {
  text-decoration: none;
}

.form-item .ng-inactive {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.25s linear, visibility 0.1s;
}
.form-item .ng-inactive.addTransitionClass {
  max-height: 250px;
  overflow: hidden;
  visibility: visible;
  transition: max-height 0.5s linear, visibility 0.25s;
}

/*** Start masthead.scss ***/
.masthead {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 479px) {
  .masthead.black-text {
    background-position: top right;
  }
}
.masthead header {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 2rem 1rem 4rem;
}
@media (min-width: 801px) {
  .masthead header {
    padding: 3rem 1rem 8rem;
  }
}
@media (min-width: 1024px) {
  .masthead header {
    padding: 4rem 1rem 8rem;
  }
}
.masthead.black-text .headline-underline:after {
  margin-bottom: 0;
}
.masthead.no-header {
  padding-top: 81px;
}
.masthead .headline-underline:after {
  margin-bottom: 0;
}

.headline-underline.sub-menu-align {
  position: relative;
  top: 2rem;
}
.headline-underline:after {
  content: "";
  display: block;
  height: 4px;
  margin: 30px auto 60px;
  position: relative;
  width: 0;
  transition: 1500ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.headline-underline.animate:after {
  width: 108px;
}

/* Secure Portal Style Diffs */
.ant-member-secure h2.headline-underline {
  font-size: 2.2rem;
  font-weight: 300;
}
.ant-member-secure .bkg-gray {
  border-bottom: 1px solid transparent; /* prevent parent from absorbing margin */
}
.ant-member-secure .wide-container {
  padding: 60px 0;
  margin-bottom: 60px;
}
.ant-member-secure .wide-block {
  max-width: 1170px;
}
.ant-member-secure .masthead .container,
.ant-member-secure .masthead .row,
.ant-member-secure .masthead div[class*=col] {
  height: 100%;
}
.ant-member-secure .masthead h1 {
  font-size: 2.65rem;
}
.ant-member-secure .masthead {
  margin-top: 65px;
}
@media screen and (min-width: 1024px) {
  .ant-member-secure .masthead {
    margin-top: 85px;
  }
}

.ant-full-bkg {
  background-position: 60% top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0px solid transparent;
  margin: 0px;
}
@media screen and (min-width: 801px) {
  .ant-full-bkg {
    background-position: top left;
    border-top: 0px;
  }
}

.ant-masthead-content {
  margin: 250px 0 30px;
  padding: 10px 15px 1px;
  text-align: center;
}
@media screen and (min-width: 801px) {
  .ant-masthead-content {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.ant-masthead-content-two {
  margin-bottom: 30px;
  padding-top: 10px;
  text-align: center;
}

.ant-masthead-content-border {
  padding: 25px 30px;
}

/** Start back-to-top.scss **/
.back-to-top-dir.ng-hide {
  opacity: 0;
}

.back-to-top-dir {
  position: fixed;
  display: block;
  bottom: -1px;
  right: -1px;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid;
  float: right;
  max-width: 250px;
  z-index: 5;
}

.fa.black {
  transition: all 0.2s ease-in-out 0s;
}

/*** Start sub-nav-bar.scss ***/
.ant-fringe-mask, .ant-fringe-mask-left {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(248, 248, 248, 0)), color-stop(100%, rgba(238, 238, 238, 0.55)));
  height: 100%;
  position: absolute;
  pointer-events: none;
  right: 0;
  width: 3rem;
  z-index: 2;
}

.ant-fringe-mask-left {
  left: 0;
  right: auto;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgba(248, 248, 248, 0)), color-stop(25%, rgba(238, 238, 238, 0.55)));
}

.ant-sub-navigation-container, .ant-pattern-library-sub-nav {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 65px;
  box-shadow: 0px 2px 10px -1px #666666;
}
.ant-sub-navigation-container .ant-sub-navigation, .ant-pattern-library-sub-nav .ant-sub-navigation {
  overflow-x: auto;
  padding: 0.7rem 0;
}
.ant-sub-navigation-container .ant-sub-navigation::-webkit-scrollbar, .ant-pattern-library-sub-nav .ant-sub-navigation::-webkit-scrollbar {
  display: none;
}
.ant-sub-navigation-container .ant-sub-navigation ul, .ant-pattern-library-sub-nav .ant-sub-navigation ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.ant-sub-navigation-container .ant-sub-navigation ul li, .ant-pattern-library-sub-nav .ant-sub-navigation ul li {
  display: inline-block;
  padding: 0 0.8rem;
  text-align: center;
  cursor: pointer;
}
.ant-sub-navigation-container .ant-sub-navigation ul li .fa, .ant-pattern-library-sub-nav .ant-sub-navigation ul li .fa {
  margin-right: 0.5rem;
  font-size: 1rem;
}
.ant-sub-navigation-container .ant-sub-navigation a, .ant-pattern-library-sub-nav .ant-sub-navigation a {
  border-bottom: 0;
  vertical-align: top;
}
.ant-sub-navigation-container .ant-sub-navigation.no-overflow ul, .ant-pattern-library-sub-nav .ant-sub-navigation.no-overflow ul {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .ant-sub-navigation-container, .ant-pattern-library-sub-nav {
    top: 85px;
  }
}

.ant-pattern-library-sub-nav .ant-sub-navigation-container, .ant-pattern-library-sub-nav .ant-pattern-library-sub-nav {
  bottom: 0;
  top: auto;
}

/** Core Partials Styles **/
/*** Start button.scss ***/
/*bootstrap buttons start*/
.btn {
  background-image: none;
  border-radius: 0px;
  min-width: 0;
  text-align: center;
  display: inline-block;
  font-family: "open-sans", "Open Sans", sans-serif;
  text-decoration: none;
  border: 1px solid transparent;
}
.btn .btn-default:focus,
.btn .btn-primary:focus {
  background-position: 0px;
}

.btn-sm, .btn-group-sm > .btn {
  min-width: 0;
}

/** Button With Dropdown **/
.btn.dropdown-toggle {
  padding: 0px;
}
.btn.dropdown-toggle .buttonMain {
  display: inline-block;
  vertical-align: top;
}
.btn.dropdown-toggle .fa {
  color: inherit;
  top: 0px;
  position: relative;
}

.btn-naked-dropdown,
.btn-naked-dropdown:hover,
.btn-naked-dropdown:focus,
.btn-naked-dropdown:active,
.btn-naked-dropdown:active:focus {
  border: 0px solid;
  background: transparent;
  box-shadow: none;
}

.btn.dropdown-toggle.btn-select-style {
  border-radius: 3px;
  padding: 0px;
  text-align: left;
  width: 250px;
  max-width: 100%;
}
.btn.dropdown-toggle.btn-select-style .buttonMain {
  float: left;
  display: block;
}
.btn.dropdown-toggle.btn-select-style .fa {
  top: 0px;
  position: relative;
  float: right;
  display: block;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.open > div .dropdown-menu {
  display: block;
  width: 100%;
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.dropdown-menu .fa {
  display: inline-block;
}

.btn-icon,
.btn-icon:hover,
.btn-icon:focus {
  background: transparent;
  min-width: 0;
  border: none;
  text-decoration: underline;
}

.btn-icon .fa,
.btn-icon-sm .fa {
  position: relative;
  top: 3px;
}

.btn-icon-sm,
.btn-icon-sm:hover,
.btn-icon-sm:focus {
  background: transparent;
  min-width: 0;
  border: none;
  text-decoration: underline;
}

.btn-icon:hover,
.btn-icon:focus,
.btn-icon-sm:hover,
.btn-icon-sm:focus {
  text-decoration: underline;
}

.uxd-btn-ddl.ant-input-med {
  width: auto;
}
.uxd-btn-ddl.ant-input-long {
  width: auto;
}
.uxd-btn-ddl.ant-input-long .psButton,
.uxd-btn-ddl.ant-input-long .psDropdown {
  width: 600px;
}
.uxd-btn-ddl.ant-input-short {
  width: auto;
}
.uxd-btn-ddl.ant-input-short .psButton,
.uxd-btn-ddl.ant-input-short .psDropdown {
  width: 100px;
}

.btn-group.link-style {
  top: -3px;
  margin: 0px;
}

.btn-group.link-style button,
.btn-group.link-style button.btn:first-child {
  background: transparent;
  border: 2px solid;
  border-radius: 4px;
  display: block;
}

.btn-group.open .btn.dropdown-toggle,
.btn-group.open .btn.dropdown-toggle:focus,
.btn-group.open .btn.dropdown-toggle:active {
  box-shadow: none;
}

.btn-group.link-style li a.icon-item {
  display: block;
}

.btn.btn-circle-large {
  border-radius: 35px;
  height: 70px;
  width: 70px;
  padding: 0;
}
.btn.btn-circle-large .motif-icon {
  font-size: 28px;
}
.btn.btn-circle-small {
  border-radius: 17px;
  height: 35px;
  width: 35px;
  padding: 7px;
}
.btn.btn-circle-small .motif-icon {
  font-size: 17px;
}

a.ant-arrow-down:after, a.ant-arrow-up:after, a.ant-arrow-next:after, a.ant-arrow-previous:before {
  font-family: "ant-classic-icons";
  display: inline;
  position: relative;
  top: 0.15em;
}

/*** Link with Icon Styles ***/
a.ant-action-link {
  border-bottom: 0px;
  cursor: pointer;
}
a.ant-action-link .motif-icon {
  display: inline-block;
  vertical-align: bottom;
  color: #949494;
  padding-right: 0.85714286rem;
}
a.ant-action-link .ant-link-text {
  display: inline-block;
}

/* External Link with Icon */
a[rel=external] {
  position: relative;
}
a[rel=external]:after {
  font-family: "ant-classic-icons";
  content: "\f1d2";
  position: absolute;
  right: -25px;
  top: 0px;
}

a.ant-arrow-previous {
  border-bottom: none;
}
a.ant-arrow-previous:before {
  content: "\e91f";
}

a.ant-arrow-next {
  border-bottom: none;
}
a.ant-arrow-next:after {
  content: "\e925";
}

a.ant-arrow-up {
  border-bottom: none;
}
a.ant-arrow-up:after {
  content: "\f113";
}

a.ant-arrow-down {
  border-bottom: none;
}
a.ant-arrow-down:after {
  content: "\f110";
}

.implementation-link {
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.ant-float-left {
  float: left;
}

.ant-float-right {
  float: right;
}

.ant-full-width {
  width: 100%;
}

.ant-classic .ant-datepicker {
  position: relative;
  width: 225px;
  height: 37px;
}
.ant-classic .ant-datepicker button {
  background: transparent;
  border: transparent;
  padding: 0;
  border-radius: 0%;
}
.ant-classic .ant-datepicker button :focus {
  background: none;
}
.ant-classic .ant-datepicker .ant-datepicker-input {
  border-radius: 4px;
  border: 1px solid #666;
  color: #666;
  width: 225px;
  height: 37px;
  padding: 0.3rem 0.5rem;
  font-size: 1rem;
}
.ant-classic .ant-datepicker .ant-datepicker-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
  border-left: 1px solid #666;
}
.ant-classic .ant-datepicker .datepicker-icon {
  color: #00609a;
  font-size: 24.5px;
  padding: 8px;
}
.ant-classic .example-header {
  background: #00609a;
  color: #fff;
  text-align: center;
  padding: 0.4rem 0;
}
.ant-classic .example-header button {
  background: transparent;
  border: transparent;
  padding: 0;
  border-radius: 0%;
}
.ant-classic span.fa.fa-chevron-left {
  position: absolute;
  width: 1.8em;
  left: 0;
  text-decoration: none;
  top: 0;
  height: 1.8em;
  padding: 0.5rem 0;
}
.ant-classic span.fa.fa-chevron-right {
  position: absolute;
  width: 1.8em;
  right: 0;
  text-decoration: none;
  top: 0;
  padding: 0.5rem 0;
}
.ant-classic .cdk-visually-hidden {
  display: none;
}
.ant-classic span.example-header-label {
  position: relative;
  text-align: center;
}
.ant-classic .cdk-overlay-connected-position-bounding-box {
  max-width: 225px;
  width: 100%;
}
.ant-classic .mat-calendar-content {
  background: white;
}
.ant-classic .ant-calendar-header {
  padding: 0px 8px 0 0;
  background: #0079c2 0 0;
  color: #fff;
}
.ant-classic .mat-calendar-body-label {
  color: transparent;
}
.ant-classic .cdk-visually-hidden {
  display: none;
}
.ant-classic .mat-calendar-controls {
  margin: 0px;
}
.ant-classic .mat-datepicker-content {
  box-shadow: none;
  display: block;
  border-radius: 0;
  border: 1px solid #666;
}
.ant-classic .mat-datepicker-content .mat-calendar {
  width: 225px;
  height: inherit;
  font-size: 0.9rem;
}
.ant-classic .mat-calendar-table-header th {
  padding: 0.7em 0 0 0;
}
.ant-classic .mat-calendar-body-cell-content {
  border-style: none;
}

.cdk-overlay-container {
  pointer-events: none;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container .cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-container .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-overlay-container .cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

/** Forms Partials Styles **/
/** Start datepicker.scss **/
.ui-datepicker .ui-datepicker-header {
  padding: 0.2em 0;
  position: relative;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  width: 100%;
}

.ui-datepicker th {
  border: 0 none;
  font-weight: bold;
  padding: 0.7em 0.3em;
  text-align: center;
}

.ui-datepicker td {
  border: 0 none;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: 0.5em 0.2em 0.4em;
  overflow: visible;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto 0.4em;
  width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  font-size: 0;
  width: 100%;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}

.ui-datepicker {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-color: #69b3e7 #dcdcdc #dcdcdc;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  margin: -1px 2px;
  padding: 0;
  width: 220px;
  display: none;
}

table.ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}

.ui-datepicker-header {
  background: #0079c2 none repeat scroll 0 0;
  color: #fff;
  font-size: 1rem;
}

.ui-datepicker td span,
.ui-datepicker td a {
  color: #666666;
  font-size: 0.8889rem;
  text-align: center;
}

.ui-datepicker td.ui-datepicker-current-day a,
.ui-datepicker td a:hover {
  background: #0079c2 none repeat scroll 0 0;
  color: #fff;
}

td.ui-datepicker-unselectable span {
  color: #dcdcdc;
}

td.ui-datepicker-other-month.ui-datepicker-unselectable span {
  display: none;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-prev {
  left: 0;
  text-decoration: none;
  top: 0;
}
.ui-datepicker .ui-datepicker-prev:hover.ui-state-disabled,
.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  cursor: default;
  opacity: 0.5;
}

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-next {
  right: 0;
  text-decoration: none;
  top: 0;
}
.ui-datepicker .ui-datepicker-next:hover.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  cursor: default;
  opacity: 0.5;
}

.ui-datepicker-prev::before,
.ui-datepicker-next::before {
  top: 2px;
  left: 13px;
  position: relative;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 1.389rem;
}

.ui-datepicker-prev::before {
  content: "\f0d9";
}

.ui-datepicker-next::before {
  content: "\f0da";
  left: 9px;
}

.ui-datepicker-trigger {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: transparent;
  border: 0px transparent;
  color: #0079c2;
  position: relative;
  width: 0px;
  font-size: 1.25rem;
  padding: 0 2.3rem 0 0;
  margin: 0 0 0 -2.3rem;
  top: 1px;
  display: block;
  float: left;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media screen and (min-width: 480px) {
  .ui-datepicker-trigger {
    top: 0px;
  }
}
.hasDatepicker.ant-text-input {
  float: left;
}

.hasDatepicker.ant-text-input::-ms-clear {
  display: none;
}

.hasDatepicker.focus,
.hasDatepicker.focus + .ui-datepicker-trigger .fa {
  border-color: #69b3e7;
}

input.pfText.hasDatepicker,
input.pfText.hasDatepicker:hover,
input.pfText.hasDatepicker:focus {
  width: auto;
  margin-left: 0 !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker-prev {
  float: left;
  cursor: pointer;
}

.ui-datepicker-next {
  float: right;
  cursor: pointer;
}

.modal-open.ui-datepicker {
  z-index: 1056;
}

.ui-datepicker {
  z-index: 112;
}

.ui-datepicker .ui-datepicker-calendar td a.ui-state-default,
a.ui-datepicker-prev,
a.ui-datepicker-next {
  border-bottom: 0 none;
}

.ui-datepicker-trigger span.ant-calendar-icon {
  color: #0079c2;
  padding: 0.15rem 0.5rem;
  border-left: 1px solid #666666;
  position: relative;
  display: block;
  font-size: 1.25rem;
  font-family: "ant-classic-icons";
}
.ui-datepicker-trigger span.ant-calendar-icon.ant-calendar-calendar:before {
  content: "\f15c";
}

.ui-datepicker-trigger .fa-remove {
  padding-left: 2px;
}

/*** Start form-fields.scss ***/
/*form textfields start*/
label {
  display: block;
}

.ant-text-input {
  max-width: 100%;
}

.pfText {
  float: left;
}

/*form textfields end*/
/**** Pretty Forms Radio Button Styles start ****/
.prOption {
  position: absolute;
  left: -9999px;
}

.prLabel {
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
}
.prLabel:before {
  display: block;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  content: " ";
  position: relative;
  top: 0.2rem;
}
.prLabel.active:before {
  background-position: center;
}
.prLabel.focus:before {
  box-shadow: 0 0 3px #286ce2;
}
.prLabel.prDisabled {
  cursor: not-allowed;
}
.prLabel.prDisabled:before {
  cursor: not-allowed;
}

.pfRadio .align-vertical {
  display: flex;
  flex-direction: column;
}

/**** Pretty Forms Radio Button Styles end ****/
/**** Text/Password Field Styles start ****/
label.pfText {
  line-height: 45px;
  width: 230px;
  padding-left: 15px;
}

input.pfText,
input.pfText:hover {
  margin-left: -230px;
  background-color: rgba(255, 255, 255, 0.5);
  filter: alpha(opacity=50); /* IE8 */
}

input.pfText.focus,
input.pfText.hasValue {
  background-color: rgb(255, 255, 255);
  filter: alpha(opacity=100); /* IE8 */
}

/**** Text/Password Field Styles end ****/
/**** Pretty Forms Select List Styles start ****/
.pfSelect button {
  padding: 0px;
  height: auto;
  display: block;
  border-radius: 3px;
  z-index: 11;
  position: relative;
  box-shadow: 0 0 0;
  font-weight: 400;
  text-shadow: 0 0 transparent;
  width: 100%;
}
.pfSelect button:hover, .pfSelect button:focus {
  height: auto;
  display: block;
  z-index: 11;
  position: relative;
  box-shadow: 0 0 0;
  font-weight: 400;
  text-shadow: 0 0 transparent;
}

.pfSelect {
  position: relative;
}
.pfSelect.active .listbox-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.psButton span {
  display: inline-block;
  top: 0;
}

.psButton span.psActiveOption {
  width: calc(100% - 2.65rem);
  text-align: left;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.psArrow {
  display: inline-block;
  text-align: center;
}

.psDropdown {
  width: calc(100% - 4px);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0px;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  transition: max-height 0.25s ease-out;
  margin-left: 2px;
}
.psDropdown.active {
  max-height: 11.2rem;
  padding-top: 0px;
  border-top: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}

.psDropdown input {
  position: absolute;
  left: -9999px;
}

.psLabel {
  display: block;
  margin: 0px;
  cursor: pointer;
}

.psLabel.psDisabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.pfSelect legend,
.pfToggleSwitch legend,
.pfToggleB legend,
.pfRadio legend,
.pfCheckbox {
  border: none;
}

.pfSelect.borderless .btn {
  width: auto;
  border-color: transparent;
}
.pfSelect.borderless .btn:focus, .pfSelect.borderless .btn:active, .pfSelect.borderless .btn:focus:active {
  border-color: transparent;
}
.pfSelect.borderless .btn span.psActiveOption {
  width: 100%;
  padding-left: 0rem;
}
.pfSelect.borderless .btn span.psArrow {
  border-color: transparent;
  width: 1rem;
}

.ant-ddl-alt .pfSelect button {
  border-radius: 0px;
}
.ant-ddl-alt .pfSelect button:focus .psArrow {
  border-left: 0px;
}
.ant-ddl-alt .psButton span {
  top: -1px;
}

/**** Pretty Forms Select List Styles end ****/
/* pretty checkbox start*/
.pcOption {
  position: absolute;
  left: -9999px;
}

.pcLabel {
  display: inline-block;
  cursor: pointer;
  position: relative;
  float: left;
}

.pcLabel::before {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  font-family: "ant-classic-icons";
  content: "\f17b";
  text-indent: -9999px;
  top: 0.05rem;
}

.pcLabel.active::before {
  text-indent: 1px;
  content: " ";
}

.pcLabel.pcDisabled {
  cursor: not-allowed;
}

.pcLabel.pcDisabled:before {
  cursor: not-allowed;
}

.pcLabel.focus::before {
  box-shadow: 0 0 3px #286ce2;
}

/* pretty checkbox end*/
/*error notification start*/
.ant-form-item-error:before {
  content: "\f1ce";
  font-family: "ant-classic-icons";
  top: 3px;
  position: relative;
}

/*error notification end*/
/*** Search Box ***/
fieldset.ant-auto-suggest {
  position: relative;
}

.ant-search-button {
  border: 0px;
  background-color: transparent;
  position: relative;
  z-index: 100;
  font-size: 1.111rem;
  padding: 0px 2.3rem 0px 0px;
  margin-left: -2.3rem;
  width: 0px;
  display: block;
  float: left;
}

.ant-search-button span.fa {
  padding: 0.4rem 0.5rem;
  position: relative;
  top: 1px;
  font-size: 1.25rem;
}

@media screen and (min-width: 480px) {
  .ant-search-button span.fa {
    top: 0px;
    padding: 0.4rem 0.5rem 0.45rem;
  }
}
.ant-search-button .fa-remove {
  padding-left: 2px;
}

.ant-search-input {
  float: left;
  padding-right: 3rem;
}

.ant-text-input.ant-has-notes,
.ant-text-input.ant-has-notes:focus {
  z-index: 1;
}

.prLabel .label-text,
.pcLabel .label-text {
  display: block;
  float: left;
  max-width: calc(100% - 35px);
}

.ant-form-item-valid:before {
  content: "\f17c";
  font-family: "ant-classic-icons";
  top: 2px;
  position: relative;
}

.alignVertical {
  display: inline-block;
  clear: left;
}

.ant-data-security-mask {
  display: block;
  position: relative;
  color: #0079c2;
  font-size: 1.571rem;
}
.ant-data-security-mask .ant-security-mask-icon {
  color: inherit;
  font-size: inherit;
}

[data-uxd-auto-suggest-cmp] .psDropdown {
  margin-top: 2.1rem;
}
[data-uxd-auto-suggest-cmp] .psDropdown.active {
  overflow-y: auto;
}
[data-uxd-auto-suggest-cmp] .psDropdown.noresults {
  height: auto !important;
  margin-top: 41px;
}
[data-uxd-auto-suggest-cmp] legend {
  margin-bottom: 0.7143rem;
  border: none;
  font-size: 1rem;
  font-weight: 600;
}
[data-uxd-auto-suggest-cmp] .no-suggestions {
  padding: 8px 1rem;
}
[data-uxd-auto-suggest-cmp] .ant-search-button span.fa {
  font-size: 1.5rem;
  padding: 0.25rem 0.6rem;
}
@media screen and (min-width: 480px) {
  [data-uxd-auto-suggest-cmp] .ant-search-button span.fa {
    padding: 0.3rem 0.6rem;
  }
}

/*** Start text-input.scss ***/
/**
 * calculateRem: Converts pixel values to rems.
 *  - pxSize is the pixel value to be converted
 *  - pxBase is the font-size defined in the html element. By default it is
 *     set to 16px.
 **/
.uxd-text-input {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 100%;
  margin-bottom: 2.2142857143rem;
  /* LABEL ==== */
  /* BOTTOM BAR ==== */
  /* INPUT ==== */
}
.uxd-text-input .uxd-error-message {
  display: block;
  width: 100%;
  line-height: 1.2em;
}
.uxd-text-input label.uxd-text-input__label {
  pointer-events: none;
  position: relative;
  transition: bottom 250ms ease-in-out, font-size 250ms ease-in-out, color 100ms linear;
  color: inherit;
  display: flex;
  margin-bottom: 0px;
}
.uxd-text-input label.uxd-text-input__label.is-focused {
  bottom: 0rem;
}
.uxd-text-input label.uxd-text-input__label span {
  align-self: flex-end;
}
.uxd-text-input .bottom-bar {
  position: relative;
  display: block;
  width: 100%;
}
.uxd-text-input .bottom-bar:before {
  content: "";
  width: 0%;
  border: inherit;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  transition: width 250ms linear;
}
.uxd-text-input .bottom-bar.is-focused:before {
  width: 100%;
  opacity: 1;
}
.uxd-text-input input[type=text],
.uxd-text-input input[type=password] {
  display: block;
  color: inherit;
  width: 100%;
  background: transparent;
  border: none;
}

/** Toggle Component **/
.pfToggleB .ptLabel {
  display: inline-block;
  width: 40px;
  height: 24px;
  border-radius: 20px;
  position: relative;
  left: 220px;
  cursor: pointer;
  /** new class for right text aligned toggle **/
}
.pfToggleB .ptLabel span {
  position: relative;
  top: -24px;
  display: inline-block;
  width: 200px;
  left: -200px;
}
.pfToggleB .ptLabel.right-align {
  left: 0;
}
.pfToggleB .ptLabel.right-align span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 8px);
  margin: auto;
  line-height: 22px;
  width: auto;
  white-space: nowrap;
}
.pfToggleB .ptLabel:before {
  content: " ";
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin: -1px;
  transition: margin 0.15s;
}

.pfToggleB .optionWrapper {
  overflow: hidden;
  height: 35px;
}

.pfToggleB .ptOption {
  position: absolute;
  left: -9999px;
}

.ptLabel.ptDisabled {
  cursor: not-allowed !important;
}

/** End Toggle Component **/
/** Start On/Off Switch Component **/
.pfToggleSwitch .ptOption {
  position: absolute;
  left: -9999px;
}

.pfToggleSwitch .ptLabel {
  text-align: center;
  border: 1px solid;
  border-right: 0px;
  float: left;
  cursor: pointer;
}

.pfToggleSwitch .optionWrapper:first-of-type .ptLabel {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pfToggleSwitch .optionWrapper:last-of-type .ptLabel {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid;
}

.pfToggleSwitch .ptLabel.active,
.pfToggleSwitch .ptLabel.focus {
  cursor: default;
}

/** End On/Off Switch Component **/
.uxd-dp {
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.uxd-dp * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.uxd-dp,
.uxd-dp .selectiongroup,
.uxd-dp .selection,
.uxd-dp .selector,
.uxd-dp .headertodaybtn {
  border-radius: 4px;
}

.uxd-dp .header {
  border-radius: 4px 4px 0 0;
}

.uxd-dp .caltable,
.uxd-dp .monthtable,
.uxd-dp .yeartable {
  border-radius: 0 0 4px 4px;
}

.uxd-dp .caltable tbody tr:nth-child(6) td:first-child,
.uxd-dp .monthtable tbody tr:nth-child(4) td:first-child,
.uxd-dp .yeartable tbody tr:nth-child(7) td:first-child {
  border-bottom-left-radius: 4px;
}

.uxd-dp .caltable tbody tr:nth-child(6) td:last-child,
.uxd-dp .monthtable tbody tr:nth-child(4) td:last-child,
.uxd-dp .yeartable tbody tr:nth-child(7) td:last-child {
  border-bottom-right-radius: 4px;
}

.uxd-dp .btnpicker {
  border-radius: 0 4px 4px 0;
}

.uxd-dp .btnleftborderradius {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.uxd-dp .selector {
  margin-top: 2px;
  margin-left: -1px;
  position: absolute;
  padding: 0;
  border: 1px solid #ccc;
  z-index: 100;
  animation: selectorfadein 0.1s;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.uxd-dp .selector:focus {
  border: 1px solid #add8e6;
}

@keyframes selectorfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.uxd-dp .selectorarrow {
  background: #fff;
  margin-top: 0px;
  padding: 0;
  padding: 8px 8px 8px 8px;
  outline: 0;
}

.uxd-dp .selectorarrow:after,
.uxd-dp .selectorarrow:before {
  bottom: 100%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
}

.uxd-dp .selectorarrow:after {
  border-color: rgba(250, 250, 250, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.uxd-dp .selectorarrow:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -11px;
}

.uxd-dp .selectorarrow:focus:before {
  border-bottom-color: #add8e6;
}

.uxd-dp .selectorarrowleft:after,
.uxd-dp .selectorarrowleft:before {
  left: 24px;
}

.uxd-dp .selectorarrowright:after,
.uxd-dp .selectorarrowright:before {
  left: 86%;
}

.uxd-dp .alignselectorright {
  right: -1px;
}

.uxd-dp .selectiongroup {
  position: relative;
  display: table;
  border: none;
  border-spacing: 0;
  background-color: #fff;
}

.uxd-dp .selection {
  width: 100%;
  background-color: #fff;
  display: table-cell;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 6px;
  border: none;
  color: #555;
}

.uxd-dp .invaliddate {
  background-color: #f1dede;
}

.uxd-dp ::-ms-clear {
  display: none;
}

.uxd-dp .selbtngroup {
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
  display: table-cell;
  font-size: 0;
}

.uxd-dp .btnpicker,
.uxd-dp .btnclear,
.uxd-dp .btndecrease,
.uxd-dp .btnincrease {
  height: 100%;
  width: 26px;
  border: none;
  padding: 0;
  outline: 0;
  font: inherit;
  -moz-user-select: none;
}

.uxd-dp .btnleftborder {
  border-left: 1px solid #ccc;
}

.uxd-dp .btnpickerenabled,
.uxd-dp .btnclearenabled,
.uxd-dp .btndecreaseenabled,
.uxd-dp .btnincreaseenabled,
.uxd-dp .headertodaybtnenabled,
.uxd-dp .headerbtnenabled,
.uxd-dp .yearchangebtnenabled {
  cursor: pointer;
}

.uxd-dp .selectiondisabled,
.uxd-dp .btnpickerdisabled,
.uxd-dp .btncleardisabled,
.uxd-dp .btndecreasedisabled,
.uxd-dp .btnincreasedisabled,
.uxd-dp .headertodaybtndisabled,
.uxd-dp .headerbtndisabled,
.uxd-dp .yearchangebtndisabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.uxd-dp .selectiondisabled {
  background-color: #eee;
}

.uxd-dp .btnpicker,
.uxd-dp .btnclear,
.uxd-dp .btndecrease,
.uxd-dp .btnincrease,
.uxd-dp .headertodaybtn {
  background: #fff;
}

.uxd-dp .header {
  width: 100%;
  height: 30px;
  background-color: #fff;
}

.uxd-dp .header td {
  vertical-align: middle;
  border: none;
  line-height: 0;
}

.uxd-dp .header td:nth-child(1) {
  padding-left: 4px;
}

.uxd-dp .header td:nth-child(2) {
  text-align: center;
}

.uxd-dp .header td:nth-child(3) {
  padding-right: 4px;
}

.uxd-dp .caltable,
.uxd-dp .monthtable,
.uxd-dp .yeartable {
  table-layout: fixed;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
}

.uxd-dp .caltable,
.uxd-dp .monthtable,
.uxd-dp .yeartable,
.uxd-dp .weekdaytitle,
.uxd-dp .daycell,
.uxd-dp .monthcell,
.uxd-dp .yearcell {
  border-collapse: collapse;
  color: #003366;
  line-height: 1.1;
}

.uxd-dp .weekdaytitle,
.uxd-dp .daycell,
.uxd-dp .monthcell,
.uxd-dp .yearcell {
  text-align: center;
  width: 14.2857%;
  height: 40px;
}

.uxd-dp .weekdaytitle {
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #ccc;
}

.uxd-dp .weekdaytitleweeknbr {
  width: 20px;
  border-right: 1px solid #bbb;
}

.uxd-dp .monthcell:focus .monthvalue {
  background-color: #ddd;
}

.uxd-dp .monthcell .monthvalue {
  top: 5%;
  left: 5%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 90%;
  height: 90%;
  line-height: 1;
  border-width: 1px;
  border-radius: 100px;
  border-style: none;
  display: flex;
}
.uxd-dp .monthcell .monthvalue:hover {
  background-color: #ddd;
}

.uxd-dp .monthcell {
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  height: 65px;
}

.uxd-dp .yearcell {
  background-color: #fff;
  width: 20%;
  height: 45px;
}

.uxd-dp .yearcell:focus .yearvalue {
  background-color: #ddd;
}

.uxd-dp .yearcell .yearvalue {
  top: 5%;
  left: 5%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 90%;
  height: 90%;
  line-height: 1;
  border-width: 1px;
  border-radius: 100px;
  border-style: none;
  display: flex;
}
.uxd-dp .yearcell .yearvalue:hover {
  background-color: #ddd;
}

.uxd-dp .daycell:focus .datevalue {
  background-color: #ddd;
}

.uxd-dp .daycell .datevalue {
  display: none;
  top: 5%;
  left: 5%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 1;
  border-width: 1px;
  border-radius: 999px;
  border-style: none;
}
.uxd-dp .daycell .datevalue.currmonth {
  display: flex;
}
.uxd-dp .daycell .datevalue.markcurrday {
  border-style: solid;
  border-color: #ccc;
}
.uxd-dp .daycell .datevalue:hover {
  background-color: #ddd;
}

.uxd-dp .daycell .datevalue span {
  vertical-align: middle;
}

.uxd-dp .daycellweeknbr {
  font-size: 10px;
  border-right: 1px solid #ccc;
  cursor: default;
  color: #000;
}

.uxd-dp .inlinedp {
  position: relative;
  margin-top: -1px;
}

.uxd-dp .prevmonth,
.uxd-dp .nextmonth {
  color: #999;
}

.uxd-dp .disabled {
  cursor: default !important;
  color: #ccc;
  background: #fbefef;
}

.uxd-dp .highlight {
  color: #c30000;
}

.uxd-dp .dimday {
  opacity: 0.5;
}

.uxd-dp .currmonth {
  font-weight: normal;
}

.uxd-dp .markdate {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
}

.uxd-dp .markcurrday,
.uxd-dp .markcurrmonth,
.uxd-dp .markcurryear {
  text-decoration: underline;
}

.uxd-dp .selectedday .datevalue,
.uxd-dp .selectedmonth .monthvalue,
.uxd-dp .selectedyear .yearvalue {
  background-color: #8ebfff;
}

.uxd-dp .headerbtncell {
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
}

.uxd-dp .yearchangebtncell {
  text-align: center;
  background-color: #fff;
}

.uxd-dp .headerbtn,
.uxd-dp .headerlabelbtn,
.uxd-dp .yearchangebtn {
  background: #fff;
  border: none;
  height: 22px;
}

.uxd-dp .headerbtn {
  width: 16px;
}

.uxd-dp .headerlabelbtn {
  font-size: 14px;
  cursor: default;
}

.uxd-dp,
.uxd-dp .headertodaybtn {
  border: 1px solid #ccc;
}

.uxd-dp .btnpicker,
.uxd-dp .btnclear,
.uxd-dp .btndecrease,
.uxd-dp .btnincrease,
.uxd-dp .headerbtn,
.uxd-dp .headermonthtxt,
.uxd-dp .headeryeartxt,
.uxd-dp .headertodaybtn,
.uxd-dp .yearchangebtn {
  color: #000;
}

.uxd-dp .headertodaybtn {
  padding: 0 4px;
  font-size: 11px;
  height: 22px;
  min-width: 60px;
  max-width: 84px;
  overflow: hidden;
  white-space: nowrap;
}

.uxd-dp button::-moz-focus-inner {
  border: 0;
}

.uxd-dp .headermonthtxt,
.uxd-dp .headeryeartxt {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  height: 26px;
  width: 40px;
  max-width: 40px;
  overflow: hidden;
  white-space: nowrap;
}

.uxd-dp .btnclear:focus,
.uxd-dp .btndecrease:focus,
.uxd-dp .btnincrease:focus,
.uxd-dp .btnpicker:focus,
.uxd-dp .headertodaybtn:focus {
  background: #add8e6;
}

.uxd-dp .headerbtn:focus,
.uxd-dp .monthlabel:focus,
.uxd-dp .yearlabel:focus,
.uxd-dp .yearchangebtn:focus {
  color: #add8e6;
}

.uxd-dp .daycell:focus,
.uxd-dp .monthcell:focus,
.uxd-dp .yearcell:focus {
  outline: 1px solid #ccc;
}

.uxd-dp .motif-google-calendar {
  font-size: 20px;
}

.uxd-dp table {
  display: table;
  border-spacing: 0;
}

.uxd-dp table,
.uxd-dp th,
.uxd-dp td {
  border: none;
}

.uxd-dp .btnpickerenabled:hover,
.uxd-dp .btnclearenabled:hover,
.uxd-dp .btndecreaseenabled:hover,
.uxd-dp .btnincreaseenabled:hover,
.uxd-dp .headertodaybtnenabled:hover {
  background-color: #e6e6e6;
}

.uxd-dp .monthlabel,
.uxd-dp .yearlabel,
.uxd-dp .inputnoteditable,
.uxd-dp .daycell,
.uxd-dp .monthcell,
.uxd-dp .yearcell {
  cursor: pointer;
}

/** Alerts & Notifications Partials Styles **/
/*** Start alert.scss ***/
.ant-alert {
  display: flex;
  align-items: stretch;
}
.ant-alert .ant-alert-left {
  display: flex;
  align-items: center;
}
.ant-alert .ant-alert-main {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.ant-alert .ant-alert-main p {
  margin: 0px;
}

/** Dismissable Alerts **/
.ant-alert.ant-dismissable {
  position: fixed;
  left: 0px;
  top: -120px;
  margin: 0px auto;
  width: 100%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  transition: top 0.5s;
  z-index: 99999;
}
.ant-alert.ant-dismissable.on {
  top: 0px;
}
@media screen and (min-width: 800px) {
  .ant-alert.ant-dismissable {
    width: 70%;
    left: 15%;
  }
}
.ant-alert.ant-dismissable .ant-alert-main p {
  display: block;
  float: left;
  max-width: 94%;
  margin-bottom: 0px;
  text-align: left;
  white-space: normal;
}
.ant-alert.ant-dismissable .ant-alert-main button.ant-dismiss-alert {
  border: none;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
}

.ant-inline-alert {
  font-size: 1rem;
}
.ant-inline-alert .ant-inline-alert-body {
  padding: 0.5rem;
}

.ant-ui-widget-overlay {
  height: 100%;
  left: 0;
  opacity: 0.7;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1099;
  background-color: #000;
}

.ant-ajax-load {
  display: block;
  outline: 0 none;
  overflow: hidden;
  z-index: 2000;
  height: auto !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  position: fixed !important;
  top: 50% !important;
  text-align: center;
  background-color: #fff;
  padding: 15px;
}

.ant-data-load {
  outline: 0 none;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  outline: 0 none;
  overflow: hidden;
  padding: 50px 15px;
  text-align: center;
  background-color: #f9f9f9;
}
.ant-data-load .ant-data-spin {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ant-data-load .ant-data-text {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ant-data-load .ant-ajax-text {
  margin-top: 20px;
  margin-left: 20px;
}

.sk-spinner-wave.sk-spinner {
  height: 60px;
}
.sk-spinner-wave.sk-spinner div {
  background: #0079c2;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  display: inline-block;
  height: 100%;
  margin: 0 1px;
  width: 6px;
}
.sk-spinner-wave.sk-spinner .sk-rect2 {
  animation-delay: -1.1s;
}
.sk-spinner-wave.sk-spinner .sk-rect3 {
  animation-delay: -1s;
}
.sk-spinner-wave.sk-spinner .sk-rect4 {
  animation-delay: -0.9s;
}
.sk-spinner-wave.sk-spinner .sk-rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/*** Start modal.scss ***/
.modal .modal-header {
  padding: 10px 25px 10px;
  border: 0px;
}
.modal .modal-header .close {
  position: relative;
  top: -18px;
  right: -33px;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  padding: 5px 5px 4px 6px;
  border-radius: 50%;
  font-size: 1.667rem;
}
.modal .modal-footer {
  padding: 25px;
  text-align: left;
}
.modal .modal-body {
  padding: 0 1.429rem;
}
.modal .modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal.ant-error-modal h2:before {
  content: "\f1ce";
  font-family: "ant-classic-icons";
  font-size: 2.444rem;
  top: 9px;
  position: relative;
  margin-right: 10px;
}
.modal.ant-fullscreen-modal .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  overflow: scroll;
}
.modal.ant-fullscreen-modal .modal-dialog .modal-content {
  border: 0px;
  border-radius: 0px;
}
.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-top {
  border-radius: 0px;
  border: 0px;
  height: 100vh;
  padding-bottom: 70px;
  overflow-x: auto;
  box-shadow: 0 0 0 transparent;
}
.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-top .close {
  padding: 5px 5px 4px 6px;
  font-size: 22px;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  transform: translate3d(0px, 0px, 0px);
}
.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-top .modal-header {
  border: 0px;
  padding: 1.428rem 3.929rem 2.714rem 1.429rem;
}
.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-top .modal-body {
  padding-bottom: 40px;
}
.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-footer {
  bottom: 0;
  position: absolute;
  padding: 0;
  text-align: center;
  width: 100%;
  left: 0px;
}
.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-footer .btn {
  min-width: auto;
  padding: 8px 20px 9px;
  margin: 1rem 0 1.142rem 0;
}

/* Alternative full screen modal for larger content */
@media screen and (max-width: 479px) {
  .modal,
  .modal-backdrop {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
  }
  .model .model-header .close {
    top: 12px;
    right: 8px;
  }
  .modal-dialog {
    margin: 0px;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
  }
  .modal-dialog .close {
    position: fixed;
    border: none;
    text-shadow: none;
  }
  .modal-content {
    border: 0px;
    border-radius: 0px;
    height: 100vh;
    width: 100vw;
    overflow: auto;
  }
  .modal-body {
    padding-bottom: 150px;
  }
  .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    transform: translate3d(0, 0, 0);
  }
  .modal-footer .btn {
    font-size: 16px;
    min-width: auto;
  }
}
@media (min-width: 480px) {
  .modal-dialog {
    position: relative;
    width: calc(100% - 40px);
    margin: 20px;
  }
  .ant-fullscreen-modal .modal-dialog {
    width: 100%;
  }
  .ant-fullscreen-modal .modal-top .close {
    font-size: 36px;
    padding: 5px 5px 4px 6px;
  }
}
@media (min-width: 801px) {
  .modal-dialog {
    width: 80%;
    max-width: 900px;
    margin: 50px auto;
  }
  .ant-fullscreen-modal .modal-dialog {
    width: 90vw;
    max-width: 1024px;
  }
  .ant-fullscreen-modal .modal-top {
    padding: 0px 25px 100px;
  }
  .ant-fullscreen-modal .modal-top .close {
    padding: 5px 5px 4px 6px;
    font-size: 40px;
    top: 18px;
    right: 18px;
  }
}
@media (min-width: 1024px) {
  .ant-fullscreen-modal .modal-top {
    padding: 0px 60px 100px;
  }
}
/*** Start tooltip.scss ***/
.ant-tooltip-backdrop {
  pointer-events: auto;
  background-color: rgba(55, 71, 90, 0.9);
  -webkit-tap-highlight-color: transparent;
  transition: 125ms opacity ease-in-out;
}

.cdk-overlay-pane.ant-tooltip-panel {
  max-width: 17.1428571429rem;
}
.cdk-overlay-pane.ant-tooltip-panel .ant-tooltip-message {
  padding: 1.5rem 1.7142857143rem;
  background-color: #ffffff;
  border: 1px solid #286ce2;
}
.cdk-overlay-pane.ant-tooltip-panel .ant-tooltip-message .ant-tooltip-close {
  padding: 0;
  float: right;
}
.cdk-overlay-pane.ant-tooltip-panel .ant-tooltip-message .ant-tooltip-close-button {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 480px) {
  .cdk-overlay-pane.ant-tooltip-panel .ant-tooltip-message .ant-tooltip-close,
  .cdk-overlay-pane.ant-tooltip-panel .ant-tooltip-message .ant-tooltip-close-button {
    display: none;
  }
}

.popover {
  min-width: 150px;
  border: 0px solid transparent;
}

input + .popover {
  margin-top: -25px;
}
input + .popover > .popover-indicator {
  left: 77%;
  bottom: -1.7em;
}

/*bootstrap tooltip end*/
/* Tool Tips */
input.popoverTrigger {
  float: left;
}

.popover .popover-close {
  position: relative;
  top: -10px;
  right: -10px;
  float: right;
  z-index: 2;
  border-radius: 40px;
  height: 25px;
  width: 25px;
  padding: 0px;
  text-align: center;
}
.popover .popover-close a {
  text-decoration: none;
  display: inline-block;
  top: 0px;
  left: 0px;
  position: relative;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  border-bottom: none;
}
.popover .popover-close a .fa {
  line-height: 25px;
}

.popover.right,
.popover.left,
.popover.top,
.popover.bottom {
  border-radius: 0px;
  border: none;
  z-index: 1;
}

.popover.right {
  margin-left: 5px;
}

.popover.bottom {
  margin-top: 5px;
}

.popover.left {
  margin-left: -5px;
}

.popover.top {
  margin: -15px 0px 0 -10px;
}
.popover.top > .popover-indicator {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -1em;
  left: 50%;
  box-sizing: border-box;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  z-index: 1;
}

.popContainer {
  display: inline;
  z-index: 20;
  position: relative;
}

.iconTip {
  margin-right: 10px;
}

input + .popIcon {
  top: 2px;
  position: relative;
}

.popIcon {
  display: inline-block;
  margin-left: 5px;
  border-bottom: 0px;
  text-indent: 1px;
  padding-right: 2px;
}
.popIcon .glyphicon,
.popIcon .fa {
  font-size: 1.4em;
  top: 5px;
}

/* Progress Bars */
.progress {
  border-radius: 0px;
  height: 30px;
  font-size: 24px;
  border-bottom: 0px solid;
  box-shadow: none;
  margin-bottom: 12px;
  font-weight: 500;
}
.progress .complete {
  font-size: 20px;
  padding-top: 4px;
  padding-left: 6px;
  text-align: left;
  box-shadow: none;
}
.progress .remaining {
  font-size: 20px;
  padding-top: 4px;
  padding-right: 6px;
  text-align: right;
  box-shadow: none;
}

.popover.bottom {
  margin-top: 20px;
}
.popover.bottom > .popover-indicator {
  top: 0px;
}

.ant-text-input.ant-has-notes,
.ant-text-input.ant-has-notes:focus {
  padding-right: 40px;
  z-index: 2;
  position: relative;
  background: transparent;
  float: left;
}

a.glossary-term,
a .glossary-term {
  border-bottom: 1px dashed;
}

/** UI Organization Partials Styles **/
/*** Start expand.scss ***/
/*** Expand/Collapse Styles (_expand.scss)***/
.collapse-block .ant-collapse-heading .collapsible-heading-text {
  display: inline-block;
}
.collapse-block .ant-collapse-heading .ant-collapse-button {
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.collapse-block .ant-collapse-heading .ant-collapse-button .fa {
  font-family: "ant-classic-icons";
}
.collapse-block .ant-collapse-button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.collapse-block .content-control {
  overflow: hidden;
}

.css-collapsible .ant-collapse-body {
  max-height: 0px;
  overflow: hidden;
  visibility: hidden;
}

.css-collapsible.ant-block-expanded .ant-collapse-body {
  max-height: 5000px;
  visibility: visible;
}

/** Start alphabet-tabs.scss **/
.ant-alphabet-tabs-container {
  position: relative;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs {
  overflow-x: auto;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs::-webkit-scrollbar {
  display: none;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul {
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li {
  text-align: center;
  display: block;
  cursor: pointer;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li a {
  border-bottom: 0;
}

.ant-alphabet-tabs-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ant-alphabet-tabs-body ul.active {
  display: block;
}

/** Start alt-toggle.scss **/
.alt-toggle-cmp {
  position: relative;
  margin-bottom: -2px;
}
.alt-toggle-cmp .alt-toggle-header {
  width: calc(100% - 35px);
  float: left;
  margin: 0.75rem 0;
}
.alt-toggle-cmp .alt-toggle-header .alt-toggle-body {
  width: calc(100% + 35px);
  margin-top: 1rem;
  visibility: visible;
}
.alt-toggle-cmp .alt-toggle-header .alt-toggle-body.closed {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  visibility: hidden;
}
.alt-toggle-cmp .alt-toggle-icon {
  float: right;
  cursor: pointer;
}
.alt-toggle-cmp .alt-toggle-icon .alt-toggle-plus:before {
  content: "+";
}
.alt-toggle-cmp .alt-toggle-icon .alt-toggle-minus:before {
  content: "−";
}

/** Start carousels.scss **/
/** Styles for parent template carousel */
.carousel-selector-cmp {
  position: relative;
}
.carousel-selector-cmp .carousel-content-container {
  padding: 0 2rem;
}
.carousel-selector-cmp .carousel-content-container ul {
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  text-align: center;
}
.carousel-selector-cmp .carousel-content-container ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.carousel-selector-cmp .carousel-content-container ul > li {
  width: 100%;
  transition: left 0.5s;
}
@media screen and (min-width: 480px) {
  .carousel-selector-cmp .carousel-content-container ul > li {
    width: 50%;
  }
  .carousel-selector-cmp .carousel-content-container ul > li:first-child:nth-last-child(1) {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-selector-cmp .carousel-content-container ul > li {
    width: 33.3333%;
  }
  .carousel-selector-cmp .carousel-content-container ul > li:first-child:nth-last-child(1) {
    max-width: 100%;
  }
  .carousel-selector-cmp .carousel-content-container ul > li:first-child:nth-last-child(2), .carousel-selector-cmp .carousel-content-container ul > li:first-child:nth-last-child(2) ~ li {
    width: 50%;
  }
}
.carousel-selector-cmp .carousel-left-control,
.carousel-selector-cmp .carousel-right-control {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-selector-cmp .carousel-left-control button,
.carousel-selector-cmp .carousel-right-control button {
  border-style: hidden;
  background: transparent;
}
.carousel-selector-cmp .carousel-left-control .fa.fa-chevron-left, .carousel-selector-cmp .carousel-left-control .fa.fa-chevron-right,
.carousel-selector-cmp .carousel-right-control .fa.fa-chevron-left,
.carousel-selector-cmp .carousel-right-control .fa.fa-chevron-right {
  font-size: 1.75rem;
}
.carousel-selector-cmp .carousel-left-control .fa.fa-chevron-left:hover, .carousel-selector-cmp .carousel-left-control .fa.fa-chevron-right:hover,
.carousel-selector-cmp .carousel-right-control .fa.fa-chevron-left:hover,
.carousel-selector-cmp .carousel-right-control .fa.fa-chevron-right:hover {
  cursor: pointer;
}
.carousel-selector-cmp .carousel-right-control {
  right: 0;
}

/** Styles for button selector carousel */
.carousel-content-container ul > .button-select-item {
  width: 100%;
  transition: left 0.5s;
}
.carousel-content-container ul > .button-select-item li {
  margin: 0.5rem;
}
@media screen and (min-width: 480px) {
  .carousel-content-container ul > .button-select-item {
    width: 50%;
  }
  .carousel-content-container ul > .button-select-item:first-child:nth-last-child(1) {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-content-container ul > .button-select-item {
    width: 33.3333%;
  }
  .carousel-content-container ul > .button-select-item:first-child:nth-last-child(1) {
    width: 100%;
  }
  .carousel-content-container ul > .button-select-item:first-child:nth-last-child(2), .carousel-content-container ul > .button-select-item:first-child:nth-last-child(2) ~ .button-select-item {
    width: 50%;
  }
}
.carousel-content-container ul .button-select-item {
  display: inline-block;
  white-space: normal;
  padding-bottom: 1.75rem;
  position: relative;
}
.carousel-content-container ul .button-select-item .button-select-content-container {
  position: relative;
  padding: 1.25rem;
  text-align: center;
}
.carousel-content-container ul .button-select-item .button-select-carousel-button {
  margin-top: 1rem;
}
.carousel-content-container ul .button-select-item.active .button-select-content-container {
  border: 1px solid #a3a3a3;
  box-shadow: 0px 2px 10px -1px #a3a3a3;
  transition: border 0.5s, box-shadow 0.5s;
  z-index: 1;
}
.carousel-content-container ul .button-select-item.active .button-select-content-container:before {
  content: " ";
  position: absolute;
  left: 50%;
  height: 2.5rem;
  width: 2.5rem;
  bottom: -1.3rem;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.carousel-content-container ul .button-select-item.active .button-select-carousel-button {
  height: 0;
  transition: height 1s;
}
.carousel-content-container ul .button-select-item.active .button-select-carousel-button button {
  border: 0;
  padding: 0;
  font-size: 0;
  height: 0;
  transition: border 0.25s, padding 0.25s, font-size 0.25s, height 0.25s;
}

/** Styles for blue & gray child carousel */
.ant-progress-bar-cmp .carousel-left-control {
  top: 35%;
}
.ant-progress-bar-cmp .carousel-right-control {
  top: 35%;
  right: 10px;
}
.ant-progress-bar-cmp .carousel-content-container ul > .default-select-item-container {
  width: 50%;
  transition: left 0.5s;
}
@media screen and (min-width: 480px) {
  .ant-progress-bar-cmp .carousel-content-container ul > .default-select-item-container {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .ant-progress-bar-cmp .carousel-content-container ul > .default-select-item-container {
    width: 16.6666666667%;
  }
  .ant-progress-bar-cmp .carousel-content-container ul > .default-select-item-container:first-child:nth-last-child(1) {
    width: 33.3333333333%;
  }
  .ant-progress-bar-cmp .carousel-content-container ul > .default-select-item-container:first-child:nth-last-child(2), .ant-progress-bar-cmp .carousel-content-container ul > .default-select-item-container:first-child:nth-last-child(2) ~ .default-select-item-container {
    width: 25%;
  }
}

.carousel-content-container ul > .default-select-item-container, .carousel-content-container ul > .color-select-item-container {
  width: calc(100% - 0.5rem);
  transition: left 0.5s;
}
@media screen and (min-width: 480px) {
  .carousel-content-container ul > .default-select-item-container, .carousel-content-container ul > .color-select-item-container {
    width: calc(33.3333333333% - 0.5rem);
  }
  .carousel-content-container ul > .default-select-item-container:first-child:nth-last-child(1), .carousel-content-container ul > .color-select-item-container:first-child:nth-last-child(1) {
    width: calc(33.3333333333% - 0.5rem);
  }
}
@media screen and (min-width: 1024px) {
  .carousel-content-container ul > .default-select-item-container, .carousel-content-container ul > .color-select-item-container {
    width: calc(25% - 0.5rem);
  }
  .carousel-content-container ul > .default-select-item-container:first-child:nth-last-child(1), .carousel-content-container ul > .color-select-item-container:first-child:nth-last-child(1) {
    width: calc(33.3333333333% - 0.5rem);
  }
  .carousel-content-container ul > .default-select-item-container:first-child:nth-last-child(2), .carousel-content-container ul > .color-select-item-container:first-child:nth-last-child(2), .carousel-content-container ul > .default-select-item-container:first-child:nth-last-child(2) ~ .default-select-item-container, .carousel-content-container ul > .color-select-item-container:first-child:nth-last-child(2) ~ .color-select-item-container {
    width: calc(50% - 0.5rem);
  }
}
.carousel-content-container ul .default-select-item-container {
  display: inline-block;
  position: relative;
  vertical-align: top;
  white-space: normal;
  cursor: pointer;
  min-height: 100px;
  margin: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .carousel-content-container ul .default-select-item-container {
    min-height: 125px;
  }
}
.carousel-content-container ul .default-select-item-container > .select-item {
  padding: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}
.carousel-content-container ul .default-select-item-container.active {
  cursor: initial;
}
.carousel-content-container ul .color-select-item-container {
  display: inline-block;
  position: relative;
  vertical-align: top;
  white-space: normal;
  cursor: pointer;
  margin: 0.25rem;
  padding-bottom: 1.75rem;
}
.carousel-content-container ul .color-select-item-container > .select-item {
  padding: 1rem 1rem 0;
  width: 100%;
  min-height: 8rem;
  z-index: 0;
}
.carousel-content-container ul .color-select-item-container > .select-item:before {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  transition: top 250ms ease;
  z-index: -1;
  border-bottom: 1.5rem solid;
  margin-top: -1.75rem;
}
.carousel-content-container ul .color-select-item-container.active {
  cursor: default;
}
.carousel-content-container ul .color-select-item-container.active:after {
  display: block;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  left: 50%;
  transform: translateX(-50%);
}
.carousel-content-container ul .color-select-item-container.active .select-item {
  padding-top: 1.75rem;
  transition: padding-top 230ms ease-in;
}
.carousel-content-container ul .color-select-item-container.active .select-item:before {
  top: 0;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+1) .select-item:before {
  border-color: #0079c2;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+1).active:after {
  border-color: #0079c2 transparent transparent transparent;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+1).active .select-item:before {
  background-color: #0079c2;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+2) .select-item:before {
  border-color: #00609a;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+2).active:after {
  border-color: #00609a transparent transparent transparent;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+2).active .select-item:before {
  background-color: #00609a;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+3) .select-item:before {
  border-color: #683c7a;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+3).active:after {
  border-color: #683c7a transparent transparent transparent;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+3).active .select-item:before {
  background-color: #683c7a;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+4) .select-item:before {
  border-color: #a21851;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+4).active:after {
  border-color: #a21851 transparent transparent transparent;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+4).active .select-item:before {
  background-color: #a21851;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+5) .select-item:before {
  border-color: #cc0033;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+5).active:after {
  border-color: #cc0033 transparent transparent transparent;
}
.carousel-content-container ul .color-select-item-container:nth-child(5n+5).active .select-item:before {
  background-color: #cc0033;
}

/** Plan selector carousel component styles - to be deprecated **/
[data-uxd-button-selector-carousel-cmp] .tcp-plan-item {
  display: inline-block;
  margin: 0.5rem;
  white-space: normal;
  padding-bottom: 1.75rem;
  position: relative;
}
[data-uxd-button-selector-carousel-cmp] .tcp-plan-item .plan-selector-container {
  position: relative;
  padding: 1.75rem;
  text-align: center;
  background: #ffffff;
}
[data-uxd-button-selector-carousel-cmp] .tcp-plan-item.active .plan-selector-container {
  border: 1px solid #a3a3a3;
  box-shadow: 0px 2px 10px -1px #a3a3a3;
  transition: border 0.5s, box-shadow 0.5s;
  z-index: 1;
}
[data-uxd-button-selector-carousel-cmp] .tcp-plan-item.active .plan-selector-container .plan-selector-button-container {
  height: 0;
  transition: height 1s;
}
[data-uxd-button-selector-carousel-cmp] .tcp-plan-item.active .plan-selector-container .plan-selector-button-container button {
  border: 0;
  padding: 0;
  font-size: 0;
  height: 0;
  transition: border 0.25s, padding 0.25s, font-size 0.25s, height 0.25s;
}
[data-uxd-button-selector-carousel-cmp] .tcp-plan-item.active .plan-selector-container:before {
  content: " ";
  position: absolute;
  left: 50%;
  height: 2.5rem;
  width: 2.5rem;
  bottom: -1.3rem;
  background: #ffffff;
  box-shadow: 4px 4px 10px -2px #a3a3a3;
  transform: translateX(-50%) rotate(45deg);
  border-right: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  z-index: -1;
}
[data-uxd-button-selector-carousel-cmp] .tcp-plan-item .brand-img-wrapper {
  margin-bottom: 0.5rem;
}
[data-uxd-button-selector-carousel-cmp] .tcp-plan-item .brand-img-wrapper img {
  width: 100%;
  max-width: 250px;
  padding: 0.5rem;
}

/* SCSS for the data display carousel */
[data-uxd-data-display-carousel-cmp] {
  /*This removes the extra spacing between the items in the carousel */
  /* overriding the default icon scss */
}
[data-uxd-data-display-carousel-cmp] [data-uxd-data-display-tile-carousel-cmp] {
  border: 1px solid #dcdcdc;
}
[data-uxd-data-display-carousel-cmp] .carousel-content-container ul {
  display: flex;
}
[data-uxd-data-display-carousel-cmp] .carousel-content-container ul > .button-select-item {
  min-width: 100%;
  margin: 0px;
}
@media screen and (min-width: 480px) {
  [data-uxd-data-display-carousel-cmp] .carousel-content-container ul > .button-select-item {
    width: 49%;
    min-width: 49%;
  }
  [data-uxd-data-display-carousel-cmp] .carousel-content-container ul > .button-select-item:first-child:nth-last-child(1) {
    width: 32.33%;
    margin: 0px;
    min-width: 32.33%;
  }
  [data-uxd-data-display-carousel-cmp] .carousel-content-container ul .button-select-item {
    margin: 0 0.5%;
  }
  [data-uxd-data-display-carousel-cmp] .carousel-content-container ul .button-select-item:last-child {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  [data-uxd-data-display-carousel-cmp] .carousel-content-container ul > .button-select-item {
    width: 33.3333%;
    min-width: 32.333%;
  }
  [data-uxd-data-display-carousel-cmp] .carousel-content-container ul > .button-select-item:first-child:nth-last-child(1) {
    width: 32.33%;
    margin: 0px;
    min-width: 32.33%;
  }
  [data-uxd-data-display-carousel-cmp] .carousel-content-container ul > .button-select-item:first-child:nth-last-child(2), [data-uxd-data-display-carousel-cmp] .carousel-content-container ul > .button-select-item:first-child:nth-last-child(2) ~ .button-select-item {
    min-width: 32.33%;
    width: 32.33%;
  }
  [data-uxd-data-display-carousel-cmp] .carousel-content-container ul .button-select-item {
    margin: 0 0.5%;
  }
  [data-uxd-data-display-carousel-cmp] .carousel-content-container ul .button-select-item:last-child {
    margin-right: 0px;
  }
}
[data-uxd-data-display-carousel-cmp] .carousel-content-container ul > .button-select-item li {
  margin: 0px;
  width: 98%;
}
[data-uxd-data-display-carousel-cmp] .fa {
  color: white;
  padding: 0.75rem 0rem;
}

/* tab boxes transforms into carousel on click */
.carousel-selector-cmp .tab-transform-carousel-wrapper {
  /* scss for the carousel overrides */
}
.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-content-container {
  padding: 0px;
}
.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-content-container ul > .default-select-item-container {
  width: 100%;
  min-height: 492px;
  z-index: -9999;
  background-color: #0079c2;
  color: white;
  margin: 0px;
}
.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-content-container ul > .default-select-item-container .default-select-item {
  width: 88%;
  padding: 1rem 1rem 3rem 1rem;
  position: relative;
  transform: none;
  top: 0px;
  left: 0px;
}
.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-right-control {
  right: 0px;
}
.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-left-control {
  left: 0px;
}
.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-right-control,
.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-left-control {
  width: 6%;
  top: 0;
  bottom: 0;
  cursor: pointer;
  transform: none;
}
.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-right-control a,
.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-left-control a {
  width: 32.5px;
  margin: 0 auto;
  display: block;
}
.carousel-selector-cmp .tab-transform-carousel-wrapper .fa {
  color: white;
  position: absolute;
  top: 50%;
}
.carousel-selector-cmp .tab-transform-carousel-wrapper .closeCarousel {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 9999;
}
.carousel-selector-cmp .tab-transform-carousel-wrapper .closeCarousel span {
  position: absolute;
  transform: rotate(-45deg);
  color: #fff;
  top: 5px;
  right: 8px;
  padding: 1rem;
}
.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-indicators {
  bottom: 0px;
  width: 100%;
  margin: 0 auto;
  left: 0px;
}
.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-indicators li.active {
  background-color: white;
}

.tab-transform-color-boxes-wrapper {
  /* this is the tab styles */
}
.tab-transform-color-boxes-wrapper .color-boxes-container {
  position: relative;
  background-color: #00609a;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 35px 10px;
  cursor: pointer;
}

/*** Start tab.scss ***/
/*bootstrap tab start*/
.tab-content > .tab-pane {
  padding: 10px;
}

.tab-controls-container {
  margin-bottom: 50px;
}

.tab-controls-container ul {
  list-style: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.tab-item-control {
  border-bottom: 5px solid transparent;
  margin: 10px 10px -3px;
  display: inline-block;
  width: 160px;
  padding-bottom: 10px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .tab-item-control {
    margin: 20px 20px -3px;
    width: 195px;
  }
}
@media (min-width: 1200px) {
  .tab-item-control {
    margin: 20px 20px -3px;
    width: 220px;
  }
}
.tab-item-control.active-control {
  position: relative;
}
.tab-item-control.active-control h2.tab-label {
  display: table-cell;
}
.tab-item-control.active-control span.tab-label {
  display: none;
}

.tab-item-control.active-control .tab-label {
  font-weight: 600;
}

.tab-item-control .tab-label {
  font-size: 18px;
  vertical-align: middle;
  height: 65px;
  display: table-cell;
  text-align: center;
  width: 220px;
}
@media screen and (min-width: 800px) {
  .tab-item-control .tab-label {
    padding-top: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .tab-item-control .tab-label {
    padding-top: 1.222rem;
    height: 75px;
  }
}
.tab-item-control h2.tab-label {
  display: none;
  line-height: 1.45em;
}
.tab-item-control span.tab-label {
  display: table-cell;
}

.tab-item-control .fa {
  font-size: 44px;
  display: block;
  text-align: center;
  margin: 10px 0px 0px;
  position: relative;
}

.tab-item-control .fa-envelope {
  font-size: 42px;
}

.tab-item-control .fa-lock:before {
  font-size: 52px;
  top: 8px;
  position: relative;
}

.tab-content-container {
  clear: both;
}

.tab-item {
  display: none;
}

.tab-item.active-item {
  display: block;
}

.accordion-item-control {
  margin: 0px;
  padding: 2rem 1rem 2rem 0;
  position: relative;
  cursor: pointer;
}

.item-control-inner {
  display: table-row;
}

.item-control-inner span {
  display: table-cell;
  vertical-align: middle;
}

.accordion-item-control.active-control {
  cursor: auto;
}
.accordion-item-control.active-control + .tab-item {
  max-height: 0px;
  padding: 0px;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.35s ease-out, visibility 0.35s ease-out, padding 0.35s ease-out 0.35s;
}
.accordion-item-control.active-control.open + .tab-item {
  max-height: 20000px;
  padding: 2rem 0.6rem 1.111rem;
  visibility: visible;
  transition: max-height 0.35s ease-in, visibility 0.35s ease-in;
}

.accordion-item-control .accordion-label {
  font-size: 1.285rem;
}

.accordion-item-control .fa {
  font-size: 1.714rem;
  text-align: center;
  width: 85px;
}

.accordion-item.active-item {
  padding-bottom: 20px;
}

.accordion-item.active-item:last-child {
  border-bottom: 0px solid;
}

@media screen and (min-width: 800px) {
  .accordion-item.active-item {
    border-bottom: 0px solid;
  }
  .accordion-item-control.active-control + .tab-item {
    visibility: visible;
    max-height: 3000px;
    padding: 0.3rem 0.6rem 1.111rem;
  }
}
@media screen and (max-width: 800px) {
  .tab-item.active-item {
    padding: 2rem 0;
  }
}
.accordion-item-control span.clear {
  display: block;
  clear: both;
}

/*** Start tabs.scss ***/
/* Start Blue Tabbed View Tiles */
.tabs.packed .tab-content {
  padding-bottom: 30px;
}
@media (min-width: 801px) {
  .tabs.packed .tab-content {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
    padding-bottom: 60px;
  }
}
@media (max-width: 800px) {
  .tabs.packed {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tabs.packed .tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tabs.packed .nav-pills li {
  margin: 0;
  border: 0;
}

.nav-pills {
  display: flex;
}
.nav-pills li {
  flex: 1;
  display: flex;
  border-bottom: 0px solid;
}
.nav-pills li a {
  padding: 20px 8px;
  line-height: 1.3;
  border-radius: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-bottom: 0px;
}
.nav-pills li.active {
  position: relative;
}
.nav-pills li.active:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  transform: rotate(45deg);
  margin-left: -15px;
  left: 50%;
}
.nav-pills li + li {
  margin: 0;
}

.tab-content {
  padding-top: 60px;
}

.tab-pane {
  padding: 0 8px;
}
.tab-pane h5 {
  margin-bottom: 30px;
}

.tab-label {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 479px) {
  .tab-label {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .mobile-tabs .text {
    text-align: left;
  }
}

/** Start Colored Tabbed Tiles */
.tab-wrapper {
  margin: 20px 0 30px;
}
.tab-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.tab-wrapper li {
  list-style: none;
  display: inline-block;
  width: 20%;
}
.tab-wrapper .tab-tile {
  position: relative;
  cursor: pointer;
}
.tab-wrapper .tab-tile h6 {
  position: relative;
  height: 130px;
}
.tab-wrapper .tab-tile h6 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.tab-wrapper .tab-tile h6 span.fa {
  font-size: 2rem;
}
@media screen and (min-width: 800px) {
  .tab-wrapper .tab-tile h6 span.fa {
    visibility: hidden;
  }
}
.tab-wrapper .tab-tile.active {
  cursor: default;
}
.tab-wrapper .tab-tile:nth-child(n):before {
  display: block;
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  transition: top 250ms ease;
  z-index: 0;
}
.tab-wrapper .tab-tile:nth-child(n).active span {
  padding-top: 30px;
  transition: padding-top 230ms ease-in;
}
.tab-wrapper .tab-tile:nth-child(n).active:before {
  top: 0;
}
.tab-wrapper .tab-tile:nth-child(n).active:after {
  display: block;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  left: 50%;
  transform: translateX(-50%);
}
.tab-wrapper .tab-tile-label {
  display: none;
}
@media screen and (min-width: 800px) {
  .tab-wrapper .tab-tile-label {
    display: inline-block;
  }
}
.tab-wrapper .tab-body {
  display: none;
  margin-top: 40px;
}
.tab-wrapper .tab-body.active, .tab-wrapper .tab-body:first-of-type {
  display: block;
}
.tab-wrapper .tab-body.inactive {
  display: none;
}
.tab-wrapper .tab-body h5 {
  font-size: 2rem;
}
@media screen and (min-width: 800px) {
  .tab-wrapper .tab-body h5 {
    display: none;
  }
}
.tab-wrapper .tab-body div {
  font-size: 1rem;
}

.tabs.teal .tab-content {
  padding-top: 30px;
}
.tabs.teal .tab-content .tab-pane {
  padding: 0px;
}
.tabs.teal ul.nav-pills li {
  align-items: stretch;
  justify-content: center;
}
.tabs.teal ul.nav-pills li.active:after {
  content: none;
}
.tabs.teal ul.nav-pills li.active a {
  flex: initial;
}
.tabs.teal ul.nav-pills li.active a:after {
  height: 4px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  content: " ";
  left: 0;
  right: 0;
}

table {
  width: 100%;
  margin-bottom: 20px;
}
table th {
  text-align: left;
}

/** Data Visualization Partials Styles **/
/*** Start progress-bar.scss ***/
fieldset.ant-progress-bar-cmp .ant-progress-bar-full {
  height: 20px;
  margin-bottom: 20px;
  /*overflow: hidden;*/
  /*-webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;*/
}
fieldset.ant-progress-bar-cmp .ant-progress-bar {
  float: left;
  width: 0;
  height: 100%;
  line-height: 20px;
  text-align: center;
  transition: width 0.6s ease;
}
fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info {
  position: relative;
  left: 100%;
  transform: translate(-50%);
  top: -22px;
  text-align: center;
  width: 80px;
}
fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info .ant-progress-saved {
  font-weight: bold;
}
fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info .ant-progress-days {
  margin-top: 25px;
}
fieldset.ant-progress-bar-cmp .ant-value-yearly {
  float: right;
  position: relative;
  right: 10px;
  top: -22px;
  text-align: center;
  width: 100px;
}
fieldset.ant-progress-bar-cmp .ant-value-yearly .ant-progress-days {
  margin-top: 25px;
}
fieldset.ant-progress-bar-cmp .ant-progress-bar-thirty {
  /*background-color: #e098ec;*/
  width: 14%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 801px) {
  fieldset.ant-progress-bar-cmp .ant-progress-bar-thirty {
    width: 8%;
  }
}
fieldset.ant-progress-bar-cmp .ant-progress-disclaimer {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 45px;
}
fieldset.ant-progress-bar-cmp .ant-progress-disclaimer p {
  font-style: italic;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container {
  margin: 0px;
  min-height: 44px;
  padding: 0px;
  /*-- Button Colors Start --*/
  /*-- Button Colors End --*/
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 1) label.focus {
  padding-top: 8px;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 1) li:focus label {
  padding-top: 8px;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 3) label.focus {
  padding-top: 8px;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 3) li:focus label {
  padding-top: 8px;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 2) label.focus {
  padding-top: 8px;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 2) li:focus label {
  padding-top: 8px;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 4) label.focus {
  padding-top: 8px;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 4) li:focus label {
  padding-top: 8px;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container .select-item {
  float: left;
  left: 0px;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 0px;
  transform: none;
  width: 100%;
}
fieldset .care-gap-buttons label {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  padding: 3px 15px;
  position: relative;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
fieldset .care-gap-buttons label:before {
  display: none;
}

.ant-theme-primary .ant-collapse-heading {
  align-items: center;
  font-weight: 300;
  border-top: thin solid #949494;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: #666666;
}
.ant-theme-primary .ant-collapse-heading .collapsible-heading-text {
  font-weight: 300;
  font-size: 1.375rem;
}
.ant-theme-primary .ant-collapse-heading .ant-collapse-button {
  padding: 1.75rem 0.75rem;
  text-align: left;
}
.ant-theme-primary .ant-collapse-heading .ant-collapse-button .accordion-button-icon {
  font-family: "ant-motif-icons";
  color: #286ce2;
  font-size: 1.4285714286rem;
  margin-right: 2rem;
}
.ant-theme-primary .ant-collapse-heading .ant-collapse-button .accordion-button-icon:before {
  content: "\e90f";
  display: block;
  transition: 250ms ease-in-out;
}
.ant-theme-primary .ant-collapse-body .body-content {
  padding: 0.5rem 0.75rem 1.75rem 0.75rem;
}
.ant-theme-primary.is-expanded .accordion-button-icon::before {
  transform: rotate(180deg);
}

.uxd-collapse-item-cmp:last-child .ant-theme-primary .ant-collapse,
.uxd-expand-collapse-wcs:last-child .ant-theme-primary .ant-collapse,
div[data-tcp-wcs-expand-collapse]:last-child .ant-theme-primary .ant-collapse {
  border-bottom: thin solid #949494;
}

.ant-theme-secondary .ant-collapse-heading {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.ant-theme-secondary .ant-collapse-button {
  padding: 0.5rem 0;
}
.ant-theme-secondary .ant-collapse-button .accordion-button-icon {
  margin-right: 1rem;
  font-family: "ant-motif-icons";
  transition: 250ms ease-in-out;
  transform: rotate(-90deg);
}
.ant-theme-secondary .ant-collapse-button .accordion-button-icon:before {
  content: "\eaa9";
  display: block;
}
.ant-theme-secondary .ant-collapse-body .body-content {
  padding: 0.5rem 0.75rem 1.75rem 2rem;
}
.ant-theme-secondary:last-child {
  border-bottom: none;
}
.ant-theme-secondary.is-expanded .accordion-button-icon {
  transform: rotate(0deg);
}

/*-------------------------------------------*\
  Alt Toggle Component
\*-------------------------------------------*/
.alt-toggle-cmp {
  border-bottom: 1px solid #cccccc;
  padding: 1.25rem 0px;
}
.alt-toggle-cmp .alt-toggle {
  overflow: hidden;
}
.alt-toggle-cmp .truncatedHeader {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.alt-toggle-cmp .alt-toggle-icon {
  position: absolute;
  right: 10px;
  color: #286ce2;
  font: normal normal normal 45px "FontAwesome";
}

/*-------------------------------------------*\
  Expansion Panel Component
\*-------------------------------------------*/
.uxd-expansion-button {
  background: transparent;
}
.uxd-expansion-button:not(:focus) {
  border: 2px solid transparent;
  outline: none;
}

.uxd-expansion-panel {
  display: block;
  overflow: hidden;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.uxd-expansion-panel .uxd-expansion-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-top: 2.1428571429rem;
  padding-bottom: 2.1428571429rem;
}
.uxd-expansion-panel .uxd-expansion-button {
  height: 100%;
  margin-right: 2rem;
  color: #286ce2;
  border-color: transparent;
}
.uxd-expansion-panel .uxd-expansion-button .fa {
  color: inherit;
}

.uxd-expansion-table .uxd-expansion-button .motif-icon {
  font-size: 1.5714285714rem;
}
.uxd-expansion-table .uxd-expansion-header {
  position: relative;
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
}
.uxd-expansion-table .uxd-expansion-header::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
}
.uxd-expansion-table .uxd-table-row {
  display: flex;
  flex-flow: row wrap;
  flex: 1;
  overflow: hidden;
  justify-content: flex-start;
  align-items: stretch;
}
.uxd-expansion-table .uxd-table-row .uxd-table-cell:nth-child(1),
.uxd-expansion-table .uxd-table-row .uxd-table-action {
  flex-grow: 0;
}
.uxd-expansion-table .uxd-table-row .uxd-table-cell {
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 1.25rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.uxd-expansion-table .uxd-table-row .uxd-table-cell:first-of-type {
  flex-basis: 200px;
}
.uxd-expansion-table .uxd-table-row .uxd-table-action {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  margin-left: auto;
}
.uxd-expansion-table.zebra-striping .uxd-expansion-panel:nth-child(even) .uxd-expansion-header {
  background-color: #f7f7f7;
}
.uxd-expansion-table.zebra-striping .uxd-expansion-panel:nth-child(even) .uxd-expansion-header::after {
  border-color: #f7f7f7 transparent transparent transparent;
}

.motif-angle-down {
  display: inline-block;
}
.motif-angle-down.open {
  transform: rotate(180deg);
}

/** Badges **/
/** Alerts **/
#dismissibleAlerts .cmp-example-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#dismissibleAlerts .cmp-example-wrapper .btn {
  margin-top: 1.5rem;
}

.ant-alert {
  margin: 1rem 0;
}
.ant-alert .ant-alert-left {
  background-color: #286ce2;
}
.ant-alert .alert-icon {
  font-family: "ant-motif-icons";
  color: #ffffff;
  padding: 1rem;
  font-size: 1.5rem;
}
.ant-alert .alert-icon.alert-icon-positive::before {
  content: "\e94a";
}
.ant-alert .alert-icon.alert-icon-negative::before {
  content: "\e93b";
}
.ant-alert .alert-icon.alert-icon-info::before {
  content: "\e9f9";
}
.ant-alert .alert-icon.alert-icon-disaster::before {
  content: "\e9b4";
}
.ant-alert .ant-alert-main {
  padding: 0.75rem 10px 0.75rem 0.5rem;
  background-color: #f7f7f7;
}
.ant-alert .ant-alert-main .fa.fa-remove {
  font-size: 1.25rem;
}
.ant-alert.ant-negative .ant-alert-left {
  background-color: #cc0033;
}
.ant-alert.ant-positive .ant-alert-left {
  background-color: #00cc33;
}

/** Dismissable Alerts **/
.ant-alert.ant-dismissable .ant-alert-main button.ant-dismiss-alert {
  top: 0.75rem;
}

.dismiss-icon {
  font-family: "ant-motif-icons";
  color: #ffffff;
  padding: 0.75rem;
  font-size: 1.5rem;
}
.dismiss-icon.dismiss-icon-positive::before {
  content: "\e94a";
}
.dismiss-icon.dismiss-icon-negative::before {
  content: "\e9b4";
}
.dismiss-icon.dismiss-icon-info::before {
  content: "\e9f9";
}
.dismiss-icon.dismiss-icon-remove {
  color: black;
  font-size: 1.7rem;
}
.dismiss-icon.dismiss-icon-remove::before {
  content: "\e93b";
}

#errorDialog,
#modalFullscreen {
  display: none;
}

/** Modals **/
[data-uxd-modal-cmp] {
  background: rgba(55, 71, 90, 0.9);
}
[data-uxd-modal-cmp] .modal-content {
  max-width: 750px;
  margin: 15% auto;
  border-radius: 3px;
  padding: 1.5rem 1rem 2.5rem 1rem;
  box-shadow: none;
  font-family: "Lato", sans-serif;
}
[data-uxd-modal-cmp] .modal-content .modal-title {
  font-size: 1.5714285714rem;
}
[data-uxd-modal-cmp] .modal-content .modal-component-body {
  font-size: 1rem;
  line-height: 2.2;
}
[data-uxd-modal-cmp] .modal-content p {
  line-height: 2.2;
  font-size: 1rem;
}
[data-uxd-modal-cmp] .modal-content .modal-title {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
[data-uxd-modal-cmp] .modal-content .modal-footer {
  display: none;
}
[data-uxd-modal-cmp] .modal-content .close .fa.fa-remove {
  font-size: 2.5rem;
  color: #555555;
  margin-right: 0.5rem;
}

@media only screen and (max-width: 800px) {
  [data-uxd-modal-cmp] .modal-content .close .fa.fa-remove {
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 100%;
    font-size: 2.1428571429rem;
    padding: 0.25rem;
  }
}
/** Tooltips **/
.popIcon .tooltip-icon {
  font-family: "ant-motif-icons";
}
.popIcon .tooltip-icon:before {
  content: "\e9e8";
}
.popIcon .glyphicon,
.popIcon .fa {
  color: #000;
}
.popIcon .glyphicon:hover, .popIcon .glyphicon:focus,
.popIcon .fa:hover,
.popIcon .fa:focus {
  color: #666666;
}

.popover {
  box-shadow: 2px 2px 4px 0 rgba(220, 220, 220, 0.5);
  color: #575757;
  max-width: 239px;
}
.popover .popover-content {
  padding: 1rem 1rem;
}
.popover .popover-close {
  z-index: 2;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
}
.popover .popover-close a {
  text-decoration: none;
  display: inline-block;
  font-size: 10.92px;
  z-index: 2;
}
.popover .popover-close a span {
  font-size: 17px;
}
.popover .popover-close a:focus {
  outline: none;
}

.popover-content.error {
  color: #e82d05;
}

.popover .popover-close {
  position: relative;
  top: -15px;
  right: -15px;
}
.popover .popover-close a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  top: 0;
  left: 0;
  position: relative;
  border-bottom: none;
}
.popover .popover-close a .fa {
  color: #ffffff;
}

.popover.top {
  border: solid 1px #81cfc2;
}

.popover.right {
  margin-left: 5px;
}

.popover.bottom {
  margin-top: 5px;
}

.popover.left {
  margin-left: -5px;
}

/** Loading Indicators **/
/*-------------------------------------------*\
  Alerts
\*-------------------------------------------*/
global-alert-container.ant-global-alert-container {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}
global-alert-container.ant-global-alert-container .global-alert-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
global-alert-container.ant-global-alert-container.static {
  position: static;
  background-color: #fff;
  margin-top: 0;
}
global-alert-container.ant-global-alert-container.static .global-alert-item {
  margin-top: 12px;
}
global-alert-container.ant-global-alert-container.static .global-alert-item:last-of-type {
  margin-bottom: 4.5714285714rem;
}
global-alert-container.ant-global-alert-container.static .global-alert-item .ant-inline-alert-body {
  padding: 0.7rem 0.5rem;
}
global-alert-container.ant-global-alert-container.static .global-alert-item .ant-inline-alert-body .dismiss-button {
  background: #fff;
}
global-alert-container.ant-global-alert-container.static .global-alert-item .ant-inline-alert-body .dismiss-button span {
  font-size: 1.8571428571rem;
  height: 16px;
  width: 16px;
  display: inline-block;
}

global-alert-container.ant-global-alert.ant-global-alert--light {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.05);
}
global-alert-container.ant-global-alert.ant-global-alert--light .ant-global-alert-body {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
global-alert-container.ant-global-alert.ant-global-alert--light .alert-message {
  padding: 0.75rem 1rem;
  color: #949494;
  line-height: 1.57;
}
global-alert-container.ant-global-alert.ant-global-alert--light .alert-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-family: "ant-motif-icons";
  font-size: 2.38rem;
  min-height: 5.7142857143rem;
  width: 5.7142857143rem;
  background-color: #f7f7f7;
}
global-alert-container.ant-global-alert.ant-global-alert--light .dismiss-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: inherit;
  margin-left: auto;
  padding-right: 0.5rem;
}
global-alert-container.ant-global-alert.ant-global-alert--light .dismiss-button:not(:focus) {
  outline: none;
  border: none;
}
global-alert-container.ant-global-alert.ant-global-alert--light .dismiss-button .alert-icon-close {
  display: block;
  font-family: "ant-motif-icons";
  font-size: 1.1428571429rem;
  padding-top: 1rem;
  padding-right: 1rem;
}
global-alert-container.ant-global-alert.ant-global-alert--light .dismiss-button .alert-icon-close::before {
  display: block;
  content: "\e97f";
  color: #666666;
}
global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-success .alert-icon {
  color: #53b1a3;
}
global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-success .alert-icon::before {
  content: "\e94a";
}
global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-error .alert-icon {
  color: #cc0033;
}
global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-error .alert-icon::before {
  content: "\e93b";
}
global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-warning .alert-icon {
  color: #cc0033;
}
global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-warning .alert-icon::before {
  content: "\e9b4";
}
global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-info .alert-icon {
  color: #0079c2;
}
global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-info .alert-icon::before {
  content: "\e9f9";
}

global-alert-container.ant-global-alert.ant-global-alert--solid {
  color: #ffffff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
global-alert-container.ant-global-alert.ant-global-alert--solid .alert-icon {
  font-family: "ant-motif-icons";
  font-size: 1.5rem;
  margin-right: 1rem;
}
global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-success {
  background-color: #53b1a3;
}
global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-success .alert-icon {
  color: #ffffff;
}
global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-success .alert-icon::before {
  content: "\e94a";
}
global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-error {
  background-color: #cc0033;
}
global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-error .alert-icon {
  color: white;
}
global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-error .alert-icon::before {
  content: "\e93b";
}
global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-warning {
  background-color: #f78d2f;
}
global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-warning .alert-icon {
  color: white;
}
global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-warning .alert-icon::before {
  content: "\e9b4";
}
global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-info {
  background-color: #0079c2;
}
global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-info .alert-icon {
  color: white;
}
global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-info .alert-icon::before {
  content: "\e9f9";
}
global-alert-container.ant-global-alert.ant-global-alert--solid .ant-global-alert-body {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
global-alert-container.ant-global-alert.ant-global-alert--solid .dismiss-button {
  line-height: 1rem;
  font-size: 1rem;
  margin-left: auto;
  color: inherit;
}
global-alert-container.ant-global-alert.ant-global-alert--solid .dismiss-button:not(:focus) {
  background-color: transparent;
  border: none;
  outline: none;
}

.ant-snackbar-alert-container {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 100;
  margin: 0 1.7142857143rem 1.7142857143rem 1.7142857143rem;
  background: transparent;
}
@media screen and (min-width: 480px) {
  .ant-snackbar-alert-container {
    width: 23.8571428571rem;
    margin: 0 0 1.7142857143rem 1.7142857143rem;
  }
}
.ant-snackbar-alert-container .snackbar-alert-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ant-snackbar-alert-container .snackbar-alert-list .ant-snackbar-alert {
  margin: 0;
}
.ant-snackbar-alert-container .snackbar-alert-list .snackbar-alert-item {
  margin-top: 0.8571428571rem;
  background: rgb(255, 255, 255);
}
.ant-snackbar-alert-container .snackbar-alert-list .snackbar-alert-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 1.8571428571rem 6.4285714286rem 0 rgba(51, 60, 70, 0.3), 0 0 1.4285714286rem 0 rgba(215, 222, 227, 0.39);
}
.ant-snackbar-alert-container .ant-snackbar-alert-body {
  padding: 2.1428571429rem 1.9285714286rem;
  position: relative;
}
.ant-snackbar-alert-container .ant-snackbar-alert-body .dismiss-button {
  position: absolute;
  top: 0.7142857143rem;
  right: 0.4285714286rem;
  background: none;
  font-size: 2.5rem;
  font-weight: 300;
  color: #949494;
}

.ant-inline-alert-container .inline-alert-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ant-inline-alert {
  border: 1px solid #cccccc;
  border-left: 5px solid #cccccc;
  margin: 0.25rem;
  color: #666666;
  font-size: 1.1428571429rem;
}
.ant-inline-alert .alert-icon {
  font-family: "ant-motif-icons";
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.ant-inline-alert.ant-alert-success {
  border-left-color: #53b1a3;
}
.ant-inline-alert.ant-alert-success .alert-icon {
  color: #53b1a3;
}
.ant-inline-alert.ant-alert-success .alert-icon::before {
  content: "\e94a";
}
.ant-inline-alert.ant-alert-warning {
  border-left-color: #e95a3c;
}
.ant-inline-alert.ant-alert-warning .alert-icon {
  color: #e95a3c;
}
.ant-inline-alert.ant-alert-warning .alert-icon::before {
  content: "\e9b4";
}
.ant-inline-alert.ant-alert-error {
  border-left-color: #cc0033;
}
.ant-inline-alert.ant-alert-error .alert-icon {
  color: #cc0033;
}
.ant-inline-alert.ant-alert-error .alert-icon::before {
  content: "\e93b";
}
.ant-inline-alert.ant-alert-info {
  border-left-color: #0079c2;
}
.ant-inline-alert.ant-alert-info .alert-icon {
  color: #0079c2;
}
.ant-inline-alert.ant-alert-info .alert-icon::before {
  content: "\e9f9";
}
.ant-inline-alert .ant-inline-alert-body {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.ant-inline-alert .dismiss-button {
  line-height: 1rem;
  font-size: 1rem;
  margin-left: auto;
}
.ant-inline-alert .dismiss-button:not(:focus) {
  border: none;
  outline: none;
}

.universalInlineAlert ul.inline-alert-list .inline-alert-item {
  margin: 12px 0;
}
.universalInlineAlert ul.inline-alert-list .inline-alert-item:last-of-type {
  margin-bottom: 24px;
}
.universalInlineAlert ul.inline-alert-list .inline-alert-item:first-of-type {
  margin-top: 24px;
}
.universalInlineAlert ul.inline-alert-list .inline-alert-item .dismiss-button {
  background: #fff;
}
.universalInlineAlert ul.inline-alert-list .inline-alert-item .dismiss-button span {
  font-size: 1.8571428571rem;
  height: 16px;
  width: 16px;
  display: inline-block;
}

/* Divider Reveal */
.section-header-two.uxd-animation-reset:after {
  opacity: 0;
  width: 2px;
}
.section-header-two.uxd-animate:after {
  opacity: 1;
  width: 45px;
  transition: width 500ms, opacity 500ms ease-in-out;
}

/* Section Callout */
.callout-link.uxd-animation-reset {
  opacity: 0;
}
.callout-link.uxd-animation-reset .callout-icon {
  transform: scale(0.25);
}
.callout-link.uxd-animation-reset .callout-text {
  transform: translateY(70px);
}
.callout-link.uxd-animate {
  opacity: 1;
  transition: opacity 0.35s ease-in;
}
.callout-link.uxd-animate .callout-icon {
  transform: scale(1);
  transition: transform 0.35s ease-out;
}
.callout-link.uxd-animate .callout-text {
  transform: translateY(0px);
  transition: transform 0.3s ease-out;
}

/** Colors **/
.ant-text-primary {
  color: #286ce2;
}

.ant-background-primary {
  color: #286ce2;
}

.ant-text-primary-light {
  color: #48c9ff;
}

.ant-background-primary-light {
  color: #48c9ff;
}

.ant-text-primary-dark {
  color: #2453a6;
}

.ant-background-primary-dark {
  color: #2453a6;
}

.ant-text-secondary {
  color: #0a8194;
}

.ant-background-secondary {
  color: #0a8194;
}

.ant-text-secondary-light {
  color: #81cfc2;
}

.ant-background-secondary-light {
  color: #81cfc2;
}

.ant-text-secondary-dark {
  color: #005d6b;
}

.ant-background-secondary-dark {
  color: #005d6b;
}

.ant-text-support-info {
  color: #0079c2;
}

.ant-background-support-info {
  color: #0079c2;
}

.ant-text-support-error {
  color: #cc0033;
}

.ant-background-support-error {
  color: #cc0033;
}

.ant-text-support-success {
  color: #53b1a3;
}

.ant-background-support-success {
  color: #53b1a3;
}

.ant-text-support-warning {
  color: #f78d2f;
}

.ant-background-support-warning {
  color: #f78d2f;
}

.ant-text-support-danger {
  color: #cc0033;
}

.ant-background-support-danger {
  color: #cc0033;
}

.ant-text-highlight-one {
  color: #d20a3c;
}

.ant-background-highlight-one {
  color: #d20a3c;
}

.ant-text-highlight-two {
  color: #53b1a3;
}

.ant-background-highlight-two {
  color: #53b1a3;
}

.ant-text-highlight-three {
  color: #286ce2;
}

.ant-background-highlight-three {
  color: #286ce2;
}

.ant-text-highlight-four {
  color: #2453a6;
}

.ant-background-highlight-four {
  color: #2453a6;
}

.ant-text-data-visualization-one {
  color: #00D795;
}

.ant-background-data-visualization-one {
  color: #00D795;
}

.ant-text-data-visualization-two {
  color: #108808;
}

.ant-background-data-visualization-two {
  color: #108808;
}

.ant-text-data-visualization-three {
  color: #3BB273;
}

.ant-background-data-visualization-three {
  color: #3BB273;
}

.ant-text-data-visualization-four {
  color: #CCCCCC;
}

.ant-background-data-visualization-four {
  color: #CCCCCC;
}

.ant-text-data-visualization-five {
  color: #D8D8D8;
}

.ant-background-data-visualization-five {
  color: #D8D8D8;
}

.ant-text-data-visualization-six {
  color: #FFCF6C;
}

.ant-background-data-visualization-six {
  color: #FFCF6C;
}

.ant-text-data-visualization-seven {
  color: #333333;
}

.ant-background-data-visualization-seven {
  color: #333333;
}

.ant-text-data-visualization-eight {
  color: #511785;
}

.ant-background-data-visualization-eight {
  color: #511785;
}

.ant-text-data-visualization-nine {
  color: #FF4C61;
}

.ant-background-data-visualization-nine {
  color: #FF4C61;
}

.ant-text-data-visualization-ten {
  color: #FE5E3C;
}

.ant-background-data-visualization-ten {
  color: #FE5E3C;
}

.ant-text-data-visualization-eleven {
  color: #F2BC35;
}

.ant-background-data-visualization-eleven {
  color: #F2BC35;
}

.ant-text-accent-one {
  color: #e95a3c;
}

.ant-background-accent-one {
  color: #e95a3c;
}

.ant-text-accent-two {
  color: #f59a5f;
}

.ant-background-accent-two {
  color: #f59a5f;
}

.ant-text-accent-three {
  color: #d5367e;
}

.ant-background-accent-three {
  color: #d5367e;
}

.ant-text-accent-four {
  color: #7fcdbb;
}

.ant-background-accent-four {
  color: #7fcdbb;
}

.ant-text-accent-five {
  color: #2ab5ca;
}

.ant-background-accent-five {
  color: #2ab5ca;
}

.ant-text-accent-six {
  color: #58abdf;
}

.ant-background-accent-six {
  color: #58abdf;
}

.ant-text-gray-100 {
  color: #f7f7f7;
}

.ant-background-gray-100 {
  color: #f7f7f7;
}

.ant-text-gray-200 {
  color: #cccccc;
}

.ant-background-gray-200 {
  color: #cccccc;
}

.ant-text-gray-250 {
  color: #dcdcdc;
}

.ant-background-gray-250 {
  color: #dcdcdc;
}

.ant-text-gray-300 {
  color: #949494;
}

.ant-background-gray-300 {
  color: #949494;
}

.ant-text-gray-400 {
  color: #666666;
}

.ant-background-gray-400 {
  color: #666666;
}

.ant-text-gray-500 {
  color: #555555;
}

.ant-background-gray-500 {
  color: #555555;
}

.ant-text-gray-600 {
  color: #333333;
}

.ant-background-gray-600 {
  color: #333333;
}

/** Temporary styles for title **/
.page-title {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #949494;
  margin-bottom: 100px;
}
.page-title span {
  color: #949494;
}

/** Typography **/
.ant-font-sb {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
.ant-heading-one,
.ant-heading-two,
.ant-heading-three,
.ant-heading-four {
  font-family: "Montserrat", sans-serif;
}

h5,
h6,
.ant-heading-five,
.ant-heading-six {
  font-family: "Lato", sans-serif;
}

h1,
.ant-heading-one {
  margin: 0px;
  padding: 0px;
  font-size: 2.2857rem;
  font-weight: 300;
}

h2,
.ant-heading-two {
  margin: 0px;
  padding: 0px;
  font-size: 1.8571rem;
  font-weight: 300;
}

h3,
.ant-heading-three {
  margin: 0px;
  padding: 0px;
  font-size: 1.5714rem;
  font-weight: 600;
}

h4,
.ant-heading-four {
  margin: 0px;
  padding: 0px;
  font-size: 1.5714rem;
  font-weight: 300;
  font-weight: 300;
}

h5,
.ant-heading-five {
  margin: 0px;
  padding: 0px;
  font-size: 1.2857rem;
  font-weight: 300;
}

h6,
.ant-heading-six {
  margin: 0px;
  padding: 0px;
  font-size: 1.1428rem;
  font-weight: 400;
}

.headline-title {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  letter-spacing: 2.5px;
  color: #333333;
}

/** Heading Title Start **/
.heading-title-two .motif-icon::before {
  color: #286ce2;
  padding-right: 1rem;
}
.heading-title-two .ant-heading-title-two {
  line-height: 1.43;
  color: #666666;
}

/** Heading Title End **/
p {
  font-weight: 400;
}

/** Icons **/
/** Buttons **/
.btn {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding: 0.75rem 3rem;
  background: #286ce2;
  border-color: #286ce2;
  color: #ffffff;
}
.btn:hover, .btn.hover, .btn:focus, .btn.focus, .btn:active, .btn:active:focus {
  background: #2453a6;
  border-color: #2453a6;
  color: #ffffff;
}

.btn-secondary {
  font-family: "Lato", sans-serif;
  background: #ffffff;
  border-color: #286ce2;
  color: #286ce2;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.hover, .btn-secondary.focus, .btn-secondary:active, .btn-secondary:active:focus {
  background: #ffffff;
  border-color: #2453a6;
  color: #2453a6;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 0.75rem;
  padding: 0.5rem 2.5rem;
}

.btn-ghost {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  border-width: 2px;
  font-size: 1.1428571429rem;
  font-weight: 700;
}
.btn-ghost:hover, .btn-ghost:focus, .btn-ghost.hover, .btn-ghost.focus, .btn-ghost:active, .btn-ghost:active:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  color: #ffffff;
}

/** Links **/
a {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Lato";
  color: #286ce2;
  text-decoration: underline;
}
a:hover, a:focus, a:active, a:active:focus {
  color: #2453a6;
  text-decoration: none;
}

a.ant-action-link span.fa {
  font-size: 28px;
  color: #949494;
  margin-right: 0.5rem;
}

a.ant-arrow-previous:before,
a.ant-arrow-next:after,
a.ant-arrow-up:after,
a.ant-arrow-down:after {
  display: inline-block;
  text-decoration: none;
}

a.glossary-term {
  text-decoration: none;
}

/** Spacing  (dupe of spacing file in Layout?) **/
.motif-lt-blue {
  background: #48c9ff;
}

.motif-blue {
  background: #286ce2;
}

.motif-dk-blue {
  background: #2453a6;
}

.ant-white-space {
  background-color: #ffffff;
  color: #555555;
  border: 1px solid;
}

.motif-dk-gray {
  background-color: #555555;
  color: #ffffff;
}

.motif-gray {
  background-color: #666666;
  color: #ffffff;
}

.motif-gray-2 {
  background: #949494;
}

.motif-md-gray {
  background: #cccccc;
}

.motif-lt-gray {
  background-color: #f7f7f7;
  color: #555555;
}

.motif-accent-magenta {
  background-color: #cc0033;
  color: #ffffff;
}

.motif-secondary-teal {
  background: #0a8194;
}

.motif-secondary-teal-lt {
  background: #81cfc2;
}

.motif-secondary-teal-dk {
  background: #005d6b;
}

.motif-accent-teal {
  background: #53b1a3;
}

.motif-accent-red {
  background: #cc0033;
}

.motif-accent-teal {
  background: #0a8194;
}

.motif-accent-yellow {
  background: #f78d2f;
}

.motif-blue-gradient {
  background: rgb(72, 201, 255);
  background: linear-gradient(90deg, rgb(72, 201, 255) 0%, rgb(0, 121, 194) 100%);
}

.motif-blue-gradient-dk {
  background: rgb(42, 181, 202);
  background: linear-gradient(90deg, rgb(42, 181, 202) 0%, rgb(0, 121, 194) 100%);
}

.motif-gray-gradient {
  background: rgb(238, 238, 238);
  background: linear-gradient(90deg, rgb(238, 238, 238) 0%, rgb(251, 251, 251) 100%);
}

.swatches > div {
  height: 120px;
}

input[disabled], button[disabled] {
  opacity: 0.3;
}

.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.disabled:before {
  opacity: 0.3;
}

/*-------------------------------------------*\
  Data Filters
\*-------------------------------------------*/
.uxd-filter-button-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: auto;
}
.uxd-filter-button-group .uxd-filter-button {
  display: flex;
  flex: 1;
  background: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
  padding: 0.75rem 0;
  align-items: center;
  justify-content: center;
  border-top: thin solid #949494;
  border-bottom: thin solid #949494;
  border-right: none;
  border-left: none;
}
.uxd-filter-button-group .uxd-filter-button:nth-child(2) {
  border-left: thin solid #949494;
  border-right: thin solid #949494;
}
.uxd-filter-button-group .uxd-filter-button:first-child {
  border-left: thin solid #949494;
}
.uxd-filter-button-group .uxd-filter-button:last-child {
  border-right: thin solid #949494;
}
.uxd-filter-button-group .uxd-filter-button:nth-child(3) {
  border-right: thin solid #949494;
}
.uxd-filter-button-group .uxd-filter-button:nth-child(5) {
  border-left: thin solid #949494;
}
.uxd-filter-button-group .uxd-filter-button.is-checked, .uxd-filter-button-group .uxd-filter-button.selected {
  border: thin solid #286ce2;
  color: #286ce2;
  z-index: 20;
}
.uxd-filter-button-group .icon {
  font-size: 1.4285714286rem;
  color: #53b1a3;
  margin-right: 0.75rem;
}

.uxd-filter-label {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/** override .cdk-overlay-pane padding styles */
.ant-filter-mobile-overlay {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.btn.btn-filter {
  min-width: 250px;
  color: #949494;
  border: 1px solid #949494;
  background: #ffffff;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn.btn-filter .motif-sort-down-filled {
  color: #333333;
}
.btn.btn-filter.open {
  background: #286ce2;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-filter.open .motif-sort-up-filled {
  color: #ffffff;
}

.filter-panel {
  background: #fbfbfb;
  width: 100%;
}
.filter-panel:before, .filter-panel:after {
  content: " ";
  display: table;
}
.filter-panel:after {
  clear: both;
}
.filter-panel .filter-header {
  width: 100%;
  background-image: url("/assets/images/motif/blue-tall.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 300;
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: calculrateRem(34px);
  padding: 3.6428571429rem 0 1.4285714286rem 1.0714285714rem;
}
.filter-panel .filter-container {
  padding: 2.2857142857rem;
  max-height: 75vh;
  overflow-y: scroll;
}
.filter-panel .filter-reset {
  display: flex;
  align-items: center;
}
.filter-panel .filter-reset .motif-icon.motif-recurring-appointment {
  margin-right: 0.7142857143rem;
  font-size: 1.2857142857rem;
  color: #949494;
}
.filter-panel .filter-reset .filter-reset-text {
  font-weight: 600;
}
.filter-panel .filter-reset.desktop, .filter-panel .filter-cancel.desktop {
  display: none;
}
.filter-panel .filter-buttons {
  padding: 1.7142857143rem 2.2857142857rem;
  box-shadow: 0 6px 20px 0 rgba(51, 60, 70, 0.3);
  position: fixed;
  bottom: 0;
  width: 100vw;
  background-color: #fbfbfb;
  z-index: 999;
}
.filter-panel .filter-buttons .filter-apply-cancel {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (min-width: 480px) {
  .filter-panel .filter-buttons {
    position: relative;
    width: 100%;
    box-shadow: none;
  }
}
.filter-panel .reset-filters {
  display: flex;
  align-items: center;
  background: transparent;
  font-weight: bold;
}
.filter-panel .reset-filters .reset-icon {
  margin-right: 4px;
  font-size: 1.5rem;
}
.filter-panel .reset-filters__text {
  text-decoration: underline;
}
.filter-panel .reset-filters:not(:focus) {
  border: none;
  outline: none;
}
.filter-panel .uxd-filter-label {
  display: block;
  font-family: "Lato";
  font-size: 12px;
  font-weight: bold;
}

.cdk-overlay-container .ant-filter-desktop-overlay.cdk-overlay-pane {
  padding: 1rem 0;
}

@media screen and (min-width: 480px) {
  .filter-panel {
    box-shadow: 0 26px 90px 0 rgba(51, 60, 70, 0.3);
    width: 28.5714285714rem;
  }
  .filter-panel .filter-header {
    display: none;
  }
  .filter-panel .filter-reset.mobile, .filter-panel .filter-cancel.mobile {
    display: none;
  }
  .filter-panel .filter-cancel.desktop {
    display: inline-block;
  }
  .filter-panel .filter-buttons {
    border-top: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .filter-panel .filter-buttons .filter-reset.desktop {
    display: inline-block;
  }
  .filter-panel .filter-buttons .filter-apply-cancel {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .filter-panel {
    width: 42.8571428571rem;
  }
}
@media screen and (min-width: 1200px) {
  .filter-panel {
    width: 55.3571428571rem;
  }
}
.filter-panel-trigger {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding: 0.75rem 3rem;
  background: #286ce2;
  border-color: #286ce2;
  color: #ffffff;
}
.filter-panel-trigger:hover, .filter-panel-trigger.hover, .filter-panel-trigger:focus, .filter-panel-trigger.focus, .filter-panel-trigger:active, .filter-panel-trigger.active {
  background: #2453a6;
  border-color: #2453a6;
  color: #ffffff;
}
.filter-panel-trigger::after {
  font-family: "ant-motif-icons";
  content: "\eaa9";
}
.filter-panel-trigger.is-expanded::after {
  font-family: "ant-motif-icons";
  content: "\eaad";
}

/** Bar Graphs **/
/** Linear Progress Indicators **/
/** Radial Progress Indicators **/
/** Datepicker **/
.ant-classic .ant-datepicker {
  font-family: "ant-motif-icons";
}
.ant-classic .ant-datepicker .datepicker-icon.datepicker-icon-calendar::before {
  content: "\e937";
}
.ant-classic .ant-datepicker .datepicker-icon.datepicker-icon-close::before {
  content: "\e93b";
}

.stop-left {
  stop-color: #2ab5ca;
}

.stop-right {
  stop-color: #0079c2;
}

.uxd-radial-path {
  fill: #dcdcdc;
}

.uxd-radial-remainder {
  fill: #53b1a3;
}

.ant-chart-radial {
  width: 250px;
}

.ant-partial-chart {
  width: 200px;
}

/*-------------------------------------------*\
  Bar Charts
\*-------------------------------------------*/
.ant-bar-chart {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1rem 0;
  border: none;
  position: relative;
}
.ant-bar-chart .bg-rect {
  fill: #00D795;
}
.ant-bar-chart.red .bg-rect {
  fill: #e95a3c;
}
.ant-bar-chart.orange .bg-rect {
  fill: #f59a5f;
}
.ant-bar-chart.blue .bg-rect {
  fill: #0079c2;
}
.ant-bar-chart.green .bg-rect {
  fill: #7fcdbb;
}
.ant-bar-chart .ant-chart-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.ant-bar-chart .ant-chart {
  display: block;
  margin-bottom: 0.75rem;
  height: 20px;
}
.ant-bar-chart .ant-bar-chart-heading {
  display: block;
  margin-bottom: 1.25rem;
  position: absolute;
  top: -0.7142857143rem;
}
@media screen and (min-width: 480px) {
  .ant-bar-chart {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0;
  }
  .ant-bar-chart .ant-chart-value.position-right {
    position: absolute;
    width: 25%;
    right: -0.5714285714rem;
  }
  .ant-bar-chart .ant-chart-container {
    padding: 1rem 0;
    flex-basis: auto;
    flex-grow: 1;
  }
  .ant-bar-chart .ant-chart {
    margin-bottom: 0px;
    width: 75%;
  }
  .ant-bar-chart .ant-bar-chart-heading {
    flex-shrink: 0;
    margin-right: 1rem;
    margin-bottom: 0px;
    text-align: right;
    color: #949494;
  }
}

li.ant-bar-chart-item:nth-of-type(4n+1) .bg-rect {
  fill: #00D795;
}

li.ant-bar-chart-item:nth-of-type(4n+2) .bg-rect {
  fill: #511284;
}

li.ant-bar-chart-item:nth-of-type(4n+3) .bg-rect {
  fill: #f89c52;
}

li.ant-bar-chart-item:nth-of-type(4n+4) .bg-rect {
  fill: #ff4d61;
}

.ant-bar-chart-heading {
  font-size: 1rem;
  color: #666666;
}

.ant-bar-chart-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-bar-chart-group .ant-bar-chart-item:first-of-type .ant-bar-chart-heading {
  color: #666666;
}
@media screen and (min-width: 800px) {
  .ant-bar-chart-group .ant-bar-chart-item:first-of-type {
    border-top: none;
    border-bottom: none;
  }
}

.ant-chart-container {
  position: relative;
}
.ant-chart-container .ant-chart-content-positioner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ant-chart-container .ant-chart-content {
  display: block;
  width: 75%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(50%);
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #666666;
}
.ant-chart-container .chart-unit {
  color: #333333;
  font-size: 28px;
  margin: 0;
}
.ant-chart-container .chart-text {
  color: #666666;
}

.ant-chart-pie-container canvas {
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.ant-chart-pie-container svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.ant-chart-pie-container .tool-tip {
  position: absolute;
  width: 0;
  height: 0;
  overflow: visible;
  background-color: black;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ant-chart-pie-container .tool-tip .arrow_box {
  position: absolute;
  background: #fff;
  border: 1px solid #286CE2;
  padding: 10px;
  text-align: center;
  width: 125px;
  transform: translate(-50%, -115%);
  left: 0;
  top: 0;
}
.ant-chart-pie-container .tool-tip .arrow_box:after {
  top: calc(100% - 1px);
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  transform: translateX(-50%);
}
.ant-chart-pie-container .tool-tip .arrow_box:before {
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #286CE2;
  transform: translateX(-50%);
}
.ant-chart-pie-container .tool-tip .pie-value {
  font-size: 12px;
  font-weight: 700;
  margin: 5px 0;
}
.ant-chart-pie-container .tool-tip .pie-label {
  font-size: 12px;
}

.donut-chart-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .donut-chart-container {
    flex-direction: column;
  }
}

.donut-chart-legend .legend-title {
  font-weight: 700;
  margin: 25px 0;
}
.donut-chart-legend dl {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  overflow: visible;
  border-bottom: 1px solid #CCCCCC;
}
.donut-chart-legend dl dt {
  padding: 18px 0;
  border-top: 1px solid #CCCCCC;
  flex: 0 0 75%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
}
.donut-chart-legend dl dd {
  padding: 18px 0;
  border-top: 1px solid #CCCCCC;
  flex: 0 0 25%;
  margin-left: auto;
  text-align: right;
  overflow: hidden;
  font-size: 1.2857142857rem;
}
.donut-chart-legend dl .key {
  display: flex;
}
.donut-chart-legend dl [class*=key-color] {
  height: 0.5rem;
  width: 2.4285714286rem;
  margin-right: 1rem;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  top: 7px;
}
.donut-chart-legend dl [class*=key-color].key-color-one {
  background-color: #FF4D61;
}
.donut-chart-legend dl [class*=key-color].key-color-two {
  background-color: #00D795;
}
.donut-chart-legend dl [class*=key-color].key-color-three {
  background-color: #511284;
}
.donut-chart-legend dl [class*=key-color].key-color-four {
  background-color: #F2BC35;
}
.donut-chart-legend dl .key-term {
  flex: 1;
}

.ant-pie-chart {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ant-pie-chart .radial-progress-0 path {
  fill: #FF4D61;
}
.ant-pie-chart .radial-progress-1 path {
  fill: #00D795;
}
.ant-pie-chart .radial-progress-2 path {
  fill: #511284;
}
.ant-pie-chart .radial-progress-3 path {
  fill: #F2BC35;
}
.ant-pie-chart .empty path {
  fill: #cccccc;
}

.motif-chart-heading {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.motif-detail-box {
  border-top: 1px solid #dcdcdc;
  display: grid;
  grid-template-columns: 10% 42% 38%;
  grid-column-gap: 5%;
  align-items: center;
  padding: 0.5rem;
}
@media screen and (min-width: 480px) {
  .motif-detail-box {
    padding: 1rem;
    grid-template-columns: 10% 50% 30%;
  }
}
.motif-detail-box:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.motif-detail-box .motif-detail-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.motif-detail-box .motif-chart-bar {
  width: 100%;
  max-width: 40px;
  height: 7px;
  border-radius: 4px;
}
.motif-detail-box .motif-chart-bar_blue {
  background-color: #0079c2;
}
.motif-detail-box .motif-chart-bar_teal {
  background-color: #81cfc2;
}
.motif-detail-box .motif-chart-bar_sky {
  background-color: #48c9ff;
}
.motif-detail-box .motif-chart-amount {
  text-align: right;
}

.ant-timeline {
  display: block;
  position: relative;
  margin: 200px 0;
}
.ant-timeline .bg-rect {
  fill: #eeeeee;
}
.ant-timeline .percent-track {
  fill: #286ce2;
}
.ant-timeline .dot {
  stroke: #286ce2;
}
.ant-timeline .ant-timeline-svg {
  display: block;
  width: 100%;
}
.ant-timeline .ant-timeline-svg .first-timestamp {
  visibility: hidden;
}
.ant-timeline .ant-timestamp {
  display: block;
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.ant-timeline .ant-timestamp.first-label {
  text-align: left;
}
.ant-timeline .ant-timestamp.first-label .ant-timestamp__line {
  width: 0;
}
.ant-timeline .ant-timestamp__line {
  border-right: 2px solid #286ce2;
  height: 30px;
  width: 50%;
}
.ant-timeline .ant-timestamp-below {
  bottom: -72px;
}
.ant-timeline .ant-timestamp-below .ant-timestamp__line {
  left: -2px;
}
.ant-timeline .ant-timestamp-above {
  top: -80px;
}
.ant-timeline .ant-timestamp-above .ant-timestamp__line {
  position: absolute;
  top: 100%;
}
.ant-timeline .ant-timestamp-right {
  min-width: 120px;
  left: 50px;
  text-align: left;
}
.ant-timeline .ant-timestamp-right .ant-timestamp__line {
  position: relative;
  width: 30px !important;
  left: -40px;
  top: 10px;
}
.ant-timeline .ant-timestamp-left {
  min-width: 120px;
  text-align: right;
}
.ant-timeline .ant-timestamp-left .ant-timestamp__line {
  position: relative;
  left: 100%;
  top: 10px;
  margin-left: 10px;
}
.ant-timeline.vertical {
  margin: 0 200px;
  height: 100%;
}
.ant-timeline.vertical .ant-timeline-svg {
  height: 100%;
}
.ant-timeline.vertical .ant-timestamp__line {
  border-top: 2px solid #286ce2;
  height: 1px;
  width: 30px;
  z-index: -999;
}

.ant-milestone-chart {
  display: block;
  position: relative;
  margin: 200px 0;
}
.ant-milestone-chart .bg-rect {
  fill: #eeeeee;
}
.ant-milestone-chart .percent-track {
  fill: #286ce2;
}
.ant-milestone-chart .percent-track-3 {
  fill: #7fcdbb;
}
.ant-milestone-chart .percent-track-2 {
  fill: #58abdf;
}
.ant-milestone-chart .percent-track-1 {
  fill: #2453a6;
}
.ant-milestone-chart .dot {
  stroke: #286ce2;
}
.ant-milestone-chart .dot-0 {
  visibility: hidden;
}
.ant-milestone-chart .dot-1 {
  stroke: #2453a6;
}
.ant-milestone-chart .dot-2 {
  stroke: #58abdf;
}
.ant-milestone-chart .dot-3 {
  stroke: #7fcdbb;
}
.ant-milestone-chart circle:last-child {
  stroke: #cccccc;
}
.ant-milestone-chart .ant-milestone-svg {
  display: block;
  width: 100%;
}
.ant-milestone-chart .ant-milestone-svg .first-milestone {
  visibility: hidden;
}
.ant-milestone-chart .milestone-portal .ant-milestone__line {
  border-right: 2px solid #286ce2;
}
.ant-milestone-chart .milestone-portal .ant-milestone__line.line-1 {
  border-right: 2px solid #2453a6;
}
.ant-milestone-chart .milestone-portal .ant-milestone__line.line-2 {
  border-right: 2px solid #58abdf;
}
.ant-milestone-chart .milestone-portal .ant-milestone__line.line-3 {
  border-right: 2px solid #7fcdbb;
}
.ant-milestone-chart .milestone-portal:last-child .ant-milestone__line {
  border-right: 2px solid #cccccc;
}
.ant-milestone-chart .ant-milestone {
  display: block;
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.ant-milestone-chart .ant-milestone.first-label {
  text-align: left;
  visibility: hidden;
}
.ant-milestone-chart .ant-milestone.first-label .ant-milestone__line {
  width: 0;
}
.ant-milestone-chart .ant-milestone__line {
  height: 30px;
  width: 50%;
}
.ant-milestone-chart .ant-milestone-below {
  bottom: -72px;
}
.ant-milestone-chart .ant-milestone-below .ant-milestone__line {
  left: -2px;
}
.ant-milestone-chart .ant-milestone-above {
  top: -80px;
}
.ant-milestone-chart .ant-milestone-above .ant-milestone__line {
  position: absolute;
  top: 100%;
}
.ant-milestone-chart .ant-milestone-right {
  min-width: 120px;
  left: 50px;
  text-align: left;
}
.ant-milestone-chart .ant-milestone-right .ant-milestone__line {
  position: relative;
  width: 30px !important;
  left: -40px;
  top: 10px;
}
.ant-milestone-chart .ant-milestone-left {
  min-width: 120px;
  text-align: right;
}
.ant-milestone-chart .ant-milestone-left .ant-milestone__line {
  position: relative;
  left: 100%;
  top: 10px;
  margin-left: 10px;
}
.ant-milestone-chart.vertical {
  margin: 0 200px;
  height: 100%;
}
.ant-milestone-chart.vertical .ant-milestone-svg {
  height: 100%;
}
.ant-milestone-chart.vertical .ant-milestone__line {
  border-top: 2px solid #286ce2;
  height: 1px;
  width: 2.5rem;
  z-index: -999;
}
.ant-milestone-chart.vertical .ant-milestone .line-1 {
  border-top: 2px solid #2453a6;
  border-right: none;
}
.ant-milestone-chart.vertical .ant-milestone .line-2 {
  border-top: 2px solid #58abdf;
  border-right: none;
}
.ant-milestone-chart.vertical .ant-milestone .line-3 {
  border-top: 2px solid #7fcdbb;
  border-right: none;
}
.ant-milestone-chart.vertical .milestone-portal:last-child .ant-milestone__line {
  border-top: 2px solid #cccccc;
  border-right: none;
}

.ant-stepper {
  display: block;
  position: relative;
}
.ant-stepper__container {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
}
.ant-stepper__container.vertical, .ant-stepper__container.linear {
  flex-direction: column;
}
.ant-stepper__container.vertical .ant-stepper__item, .ant-stepper__container.linear .ant-stepper__item {
  flex-direction: row;
}
.ant-stepper__container.vertical .ant-stepper__item .stepper-icon, .ant-stepper__container.linear .ant-stepper__item .stepper-icon {
  flex-direction: column;
}
.ant-stepper__container.vertical .ant-stepper__item .stepper-icon::after, .ant-stepper__container.linear .ant-stepper__item .stepper-icon::after {
  margin: 5px 0;
}
.ant-stepper__container.vertical .ant-stepper__item .stepper-label, .ant-stepper__container.linear .ant-stepper__item .stepper-label {
  margin-left: 20px;
  margin-top: 2px;
  text-align: left;
  flex: 1;
}
.ant-stepper__container.vertical .ant-stepper__item::before, .ant-stepper__container.linear .ant-stepper__item::before {
  margin: 5px 0 5px 10px;
}
.ant-stepper__container.vertical .stepper-icon::after, .ant-stepper__container.standard .stepper-icon::after {
  border-color: #286ce2;
}
.ant-stepper__container.linear .ant-stepper__item {
  width: 100%;
  position: relative;
}
.ant-stepper__container.linear .ant-stepper__item:last-child {
  height: 5.7857142857rem;
}
.ant-stepper__container.linear .ant-stepper__item.complete .stepper-icon::before {
  color: #3BB273;
}
.ant-stepper__container.linear .ant-stepper__item.complete .stepper-icon::after {
  border-color: #3BB273;
  border-top: 2.9285714286rem solid #3BB273;
}
.ant-stepper__container.linear .ant-stepper__item.active .stepper-icon::before {
  color: #CCCCCC;
}
.ant-stepper__container.linear .ant-stepper__item.active .stepper-icon::after {
  border-top: 2.9285714286rem solid #CCCCCC;
}
.ant-stepper__container.linear .ant-stepper__item.active::before {
  border-color: #CCCCCC;
}
@media screen and (min-width: 480px) {
  .ant-stepper__container.linear .ant-stepper__item {
    width: 23.1428571429rem;
  }
}
.ant-stepper__container.linear .stepper-label {
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D8D8D8;
  display: block;
}
.ant-stepper__container.linear .stepper-label:last-child {
  position: static;
}
.ant-stepper__container.linear .stepper-label span {
  position: absolute;
}
.ant-stepper__container.linear .stepper-label .step-label {
  margin-top: -0.7142857143rem;
}
.ant-stepper__container.linear .stepper-label .date {
  margin-top: 0.8571428571rem;
}
.ant-stepper__container.linear .stepper-label .badge {
  left: 100%;
  transform: translateX(-100%);
  background-color: #d20a3c;
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
.ant-stepper__container.linear .stepper-label .completed {
  background-color: #3BB273;
}
.ant-stepper__container.linear .stepper-label .coming-up {
  background-color: #FFCF6C;
  color: #333333;
}
.ant-stepper__item {
  display: flex;
  flex-direction: column;
}
.ant-stepper__item:first-child .stepper-label {
  left: 0;
}
.ant-stepper__item:last-child .stepper-icon::after {
  border: none !important;
  margin: 0 !important;
}
.ant-stepper__item .stepper-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.ant-stepper__item .stepper-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ant-stepper__item .stepper-icon::before {
  align-items: center;
  display: flex;
  height: 1.4285714286rem;
  width: 1.4285714286rem;
  font-family: "ant-motif-icons";
  font-size: 1.4285714286rem;
}
.ant-stepper__item .stepper-icon::after {
  content: "";
  flex: 1;
  border: 1px solid #dcdcdc;
  margin: 0 5px;
  height: 0;
}
.ant-stepper__item .stepper-label {
  margin-top: 10px;
  width: 7.8571428571rem;
  margin-left: -3.2142857143rem;
  text-align: center;
  top: 100%;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 480px) {
  .ant-stepper__item .stepper-label {
    display: block;
  }
}
.ant-stepper__item.complete .stepper-icon::before {
  content: "\eb1e";
  color: #286ce2;
}
.ant-stepper__item.complete .stepper-icon::after {
  border-color: #286ce2;
}
.ant-stepper__item.active .stepper-icon::before {
  content: "\e957";
  color: #286ce2;
  font-weight: 600;
}
.ant-stepper__item.active::before {
  border-color: #286ce2;
}
.ant-stepper__item.inactive .stepper-icon::before {
  content: "\e957";
  color: #dcdcdc;
  font-weight: 600;
}
.ant-stepper.mobile {
  width: 350px;
}
.ant-stepper.mobile .stepper-label {
  display: none;
}

.ant-test-radial .uxd-text-container-example {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.ant-test-radial .uxd-text-container-example .uxd-text-example {
  font-size: 14px;
}
.ant-test-radial .uxd-text-container-example .uxd-unit-example {
  font-size: 28px;
}

.ant-line-chart-container {
  min-height: 35.7142857143rem;
}
.ant-line-chart-container .line {
  fill: none;
  stroke-width: 3px;
}
.ant-line-chart-container .line-0 {
  stroke: #00D795;
}
.ant-line-chart-container .line-1 {
  stroke: #FF4C61;
}
.ant-line-chart-container .line-2 {
  stroke: #511785;
}
.ant-line-chart-container .horizontal-label,
.ant-line-chart-container .vertical-label,
.ant-line-chart-container .horizontal-axis,
.ant-line-chart-container .vertical-axis {
  font-size: 1rem;
  font-family: "Lato";
}
.ant-line-chart-container .horizontal-label,
.ant-line-chart-container .vertical-label {
  fill: #000;
  text-anchor: middle;
  font-weight: 600;
}
.ant-line-chart-container .axis-line {
  stroke-opacity: 0.3;
  stroke: #cccccc;
  stroke-width: 2px;
}

.ant-stacked-bar-chart {
  display: block;
  width: 100%;
  height: 69.23%;
  position: relative;
  z-index: 99;
}
.ant-stacked-bar-chart .legend {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-between;
}
.ant-stacked-bar-chart .legend .values {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 50%;
}
.ant-stacked-bar-chart .legend .values span {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  padding-left: 1.5714285714rem;
}
.ant-stacked-bar-chart .legend .values span:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.ant-stacked-bar-chart .legend .values span:nth-child(3):before {
  background-color: #00D795;
}
.ant-stacked-bar-chart .legend .values span:nth-child(2):before {
  background-color: #F2BC35;
}
.ant-stacked-bar-chart .legend .values span:nth-child(1):before {
  background-color: #FF4D61;
}
@media screen and (max-width: 800px) {
  .ant-stacked-bar-chart .legend .values {
    width: 100%;
  }
}
.ant-stacked-bar-chart #svg-wrapper {
  position: relative;
  z-index: 9999;
  margin-top: 50px;
}
.ant-stacked-bar-chart #svg-wrapper svg {
  overflow: visible;
}

.ant-correlation-chart-container {
  min-height: 35.7142857143rem;
  position: relative;
}
.ant-correlation-chart-container svg {
  display: block;
  margin-top: 50px;
  margin-left: -28px;
}
.ant-correlation-chart-container path.arc {
  opacity: 0.9;
  transition: opacity 0.5s;
}
.ant-correlation-chart-container path.arc:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}
.ant-correlation-chart-container .center-circle {
  width: 8.5714285714rem;
  height: 8.5714285714rem;
  border-radius: 4.2857142857rem;
  background-color: #FFF;
  position: absolute;
  top: 8.2142857143rem;
  left: 6.2142857143rem;
  padding: 1.4285714286rem;
  text-align: center;
}
.ant-correlation-chart-container .center-circle .percentageText {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7142857143rem;
  font-weight: 500;
  text-anchor: start;
  color: #333;
}
.ant-correlation-chart-container .center-circle .completionText {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #666;
  line-height: 1.5em;
}
.ant-correlation-chart-container .axis circle {
  fill: none;
}
.ant-correlation-chart-container .r.axis text {
  text-anchor: end;
}
.ant-correlation-chart-container .correlation-chart-tooltip {
  position: absolute;
  display: none;
  background: #fff;
  border: 1px solid #286ce2;
  border-radius: 0.2142857143rem;
  color: black;
  padding: 1.4285714286rem;
  text-align: center;
}
.ant-correlation-chart-container .correlation-chart-tooltip:after {
  content: "";
  width: 1.1428571429rem;
  height: 1.1428571429rem;
  transform: rotate(45deg);
  position: absolute;
  bottom: -0.6428571429rem;
  left: 43.8%;
  background: white;
  border-right: 1px solid #286ce2;
  border-bottom: 1px solid #286ce2;
}
.ant-correlation-chart-container .arc-label {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.ant-correlation-chart-container .correlation-chart-legend-container-host {
  position: absolute;
  bottom: 5.3571428571rem;
}
.ant-correlation-chart-container .correlation-chart-legend-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}
@media screen and (min-width: 480px) {
  .ant-correlation-chart-container .correlation-chart-legend-container {
    width: calculate-rem(320px);
  }
}
.ant-correlation-chart-container .correlation-chart-legend-container .legend-item {
  margin-left: 1.1428571429rem;
}
.ant-correlation-chart-container .correlation-chart-legend-container .label-title {
  margin-left: 2rem;
}
.ant-correlation-chart-container .correlation-chart-legend-container .label-icon {
  position: absolute;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  line-height: 1.0714285714rem;
  padding-left: 0.2142857143rem;
  border-radius: 0.7142857143rem;
}
.ant-correlation-chart-container .correlation-chart-legend-container .label-value {
  margin-left: 2rem;
  margin-top: 0.2857142857rem;
  line-height: 1.5714285714rem;
}

.ant-pipeline-chart {
  width: 100%;
  display: block;
}
.ant-pipeline-chart .text-value {
  fill: #333333;
  font-size: 1.2857142857rem;
  transform: translate(0, -7px);
  font-family: "Montserrat-Regular";
}
.ant-pipeline-chart .text-label {
  fill: #333333;
  font-size: 0.8571428571rem;
  transform: translate(0, -28px);
  font-family: "Lato-Bold";
}
@media screen and (max-width: 800px) {
  .ant-pipeline-chart .text-value {
    font-size: 0.8571428571rem;
    transform: translate(0, -6px);
  }
  .ant-pipeline-chart .text-label {
    transform: translate(0, -19px);
  }
}

.ant-pipeline-legend {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 30px;
  padding: 0;
}
.ant-pipeline-legend li {
  margin: 0 25px 10px 0;
  font-size: 0.8571428571rem;
}
.ant-pipeline-legend li:last-child {
  margin-right: 0;
}
.ant-pipeline-legend .color-dot {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  top: 1px;
  border-radius: 50%;
  margin-right: 5px;
}

/** Bubble Map */
.ant-bubble-map-container .ant-bubble-marker {
  fill: #286ce2;
  fill-opacity: 0.2;
  stroke: #286ce2;
  stroke-width: 1px;
}
.ant-bubble-map-container .ant-bubble-map-tooltip {
  background-color: #ffffff;
  border: thin solid #286ce2;
  padding: 1.7142857143rem;
  opacity: 0;
  position: absolute;
}

.date-selector-range {
  display: flex;
  flex-direction: row;
}
.date-selector-range button {
  appearance: none;
  background: #fff;
  border-top: 1px solid #286ce2;
  border-bottom: 1px solid #286ce2;
  border-left: 1px solid #286ce2;
  border-right: none;
  font-size: 0.8571428571rem;
  height: 30px;
  color: #286ce2;
  padding: 0 20px;
  font-weight: 700;
}
.date-selector-range button:last-child {
  border-right: 1px solid #286ce2;
}

.date-selector-nav button {
  appearance: none;
  border: none;
  background: none;
}
.date-selector-nav .current {
  font-size: 0.8571428571rem;
  color: #000;
  font-weight: 700;
}
.date-selector-nav .next span,
.date-selector-nav .prev span {
  font-family: "ant-motif-icons";
  display: inline-block;
  font-size: 1.4285714286rem;
  margin: 0 0.125rem;
  color: #286ce2;
}
.date-selector-nav .next span:before,
.date-selector-nav .prev span:before {
  content: "\e90f";
}
.date-selector-nav .next span {
  transform: rotate(-90deg);
}
.date-selector-nav .prev span {
  transform: rotate(90deg);
}

.ant-biometric-chart {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ant-biometric-chart .range-key {
  flex: 1;
  display: flex;
  align-items: center;
  height: 2.1428571429rem;
}
@media screen and (max-width: 800px) {
  .ant-biometric-chart .range-key {
    order: 4;
    margin-top: 1.7142857143rem;
    flex-basis: 100%;
  }
}
.ant-biometric-chart .range-key .block {
  height: 100%;
  width: 4.2857142857rem;
  background: rgba(0, 215, 149, 0.1);
  border-top: 1px dashed #3BB273;
  border-bottom: 1px dashed #3BB273;
  margin-right: 0.5714285714rem;
}
.ant-biometric-chart .range-key .text {
  font-size: 0.8571428571rem;
}
.ant-biometric-chart .date-range-selector {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.0714285714rem;
  flex-basis: 65%;
}
@media screen and (max-width: 800px) {
  .ant-biometric-chart .date-range-selector {
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ant-biometric-chart .date-range-selector .date-selector-range .btn.current {
  color: #ffffff;
  background: #286ce2;
}
.ant-biometric-chart .date-range-selector .date-selector-nav {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 2.1428571429rem;
  margin-left: 10%;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .ant-biometric-chart .date-range-selector .date-selector-nav {
    flex-basis: 100%;
    margin-top: 1.7142857143rem;
    margin-left: 0;
  }
}
.ant-biometric-chart #svg-biometric {
  position: relative;
  flex-basis: 100%;
}
.ant-biometric-chart #svg-biometric .axis--x path {
  display: none;
}
.ant-biometric-chart #svg-biometric .axis--x line {
  display: none;
}
.ant-biometric-chart #svg-biometric .axis--x text {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.ant-biometric-chart #svg-biometric .axis--y path, .ant-biometric-chart #svg-biometric .axis--y line {
  display: none;
}
.ant-biometric-chart #svg-biometric .axis--y text {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .ant-biometric-chart #svg-biometric .axis--y .tick:nth-child(odd) {
    opacity: 0;
  }
}
.ant-biometric-chart #svg-biometric .y-axis-grid text, .ant-biometric-chart #svg-biometric .y-axis-grid path {
  display: none;
}
.ant-biometric-chart #svg-biometric .y-axis-grid line {
  opacity: 0.05;
}
.ant-biometric-chart #svg-biometric .tool-tip {
  position: absolute;
  width: 0;
  height: 0;
  overflow: visible;
  background-color: black;
}
.ant-biometric-chart #svg-biometric .tool-tip .arrow_box {
  position: absolute;
  background: #fff;
  border: 1px solid #286CE2;
  padding: 10px;
  text-align: center;
  min-width: 8.9285714286rem;
  transform: translate(-50%, -115%);
  left: 0;
  top: 0;
}
.ant-biometric-chart #svg-biometric .tool-tip .arrow_box:after {
  top: calc(100% - 2px);
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  transform: translateX(-50%);
}
.ant-biometric-chart #svg-biometric .tool-tip .arrow_box:before {
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #286CE2;
  transform: translateX(-50%);
}
.ant-biometric-chart #svg-biometric .tool-tip .bio-value {
  font-size: 0.8571428571rem;
  font-weight: 700;
  margin: 0.3571428571rem 0;
}
.ant-biometric-chart #svg-biometric .tool-tip .bio-label,
.ant-biometric-chart #svg-biometric .tool-tip .bio-date {
  font-size: 0.8571428571rem;
}

/** Form Labels **/
/** Form Labels End **/
/** Error Handling **/
.ant-error-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  padding: 0.5rem 0;
}
.ant-error-container .ant-error {
  font-size: 12px;
  font-weight: bold;
}
.ant-error-container .ant-error--negative {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #cc0033;
}
.ant-error-container .ant-error--negative::before {
  display: block;
  font-family: "ant-motif-icons";
  content: "\e97f";
  margin-right: 0.25rem;
}
.ant-error-container-validation {
  margin: 0;
  max-height: 130px;
}
.ant-error-container-validation .ant-error {
  font-size: 10px;
  margin-bottom: 8px;
  margin-left: 6px;
  margin-right: 18px;
  align-items: center;
}
.ant-error-container-validation .ant-error::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #949494;
  margin-right: 6px;
  margin-bottom: 2px;
}
.ant-error-container-validation .ant-error.valid::before {
  background-color: #58abdf;
}

/** Error Handling Emd **/
/** Text Input Start **/
.ant-form-field-flex {
  display: inline-flex;
  align-items: baseline;
  width: 100%;
}

.ant-form-field {
  border: thin solid #949494;
}
.ant-form-field.has-error {
  border: thin solid #cc0033;
}
.ant-form-field.is-active {
  border: thin solid #286ce2;
}
.ant-form-field .ant-input {
  font-size: 0.8571428571rem;
  color: #555555;
  padding: 0.25rem 1rem;
  border: none;
}
.ant-form-field .ant-input::placeholder {
  color: #333;
  font-weight: normal;
}
.ant-form-field .ant-input::-moz-placeholder {
  color: #333;
  font-weight: normal;
}
.ant-form-field .ant-input::-webkit-input-placeholder {
  color: #333;
  font-weight: normal;
}
.ant-form-field .ant-input:-ms-input-placeholder {
  color: #333;
  font-weight: normal;
}
.ant-form-field.ant-text-secure {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.ant-form-field.ant-text-secure .ant-input {
  flex: 1 0 auto;
}
.ant-form-field.ant-text-secure .ant-text-button {
  cursor: pointer;
  border: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  display: inline-block;
  justify-self: flex-end;
}
.ant-form-field.ant-text-secure .ant-text-button::-moz-focus-inner {
  border: 0;
}
.ant-form-field.ant-text-secure .ant-text-button::before {
  display: block;
  font-family: "ant-motif-icons";
  content: "\e9bb";
}
.ant-form-field.ant-text-search {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
.ant-form-field.ant-text-search .ant-input {
  flex: 1 0 auto;
}
.ant-form-field.ant-text-search .ant-text-button {
  display: inline-block;
  justify-self: flex-end;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding-left: 3rem;
  padding-right: 3rem;
  background: #286ce2;
  border-color: #286ce2;
  color: #ffffff;
}

.ant-form-label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}

.ant-text-input {
  font-size: 0.8571428571rem;
  border: 1px solid #949494;
  color: #555555;
  padding: 0.25rem 1rem;
  height: 40px;
}
.ant-text-input.has-error {
  border: thin solid theme-color("danger");
}
.ant-text-input::placeholder {
  color: #333;
  font-weight: normal;
}
.ant-text-input::-moz-placeholder {
  color: #333;
  font-weight: normal;
}
.ant-text-input::-webkit-input-placeholder {
  color: #333;
  font-weight: normal;
}
.ant-text-input:-ms-input-placeholder {
  color: #333;
  font-weight: normal;
}

.form-item label {
  font-size: 1rem;
  font-weight: 500;
}

/** Text Input End **/
.ant-data-security-mask {
  display: inline-block;
  position: static;
}
.ant-data-security-mask .ant-security-mask-btn {
  border: none;
  background: transparent;
}
.ant-data-security-mask .ant-security-mask-icon {
  font-family: "ant-motif-icons";
}
.ant-data-security-mask .ant-security-mask-icon::after {
  display: block;
  content: "\e9bb";
}

/* Dropdown needs to match button */
.ant-auto-suggest {
  width: 176px;
}

/** Auto Suggest Dropdown End **/
/** Radio Button Styles **/
.prLabel {
  color: #555555;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  top: 0.3rem;
}
.prLabel:before {
  margin-right: 0.5rem;
  border-radius: 50%;
  border: 1px solid #949494;
}
.prLabel.active:before {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #286ce2 37%, #ffffff 45%);
  /* W3C */
  /* IE6-9 fallback on horizontal gradient */
}
.prLabel.prDisabled:before {
  background-color: #f7f7f7;
}
.prLabel.ant-error-state:before {
  border: 1px solid #cc0033;
}

/** Radio Button End **/
/** Select List **/
/* Width arbitrary until more detail */
.ant-lg-select {
  width: 500px;
  max-width: 100%;
}

.ant-md-select {
  width: 300px;
  max-width: 100%;
}

.ant-sm-select {
  width: 150px;
  max-width: 100%;
}

.pfSelect {
  position: relative;
}
.pfSelect .pfSelect-legend {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}
.pfSelect .psButton {
  background: transparent;
  border: 1px solid #949494;
  color: #666666;
  padding: 0.25rem 0.75rem;
  background: #ffffff;
  border-radius: 0px;
  height: 40px !important;
}
.pfSelect .psButton:focus {
  box-shadow: 0 0 3px 2px #286ce2;
}
.pfSelect .psButton .psActiveOption {
  display: inline-block;
  top: 0;
  width: calc(100% - 2.65rem);
  text-align: left;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pfSelect .psArrow {
  color: #333333;
  float: right;
  position: relative;
  font-family: "ant-motif-icons";
  height: 0;
}
.pfSelect .psArrow::before {
  content: "\eaa9";
}
.pfSelect .psActiveOption {
  font-size: 0.8571428571rem;
  color: #555555;
  width: unset;
  float: left;
}
.pfSelect.active .psDropdown {
  z-index: 200;
}
.pfSelect.active .psArrow::before {
  content: "\eaad";
}

.psLabel {
  font-size: 0.8571428571rem;
  font-weight: 400;
  padding: 1rem 0 1rem 0.75rem;
}
.psLabel:first-of-type {
  padding-top: 1.2857142857rem;
}
.psLabel:last-of-type {
  padding-bottom: 1.2857142857rem;
}
.psLabel.focus, .psLabel:hover {
  background: #286ce2;
  color: #ffffff;
  text-decoration: none;
}

.psDropdown.active {
  width: 100%;
  background: #ffffff;
  border: solid thin #949494;
  border-top: none;
  border-radius: 0;
  margin: 0;
}
.psDropdown.active:focus {
  outline: none;
}

/** Select List End **/
/** Checkbox **/
label.pcLabel {
  width: auto;
  margin-bottom: 0.5rem;
  font-size: 0.8571428571rem;
  color: #333333;
  margin-right: 0.5rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  margin-left: 2.25rem;
}
label.pcLabel::before {
  display: inline-block;
  position: absolute;
  border: 1px solid #949494;
  color: #286ce2;
  height: 1.25rem;
  width: 1.25rem;
  margin-left: -1.75rem;
  line-height: 0.9rem;
  text-indent: 0;
  border-radius: 0;
  font-weight: 600;
  top: 0.05rem;
  font-family: "ant-motif-icons";
  content: "";
  padding: 2px 0 0 3px;
}
label.pcLabel.pcDisabled::before {
  background-color: #cccccc;
}
label.pcLabel.active::before {
  text-indent: -1px;
  content: "\eb31";
  color: #fff;
  background: #286ce2;
}
label.pcLabel.ant-error-state::before {
  border: 1px #cc0033;
  background-color: #fff0fa;
}
label.pcLabel.focus {
  outline: thin solid #0079c2;
  outline-offset: 3px;
}

/** Checkbox End **/
/** Error Notification **/
/** Error Notification End **/
/** Toggle Button Component **/
.pfToggleB .ptLabel {
  width: 3.25rem;
  height: 1.5714285714rem;
  background-color: #cccccc;
  font-weight: 400;
}
.pfToggleB .ptLabel span {
  top: -15px;
}
.pfToggleB .ptLabel:before {
  content: " ";
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  margin: 0.0714285714rem;
  background-color: #ffffff;
}
.pfToggleB .ptLabel.active {
  background-color: #286ce2;
}

.pfToggleB .ptOption + .ptLabel.active:before {
  margin-left: 1.75rem;
}

.pfToggleB .ptOption + .ptLabel.focus {
  box-shadow: 0 0 5px #0079c2;
}

/** Toggle Button Component End **/
/** On/Off Switch Component **/
.pfToggleSwitch .ptLabel {
  display: inline-block;
  width: auto;
  border-color: #949494;
  padding: 0.3rem 0.75rem;
  margin-bottom: 0;
  font-weight: 400;
  background: white;
}
.pfToggleSwitch .ptLabel.active {
  background-color: #286ce2;
  color: #ffffff;
  border-color: #286ce2;
  outline: none;
}
.pfToggleSwitch .optionWrapper:first-of-type .ptLabel {
  border-radius: 0px;
}

.pfToggleSwitch .optionWrapper:last-of-type .ptLabel {
  border-right: 1px solid #949494;
  border-radius: 0px;
}

.pfToggleSwitch .optionWrapper:last-of-type .ptLabel.active {
  border-right: none;
}

/* sticky nav background color*/
.ant-sub-navigation-container,
.ant-pattern-library-sub-nav {
  background-color: #ffffff;
}

/** On/Off Switch Component End **/
/** Date Picker Start **/
.ui-datepicker {
  border-color: #69b3e7 #dcdcdc #dcdcdc;
}

.ui-datepicker-header {
  padding: 0.2em 0;
  background: #0079c2 none repeat scroll 0 0;
  color: #fff;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-left: -8px;
  margin-top: -8px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  color: #666666;
}

.ui-datepicker td.ui-datepicker-current-day a,
.ui-datepicker td a:hover {
  background: #0079c2 none repeat scroll 0 0;
  color: #fff;
}

td.ui-datepicker-unselectable span {
  color: #dcdcdc;
}

.ui-datepicker-prev::before,
.ui-datepicker-next::before {
  color: #ffffff;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker-trigger {
  color: #0079c2;
}

.hasDatepicker.focus,
.hasDatepicker.focus + .ui-datepicker-trigger .fa {
  border-color: #69b3e7;
}

.ui-datepicker-trigger span.ant-calendar-icon {
  color: #0079c2;
  border-left: 1px solid #666666;
  padding: 1px 0 0 7px;
}

.ui-datepicker-trigger span.ant-calendar-icon {
  font-family: "ant-motif-icons";
}
.ui-datepicker-trigger span.ant-calendar-icon.ant-calendar-calendar:before {
  content: "\e937";
}
.ui-datepicker-trigger span.ant-calendar-icon.ant-calendar-remove:before {
  content: "\e93b";
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev:hover {
  transform: rotate(90deg);
  left: 10px;
  top: -7px;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next:hover {
  transform: rotate(270deg);
  right: 10px;
  top: 10px;
}

.ui-datepicker-prev::before,
.ui-datepicker-next::before {
  font-family: "ant-motif-icons";
}

.ui-datepicker-prev::before {
  content: "\eaa9";
}

.ui-datepicker-next::before {
  content: "\eaa9";
}

input.pfText.hasDatepicker,
input.pfText.hasDatepicker:hover,
input.pfText.hasDatepicker:focus {
  width: 220px;
}

/** Date Picker End **/
/** Search Start **/
/** Search End **/
/* resetting legend and labels to be consistent in Motif */
legend,
label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
  padding: 0;
  border: 0;
  border-bottom: none;
}

.page-header-wrapper {
  background-image: url("/assets/images/motif/page-header-bg-center.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #286ce2;
  display: flex;
  flex-direction: column;
  position: relative;
}
.page-header-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/motif/page-header-bg-left.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}
.page-header-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/motif/page-header-bg-right.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.page-header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 3.7142857143rem;
  color: #ffffff;
}
.page-header-container .page-head {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
}
.page-header-container .page-header-text-container {
  display: none;
}
@media only screen and (min-width: 800px) {
  .page-header-container .page-header-text-container {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    text-align: right;
  }
  .page-header-container .page-header-text-container p,
  .page-header-container .page-header-text-container a {
    color: #ffffff;
    margin: 0px;
  }
  .page-header-container .page-header-text-container .page-header-icon {
    font-size: 2.7rem;
    margin-left: 1.75rem;
  }
}

.ant-actionable-input-field {
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  border: 1px solid #949494;
  border-radius: 0.1428571429rem;
  width: 100%;
  margin-top: 2.2857142857rem;
}
.ant-actionable-input-field .ant-search-field__input {
  position: relative;
  flex: 1 0 75%;
  height: 100%;
  display: flex;
}
.ant-actionable-input-field .ant-search-field__other {
  display: flex;
}
.ant-actionable-input-field .ant-search-input__delete {
  background: transparent;
  border: none;
  color: #666;
}
.ant-actionable-input-field .ant-search-input__delete .delete-icon {
  background: transparent;
  font-family: "ant-motif-icons";
  color: #286ce2;
  font-size: 1.7142857143rem;
  width: 3.4285714286rem;
  font-size: 1.2857142857rem;
}
.ant-actionable-input-field .ant-search-input__delete .delete-icon::before {
  display: block;
  content: "\e97f";
}
.ant-actionable-input-field .ant-search-input__delete:not(:focus) {
  outline: none;
}
.ant-actionable-input-field .ant-autocomplete-input {
  overflow: hidden;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 3.5714285714rem;
  width: 100%;
  padding: 1.2857142857rem 0.5714285714rem;
  font-size: 1.2857142857rem;
}
.ant-actionable-input-field .ant-autocomplete-input::placeholder {
  color: #666666;
  font-weight: normal;
}
.ant-actionable-input-field .ant-autocomplete-input::-moz-placeholder {
  color: #666666;
  font-weight: normal;
}
.ant-actionable-input-field .ant-autocomplete-input::-webkit-input-placeholder {
  color: #666666;
  font-weight: normal;
}
.ant-actionable-input-field .ant-autocomplete-input:-ms-input-placeholder {
  color: #666666;
  font-weight: normal;
}
.ant-actionable-input-field .ant-autocomplete-input:not(:focus) {
  outline: none;
}
.ant-actionable-input-field .ant-search-btn {
  background-color: transparent;
  border: none;
  height: 100%;
}
.ant-actionable-input-field .ant-search-btn:not(:focus) {
  outline: none;
}
.ant-actionable-input-field .search-input-icon {
  background: transparent;
  font-family: "ant-motif-icons";
  color: #286ce2;
  font-size: 1.7142857143rem;
  width: 3.4285714286rem;
}
.ant-actionable-input-field .search-input-icon::before {
  display: block;
  content: "\ea92";
  width: inherit;
}
.ant-actionable-input-field .search-input-icon:not(:focus) {
  outline: none;
}
.ant-actionable-input-field .icon {
  background: transparent;
  font-family: "ant-motif-icons";
  color: #286ce2;
  font-size: 1.7142857143rem;
  width: 3.4285714286rem;
}
.ant-actionable-input-field .ant-input-field {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-left: 1px solid #949494;
  height: 100%;
  padding: 0 1.1428571429rem;
}
.ant-actionable-input-field .ant-text-input {
  overflow: hidden;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 3.5714285714rem;
  width: 100%;
  padding: 1.2857142857rem 0.5714285714rem;
  font-size: 1.2857142857rem;
}
.ant-actionable-input-field .ant-text-input::placeholder {
  color: #666666;
  font-weight: normal;
}
.ant-actionable-input-field .ant-text-input::-moz-placeholder {
  color: #666666;
  font-weight: normal;
}
.ant-actionable-input-field .ant-text-input::-webkit-input-placeholder {
  color: #666666;
  font-weight: normal;
}
.ant-actionable-input-field .ant-text-input:-ms-input-placeholder {
  color: #666666;
  font-weight: normal;
}
.ant-actionable-input-field .ant-text-input:not(:focus) {
  outline: none;
}
.ant-actionable-input-field .ant-text-input::placeholder {
  color: inherit;
}
.ant-actionable-input-field .ant-text-input::-moz-placeholder {
  color: inherit;
}
.ant-actionable-input-field .ant-text-input::-webkit-input-placeholder {
  color: inherit;
}
.ant-actionable-input-field .ant-text-input:-ms-input-placeholder {
  color: inherit;
}

.ant-autocomplete-panel {
  display: flex;
  flex-direction: column;
  min-width: 48.5714285714rem;
  padding-top: 0.5714285714rem;
}
.ant-autocomplete-panel__listbox {
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(215, 222, 227, 0.39), 0 26px 90px 0 rgba(51, 60, 70, 0.3);
}

.actionable-header-results a {
  text-decoration: none;
}
.actionable-header-results .section-header {
  align-items: center;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  padding: 0.8571428571rem 1.7142857143rem;
}
.actionable-header-results .results-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.actionable-header-results .results-list li {
  border-bottom: 1px solid #e6e6e6;
  padding: 1.5rem 1.7142857143rem;
}
.actionable-header-results .results-list .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.actionable-header-results .results-list .distance {
  color: #666666;
  display: flex;
  align-items: center;
  margin: 0.6428571429rem 0;
}
.actionable-header-results .results-list .distance-icon:before {
  content: "\ea20";
  font-size: 1.4285714286rem;
  margin: 0 0.3571428571rem 0 -0.2142857143rem;
}
.actionable-header-results .results-list .address {
  margin-bottom: 0;
}
.actionable-header-results .star-rating {
  display: flex;
  flex-direction: row;
}
.actionable-header-results .star-rating .star {
  color: #cccccc;
  font-size: 1.0714285714rem;
}
.actionable-header-results .star-rating .star:before {
  content: "\e9c3";
}
.actionable-header-results .star-rating .star.active {
  color: #f89c52;
}
.actionable-header-results .star-rating .star + .star {
  margin-left: 5px;
}

.ant-panel-dropdown {
  display: block;
  width: 100%;
  height: 100%;
}
.ant-panel-dropdown__trigger {
  background: transparent;
  border: none;
  color: #666;
  height: 100%;
  width: 100%;
  color: #666666;
  font-weight: normal;
  text-align: center;
  font-size: 1.2857142857rem;
  padding: 0;
}
.ant-panel-dropdown__trigger:not(:focus) {
  outline: none;
}
.ant-panel-dropdown .trigger-icon {
  font-family: "ant-motif-icons";
  margin-left: 0.5714285714rem;
  font-size: 0.7857142857rem;
  color: inherit;
}
.ant-panel-dropdown .trigger-icon::after {
  content: "\eaa9";
}

.ant-panel {
  display: flex;
  flex-direction: column;
  padding-top: 0.5714285714rem;
}
.ant-panel .ant-panel-inner {
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(215, 222, 227, 0.39), 0 26px 90px 0 rgba(51, 60, 70, 0.3);
}
.ant-panel .ant-panel-content {
  padding: 2.2857142857rem;
}
.ant-panel .divider {
  display: block;
  height: 1px;
  border-top: 1px solid;
}
.ant-panel legend {
  font-size: 18px;
  margin-bottom: 1.7142857143rem;
}
.ant-panel .prLabel {
  margin-bottom: 1.1428571429rem;
}

.button-group .btn + .btn {
  margin-left: 1.1428571429rem;
}

.ant-input-field {
  flex: 1 1;
}

/*-------------------------------------------*\
  SPACING
\*-------------------------------------------*/
/** Margin spacers */
.motif-margin-top-0 {
  margin-top: 0rem;
}

.motif-margin-right-0 {
  margin-right: 0rem;
}

.motif-margin-bottom-0 {
  margin-bottom: 0rem;
}

.motif-margin-left-0 {
  margin-left: 0rem;
}

/** Padding spacers */
.motif-pad-top-0 {
  padding-top: 0rem;
}

.motif-pad-right-0 {
  padding-right: 0rem;
}

.motif-pad-bottom-0 {
  padding-bottom: 0rem;
}

.motif-pad-left-0 {
  padding-left: 0rem;
}

/** Margin spacers */
.motif-margin-top-1 {
  margin-top: 0.125rem;
}

.motif-margin-right-1 {
  margin-right: 0.125rem;
}

.motif-margin-bottom-1 {
  margin-bottom: 0.125rem;
}

.motif-margin-left-1 {
  margin-left: 0.125rem;
}

/** Padding spacers */
.motif-pad-top-1 {
  padding-top: 0.125rem;
}

.motif-pad-right-1 {
  padding-right: 0.125rem;
}

.motif-pad-bottom-1 {
  padding-bottom: 0.125rem;
}

.motif-pad-left-1 {
  padding-left: 0.125rem;
}

/** Margin spacers */
.motif-margin-top-2 {
  margin-top: 0.25rem;
}

.motif-margin-right-2 {
  margin-right: 0.25rem;
}

.motif-margin-bottom-2 {
  margin-bottom: 0.25rem;
}

.motif-margin-left-2 {
  margin-left: 0.25rem;
}

/** Padding spacers */
.motif-pad-top-2 {
  padding-top: 0.25rem;
}

.motif-pad-right-2 {
  padding-right: 0.25rem;
}

.motif-pad-bottom-2 {
  padding-bottom: 0.25rem;
}

.motif-pad-left-2 {
  padding-left: 0.25rem;
}

/** Margin spacers */
.motif-margin-top-3 {
  margin-top: 0.5rem;
}

.motif-margin-right-3 {
  margin-right: 0.5rem;
}

.motif-margin-bottom-3 {
  margin-bottom: 0.5rem;
}

.motif-margin-left-3 {
  margin-left: 0.5rem;
}

/** Padding spacers */
.motif-pad-top-3 {
  padding-top: 0.5rem;
}

.motif-pad-right-3 {
  padding-right: 0.5rem;
}

.motif-pad-bottom-3 {
  padding-bottom: 0.5rem;
}

.motif-pad-left-3 {
  padding-left: 0.5rem;
}

/** Margin spacers */
.motif-margin-top-4 {
  margin-top: 0.75rem;
}

.motif-margin-right-4 {
  margin-right: 0.75rem;
}

.motif-margin-bottom-4 {
  margin-bottom: 0.75rem;
}

.motif-margin-left-4 {
  margin-left: 0.75rem;
}

/** Padding spacers */
.motif-pad-top-4 {
  padding-top: 0.75rem;
}

.motif-pad-right-4 {
  padding-right: 0.75rem;
}

.motif-pad-bottom-4 {
  padding-bottom: 0.75rem;
}

.motif-pad-left-4 {
  padding-left: 0.75rem;
}

/** Margin spacers */
.motif-margin-top-5 {
  margin-top: 1rem;
}

.motif-margin-right-5 {
  margin-right: 1rem;
}

.motif-margin-bottom-5 {
  margin-bottom: 1rem;
}

.motif-margin-left-5 {
  margin-left: 1rem;
}

/** Padding spacers */
.motif-pad-top-5 {
  padding-top: 1rem;
}

.motif-pad-right-5 {
  padding-right: 1rem;
}

.motif-pad-bottom-5 {
  padding-bottom: 1rem;
}

.motif-pad-left-5 {
  padding-left: 1rem;
}

/** Margin spacers */
.motif-margin-top-6 {
  margin-top: 1.25rem;
}

.motif-margin-right-6 {
  margin-right: 1.25rem;
}

.motif-margin-bottom-6 {
  margin-bottom: 1.25rem;
}

.motif-margin-left-6 {
  margin-left: 1.25rem;
}

/** Padding spacers */
.motif-pad-top-6 {
  padding-top: 1.25rem;
}

.motif-pad-right-6 {
  padding-right: 1.25rem;
}

.motif-pad-bottom-6 {
  padding-bottom: 1.25rem;
}

.motif-pad-left-6 {
  padding-left: 1.25rem;
}

/** Margin spacers */
.motif-margin-top-7 {
  margin-top: 1.5rem;
}

.motif-margin-right-7 {
  margin-right: 1.5rem;
}

.motif-margin-bottom-7 {
  margin-bottom: 1.5rem;
}

.motif-margin-left-7 {
  margin-left: 1.5rem;
}

/** Padding spacers */
.motif-pad-top-7 {
  padding-top: 1.5rem;
}

.motif-pad-right-7 {
  padding-right: 1.5rem;
}

.motif-pad-bottom-7 {
  padding-bottom: 1.5rem;
}

.motif-pad-left-7 {
  padding-left: 1.5rem;
}

/** Margin spacers */
.motif-margin-top-8 {
  margin-top: 1.75rem;
}

.motif-margin-right-8 {
  margin-right: 1.75rem;
}

.motif-margin-bottom-8 {
  margin-bottom: 1.75rem;
}

.motif-margin-left-8 {
  margin-left: 1.75rem;
}

/** Padding spacers */
.motif-pad-top-8 {
  padding-top: 1.75rem;
}

.motif-pad-right-8 {
  padding-right: 1.75rem;
}

.motif-pad-bottom-8 {
  padding-bottom: 1.75rem;
}

.motif-pad-left-8 {
  padding-left: 1.75rem;
}

/** Margin spacers */
.motif-margin-top-9 {
  margin-top: 2rem;
}

.motif-margin-right-9 {
  margin-right: 2rem;
}

.motif-margin-bottom-9 {
  margin-bottom: 2rem;
}

.motif-margin-left-9 {
  margin-left: 2rem;
}

/** Padding spacers */
.motif-pad-top-9 {
  padding-top: 2rem;
}

.motif-pad-right-9 {
  padding-right: 2rem;
}

.motif-pad-bottom-9 {
  padding-bottom: 2rem;
}

.motif-pad-left-9 {
  padding-left: 2rem;
}

/** Margin spacers */
.motif-margin-top-10 {
  margin-top: 2.25rem;
}

.motif-margin-right-10 {
  margin-right: 2.25rem;
}

.motif-margin-bottom-10 {
  margin-bottom: 2.25rem;
}

.motif-margin-left-10 {
  margin-left: 2.25rem;
}

/** Padding spacers */
.motif-pad-top-10 {
  padding-top: 2.25rem;
}

.motif-pad-right-10 {
  padding-right: 2.25rem;
}

.motif-pad-bottom-10 {
  padding-bottom: 2.25rem;
}

.motif-pad-left-10 {
  padding-left: 2.25rem;
}

/** Margin spacers */
.motif-margin-top-11 {
  margin-top: 2.5rem;
}

.motif-margin-right-11 {
  margin-right: 2.5rem;
}

.motif-margin-bottom-11 {
  margin-bottom: 2.5rem;
}

.motif-margin-left-11 {
  margin-left: 2.5rem;
}

/** Padding spacers */
.motif-pad-top-11 {
  padding-top: 2.5rem;
}

.motif-pad-right-11 {
  padding-right: 2.5rem;
}

.motif-pad-bottom-11 {
  padding-bottom: 2.5rem;
}

.motif-pad-left-11 {
  padding-left: 2.5rem;
}

/** Margin spacers */
.motif-margin-top-12 {
  margin-top: 2.75rem;
}

.motif-margin-right-12 {
  margin-right: 2.75rem;
}

.motif-margin-bottom-12 {
  margin-bottom: 2.75rem;
}

.motif-margin-left-12 {
  margin-left: 2.75rem;
}

/** Padding spacers */
.motif-pad-top-12 {
  padding-top: 2.75rem;
}

.motif-pad-right-12 {
  padding-right: 2.75rem;
}

.motif-pad-bottom-12 {
  padding-bottom: 2.75rem;
}

.motif-pad-left-12 {
  padding-left: 2.75rem;
}

/** Margin spacers */
.motif-margin-top-13 {
  margin-top: 3rem;
}

.motif-margin-right-13 {
  margin-right: 3rem;
}

.motif-margin-bottom-13 {
  margin-bottom: 3rem;
}

.motif-margin-left-13 {
  margin-left: 3rem;
}

/** Padding spacers */
.motif-pad-top-13 {
  padding-top: 3rem;
}

.motif-pad-right-13 {
  padding-right: 3rem;
}

.motif-pad-bottom-13 {
  padding-bottom: 3rem;
}

.motif-pad-left-13 {
  padding-left: 3rem;
}

/** Margin spacers */
.motif-margin-top-14 {
  margin-top: 3.25rem;
}

.motif-margin-right-14 {
  margin-right: 3.25rem;
}

.motif-margin-bottom-14 {
  margin-bottom: 3.25rem;
}

.motif-margin-left-14 {
  margin-left: 3.25rem;
}

/** Padding spacers */
.motif-pad-top-14 {
  padding-top: 3.25rem;
}

.motif-pad-right-14 {
  padding-right: 3.25rem;
}

.motif-pad-bottom-14 {
  padding-bottom: 3.25rem;
}

.motif-pad-left-14 {
  padding-left: 3.25rem;
}

/** Margin spacers */
.motif-margin-top-15 {
  margin-top: 3.5rem;
}

.motif-margin-right-15 {
  margin-right: 3.5rem;
}

.motif-margin-bottom-15 {
  margin-bottom: 3.5rem;
}

.motif-margin-left-15 {
  margin-left: 3.5rem;
}

/** Padding spacers */
.motif-pad-top-15 {
  padding-top: 3.5rem;
}

.motif-pad-right-15 {
  padding-right: 3.5rem;
}

.motif-pad-bottom-15 {
  padding-bottom: 3.5rem;
}

.motif-pad-left-15 {
  padding-left: 3.5rem;
}

/** Margin spacers */
.motif-margin-top-16 {
  margin-top: 3.75rem;
}

.motif-margin-right-16 {
  margin-right: 3.75rem;
}

.motif-margin-bottom-16 {
  margin-bottom: 3.75rem;
}

.motif-margin-left-16 {
  margin-left: 3.75rem;
}

/** Padding spacers */
.motif-pad-top-16 {
  padding-top: 3.75rem;
}

.motif-pad-right-16 {
  padding-right: 3.75rem;
}

.motif-pad-bottom-16 {
  padding-bottom: 3.75rem;
}

.motif-pad-left-16 {
  padding-left: 3.75rem;
}

/** Margin spacers */
.motif-margin-top-17 {
  margin-top: 4rem;
}

.motif-margin-right-17 {
  margin-right: 4rem;
}

.motif-margin-bottom-17 {
  margin-bottom: 4rem;
}

.motif-margin-left-17 {
  margin-left: 4rem;
}

/** Padding spacers */
.motif-pad-top-17 {
  padding-top: 4rem;
}

.motif-pad-right-17 {
  padding-right: 4rem;
}

.motif-pad-bottom-17 {
  padding-bottom: 4rem;
}

.motif-pad-left-17 {
  padding-left: 4rem;
}

/** Margin spacers */
.motif-margin-top-18 {
  margin-top: 4.25rem;
}

.motif-margin-right-18 {
  margin-right: 4.25rem;
}

.motif-margin-bottom-18 {
  margin-bottom: 4.25rem;
}

.motif-margin-left-18 {
  margin-left: 4.25rem;
}

/** Padding spacers */
.motif-pad-top-18 {
  padding-top: 4.25rem;
}

.motif-pad-right-18 {
  padding-right: 4.25rem;
}

.motif-pad-bottom-18 {
  padding-bottom: 4.25rem;
}

.motif-pad-left-18 {
  padding-left: 4.25rem;
}

/** Margin spacers */
.motif-margin-top-19 {
  margin-top: 4.5rem;
}

.motif-margin-right-19 {
  margin-right: 4.5rem;
}

.motif-margin-bottom-19 {
  margin-bottom: 4.5rem;
}

.motif-margin-left-19 {
  margin-left: 4.5rem;
}

/** Padding spacers */
.motif-pad-top-19 {
  padding-top: 4.5rem;
}

.motif-pad-right-19 {
  padding-right: 4.5rem;
}

.motif-pad-bottom-19 {
  padding-bottom: 4.5rem;
}

.motif-pad-left-19 {
  padding-left: 4.5rem;
}

/** Margin spacers */
.motif-margin-top-20 {
  margin-top: 4.75rem;
}

.motif-margin-right-20 {
  margin-right: 4.75rem;
}

.motif-margin-bottom-20 {
  margin-bottom: 4.75rem;
}

.motif-margin-left-20 {
  margin-left: 4.75rem;
}

/** Padding spacers */
.motif-pad-top-20 {
  padding-top: 4.75rem;
}

.motif-pad-right-20 {
  padding-right: 4.75rem;
}

.motif-pad-bottom-20 {
  padding-bottom: 4.75rem;
}

.motif-pad-left-20 {
  padding-left: 4.75rem;
}

/** Margin spacers */
.motif-margin-top-21 {
  margin-top: 5rem;
}

.motif-margin-right-21 {
  margin-right: 5rem;
}

.motif-margin-bottom-21 {
  margin-bottom: 5rem;
}

.motif-margin-left-21 {
  margin-left: 5rem;
}

/** Padding spacers */
.motif-pad-top-21 {
  padding-top: 5rem;
}

.motif-pad-right-21 {
  padding-right: 5rem;
}

.motif-pad-bottom-21 {
  padding-bottom: 5rem;
}

.motif-pad-left-21 {
  padding-left: 5rem;
}

/** Margin spacers */
.motif-margin-top-22 {
  margin-top: 5.25rem;
}

.motif-margin-right-22 {
  margin-right: 5.25rem;
}

.motif-margin-bottom-22 {
  margin-bottom: 5.25rem;
}

.motif-margin-left-22 {
  margin-left: 5.25rem;
}

/** Padding spacers */
.motif-pad-top-22 {
  padding-top: 5.25rem;
}

.motif-pad-right-22 {
  padding-right: 5.25rem;
}

.motif-pad-bottom-22 {
  padding-bottom: 5.25rem;
}

.motif-pad-left-22 {
  padding-left: 5.25rem;
}

/** Margin spacers */
.motif-margin-top-23 {
  margin-top: 5.5rem;
}

.motif-margin-right-23 {
  margin-right: 5.5rem;
}

.motif-margin-bottom-23 {
  margin-bottom: 5.5rem;
}

.motif-margin-left-23 {
  margin-left: 5.5rem;
}

/** Padding spacers */
.motif-pad-top-23 {
  padding-top: 5.5rem;
}

.motif-pad-right-23 {
  padding-right: 5.5rem;
}

.motif-pad-bottom-23 {
  padding-bottom: 5.5rem;
}

.motif-pad-left-23 {
  padding-left: 5.5rem;
}

/** Margin spacers */
.motif-margin-top-24 {
  margin-top: 5.75rem;
}

.motif-margin-right-24 {
  margin-right: 5.75rem;
}

.motif-margin-bottom-24 {
  margin-bottom: 5.75rem;
}

.motif-margin-left-24 {
  margin-left: 5.75rem;
}

/** Padding spacers */
.motif-pad-top-24 {
  padding-top: 5.75rem;
}

.motif-pad-right-24 {
  padding-right: 5.75rem;
}

.motif-pad-bottom-24 {
  padding-bottom: 5.75rem;
}

.motif-pad-left-24 {
  padding-left: 5.75rem;
}

/** Margin spacers */
.motif-margin-top-25 {
  margin-top: 6rem;
}

.motif-margin-right-25 {
  margin-right: 6rem;
}

.motif-margin-bottom-25 {
  margin-bottom: 6rem;
}

.motif-margin-left-25 {
  margin-left: 6rem;
}

/** Padding spacers */
.motif-pad-top-25 {
  padding-top: 6rem;
}

.motif-pad-right-25 {
  padding-right: 6rem;
}

.motif-pad-bottom-25 {
  padding-bottom: 6rem;
}

.motif-pad-left-25 {
  padding-left: 6rem;
}

/** Margin spacers */
.motif-margin-top-26 {
  margin-top: 6.25rem;
}

.motif-margin-right-26 {
  margin-right: 6.25rem;
}

.motif-margin-bottom-26 {
  margin-bottom: 6.25rem;
}

.motif-margin-left-26 {
  margin-left: 6.25rem;
}

/** Padding spacers */
.motif-pad-top-26 {
  padding-top: 6.25rem;
}

.motif-pad-right-26 {
  padding-right: 6.25rem;
}

.motif-pad-bottom-26 {
  padding-bottom: 6.25rem;
}

.motif-pad-left-26 {
  padding-left: 6.25rem;
}

/*-------------------------------------------*\
  Header
\*-------------------------------------------*/
.change-angular-version-link,
.toggle-app {
  display: none;
}

#sideNav.affix-top {
  padding: 150px 0px 0px;
}

.top-bar {
  padding: 0px 0px 1.25rem;
}

#hideme4,
#hideme,
#hideme2,
#hideme3,
#defaultSelectorCarousel {
  display: none;
}

.section-header {
  position: relative;
  display: inline-block;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.header-page-name {
  position: relative;
  display: inline-block;
  color: #666666;
  font-size: 1.1428571429rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin: 0px 0px 0.125rem 0px;
  padding: 0px;
}
.header-page-name:after {
  content: "";
  position: absolute;
  background: #58abdf;
  height: 1px;
  width: 110%;
  top: -22px;
  left: 0px;
}

.header-section-name {
  color: #555555;
  font-size: 1.5714285714rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}

.section-header-two {
  position: relative;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #555555;
  line-height: 1.36;
  margin-bottom: 40px;
}
.section-header-two:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 45px;
  height: 4px;
  background-color: #81cfc2;
}

.section-header-three {
  font-family: "Lato", sans-serif;
  font-size: 1.5714285714rem;
  font-weight: normal;
  color: #666666;
  position: relative;
  padding: 1.5rem 0;
  margin-left: 20px;
}
.section-header-three:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  top: 20px;
  left: -20px;
  background-color: #81cfc2;
}

.section-header-three-small {
  font-size: 1.2857142857rem;
}

.body-header {
  font-size: 1rem;
  font-weight: 300;
}

.motif-widget-lg {
  margin: 60px 0px;
}

.motif-widget-sm {
  margin: 40px 0;
}

.callout-full-shadow {
  box-shadow: inset 0 0 5px 0 rgba(215, 222, 227, 0.39), 0 6px 20px 0 rgba(51, 60, 70, 0.3);
}

.callout-light-shadow {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}

.gradient-one-bg {
  background: linear-gradient(180deg, rgb(42, 181, 202), rgb(0, 121, 194));
}
.gradient-one-bg .motif-card-item {
  background: #fff;
  padding: 30px;
  margin: 60px 0px;
}

/** Callouts **/
.full-callout {
  background: linear-gradient(123deg, rgb(42, 181, 202) 0%, #0079c2 100%);
  color: #ffffff;
  line-height: 1.76;
}
.full-callout h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 25px;
}
.full-callout h5 {
  margin-top: 0;
}
.full-callout .content-row {
  padding: 50px 0 50px 0;
}
.full-callout .callout-block {
  background: #ffffff;
  color: #666666;
  width: 89%;
  padding: 27px 58px 30px 25px;
  line-height: normal;
  font-size: 14px;
  box-shadow: 0 0 20px 0 rgba(215, 222, 227, 0.39), 0 26px 90px 0 rgba(51, 60, 70, 0.3);
}
.full-callout .callout-block button {
  margin-top: 33px;
  border-radius: 3px;
}
.full-callout .callout-block h6 {
  margin-bottom: 12px;
}
.full-callout .callout-block .content-info {
  font-size: 12px;
  margin-top: 25px;
}
.full-callout .callout-block .content-info.ant-margin-0 {
  margin-top: 5px;
}
.full-callout .callout-block .content-info.ant-margin-0 h6 {
  margin-top: 0;
}
.full-callout .callout-block .content-info p {
  margin: 0;
}
.full-callout .callout-block .content-info span {
  font-size: 28px;
  font-weight: 600;
  color: #81cfc2;
}
.full-callout .callout-block .content-info h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.page-callout p {
  margin-top: 10px;
}
.page-callout .page-callout-container {
  background: linear-gradient(351deg, #48c9ff 0%, #0079c2 100%);
  color: #ffffff;
  padding: 60px 85px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.page-callout .page-callout-container h1,
.page-callout .page-callout-container h2,
.page-callout .page-callout-container h3,
.page-callout .page-callout-container h4,
.page-callout .page-callout-container h5,
.page-callout .page-callout-container h6 {
  margin-bottom: 0.75rem;
}
.page-callout .page-callout-container .callout-arrow {
  height: 50px;
  width: 50px;
  border-radius: 30px;
  background: #ffffff;
  position: absolute;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  left: 50%;
  bottom: -25px;
  padding-top: 7px;
  transform: translate(-50%, 0);
  color: #53b1a3;
  font-family: "ant-motif-icons";
  font-size: 31px;
}

/* section call out */
.callout-link {
  margin-bottom: 2.8571428571rem;
}
.callout-link .callout-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.25rem;
}
.callout-link .callout-row:last-child {
  margin-bottom: 0px;
}
.callout-link .callout-row .callout-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  height: 5rem;
  width: 5rem;
  background: #81cfc2;
  color: #ffffff;
  border-radius: 100%;
  font-family: "ant-motif-icons";
  margin-right: 1.25rem;
}
.callout-link .callout-row .icon-doctor-bag:before {
  content: "\e98c";
}
.callout-link .callout-row .icon-laptop:before {
  content: "\eacd";
}
.callout-link .callout-row .icon-stethescope:before {
  content: "\eabb";
}
.callout-link .callout-row .icon-membercard:before {
  content: "\e9f4";
}
.callout-link .callout-row .callout-text h1, .callout-link .callout-row .callout-text h2, .callout-link .callout-row .callout-text h3, .callout-link .callout-row .callout-text h4, .callout-link .callout-row .callout-text h5, .callout-link .callout-row .callout-text h6 {
  text-decoration: none;
  font-size: 1.2857142857rem;
  font-weight: 700;
}
.callout-link .callout-row .callout-text p, .callout-link .callout-row .callout-text span {
  color: #666;
  font-size: 1.1428571429rem;
  line-height: 1.38;
  width: 220px;
  margin: 0.25rem 0px 0px 0px;
}

h3.item-heading.ant-heading-four.counter--modifier {
  margin-top: 55px;
}
h3.item-heading.ant-heading-four.counter--modifier:before {
  content: "10.3 //";
}

.cards-wrapper .cards-container {
  display: flex;
}
.cards-wrapper .card {
  width: 15%;
}
.cards-wrapper .card.card-flat {
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.cards-wrapper .card.card-popover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}
.cards-wrapper .card.card-hover {
  box-shadow: 0 0 20px 0 rgba(215, 222, 227, 0.39), 0 26px 90px 0 rgba(51, 60, 70, 0.3);
}
.cards-wrapper .card.large-card {
  width: 100%;
}
.cards-wrapper .card.medium-card {
  width: 50%;
}
.cards-wrapper .card.small-card {
  width: 30%;
}

/** Footer **/
/** FOOTER code **/
.footer-block-0,
.footer-nav {
  display: flex;
  flex-direction: row;
}
.footer-block-0 ul,
.footer-nav ul {
  list-style-type: none;
  padding: 0;
}
.footer-block-0 ul:nth-child(2),
.footer-nav ul:nth-child(2) {
  margin-left: 11.4285714286rem;
}
.footer-block-0 ul li,
.footer-nav ul li {
  margin-bottom: 0.75rem;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  margin-left: 0.5rem;
}
.footer-social .social {
  display: flex;
  flex-direction: column;
}
.footer-social .social .social-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
  margin-left: 1rem;
}
.footer-social .social .social-container .social-icon-footer {
  font-size: 30px;
  margin-right: 0.5rem;
}
.footer-social .footer-app {
  display: flex;
  flex-direction: row;
  margin-top: 0.5rem;
}
.footer-social .footer-app a {
  display: block;
}
.footer-social .footer-app a .mobile-app-icon {
  height: 40px;
  width: 40px;
  margin-right: 0.75rem;
}

.footer-bottom {
  padding-top: 2.25rem;
  width: 100%;
}
.footer-bottom .bottom-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-bottom .bottom-content .bottom-text {
  line-height: 1.5;
  margin-right: 10.3571428571rem;
}
.footer-bottom .bottom-content .dropdown-btn-wrapper button.dropdown-toggle {
  font-size: 1rem;
  color: #555555;
  background: #fff;
  padding: 1.25rem 48px 1.25rem 1.25rem;
  border: none;
}
.footer-bottom .bottom-content .dropdown-btn-wrapper .ant-main-div.ng-star-inserted ul.dropdown-menu {
  width: 100%;
  top: -200%;
  right: 0px;
  left: auto;
  min-width: auto;
  padding: 0;
  margin: 0;
  box-shadow: none;
  float: none;
  border-radius: 0px;
  background-clip: border-box;
}
.footer-bottom .bottom-content span.fa.fa-caret-down {
  font-size: 1.7857142857rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-bottom .wcag-image-container {
  border-right: 1px solid white;
  padding-right: 25px;
  width: 150px;
  object-fit: cover;
  margin-right: 25px;
  align-items: center;
}
.footer-bottom .wcag-image {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .footer-bottom .wcag-image-container {
    width: 125px;
  }
}

@media only screen and (max-width: 800px) {
  .footer-block-0,
  .footer-nav {
    width: 100%;
    flex-wrap: wrap;
    border-right: none;
    border-top: solid 1px #949494;
  }
  .footer-block-0 ul:first-child,
  .footer-nav ul:first-child {
    width: 100%;
    border-bottom: solid 1px #949494;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .footer-block-0 ul:nth-child(2),
  .footer-nav ul:nth-child(2) {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-top: 0.8571428571rem;
    margin-bottom: 0.8571428571rem;
  }
  .footer-block-0 ul:nth-child(2) li,
  .footer-nav ul:nth-child(2) li {
    position: relative;
    margin-right: 1.5rem;
  }
  .footer-block-0 ul:nth-child(2) li:after,
  .footer-nav ul:nth-child(2) li:after {
    content: "";
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    height: 3px;
    width: 3px;
    top: 50%;
    transform: translate(-50%);
    right: -12px;
  }
  .footer-block-0 ul:nth-child(2) li:last-child,
  .footer-nav ul:nth-child(2) li:last-child {
    margin-right: 0;
  }
  .footer-block-0 ul:nth-child(2) li:last-child:after,
  .footer-nav ul:nth-child(2) li:last-child:after {
    display: none;
  }
  .footer-social {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding-bottom: 2.25rem;
  }
  .footer-social .footer-app {
    margin-top: 0px;
    margin-left: 12px;
  }
  .footer-social .footer-app a.display-none-mobile {
    display: none;
  }
  .footer-social .social {
    flex-direction: row;
    margin-left: 0;
  }
  .footer-social .social .social-container {
    margin-bottom: 0;
  }
  .footer-social .social .social-container .display-none-mobile {
    display: none;
  }
  .footer-social .social .social-container .social-icon-footer {
    font-size: 2.8571428571rem;
  }
  .footer-bottom .bottom-content .bottom-text {
    margin-right: 0px;
  }
}
.uxd-footer {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  width: 100%;
  background: #37475a;
}
.uxd-footer .footer-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.uxd-footer .footer-container:before, .uxd-footer .footer-container:after {
  content: " ";
  display: table;
}
.uxd-footer .footer-container:after {
  clear: both;
}
@media (min-width: 800px) {
  .uxd-footer .footer-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .uxd-footer .footer-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .uxd-footer .footer-container {
    width: 1170px;
  }
}
.uxd-footer .footer-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.uxd-footer .footer-flex a,
.uxd-footer .footer-flex span,
.uxd-footer .footer-flex p,
.uxd-footer .footer-flex li {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}
.uxd-footer .footer-block {
  border-bottom: solid 1px #949494;
}
.uxd-footer .footer-block.footer-block-0 {
  width: 66.6666666667%;
  border-right: solid 1px #949494;
  order: 1;
}
.uxd-footer .footer-block.footer-block-1 {
  width: 33.3333333333%;
  order: 2;
}
.uxd-footer .footer-block.footer-block-2 {
  border-bottom: none;
  order: 3;
}

@media only screen and (max-width: 800px) {
  .uxd-footer {
    padding-top: 2.25rem;
  }
  .uxd-footer .footer-block.footer-block-0 {
    width: 100%;
    border-right: none;
    order: 2;
  }
  .uxd-footer .footer-block.footer-block-1 {
    width: 100%;
    order: 1;
    border-bottom: none;
  }
  .uxd-footer .footer-block.footer-block-2 {
    border-bottom: none;
    order: 3;
  }
  .uxd-footer .app-link-text {
    display: flex;
    align-items: center;
  }
  .uxd-footer .display-none-mobile {
    display: none;
  }
}
.media-icon {
  font-family: "ant-motif-icons";
  text-decoration: none;
}
.media-icon.media-icon-twitter::before {
  content: "\eaeb";
}
.media-icon.media-icon-facebook::before {
  content: "\e9bc";
}
.media-icon.media-icon-youtube::before {
  content: "\eb1c";
}

/** mod class is for presentation purposes with the styleguide.html **/
.mod {
  position: relative;
  background: #ffffff;
}

h3.item-heading.item--modifier:before {
  content: "10.2 //";
}

/** FLOATING FOOTER **/
/** Navigation **/
/** Secondary Navigation **/
.danger {
  color: blue;
}

.success {
  color: red;
}

.sidebar-nav {
  margin-bottom: 3.4285714286rem;
}
.sidebar-nav .siderail-header {
  margin-bottom: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4285714286rem;
  font-weight: 300;
  color: #555555;
}
.sidebar-nav .sidebar-list {
  list-style-type: none;
  padding-left: 1rem;
}
.sidebar-nav .sidebar-list .sidebar-item {
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #555555;
  font-weight: 300;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  transition: 250ms;
  border: none;
  background: transparent;
}
.sidebar-nav .sidebar-list .sidebar-item.is-active {
  color: #286ce2;
  font-weight: bold;
}
.sidebar-nav .sidebar-list .sidebar-item:hover {
  color: #286ce2;
}

/** Lockups **/
/** Grid **/
/** File Upload **/
.ant-file-card {
  display: inline-block;
  background-color: #eee;
  padding: 14px 8px;
}
.ant-file-card:before, .ant-file-card:after {
  content: " ";
  display: table;
}
.ant-file-card:after {
  clear: both;
}

.file-icon {
  display: block;
  width: 47px;
  height: 63px;
  border: thin solid #ccc;
  background-color: #fff;
}

.ant-card-header,
.ant-card-body {
  float: left;
}
.ant-card-header:before, .ant-card-header:after,
.ant-card-body:before,
.ant-card-body:after {
  content: " ";
  display: table;
}
.ant-card-header:after,
.ant-card-body:after {
  clear: both;
}

.ant-card-content-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ant-card-header-title {
  margin-bottom: 18px;
}

.ant-card-body {
  margin-left: 12px;
}

.ant-file-title {
  margin: 0;
  font-size: 14px;
}

.ant-file-subtitle {
  margin: 0;
  font-size: 14px;
}

.ant-file-button {
  background-color: transparent;
  border: none;
}

.ant-card-progress-bar {
  max-width: 175px;
}

.overlay-on {
  overflow: hidden;
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  z-index: 3000;
}
.overlay-container .overlay-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(55, 71, 90);
  opacity: 0;
  pointer-events: auto;
  transition: 125ms opacity ease-in;
  -webkit-tap-highlight-color: transparent;
}
.overlay-container .overlay-backdrop.fade-in {
  opacity: 0.9;
  z-index: 1000;
}
.overlay-container .overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-container {
  display: block;
  height: 100%;
  pointer-events: none;
  width: 100%;
}
.modal-container.dialog {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .modal-container.dialog {
    padding: 0 15px;
  }
}
.modal-container.slide-in {
  width: 90%;
}
.modal-container.slide-in .modal-panel {
  position: absolute;
}
.modal-container.slide-in.right .modal-panel, .modal-container.slide-in.bottom .modal-panel {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 800px) {
  .modal-container.slide-in {
    width: 60%;
  }
}

.modal-panel {
  background-color: #fff;
  display: block;
  pointer-events: auto;
  position: relative;
  z-index: 3500;
}

.pagination-footer {
  display: flex;
  justify-content: space-between;
}
.pagination-footer div {
  min-width: 15%;
}
.pagination-footer .pagination-container {
  text-align: center;
  margin-top: 3px;
  padding: 0 5px;
}
.pagination-footer .pagination-btn {
  border-style: none;
  color: #00609a;
  font-size: 1.2857142857rem;
  padding: 0;
  background-color: unset;
}
.pagination-footer .paginate-dot {
  content: " ";
  border-radius: 50%;
  padding: 0 6px;
  font-size: 8px;
  margin: 6px;
  background-color: #4da1d4;
}
.pagination-footer .paginate-dot.active {
  background-color: #00609a;
}

.uxd-overlay-pane {
  height: inherit;
}

.ant-scroll-block {
  overflow: hidden !important;
}

/*-------------------------------------------*\
  Example Login Modal (to be removed)
\*-------------------------------------------*/
.modal-container .login-modal {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .modal-container .login-modal {
    width: 42.8571428571rem;
  }
}
.modal-container .login-modal .modal-title {
  font-size: 1.5714285714rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 1.75rem;
}
.modal-container .login-modal .modal-component-body {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 1.75rem;
}
.modal-container .login-modal .username,
.modal-container .login-modal .password {
  width: 100%;
}
.modal-container .close {
  float: right;
  height: 28px;
  width: 28px;
  opacity: 1;
}
.modal-container .close .close-icon {
  width: 100%;
  height: inherit;
  font-family: "ant-motif-icons";
  color: #555555;
}
.modal-container.dialog .close {
  font-size: 2.5rem;
}
.modal-container.dialog .close .close-icon:before {
  content: "\e93b";
}
.modal-container.slide-in .close {
  font-size: 1.5rem;
  background-color: #f7f7f7;
  height: 4.28571429rem;
  width: 4.28571429rem;
}
.modal-container.slide-in .close .close-icon {
  font-weight: 300;
  color: #286ce2;
}
.modal-container.slide-in.left .modal-panel {
  height: 100%;
  width: 90%;
}
@media screen and (min-width: 800px) {
  .modal-container.slide-in.left .modal-panel {
    width: 60%;
  }
}
.modal-container.slide-in.left .close .close-icon:before {
  content: "\ea0d";
}
.modal-container.slide-in.right .modal-panel {
  height: 100%;
  width: 90%;
}
@media (min-width: 800px) {
  .modal-container.slide-in.right .modal-panel {
    width: 60%;
  }
}
.modal-container.slide-in.right .close {
  top: 0;
  left: 0;
  float: left;
}
.modal-container.slide-in.right .close .close-icon:before {
  content: "\ea7c";
}
.modal-container.slide-in.top .modal-panel {
  width: 100%;
  height: 90%;
}
@media screen and (min-width: 1024px) {
  .modal-container.slide-in.top .modal-panel {
    height: 60%;
  }
}
.modal-container.slide-in.top .close {
  bottom: 0;
  right: 0;
}
.modal-container.slide-in.top .close .close-icon:before {
  content: "\eaf5";
}
.modal-container.slide-in.bottom .modal-panel {
  width: 100%;
  height: 90%;
}
@media screen and (min-width: 1024px) {
  .modal-container.slide-in.bottom .modal-panel {
    height: 60%;
  }
}
.modal-container.slide-in.bottom .close {
  top: 0;
  right: 0;
}
.modal-container.slide-in.bottom .close .close-icon:before {
  content: "\e998";
}

.overlay-container .overlay-backdrop.white-background {
  background-color: #ffffff;
  opacity: 0.6;
}

.overlay-container .disable-backdrop-click {
  pointer-events: none;
}

.modal-sticky-footer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal-sticky-footer .sticky-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  height: 100%;
}
.modal-sticky-footer .sticky-footer {
  display: flex;
  justify-content: flex-end;
  padding: 1.7857142857rem;
  box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.1);
}
.modal-sticky-footer .sticky-footer .btn {
  margin-left: 0.8571428571rem;
}

/** Accordions **/
.expand {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}

.nav-pills li:last-of-type a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left: 0;
}

.nav-pills li:first-of-type a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 0;
}

/* Tabbed View - TEAL */
.tabs.teal ul.nav-pills {
  border-bottom: 1px solid #949494;
}
.tabs.teal ul.nav-pills li {
  background: transparent;
}
.tabs.teal ul.nav-pills li a {
  background: transparent;
  color: #286ce2;
  font-weight: 400;
  border: none;
}
.tabs.teal ul.nav-pills li.active {
  background: transparent;
}
.tabs.teal ul.nav-pills li.active a {
  color: #286ce2;
}
.tabs.teal ul.nav-pills li.active a:after {
  background-color: #0a8194;
  background-color: #81cfc2;
}

/** Carousels **/
/** Tables **/
.table {
  border-spacing: 0;
  font-family: "Montserrat", sans-serif;
}
.table.table-border th, .table.table-border td {
  border: 1px solid #CCCCCC;
}
.table.table-border .table-header {
  border-top: none;
}
.table.table-border .table-data {
  border-bottom: none;
}
.table.table-border .table-header:first-child, .table.table-border .table-data:first-child {
  border-left: none;
}
.table.table-border .table-header:last-child, .table.table-border .table-data:last-child {
  border-right: none;
}
.table.ant-table .table-row {
  display: flex;
  align-items: baseline;
  justify-content: stretch;
  flex-direction: row;
}
.table.ant-table .table-data {
  flex-basis: 25%;
}
.table .table-header {
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  padding: 20px 15px 10px 15px;
  border-top: none;
}
.table .table-data {
  font-weight: 300;
  font-size: 14px;
  padding: 20px 15px;
  text-align: left;
  border-top: none;
}
.table .table-data:before {
  content: attr(data-th) ": ";
  display: none;
  width: 100%;
  font-weight: 700;
}
.table.zebra-stripes .table-row:nth-child(2n+3) {
  background: #f7f7f7;
}

@media (max-width: 800px) {
  .table {
    min-width: 100%;
    text-align: right;
  }
  .table .table-data {
    display: block;
    text-align: left;
    margin: 15px;
    padding: 0;
  }
  .table .table-data:before {
    display: inline;
    text-align: inherit;
  }
  .table .table-header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
/** Alphabet Tabs **/
.ant-alphabet-tabs-container .ant-alphabet-tabs ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li {
  font-size: 0.8571428571rem;
  padding: 0.125rem 0.5rem;
  border-right: 1px solid #333333;
  background-color: #ffffff;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li:active {
  background-color: #ffffff;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li:last-child {
  border: 0;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul a {
  color: #0079c2;
  line-height: 0;
  text-decoration: none;
  font-weight: 300;
  font-size: 1rem;
}

.carousel-content-container ul .button-select-item .button-select-content-container {
  background: #ffffff;
}
.carousel-content-container ul .button-select-item.active .button-select-content-container {
  border: 1px solid #a3a3a3;
  box-shadow: 0px 2px 10px -1px #a3a3a3;
}
.carousel-content-container ul .button-select-item.active .button-select-content-container:before {
  background: #ffffff;
  box-shadow: 4px 4px 10px -2px #a3a3a3;
  border-right: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
}

/** Pagination **/
/** Expand **/
.accordion {
  margin: 1.25rem 0 1.25rem 0;
}
.accordion .accordionTrigger {
  display: flex;
  align-items: center;
}
.accordion .accordionTrigger button {
  position: absolute;
  left: 0px;
  background: #000;
  height: 15px;
  width: 15px;
  border-radius: 0px;
  border: none;
  clip-path: polygon(60% 50%, 0 0, 0 100%);
  transition: 350ms;
}
.accordion .accordionTrigger p {
  display: inline-block;
  margin: 0 0 0 0.75rem;
}
.accordion .accordionContent {
  display: none;
  margin: 0 0 0 0.75rem;
}

.is-expanded .accordionContent {
  display: block;
}
.is-expanded .accordionTrigger button {
  transform: translateY(3px) rotate(90deg);
  transform-origin: center center;
}

/** Expand End **/
/*-------------------------------------------*\
  Utilities
\*-------------------------------------------*/
.ant-zebra-stripping .ant-stripe:nth-child(even) {
  background-color: #f7f7f7;
}
.ant-zebra-stripping .ant-stripe:nth-child(odd) {
  background-color: #ffffff;
}

/** Tab Styling **/
.ant-tab-group.style-one .ant-tab-button {
  display: inline-flex;
  background-color: #ffffff;
  color: #333333;
  border: thin solid #cccccc;
  width: 215px;
  justify-content: center;
  align-items: center;
}
.ant-tab-group.style-one .ant-tab-button.is-active {
  background: #286ce2;
  color: #ffffff;
  border: 1px solid #286ce2;
}
.ant-tab-group.style-one .tab-body {
  display: none;
}
.ant-tab-group.style-one .tab-body.is-active {
  display: block;
}

.multi-tab-container .tab-group-header {
  margin-bottom: 25px;
  padding: 0 40px;
}
.multi-tab-container .ant-tab-group.style-one .ant-tab-button {
  width: 50%;
  padding: 10px 0px;
  font-size: 16px;
  position: relative;
}
.multi-tab-container .ant-tab-group.style-one .ant-tab-button.is-active:before {
  content: " ";
  position: absolute;
  left: 50%;
  height: 1.4rem;
  width: 1.4rem;
  bottom: -0.7rem;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
  background: #286ce2;
}

@media screen and (min-width: 480px) {
  .multi-tab-container {
    border-top: thin solid #cccccc;
  }
  .multi-tab-container .ant-tab-header {
    width: 265px;
    display: inline-block;
    border-right: thin solid #cccccc;
    margin-bottom: 0px;
    padding: 0;
  }
  .multi-tab-container .ant-tab-group.style-one .ant-tab-button {
    border-top: none;
  }
  .multi-tab-container .uxd-sidenav-tabs {
    padding-top: 30px;
  }
}
.uxd-sidenav-wrapper {
  display: flex;
}

.uxd-sidebar-wrapper,
.uxd-sidenav-tabs {
  width: 100%;
  color: #333;
}

.uxd-sidenav-tab,
.uxd-sidenav-link {
  display: block;
  width: 100%;
  border: none;
  border-bottom: thin solid #cccccc;
  border-left: 5px solid transparent;
  padding: 1.25rem;
  background: transparent;
  text-decoration: none;
  color: inherit;
  text-align: inherit;
  font-weight: initial;
  cursor: pointer;
}

.uxd-sidenav-tab:first-of-type {
  border-top: thin solid #cccccc;
}

.uxd-sidenav-tab:not(.is-active):hover,
.uxd-sidenav-tab.hover {
  background: linear-gradient(to left, rgba(238, 238, 238, 0.5), #ffffff);
  border-left: 2px solid #286ce2;
}

@media screen and (min-width: 480px) {
  .uxd-sidebar-wrapper,
  .uxd-sidenav-tabs {
    flex: 1 0 265px;
    border-right: thin solid #cccccc;
  }
  .uxd-sidenav-tab.is-active,
  .uxd-sidenav-link.is-active {
    border-left-color: #286ce2;
    background: linear-gradient(to left, rgba(238, 238, 238, 0.75), #ffffff);
  }
  .uxd-sidenav-tab:focus, .uxd-sidenav-tab:hover, .uxd-sidenav-tab:active,
  .uxd-sidenav-link:focus,
  .uxd-sidenav-link:hover,
  .uxd-sidenav-link:active {
    color: inherit;
  }
}
.uxd-sidenav-body {
  flex: 1 0 100%;
}
.uxd-sidenav-body .sidenav-body-wrapper {
  height: 100%;
  display: block;
}

.sidenav-panel {
  display: flex;
  flex: 1;
}

/** Tabs **/
.nav-pills {
  border-radius: 3px;
}
.nav-pills li {
  background: #ffffff;
}
.nav-pills li a {
  padding: 12px 0 13px 0;
  color: #555555;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid #286ce2;
  border-radius: 0;
  box-shadow: none;
}
.nav-pills li a:hover {
  background: #1a55bd;
  border-color: #1a55bd;
  color: #ffffff;
}
.nav-pills li.active a,
.nav-pills li.active a:focus,
.nav-pills li.active a:active,
.nav-pills li.active a:hover {
  background: #286ce2;
  color: #ffffff;
}
.nav-pills li.active:after {
  background: #286ce2;
  width: 40px;
  height: 40px;
  bottom: -8px;
  z-index: -1;
}

.small-tab-view li {
  flex: initial;
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
}
.small-tab-view li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.small-tab-view li.active:after {
  width: 20px;
  height: 20px;
}

.minimal-tabbedview.minimal-tabbedview-mobile .ant-tab-button {
  flex-basis: 15%;
}

.minimal-tabbedview .ant-tab-list {
  display: flex;
}
.minimal-tabbedview .ant-tab-button {
  border-width: 0 0 1px 0;
  line-height: 1.3;
  text-transform: capitalize;
  display: flex;
  flex: inherit;
  align-items: center;
  justify-content: center;
  padding: 12px 0 13px 0;
  border-bottom: 2px solid #e3e1e1;
  color: #37475a;
  margin-right: 5px;
  flex-basis: 20%;
  position: relative;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
}
.minimal-tabbedview .ant-tab-button.is-active {
  border-color: #286ce2;
}
.minimal-tabbedview .tab-body {
  display: none;
}
.minimal-tabbedview .tab-body.is-active {
  display: block;
}

.minimal-tabbedview.show-icons .ant-tab-button .motif-icon {
  font-family: "ant-motif-icons";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4285714286rem;
  color: #80cfc2;
}

.uxd-message-center .uxd-sidenav-tabs {
  border: none;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.1);
}
.uxd-message-center .uxd-sidenav-tab:first-of-type {
  border-top: none;
}
.uxd-message-center .secondary_btn_cont {
  margin: 10px 0 10px 20px;
  display: block;
}
.uxd-message-center .secondary_btn_cont input {
  width: 90%;
  margin-top: 15px;
}
.uxd-message-center .uxd-sidenav-tab {
  background: #ffffff;
  border: none;
}
.uxd-message-center .uxd-sidenav-tab.is-active {
  border-left: 5px solid #286ce2;
  color: #286ce2;
}
.uxd-message-center .uxd-sidenav-tab span {
  padding-right: 10px;
}
.uxd-message-center .headline-title {
  margin: 40px 0 15px 18px;
}
.uxd-message-center .uxd-sidenav-tab-body {
  font-size: 16px;
  position: relative;
}
.uxd-message-center .uxd-sidenav-tab-body .message_count {
  position: absolute;
  right: 0;
}

.uxd-floating-footer {
  display: block;
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.uxd-floating-footer .footer-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.uxd-floating-footer.style-one .footer-item:first-child .footer-block {
  padding-left: 0px;
  border-left: none;
}
.uxd-floating-footer.style-one .footer-item .footer-block {
  display: block;
  margin-right: 1rem;
  border-left: thin solid #eaeaea;
  padding: 1.5rem 0 1.5rem 2rem;
  font-size: 16px;
  color: #666666;
  line-height: 1.63;
}
.uxd-floating-footer.style-one .footer-item .footer-block h1, .uxd-floating-footer.style-one .footer-item .footer-block h2, .uxd-floating-footer.style-one .footer-item .footer-block h3, .uxd-floating-footer.style-one .footer-item .footer-block h4, .uxd-floating-footer.style-one .footer-item .footer-block h5, .uxd-floating-footer.style-one .footer-item .footer-block h6 {
  color: #555555;
  margin-bottom: 0.75rem;
  margin-left: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
}
.uxd-floating-footer.style-one .footer-item .footer-block span {
  font-weight: 500;
}
.uxd-floating-footer.style-one .footer-item .footer-block a {
  margin-top: auto;
}
.uxd-floating-footer.style-one .footer-item .footer-block p {
  margin-bottom: 0.125rem;
}
.uxd-floating-footer.style-one .footer-item .footer-block p:last-of-type {
  margin-bottom: 0.5rem;
}
.uxd-floating-footer.style-one h1, .uxd-floating-footer.style-one h2, .uxd-floating-footer.style-one h3, .uxd-floating-footer.style-one h4, .uxd-floating-footer.style-one h5, .uxd-floating-footer.style-one h6.section-header-two {
  margin-bottom: 80px;
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .uxd-floating-footer.style-one .uxd-floating-footer-2 h2 {
    margin-bottom: 40px;
  }
  .uxd-floating-footer.style-one .footer-block {
    border: none;
    margin-bottom: 2rem;
  }
}
.uxd-floating-footer.style-two {
  padding-top: 4.5rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.uxd-floating-footer.style-two h1, .uxd-floating-footer.style-two h2, .uxd-floating-footer.style-two h3, .uxd-floating-footer.style-two h4, .uxd-floating-footer.style-two h5, .uxd-floating-footer.style-two h6.section-header-two {
  margin-bottom: 2.75rem;
  margin-left: 15px;
}
.uxd-floating-footer.style-two .footer-item .footer-block h1, .uxd-floating-footer.style-two .footer-item .footer-block h2, .uxd-floating-footer.style-two .footer-item .footer-block h3, .uxd-floating-footer.style-two .footer-item .footer-block h4, .uxd-floating-footer.style-two .footer-item .footer-block h5, .uxd-floating-footer.style-two .footer-item .footer-block h6 {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  margin-bottom: 1.75rem;
  margin-left: 0;
  font-size: 1.8571428571rem;
  font-weight: lighter;
}
@media only screen and (max-width: 1024px) {
  .uxd-floating-footer.style-two .uxd-floating-footer-2 h2 {
    margin-bottom: 40px;
  }
  .uxd-floating-footer.style-two .footer-block {
    border: none;
    margin-bottom: 2rem;
  }
}

/** Sticky footer mobile */
.sticky-footer-host.anchor,
.sticky-footer-host .sticky-footer {
  min-height: 4.5714285714rem;
}
.sticky-footer-host .sticky-footer {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 1.7142857143rem;
  background: transparent;
}
.sticky-footer-host .sticky-footer.stickied {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
}

/** Sticky footer desktop */
@media screen and (min-width: 1024px) {
  .sticky-footer-host.anchor,
  .sticky-footer-host .sticky-footer {
    min-height: 6.8571428571rem;
  }
}
/* Flex Util Classes */
.motif-flex {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  flex-direction: column;
  align-content: center;
}
.motif-flex-row {
  flex-direction: row;
}
.motif-flex .motif-flex-item {
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 801px) {
  .motif-flex {
    flex-direction: row;
  }
}

.motif-icon-teal {
  color: #81cfc2;
}

.ant-chat-bubble {
  margin-bottom: 8px;
  padding: 12px 24px;
}
.ant-chat-bubble.ant-chat-bubble-user {
  margin-left: 25px;
}
.ant-chat-bubble.ant-chat-bubble-bot {
  margin-right: 25px;
}
.ant-chat-bubble p {
  margin: 0px;
}
.ant-chat-bubble-bot {
  background-color: #f0f0f0;
  border-radius: 24px 24px 24px 5px;
}
.ant-chat-bubble-bot.middle, .ant-chat-bubble-bot.last {
  border-top-left-radius: 5px;
}
.ant-chat-bubble-bot.last {
  border-bottom-left-radius: 24px;
}
.ant-chat-bubble-bot.typing div, .ant-chat-bubble-bot.typing::before, .ant-chat-bubble-bot.typing::after {
  background-color: rgba(40, 108, 226, 0.7);
}
.ant-chat-bubble-user {
  color: #fff;
  background-color: #286ce2;
  border-radius: 24px 5px 24px 24px;
}
.ant-chat-bubble-user.first {
  border-top-right-radius: 24px;
}
.ant-chat-bubble-user.first, .ant-chat-bubble-user.middle {
  border-bottom-right-radius: 5px;
}
.ant-chat-bubble-user.typing div, .ant-chat-bubble-user.typing::before, .ant-chat-bubble-user.typing::after {
  background-color: rgba(255, 255, 255, 0.7);
}
.ant-chat-bubble.typing {
  display: flex;
  justify-content: center;
  width: 88px;
  padding: 21px 24px 15px;
}
.ant-chat-bubble.typing div, .ant-chat-bubble.typing::before, .ant-chat-bubble.typing::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}
.ant-chat-bubble.typing::before {
  animation: loading 0.9s infinite;
}
.ant-chat-bubble.typing div {
  animation: loading 0.9s 0.15s infinite;
}
.ant-chat-bubble.typing::after {
  animation: loading 0.9s 0.3s infinite;
}
@keyframes loading {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(0, -4px, 0);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.ant-chat-pill {
  border: 1px solid #949494;
  background: #ffffff;
  font-weight: bold;
  border-radius: 20px;
  display: inline-block;
  padding: 7px 20px;
  margin-right: 8px;
  margin-bottom: 16px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.ant-action-list {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.ant-action-list-label {
  border-bottom: 1px solid #cccccc;
  padding: 12px 24px;
  margin: 0;
}
.ant-action-list-button {
  background: transparent;
  border: 0;
  color: #286ce2;
  font-weight: 600;
  padding: 13px 0;
  text-align: center;
}
.ant-action-list-button.is-checked {
  background-color: #286ce2;
  color: #ffffff;
}
.ant-action-list-button.is-checked:focus {
  outline-offset: 5px;
  outline-color: #286ce2;
}
.ant-action-list.ant-chat-bubble-bot .ant-action-list_button:last-child {
  border-radius: 0 0 24px 5px;
}

.uxd-chat-cmp {
  text-align: right;
  position: relative;
  /*executes the hide animation */
  /*executes the expand animation*/
}
.uxd-chat-cmp .ant-message-center-header {
  text-align: left;
  align-items: center;
  background-color: #37475a;
  color: #ffffff;
  display: flex;
  font-size: 1.1428571429rem;
  padding: 13px 20px 10px 15px;
  width: 100%;
}
.uxd-chat-cmp .ant-message-center-header.health-chat:before {
  content: "";
  background-image: url(/assets/images/ghost_icon.svg);
  height: 30px;
  width: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.uxd-chat-cmp .ant-message-center-header-title {
  flex: 1;
  margin: 0;
  font-weight: 100;
  font-size: 15px;
}
.uxd-chat-cmp .ant-message-center-header a {
  display: flex;
  flex: 1;
  text-decoration: none;
  color: #ffffff;
  align-items: center;
}
.uxd-chat-cmp .ant-message-center-header a:hover {
  cursor: pointer;
}
.uxd-chat-cmp .ant-message-center-header a:before {
  font-family: "ant-motif-icons";
  transform: rotate(90deg);
  font-size: 22px;
  margin-right: 8px;
  content: "\e90f";
}
.uxd-chat-cmp .ant-message-center-header.service-agent:before {
  content: "\eb2f";
  font-size: 22px;
  font-family: "ant-motif-icons";
  margin-right: 8px;
}
.uxd-chat-cmp .ant-message-center-header:after {
  display: none;
}
.uxd-chat-cmp .ant-message-center-header .ant-multiple-messages {
  display: flex;
  align-items: baseline;
  background: transparent;
  border-color: transparent;
  padding: 0px;
  position: relative;
}
.uxd-chat-cmp .ant-message-center-header .ant-multiple-messages span.chatIcon {
  font-size: 22px;
  margin-right: 5px;
}
.uxd-chat-cmp .ant-message-center-header .ant-multiple-messages span.chatIcon::after {
  font-family: "ant-motif-icons";
  content: "\e946";
}
.uxd-chat-cmp .ant-message-center-header .ant-multiple-messages .notifcation {
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  right: -5px;
  top: -8px;
  border-radius: 100%;
  font-size: 12px;
  padding: 2px;
  text-align: center;
  background-color: #d20a3c;
  color: #ffffff;
}
.uxd-chat-cmp .ant-message-center-header .ant-collapse-chat-window {
  display: flex;
  align-items: baseline;
  background: transparent;
  border-color: transparent;
  padding: 0px;
}
.uxd-chat-cmp .ant-message-center-header .ant-collapse-chat-window span {
  font-weight: 300;
  padding: 0px;
  margin-left: 10px;
  display: flex;
}
.uxd-chat-cmp .ant-message-center-header .ant-collapse-chat-window span::after {
  content: "";
  width: 20px;
  border-top: 3px solid white;
  display: inline-block;
}
.uxd-chat-cmp .ant-message-center-header.opened::after {
  content: "—";
}
.uxd-chat-cmp .uxd-chat-back span {
  content: "\e90f";
  font-family: "ant-motif-icons";
  transform: rotate(-180deg);
}
.uxd-chat-cmp .uxd-chat-window-wrapper {
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 20px 36px 0 rgba(0, 0, 0, 0.24);
  overflow: hidden;
  position: absolute;
  width: 375px;
  bottom: 40px;
  right: 30px;
  z-index: 2;
}
.uxd-chat-cmp .uxd-chat-window-wrapper .ant-message-center {
  padding: 15px 15px 8rem 15px;
  position: absolute;
  top: 53px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: left;
  box-shadow: none;
  background-color: white;
  overflow: scroll;
}
.uxd-chat-cmp .uxd-chat-window-wrapper .ant-message-center-text-area {
  overflow-y: scroll;
  border-color: #dcdcdc;
  border-width: 1px 0 0;
  border-style: solid;
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.uxd-chat-cmp .uxd-chat-window-wrapper .ant-message-center-text-area .text-area {
  border: none;
  color: #666666;
  flex: 1;
  font-size: 1.2857142857rem;
  padding: 25px 16px 25px 24px;
}
.uxd-chat-cmp .uxd-chat-window-wrapper .ant-message-center-text-area .send {
  background: white;
  border: 0px;
}
.uxd-chat-cmp .uxd-chat-window-wrapper .ant-message-center-text-area .send:before {
  content: "\ea98";
  color: #286ce2;
  display: inherit;
  font-family: "ant-motif-icons";
  font-size: 1.8571428571rem;
  padding: 19px 16px 16px 16px;
}
.uxd-chat-cmp .uxd-chat-launcher {
  background: transparent;
  border: 0px;
}
.uxd-chat-cmp .chat-launch-point {
  display: block;
  padding: 20px;
  width: 20px;
  background: #37475a;
  padding: 25px;
  border-radius: 50%;
  height: 20px;
  border: 0px;
  position: relative;
}
.uxd-chat-cmp .chat-launch-point .ghost-icon {
  content: "";
  content: "";
  background-image: url(/assets/images/ghost_icon.svg);
  display: block;
  height: 25px;
  width: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 12px;
  bottom: 12px;
}
.uxd-chat-cmp .chat-launch-point .notifcation {
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  right: -3px;
  top: -5px;
  border-radius: 100%;
  font-size: 12px;
  padding: 2px;
  text-align: center;
  background-color: #d20a3c;
  color: #ffffff;
}
.uxd-chat-cmp .hideBox {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.uxd-chat-cmp .hideBox.animateChatBox {
  position: fixed;
  height: 578px;
  max-height: calc(100% - 25px);
  /* Chrome, Safari, Opera */
  animation-name: closebox;
  animation-duration: 0.25s;
  animation-timing-function: cubic-bezier(0.49, -0.12, 0.94, 0.25);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: bottom right;
}
.uxd-chat-cmp .hideBox.uxd-chat-window-wrapper .ant-multiple-messages {
  display: none;
}
.uxd-chat-cmp .showBox.animateChatBox {
  position: fixed;
  height: 578px;
  max-height: calc(100% - 25px);
  /* Chrome, Safari, Opera */
  animation-name: openbox;
  animation-duration: 0.25s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: bottom right;
}
@keyframes openbox {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes closebox {
  0% {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  25% {
    opacity: 0.75;
  }
  75% {
    opacity: 0.25;
  }
  100% {
    display: none;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  .uxd-chat-cmp .supress-scroll {
    overflow: hidden;
  }
  .uxd-chat-cmp .uxd-chat-window-wrapper.showBox.animateChatBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow-y: hidden;
  }
  .uxd-chat-cmp .uxd-chat-window-wrapper .ant-message-center {
    height: 100vh;
  }
  .uxd-chat-cmp .uxd-chat-window-wrapper .ant-message-center-text-area {
    position: absolute;
    bottom: 0;
  }
}

/* chat topic css */
.uxd-chat-topic-wrapper {
  display: flex;
  flex-direction: column;
}

.chat-topic {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 25px 15px;
  border-bottom: 2px solid #eeeeee;
  padding: 1rem 1rem 1rem 15px;
  border-top: 2px solid #eeeeee;
  position: absolute;
  bottom: 72px;
  background: white;
  left: 0px;
  width: 100%;
}
.chat-topic .chat-topic-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.chat-topic .chat-topic-wrapper .topic-icon {
  background-image: url(/assets/images/ghost_icon.svg);
  display: block;
  min-height: 30px;
  min-width: 30px;
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.chat-topic .chat-topic-wrapper .uxd-chat-topic-info {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
.chat-topic .chat-topic-wrapper .uxd-chat-topic-info p {
  margin: 0px;
}
.chat-topic .chat-topic-wrapper .uxd-chat-topic-info .topic-heading {
  display: flex;
  justify-content: space-between;
  justify-content: row;
  width: 90%;
}
.chat-topic .chat-topic-wrapper .uxd-chat-topic-info .preview {
  width: 90%;
  text-overflow: ellipsis;
  text-align: left;
}
.chat-topic .remove-topic-button {
  text-decoration: none;
  color: #666666;
  font-size: 22px;
  background: transparent;
  border: 0px;
}
.chat-topic .remove-topic-button:hover {
  cursor: pointer;
}
.chat-topic .remove-topic-button::before {
  font-family: "ant-motif-icons";
  content: "\e93b";
}
.chat-topic .uxd-close-topic {
  text-align: left;
  padding-left: 45px;
  margin-top: 12px;
  width: 100%;
}
.chat-topic .uxd-close-topic .btn-secondary {
  margin-right: 17px;
}

.chat-topic .chat-topic-wrapper .uxd-chat-topic-info .preview {
  text-overflow: ellipsis;
  display: flex;
}

.chat-box-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  height: 599px;
  padding: 1rem 1rem 5rem 1rem;
  overflow-y: scroll;
}
.chat-box-wrapper .ant-chat-bubble-user {
  display: flex;
  flex-basis: 100%;
}
.chat-box-wrapper .ant-chat-pill {
  flex-wrap: none;
}

@media only screen and (max-width: 480px) {
  .chat-box-wrapper {
    height: 100vh;
  }
}
.uxd-chat-accordion-cmp .ant-collapse-heading {
  display: flex;
  flex-wrap: wrap;
}
.uxd-chat-accordion-cmp .ant-collapse-heading .chat-accordion-heading-text {
  width: 93%;
}
.uxd-chat-accordion-cmp .ant-collapse-heading .chat-accordion-heading-text .collapsible-heading-text {
  font-size: 16px;
  height: 19px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Lato;
}
.uxd-chat-accordion-cmp .ant-collapse-heading .sub-header-text {
  font-size: 14px;
  margin-left: 2.2142857143rem;
  font-weight: 100;
}
.uxd-chat-accordion-cmp .ant-collapse-heading .sub-header-button {
  border: none;
  color: #286ce2;
  padding: 0px;
  background: transparent;
}
.uxd-chat-accordion-cmp .ant-collapse-heading .sub-header-button .chat-accordion-heading-icon {
  font-size: 1.4285714286rem;
}
.uxd-chat-accordion-cmp .ant-collapse-heading .accordion-button-icon {
  font-family: "ant-motif-icons";
  color: #286ce2;
  font-size: 1.4285714286rem;
  margin-right: 0.75rem;
}
.uxd-chat-accordion-cmp .ant-collapse-heading .accordion-button-icon:before {
  content: "\e90f";
  display: block;
  transition: 250ms ease-in-out;
}
.uxd-chat-accordion-cmp .collapse-block {
  padding: 1rem;
}
.uxd-chat-accordion-cmp .collapse-block.is-expanded .accordion-button-icon::before {
  transform: rotate(180deg);
}
.uxd-chat-accordion-cmp .chat-table .table-container {
  display: flex;
  flex-direction: column;
  margin-left: 2.2142857143rem;
}
.uxd-chat-accordion-cmp .chat-table .table-container h4 {
  text-align: left;
  font-family: lato;
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 16px;
}
.uxd-chat-accordion-cmp .chat-table .table-container .table-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgb(204, 204, 204);
}
.uxd-chat-accordion-cmp .chat-table .table-container .table-item p {
  font-weight: 100;
  margin: 0px;
}
.uxd-chat-accordion-cmp .chat-table .table-container .table-item:last-of-type() {
  border-bottom: none;
}

.chat-uxd-accordion {
  margin-bottom: 8px;
}
.chat-uxd-accordion > .uxd-chat-accordion-cmp {
  border-radius: 5px 24px 0px 0px;
}
.chat-uxd-accordion > .uxd-chat-accordion-cmp ~ .uxd-chat-accordion-cmp {
  border-radius: 0px;
}
.chat-uxd-accordion > .uxd-chat-accordion-cmp ~ .uxd-chat-accordion-cmp .collapse-block {
  border-top: 1px solid rgb(204, 204, 204);
}
.chat-uxd-accordion .uxd-chat-accordion-cmp:last-of-type() {
  border-radius: 0px 0px 24px 24px;
}
.chat-uxd-accordion .uxd-chat-accordion-cmp {
  background-color: #f0f0f0;
}
.chat-uxd-accordion .uxd-chat-accordion-cmp:only-child() {
  border-radius: 5px 24px 24px 24px;
}

.dtPicker.dtPicker--underline .ant-text-input {
  border: none;
  border-bottom: 1px solid #949494;
  font-size: 1rem;
  padding-left: 0.125rem;
}
.dtPicker.dtPicker--underline .ui-datepicker-trigger .ant-calendar-icon {
  border-left: none;
  font-size: 1.4285714286rem;
  color: #286ce2;
}

.small,
.medium,
.large,
.full-span {
  display: block;
  width: 100%;
  border: 1px solid #e0e0e0;
  margin-bottom: 2.1428571429rem;
}
.small .image-section,
.medium .image-section,
.large .image-section,
.full-span .image-section {
  position: relative;
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
}
.small .img,
.medium .img,
.large .img,
.full-span .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 17.8571428571rem;
}
.small .description-section,
.medium .description-section,
.large .description-section,
.full-span .description-section {
  width: 100%;
  position: relative;
  padding: 5%;
  font-size: 1.7rem;
  font-weight: 200;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
}
.small .description-title,
.medium .description-title,
.large .description-title,
.full-span .description-title {
  margin-left: 1.4285714286rem;
}
.small .description-text,
.medium .description-text,
.large .description-text,
.full-span .description-text {
  font-size: 0.8571428571rem;
  line-height: 1.5714285714rem;
  margin-bottom: 0.8571428571rem;
}
.small .badge-bookmark-container,
.medium .badge-bookmark-container,
.large .badge-bookmark-container,
.full-span .badge-bookmark-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -1.7857142857rem;
  z-index: 10;
  width: 100%;
  position: absolute;
}
.small .optional-badge,
.medium .optional-badge,
.large .optional-badge,
.full-span .optional-badge {
  width: 8rem;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #7bc99c;
}
.small .bookmark-icon,
.medium .bookmark-icon,
.large .bookmark-icon,
.full-span .bookmark-icon {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  margin-top: -0.3571428571rem;
  right: 15%;
  border: 2px solid #286ce2;
  border-radius: 2rem;
  background-color: #fff;
}
.small .bookmark-icon:before,
.medium .bookmark-icon:before,
.large .bookmark-icon:before,
.full-span .bookmark-icon:before {
  position: absolute;
  display: inline-block;
  font-family: "ant-motif-icons";
  font-size: 1.2857142857rem;
  color: #286ce2;
  margin: 0.4285714286rem 0 0 0.4285714286rem;
}
.small .contact-section,
.medium .contact-section,
.large .contact-section,
.full-span .contact-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.small .contact-link,
.small .phone-number,
.medium .contact-link,
.medium .phone-number,
.large .contact-link,
.large .phone-number,
.full-span .contact-link,
.full-span .phone-number {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  color: #286ce2;
  display: inline-block;
  margin-left: 2rem;
  width: 38%;
}
.small .contact-link:before,
.small .phone-number:before,
.medium .contact-link:before,
.medium .phone-number:before,
.large .contact-link:before,
.large .phone-number:before,
.full-span .contact-link:before,
.full-span .phone-number:before {
  position: absolute;
  display: inline-block;
  font-family: "ant-motif-icons";
  font-size: 1.5rem;
  margin-left: -2.3rem;
  margin-top: -0.3rem;
  color: #9c9c9c;
}
.small .phone-number,
.medium .phone-number,
.large .phone-number,
.full-span .phone-number {
  margin-left: 0;
}
.small .active-bookmark,
.medium .active-bookmark,
.large .active-bookmark,
.full-span .active-bookmark {
  background-color: #286ce2;
}
.small .active-bookmark:before,
.medium .active-bookmark:before,
.large .active-bookmark:before,
.full-span .active-bookmark:before {
  color: white;
}
@media screen and (min-width: 480px) {
  .small .description-text,
  .medium .description-text,
  .large .description-text,
  .full-span .description-text {
    font-size: 1.1428571429rem;
    margin-bottom: 1.1428571429rem;
  }
  .small .bookmark-icon:before,
  .medium .bookmark-icon:before,
  .large .bookmark-icon:before,
  .full-span .bookmark-icon:before {
    margin: 0.4285714286rem 0 0 0.4285714286rem;
  }
  .small .contact-section,
  .medium .contact-section,
  .large .contact-section,
  .full-span .contact-section {
    justify-content: initial;
  }
  .small .contact-section div,
  .medium .contact-section div,
  .large .contact-section div,
  .full-span .contact-section div {
    width: auto;
  }
  .small .contact-section .phone-number,
  .medium .contact-section .phone-number,
  .large .contact-section .phone-number,
  .full-span .contact-section .phone-number {
    margin-left: 4.2857142857rem;
  }
}

@media screen and (min-width: 480px) {
  .small {
    width: 24rem;
  }
  .small .badge-bookmark-container {
    margin-top: -2.1428571429rem;
  }
}

.medium img {
  height: 19.6428571429rem;
}
@media screen and (min-width: 480px) {
  .medium .badge-bookmark-container {
    margin-top: -2.2857142857rem;
  }
}
@media screen and (min-width: 800px) {
  .medium {
    width: 32rem;
  }
  .medium .badge-bookmark-container {
    margin-top: -2.4285714286rem;
  }
}

@media screen and (min-width: 480px) {
  .large .badge-bookmark-container {
    margin-top: -2.1428571429rem;
  }
}
@media screen and (min-width: 800px) {
  .large {
    width: 42rem;
  }
  .large .img {
    height: 25rem;
  }
  .large .badge-bookmark-container {
    margin-top: -2.8571428571rem;
  }
  .large .bookmark-icon {
    height: 3.5714285714rem;
    width: 3.5714285714rem;
    margin-top: -0.8571428571rem;
  }
  .large .bookmark-icon:before {
    font-size: 1.7rem;
    margin: 0.7142857143rem 0 0 0.7142857143rem;
  }
  .large .phone-number {
    margin-left: 2.8571428571rem;
  }
}

@media screen and (min-width: 800px) {
  .full-span {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .full-span .img {
    height: 21.8571428571rem;
  }
  .full-span .description-section,
  .full-span .image-section {
    width: 50%;
    position: relative;
  }
  .full-span .badge-bookmark-container {
    margin-top: -3rem;
  }
  .full-span .optional-badge {
    display: inline-block;
    top: 10%;
    left: 10%;
    height: 7%;
  }
  .full-span .bookmark-icon {
    top: 10%;
  }
  .full-span .description-section {
    padding: 9% 5% 3%;
  }
}

/* stylelint-enable */
@media all and (max-width: 767px) {
  .cdk-overlay-container .cdk-overlay-pane {
    width: 100%;
  }
  .daterange-calender.fullWidth {
    position: fixed;
    top: 0;
    z-index: 999;
    background: white;
    overflow: auto;
    left: 0;
    width: 100%;
  }
  .date-range-title {
    width: 100%;
    background-image: url(/assets/images/motif/blue-tall.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 300;
    color: white;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 34px;
    padding: 51px 0 20px 15px;
  }
}
.calendar-header {
  padding: 8px 24px 0;
}
.calendar-header .calendar-previous-button,
.calendar-header .calendar-next-button {
  position: relative;
  font-size: 1.7142857143rem;
  color: #286ce2;
  background: white;
  border: none;
  padding: 0px;
  outline: none;
}
[dir=rtl] .calendar-header .calendar-previous-button,
[dir=rtl] .calendar-header .calendar-next-button {
  transform: rotate(180deg);
}

@media all and (max-width: 767px) {
  .ant-rangeDatepicker .calendar-previous-button,
  .ant-rangeDatepicker .calendar-next-button {
    opacity: 0;
  }
}

.calendar-footer-cont {
  text-align: center;
  color: #286ce2;
  font-family: Lato;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2142857143rem;
  padding: 1rem 0;
  cursor: pointer;
}

.ant-calendar-content {
  padding: 0.5714285714rem 0.7857142857rem 1.7142857143rem;
  outline: none;
}

.calendar-controls {
  display: flex;
  margin: 5% 0;
  align-items: center;
}

.ant-datepicker-cont {
  position: relative;
  width: 230px;
}
.ant-datepicker-cont .datepicker-toggle button {
  position: absolute;
  right: 1.2857142857rem;
  top: 0.7142857143rem;
  width: 1.7857142857rem;
  height: 1.4285714286rem;
  line-height: 1.5714285714rem;
  font-size: 1.25rem;
  color: #286ce2;
  background: white;
  border: none;
  outline: none;
}
.ant-datepicker-cont .ant-text-input.hasDatepicker {
  padding: 0.9285714286rem 0.8571428571rem;
  font-size: 0.8571428571rem;
  line-height: 1.0714285714rem;
}

.calendar-period-button {
  flex: 1;
  text-align: center;
  color: #3a3a3a;
  font-size: 1.1428571429rem;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 1.3571428571rem;
}

.calendar-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-width: 5px;
  border-top-style: solid;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.calendar-arrow.calendar-invert {
  transform: rotate(180deg);
}
[dir=rtl] .calendar-arrow {
  margin: 0 5px 0 0;
}

.ant-calendar {
  display: block;
}
.ant-calendar button.motif-icon[disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.ant-calendar .ant-calendar-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.42857143;
}
.ant-calendar .ant-calendar-table .calendar-table-header th {
  padding: 1rem 0;
  color: #333333;
  font-size: 0.8571428571rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 0.7142857143rem;
  text-align: center;
}

.calendar-table-header-divider {
  position: relative;
  height: 1px;
}
.calendar-table-header-divider::after {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  right: -8px;
  height: 1px;
}

.ant-calendar-body {
  min-width: 224px;
}
.ant-calendar-body .calendar-body-cell {
  position: relative;
  text-align: center;
  outline: none;
  padding: 0px !important;
  cursor: pointer;
}
.ant-calendar-body .calendar-body-cell .calendar-body-cell-content {
  width: 100%;
  padding-top: 100%;
  color: #333333;
  font-size: 0.8571428571rem;
  text-align: center;
  position: relative;
}
.ant-calendar-body .calendar-body-cell .calendar-body-cell-content span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 50%;
}
.cdk-high-contrast-active .ant-calendar-body .calendar-body-cell .calendar-body-cell-content {
  border: none;
}

.ant-calendar-body .calendar-body-cell .calendar-body-cell-content:not(.calendar-body-selected) span:hover {
  font-size: 1.2857142857rem;
  color: #286ce2;
  font-weight: 700;
  border: 2px solid #286ce2;
}
.ant-calendar-body .calendar-body-cell .calendar-body-selected span {
  background-color: #286ce2;
  color: #fff;
  font-size: 1.2857142857rem;
  font-weight: bold;
  box-sizing: border-box;
}
.ant-calendar-body .calendar-body-cell.rangeClass .calendar-body-cell-content span:hover {
  border-radius: 0;
}

.calendar-body-label {
  height: 0;
  line-height: 0;
  text-align: left;
  padding-left: 4.7142857143%;
  padding-right: 4.7142857143%;
}

.calendar-body-disabled {
  cursor: default;
}

.cdk-high-contrast-active .datepicker-popup:not(:empty),
.cdk-high-contrast-active .calendar-body-selected {
  outline: solid 1px;
}
.cdk-high-contrast-active .calendar-body-today {
  outline: dotted 1px;
}
.cdk-high-contrast-active .cdk-keyboard-focused .calendar-body-active > .calendar-body-cell-content:not(.calendar-body-selected),
.cdk-high-contrast-active .cdk-program-focused .calendar-body-active > .calendar-body-cell-content:not(.calendar-body-selected) {
  outline: dotted 2px;
}

[dir=rtl] .calendar-body-label {
  text-align: right;
}

@media (hover: none) {
  .calendar-body-cell:not(.calendar-body-disabled):hover > .calendar-body-cell-content:not(.calendar-body-selected) {
    background-color: transparent;
  }
}
.datepicker-content {
  display: block;
  border-radius: 4px;
}
.datepicker-content .ant-calendar {
  box-sizing: border-box;
  min-width: 360px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
@media all and (max-width: 767px) {
  .datepicker-content .ant-calendar {
    min-width: 0;
  }
}

.cdk-overlay-connected-position-bounding-box {
  max-width: 100% !important;
  width: 100%;
}

.datepicker-content-touch {
  display: block;
  max-height: 80vh;
  overflow: auto;
  margin: -24px;
}
.datepicker-content-touch .ant-calendar {
  min-width: 250px;
  min-height: 312px;
  max-width: 750px;
  max-height: 788px;
}

@media all and (orientation: landscape) {
  .datepicker-content-touch .ant-calendar {
    width: 64vh;
    height: 80vh;
  }
}
@media all and (orientation: portrait) {
  .datepicker-content-touch .ant-calendar {
    width: 80vw;
    height: 100vw;
  }
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cdk-global-overlay-wrapper,
.cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper,
.cdk-overlay-pane {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  pointer-events: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}

.calendar-body-label,
.datepicker-toggle {
  color: rgba(0, 0, 0, 0.54);
}

.ant-calendar-body .calendar-body-today:not(.calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38);
  color: #286ce2;
  font-size: 1.2857142857rem;
  font-weight: bold;
}

.cdk-overlay-container .cdk-overlay-pane {
  padding-top: 0.5714285714rem;
  padding-bottom: 0.5714285714rem;
}

.calendar-body-disabled > .calendar-body-cell-content:not(.calendar-body-selected),
.calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}

.calendar-table-header-divider:after {
  background: rgba(0, 0, 0, 0.12);
}

/* .cdk-keyboard-focused .calendar-body-active > .calendar-body-cell-content:not(.calendar-body-selected),
.cdk-program-focused .calendar-body-active > .calendar-body-cell-content:not(.calendar-body-selected),
.calendar-body-cell:not(.calendar-body-disabled):hover > .calendar-body-cell-content:not(.calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04);
} */
.calendar-body-disabled > .calendar-body-today:not(.calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18);
}

.calendar-body-disabled > .calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}

.datepicker-content {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
@media all and (max-width: 767px) {
  .datepicker-content {
    width: 91%;
    max-width: 440px;
    margin: 0 auto;
  }
}

.datepicker-content.dp-warn .calendar-body-selected,
.datepicker-content.dp-accent .calendar-body-selected {
  background-color: #ff4081;
  color: #fff;
}

.datepicker-content.dp-accent .calendar-body-disabled > .calendar-body-selected {
  background-color: rgba(255, 64, 129, 0.4);
}

.calendar-body-today.calendar-body-selected,
.datepicker-content.dp-warn .calendar-body-today.calendar-body-selected,
.datepicker-content.dp-accent .calendar-body-today.calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}

.datepicker-content.dp-warn .calendar-body-disabled > .calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}

.datepicker-content-touch {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.datepicker-toggle-active {
  color: #3f51b5;
}

.daterangepicker-input {
  position: relative;
}

.example-custom-date-class > div {
  background: #286ce2 !important;
  color: white !important;
  border-radius: 100%;
}

.customMitifyCalender {
  font-size: 1.25rem;
  color: #286ce2;
  position: absolute;
  top: 0.9285714286rem;
  right: 1.2857142857rem;
  cursor: pointer;
}

.calenderOptionList {
  width: 266px;
  float: left;
  overflow: hidden;
  padding: 0px;
  color: #286ce2;
  font-size: 0.8571428571rem;
  text-align: center;
  padding: 2.1428571429rem 1.7142857143rem;
  height: 100%;
}
.calenderOptionList > div {
  padding: 1.0714285714rem 0;
}
.calenderOptionList .daySelected {
  border: 1px solid #286ce2;
}

.daterangepicker-input {
  width: 230px;
  /* .hasDatepicker.pfText {
    &:hover,
    &:focus {
      width: 100%;
    }
    width: 100%;
  } */
}
.daterangepicker-input .hasDatepicker {
  padding: 0.92857143rem 0.85714286rem;
  font-size: 0.85714286rem;
  line-height: 1.07142857rem;
}

.ant-rangeDatepicker {
  width: 360px;
}
@media all and (max-width: 767px) {
  .ant-rangeDatepicker {
    width: 100%;
  }
}

.daterange-wrapper {
  position: absolute;
  z-index: 9999;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .daterange-wrapper {
    margin-left: -36px;
  }
}

@media all and (max-width: 767px) {
  .cdk-overlay-pane.datepicker-popup {
    pointer-events: none !important;
  }
  .ant-calendar {
    pointer-events: auto;
  }
}
.daterange-calender {
  cursor: pointer;
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e9eaeb;
  background: rgb(255, 255, 255);
  clear: both;
  top: 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.daterange-calender .range-left-comp {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .daterange-calender .range-left-comp {
    display: flex;
  }
}
@media all and (min-width: 768px) {
  .daterange-calender .range-left-comp {
    border-left: 0.89px solid rgb(229, 229, 229);
  }
}
.daterange-calender .datePicker-footer {
  display: none;
}
.daterange-calender .rangeClass.calendar-body-cell {
  background-color: rgb(94, 97, 102);
  color: #333333;
}
.daterange-calender .calendar-footer-cont {
  display: none;
}
.daterange-calender .ant-calendar-body .rangeStartDayClass > div span,
.daterange-calender .ant-calendar-body .rangeEndDayClass > div span {
  background-color: #286ce2 !important;
  color: white !important;
}
.daterange-calender .ant-calendar-body .rangeEndDayClass {
  background: rgba(36, 83, 166, 0.1);
  border-radius: 0 999px 999px 0;
}
.daterange-calender .ant-calendar-body .rangeStartDayClass {
  background: rgba(36, 83, 166, 0.1);
  border-radius: 999px 0 0 999px;
}
.daterange-calender .ant-calendar-body .rangeStartDayClass.rangeEndDayClass {
  border-radius: 999px;
}
.daterange-calender .date-apply-btn {
  text-align: right;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .daterange-calender .date-apply-btn {
    position: fixed;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    padding: 15px;
    text-align: left;
    margin-bottom: 0;
  }
  .daterange-calender .date-apply-btn input {
    width: 46%;
  }
}
.daterange-calender .date-apply-btn .cancel_btn {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .daterange-calender .date-apply-btn .cancel_btn {
    border: none;
  }
}
.daterange-calender .rangeClass.calendar-body-cell {
  background-color: rgba(36, 83, 166, 0.1);
  color: #333333;
  height: 100%;
  width: 100%;
  border-radius: 0;
}
.daterange-calender .ant-calendar + .ant-calendar .calendar-previous-button {
  opacity: 0;
  pointer-events: none;
}

.calenderOptionList.moveLeft {
  width: 160px;
}

ant-date-time-picker .ant-date-time-picker-container {
  width: 100%;
  max-width: 58.5714285714rem;
}
ant-date-time-picker button {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.9285714286rem;
  color: #286ce2;
  border: none;
  background: transparent;
  padding: 0;
  line-height: 1.1428571429rem;
  transition: background-color 250ms ease, color 250ms ease;
}
ant-date-time-picker .week-btns {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.8571428571rem;
  margin-bottom: 1.7857142857rem;
}
ant-date-time-picker .week-btns button:hover {
  color: #2453a6;
}
ant-date-time-picker .week-btns .next .week-btn-icon {
  transform: rotate(-90deg);
}
ant-date-time-picker .week-btns .prev .week-btn-icon {
  transform: rotate(90deg);
}
ant-date-time-picker .week-btns .week-btn-icon {
  font-family: "ant-motif-icons";
  display: inline-block;
  font-size: 0.9285714286rem;
  margin: 0 0.125rem;
}
ant-date-time-picker .week-btns .week-btn-icon:before {
  content: "\e90f";
}
ant-date-time-picker .scroll-container {
  width: 100%;
  overflow-x: scroll;
}
ant-date-time-picker .dates {
  display: flex;
  font-family: "Lato", sans-serif;
  width: 58.5714285714rem;
}
ant-date-time-picker .dates .date-col {
  width: 7.5rem;
  margin-right: 1.0714285714rem;
}
ant-date-time-picker .dates .date-col:last-child {
  margin-right: 0;
}
ant-date-time-picker .dates .date-col h6 {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.0714285714rem;
  margin-bottom: 1.4285714286rem;
}
ant-date-time-picker .dates .date-col h6 span {
  display: block;
  font-size: 0.8571428571rem;
  font-weight: 400;
  margin-bottom: 0.2857142857rem;
}
ant-date-time-picker .dates .date-col button {
  text-align: center;
  border: 0.0714285714rem solid #286ce2;
  font-size: 0.7857142857rem;
  padding: 0.5714285714rem 0;
  line-height: 0.9285714286rem;
  width: 100%;
  height: 2.188rem;
}
ant-date-time-picker .dates .date-col button:focus {
  outline-offset: -5px;
}
ant-date-time-picker .dates .date-col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ant-date-time-picker .dates .date-col ul li {
  margin-bottom: 1.1428571429rem;
  width: 100%;
}
ant-date-time-picker .dates .date-col ul li:hover button {
  background-color: #2453a6;
  color: #ffffff;
}
ant-date-time-picker .dates .date-col ul li.selected button {
  background-color: #286ce2;
  color: #ffffff;
}
ant-date-time-picker .dates .date-col ul li.empty-time {
  text-align: center;
  color: #949494;
  height: 2.188rem;
}
ant-date-time-picker .dates .date-col ul li.empty-time span {
  display: block;
  height: 2.188rem;
  line-height: 2.188rem;
}
ant-date-time-picker .no-results {
  text-align: center;
  font-size: 1.2857142857rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px), only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 800px), only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 800px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 800px), only screen and (max-width: 800px) {
  ant-date-time-picker .week-btns {
    border-bottom: none;
  }
  ant-date-time-picker .dates {
    flex-direction: column;
    width: 100%;
  }
  ant-date-time-picker .dates .date-col {
    width: 100%;
  }
  ant-date-time-picker .dates .date-col ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.4285714286rem;
  }
  ant-date-time-picker .dates .date-col ul li {
    width: calc(50% - 8px);
    margin-bottom: 0.8571428571rem;
  }
  ant-date-time-picker .dates .date-col ul li:nth-child(odd) {
    margin-right: 0.8571428571rem;
  }
  ant-date-time-picker .dates .date-col h6 {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 1.0714285714rem;
  }
  ant-date-time-picker .dates .date-col h6 span {
    font-size: 1rem;
  }
}

.sidebar-popout-nav-example-container {
  position: relative;
  height: 400px;
}

.sidebar-popout-container {
  position: absolute;
  background: #ffffff;
}

.filler-text {
  margin-left: 42px;
}
@media screen and (min-width: 480px) {
  .filler-text {
    margin-left: 212px;
  }
}

.ant-sidebar-nav {
  padding-right: 15px;
  color: #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ffffff;
  width: 200px;
  height: 350px;
  transition: width 200ms ease;
  border-right: 1px solid #eeeeee;
}
.ant-sidebar-nav .headline-title {
  margin: 2rem 0;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
.ant-sidebar-nav .nav-compose {
  margin: 1rem 0;
}
.ant-sidebar-nav .nav-compose.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ant-sidebar-nav .nav-compose .compose-txt {
  padding-left: 0.5rem;
}

@media screen and (max-width: 480px) {
  .ant-sidebar-nav {
    width: 35px;
  }
  .ant-sidebar-nav .ant-sidebar-compose {
    margin-bottom: 0;
  }
  .ant-sidebar-nav .ant-sidebar-compose .nav-toggle.hidden {
    display: inline-block !important;
  }
  .ant-sidebar-nav.open {
    width: 200px;
    z-index: 2;
  }
  .ant-sidebar-nav.open .nav-toggle {
    text-align: right;
  }
  .ant-sidebar-nav.open .motif-arrows-long-right {
    transform: rotate(180deg);
  }
  .ant-sidebar-nav:not(.open) .compose-txt,
  .ant-sidebar-nav:not(.open) .unread-count,
  .ant-sidebar-nav:not(.open) .li-txt {
    visibility: hidden;
    position: absolute;
  }
  .ant-sidebar-nav:not(.open) .ant-list-item {
    justify-content: center;
  }
  .ant-sidebar-nav:not(.open) .ant-sidebar-compose, .ant-sidebar-nav:not(.open) .nav-compose {
    border: none;
  }
  .ant-sidebar-nav:not(.open) .nav-compose {
    padding: 0;
  }
  .ant-sidebar-nav:not(.open) .ant-sidebar-compose {
    padding-bottom: 1rem;
  }
}

.ant-sidebar-compose {
  width: 100%;
  padding-bottom: 1rem;
}
.ant-sidebar-compose .btn {
  width: 100%;
}
.ant-sidebar-compose .nav-compose {
  margin: 1rem 0;
}
.ant-sidebar-compose .nav-compose.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ant-sidebar-compose .nav-compose .compose-txt {
  padding-left: 0.5rem;
}
.ant-sidebar-compose .nav-toggle {
  padding: 0;
  border: none;
}
.ant-sidebar-compose .nav-toggle:focus {
  outline: none;
}
.ant-sidebar-compose .motif-arrows-long-right {
  transition: transform 300ms ease;
  display: inline-block;
}

.ant-list-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0;
  border: none;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #333333;
}
.ant-list-item span {
  text-transform: capitalize;
}
.ant-list-item span.li-txt {
  padding-left: 1rem;
}
.ant-list-item span.unread-count {
  flex-grow: 1;
  text-align: right;
}
.ant-list-item .motif-icon {
  color: #949494;
}
.ant-list-item:last-child {
  margin-bottom: 0;
}
.ant-list-item.active span:not(.motif-icon) {
  color: #286ce2;
}
.ant-list-item.active:before {
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  left: -1rem;
  top: 0;
  background: #286ce2;
}

.ant-scrubber {
  min-width: 150px;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0 4rem 0;
  display: block;
}
.ant-scrubber .slider-wrapper {
  height: 2rem;
  width: 100%;
  position: relative;
  transition: all ease 250ms;
}
.ant-scrubber .chip {
  height: 32px;
  width: 32px;
  top: 3px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background: url("/assets/images/scrubber-handle.svg") center no-repeat #fff;
  background-size: cover;
  position: absolute;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.25), 0 0 3px 0 rgba(0, 0, 0, 0.17);
  border: 1px solid transparent;
  appearance: none;
  margin-left: -16px;
  cursor: -webkit-grab;
}
.ant-scrubber .chip.lastActive {
  z-index: 10;
}
.ant-scrubber .chip.active {
  cursor: -webkit-grabbing;
  z-index: 10;
  border: 1px solid #286ce2;
  outline: none;
  box-shadow: none;
}
.ant-scrubber .chip:focus {
  border: 1px solid #286ce2;
  outline: none;
  box-shadow: none;
}
.ant-scrubber .chip.pass-through {
  pointer-events: none;
}
.ant-scrubber .bar {
  position: absolute;
  margin-bottom: -1px;
  padding-bottom: 1px;
  border-radius: 4px;
  border-bottom: 10px solid #f7f7f7;
  top: 1rem;
  width: 100%;
}
.ant-scrubber .bar:before {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ant-scrubber .range {
  position: absolute;
  top: 1rem;
  background-color: #286ce2;
  border-radius: 4px;
  height: 10px;
}
.ant-scrubber .range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  color: #333333;
  margin-top: 25px;
}
.ant-scrubber .range-labels.offset .min {
  transform: translateX(-50%);
}
.ant-scrubber .range-labels.offset .max {
  transform: translateX(50%);
}
.ant-scrubber .range-labels.hide {
  display: none;
}
.ant-scrubber .arrow_box {
  position: absolute;
  top: -75px;
  left: -20px;
  background: #ffffff;
  border: 1px solid #286ce2;
  padding: 5px;
  min-width: 70px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2857142857rem;
  color: #333333;
}
.ant-scrubber .arrow_box:after, .ant-scrubber .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ant-scrubber .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.ant-scrubber .arrow_box:before {
  border-color: rgba(40, 108, 226, 0);
  border-top-color: #286ce2;
  border-width: 11px;
  margin-left: -11px;
}

.illustration-modal, .illustration-hero-unit {
  display: block;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  overflow: hidden;
}
.illustration-modal.goal-setting, .illustration-hero-unit.goal-setting {
  background-image: url("/assets/images/motif/goal-setting.svg");
}
.illustration-modal.healthy-eating-100, .illustration-hero-unit.healthy-eating-100 {
  background-image: url("/assets/images/motif//healthy-eating-100.svg");
}
.illustration-modal.less-stress-temp, .illustration-hero-unit.less-stress-temp {
  background-image: url("/assets/images/motif//less-stress-temp.svg");
}
.illustration-modal.sleep, .illustration-hero-unit.sleep {
  background-image: url("/assets/images/motif//sleep.svg");
}
.illustration-modal.strength-challenge, .illustration-hero-unit.strength-challenge {
  background-image: url("/assets/images/motif//strength-challenge.svg");
}
.illustration-modal.workout-challenge, .illustration-hero-unit.workout-challenge {
  background-image: url("/assets/images/motif//workout-challenge.svg");
}
.illustration-modal.eat-healthy, .illustration-hero-unit.eat-healthy {
  background-image: url("/assets/images/motif//eat-healthy.svg");
}
.illustration-modal:before, .illustration-hero-unit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.illustration-modal .illustration-wrapper, .illustration-hero-unit .illustration-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.illustration-modal .illustration-content, .illustration-hero-unit .illustration-content {
  position: absolute;
  top: 0;
  height: 100%;
}
.illustration-modal .illustration-content h1, .illustration-hero-unit .illustration-content h1 {
  color: #ffffff;
  font-size: 2.2857142857rem;
}
.illustration-modal .illustration-content .illustration-body, .illustration-hero-unit .illustration-content .illustration-body {
  font-size: 1rem;
  line-height: 1.5714285714rem;
  color: #ffffff;
  margin: 1.7142857143rem 0 -0.8571428571rem;
}
.illustration-modal .illustration-footer, .illustration-hero-unit .illustration-footer {
  display: flex;
  justify-content: space-between;
}
.illustration-modal .illustration-footer .btn, .illustration-hero-unit .illustration-footer .btn {
  width: 48%;
  max-width: 168px;
  height: 45px;
  border: 1px solid #ffffff;
  margin-top: 1.7857142857rem;
}

.illustration-modal {
  max-width: 800px;
  width: 96vw;
  height: 375px;
  padding: 2.2857142857rem;
}
.illustration-modal:before {
  content: "";
  height: 100%;
  width: 800px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 47.63%, rgba(0, 0, 0, 0.6) 100%);
}
.illustration-modal .illustration-content {
  left: 1.7142857143rem;
  width: 25.1428571429rem;
}
@media screen and (max-width: 600px) {
  .illustration-modal .illustration-content {
    left: 0;
    right: 0;
    padding-top: 30px;
    width: 100%;
    position: relative;
  }
  .illustration-modal .illustration-footer {
    justify-content: flex-start;
  }
  .illustration-modal .illustration-footer .btn:first-child {
    margin-right: 16px;
  }
}

.illustration-hero-unit {
  max-width: 46.7142857143rem;
  width: 100%;
  height: 20.5714285714rem;
  padding: 2.8571428571rem;
  position: relative;
  color: #ffffff;
}
.illustration-hero-unit:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 480px) {
  .illustration-hero-unit:before {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 47.63%, rgba(0, 0, 0, 0.6) 100%);
  }
}
.illustration-hero-unit .illustration-content {
  width: 100%;
}
@media (min-width: 480px) {
  .illustration-hero-unit .illustration-content {
    width: 50%;
  }
}
.illustration-hero-unit .hero-title {
  position: relative;
  font-size: 1.7142857143rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.9285714286rem;
  padding-bottom: 1.1428571429rem;
  width: 100%;
  color: inherit;
  border-bottom: 2px solid #ffffff;
}
@media (min-width: 480px) {
  .illustration-hero-unit .hero-title {
    width: 85%;
  }
}
.illustration-hero-unit .next-step {
  position: relative;
  padding-left: 2.2857142857rem;
  margin-top: 1.7142857143rem;
}
.illustration-hero-unit .next-step a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 1.1428571429rem;
}
.illustration-hero-unit .next-step a:before {
  content: "\e911";
  font-family: "ant-motif-icons";
  position: absolute;
  left: 0;
  top: -0.1428571429rem;
  width: 1.7142857143rem;
  height: 1.7142857143rem;
  border-radius: 0.8571428571rem;
  font-size: 1rem;
  font-weight: 700;
  border: 2px solid #ffffff;
  padding: 0 0 0.2857142857rem 0.2857142857rem;
}
.illustration-hero-unit .completed-steps {
  width: 100%;
  position: relative;
  color: inherit;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5714285714rem;
  margin-top: 1.7142857143rem;
}
.illustration-hero-unit .completed-steps .empty-rect {
  fill: rgba(255, 255, 255, 0.2);
}
.illustration-hero-unit .completed-steps .bg-rect {
  fill: #f7f7f7;
}
.illustration-hero-unit .completed-steps .completed-steps-label {
  margin-bottom: 0.5714285714rem;
}
.illustration-hero-unit .switch-plan {
  position: relative;
  margin-top: 1.1428571429rem;
  background: none;
  border: none;
}
.illustration-hero-unit .switch-plan .switch-plan-text {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5714285714rem;
  padding-left: 2.5714285714rem;
}
.illustration-hero-unit .switch-plan .switch-plan-text:hover {
  cursor: pointer;
}
.illustration-hero-unit .switch-plan .switch-plan-text:before {
  content: "\eac5";
  font-family: "ant-motif-icons";
  font-size: 2rem;
  font-weight: normal;
  position: absolute;
  width: 2.1428571429rem;
  height: 2.1428571429rem;
  left: 0;
  top: -0.3571428571rem;
  padding: 0.2857142857rem 0;
}

.back-to-top-button {
  position: fixed;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background: rgba(55, 71, 90, 0.75);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
  width: 137px;
  border-radius: 23px;
  opacity: 1;
  z-index: 50;
}
.back-to-top-button:hover, .back-to-top-button:focus, .back-to-top-button:active, .back-to-top-button:active:focus {
  color: white;
}
.back-to-top-button:hover {
  background: rgba(36, 46, 58, 0.75);
}
.back-to-top-button .motif-up-arrow {
  font-size: 1.3571428571rem;
}

.celebratory-modal {
  max-width: 660px;
  width: 96vw;
  height: 486px;
  padding: 2.2857142857rem;
  border: 1px solid grey;
  overflow: hidden;
}
.celebratory-modal .celebratory-header {
  text-align: center;
  width: 100%;
  margin-top: 3.2142857143rem;
}
.celebratory-modal .celebratory-header h1 {
  padding-bottom: 50px;
}
.celebratory-modal .btn {
  margin-top: 25px;
}
.celebratory-modal .celebratory-body {
  width: 80%;
  margin: 0px auto;
  overflow: hidden;
}
.celebratory-modal .confetti-holder {
  width: 0.0714285714rem;
  margin: 0px auto;
}
.celebratory-modal .btn-primary {
  margin-left: 20px;
  z-index: 5;
}
@media (max-width: 801px) {
  .celebratory-modal .btn-primary {
    max-width: 12rem;
    padding: 0.7142857143rem 1.5714285714rem;
  }
}
@media (max-width: 801px) {
  .celebratory-modal .btn-secondary {
    max-width: 168px;
    padding: 0.7142857143rem 1.5714285714rem;
  }
}
.celebratory-modal .spacer-div {
  padding: 75px 0px;
}

.ant-celebratory {
  width: 0.0714285714rem;
  margin: 0px auto;
  overflow: hidden;
}
.ant-celebratory .circle-sm {
  z-index: -1;
  border-radius: 50%;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
}
.ant-celebratory .circle-med {
  z-index: -1;
  border-radius: 50%;
  width: 3.5714285714rem;
  height: 3.5714285714rem;
}
.ant-celebratory .circle-lg {
  z-index: -1;
  border-radius: 50%;
  width: 7.1428571429rem;
  height: 7.1428571429rem;
}
.ant-celebratory .triangle-sm {
  z-index: -1;
  width: 0rem;
  height: 0rem;
  border-left: 5px solid white;
  border-right: 5px solid white;
  border-bottom: 10px solid transparent;
}
.ant-celebratory .triangle-med {
  z-index: -1;
  width: 0rem;
  height: 0rem;
  border-left: 9px solid white;
  border-right: 9px solid white;
  border-bottom: 18px solid transparent;
}
.ant-celebratory .triangle-lg {
  z-index: -1;
  width: 0rem;
  height: 0rem;
  border-left: 12px solid white;
  border-right: 12px solid white;
  border-bottom: 24px solid transparent;
}
.ant-celebratory .rod-sm {
  z-index: -1;
  width: 0.4285714286rem;
  height: 0.1428571429rem;
  border-radius: 500px;
}
.ant-celebratory .rod-med {
  z-index: -1;
  width: 0.5714285714rem;
  height: 0.1664285714rem;
  border-radius: 500px;
}
.ant-celebratory .rod-lg {
  z-index: -1;
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  border-radius: 500px;
}

.ant-pagination .ant-pagination {
  display: flex;
  flex-wrap: nowrap;
}
.ant-pagination .page-item {
  width: 11.11%;
  max-width: 2.7142857143rem;
  margin-right: 1.5%;
  border-radius: 50%;
  text-decoration: none;
}
.ant-pagination .page-num {
  background: #f7f7f7;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .ant-pagination .page-num {
    font-size: 0.7857142857rem;
  }
}
.ant-pagination .page-num.active, .ant-pagination .page-num:hover {
  color: #ffffff;
  background: #286ce2;
}
.ant-pagination .page-num > span {
  padding-top: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.ant-pagination .page-num > span > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-56%, -51%);
}
.ant-pagination .page-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.ant-pagination .page-icon.rotate {
  margin-left: 0;
  margin-right: 1.5%;
  transform: rotate(180deg);
}
.ant-pagination .page-icon span {
  color: #286ce2;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  display: block;
  height: 100%;
  width: 100%;
}
.ant-pagination .page-icon span:before {
  content: "\e911";
  font-family: "ant-motif-icons";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ant-pagination .ellipsis {
  display: flex;
  justify-content: center;
}
.ant-pagination .ellipsis > span {
  align-self: flex-end;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("Lato Light"), local("Lato-Light"), url('lato-v17-latin-300.d50c00d50f8f239b.woff2') format("woff2"), url('lato-v17-latin-300.b0d3cf62d4410630.woff') format("woff");
  /* Modern Browsers */
}
/* lato-300italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url('lato-v17-latin-300italic.657101c149c65f8d.woff2') format("woff2"), url('lato-v17-latin-300italic.06ec5fd1cf67797c.woff') format("woff");
  /* Modern Browsers */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("Lato Regular"), local("Lato-Regular"), url('lato-v17-latin-regular.cc2c3b4a718e95f8.woff2') format("woff2"), url('lato-v17-latin-regular.290626a6e0b5d26c.woff') format("woff");
  /* Modern Browsers */
}
/* lato-italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: local("Lato Italic"), local("Lato-Italic"), url('lato-v17-latin-italic.fb0ccca547491b59.woff2') format("woff2"), url('lato-v17-latin-italic.7e6bd63ad98326d7.woff') format("woff");
  /* Modern Browsers */
}
/* Lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: local("Lato Bold"), local("Lato-Bold"), url('lato-v17-latin-700.10278b9b4d460d3a.woff2') format("woff2"), url('lato-v17-latin-700.5ba419fc076376d3.woff') format("woff");
  /* Modern Browsers */
}
/* Lato-700italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  font-display: auto;
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url('lato-v17-latin-700italic.2ec7ae8e6b3b3d20.woff2') format("woff2"), url('lato-v17-latin-700italic.dc8a24055bcb94be.woff') format("woff");
  /* Modern Browsers */
}
@font-face {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('bitter-v16-latin-ext-regular.4af9ad06a2f5e30d.woff') format("woff");
}
@font-face {
  font-family: "Bitter";
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: url('bitter-v16-latin-ext-italic.afd4bd90a1cc3636.woff') format("woff");
}
@font-face {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url('bitter-v16-latin-ext-500.504099174c40d71f.woff') format("woff");
}
@font-face {
  font-family: "Bitter";
  font-style: italic;
  font-weight: 500;
  font-display: auto;
  src: url('bitter-v16-latin-ext-500italic.9eaa3b03405946d2.woff') format("woff");
}
@font-face {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: url('bitter-v16-latin-ext-600.5ce50695ec0ace28.woff') format("woff");
}
@font-face {
  font-family: "Bitter";
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: url('bitter-v16-latin-ext-600italic.c1ec13623346c4d5.woff') format("woff");
}
.oss-ajax-loader .ant-ui-widget-overlay {
  background-color: #000000;
}

.oss-ajax-loader .ant-ajax-load {
  background-color: #fff;
  padding: 0 50px 20px 50px;
  font-size: 18px;
}

.oss-ajax-loader .ant-ajax-load .ant-loading-wrapper {
  margin: 0 auto;
}

.oss-ajax-loader .ant-ajax-load .ant-loading-wrapper .motif-spinner-heart {
  margin-bottom: 15px;
}

.pagewrapper {
  height: 100vh;
}

.pagewrapper .logincontainer {
  flex: 0 0 60%;
  margin-top: 56px;
  display: flex;
  padding-left: 65px;
}

.pagewrapper .logincontainer .alertbanner {
  position: absolute;
  top: 0;
  width: 60%;
  left: 0;
}

.pagewrapper .logincontainer .alertbanner .alertcontainer {
  display: flex;
}

.pagewrapper .logincontainer .alertbanner .alertcontainer p {
  margin-left: 5px;
}

.pagewrapper .logincontainer .alertbanner .alertcontainer .alerticon,
.pagewrapper .logincontainer .alertbanner .alertcontainer .alertclose {
  flex: 0 0 5%;
}

.pagewrapper .logincontainer .alertbanner .alertcontainer .alerttext {
  flex: 0 0 90%;
}

.pagewrapper .logincontainer .twofaform {
  max-width: 360px;
  flex: 0 0 80%;
  padding-bottom: 40px;
}

@media screen and (min-width: 767px) {
  .pagewrapper .logincontainer .twofaform {
    max-width: none;
  }
}
.pagewrapper .logincontainer .twofaform .back_send_btn_container {
  text-align: center;
}

@media screen and (min-width: 767px) {
  .pagewrapper .logincontainer .twofaform .back_send_btn_container {
    text-align: initial;
  }
}
.pagewrapper .logincontainer .twofaform .enterOTP_nxtbtn_container {
  text-align: center;
}

@media screen and (min-width: 900px) {
  .pagewrapper .logincontainer .twofaform .enterOTP_nxtbtn_container {
    text-align: initial;
  }
}
.pagewrapper .logincontainer .twofaform .securitytitle {
  font-size: 24px;
}

.pagewrapper .logincontainer .twofaform .mprodlogin {
  margin-bottom: 48px;
}

.pagewrapper .logincontainer .twofaform .otpcode {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  font-size: 24px;
}

.pagewrapper .logincontainer .twofaform .messagecontainer {
  margin-bottom: 24px;
  font-family: Lato;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
}

.pagewrapper .logincontainer .twofaform .communicationcontainer {
  max-width: 385px;
  width: auto;
  margin: 32px 0 24px 0;
  padding: 20px 0px 21px;
  border-radius: 10px;
  background-color: #f3f3f3;
}

@media screen and (min-width: 600px) {
  .pagewrapper .logincontainer .twofaform .communicationcontainer {
    padding: 20px 32px 21px;
  }
  .pagewrapper .logincontainer .twofaform .communicationcontainer .comm-mode label {
    word-break: unset;
  }
}
.pagewrapper .logincontainer .twofaform .communicationcontainer .comm-mode label {
  word-break: break-all;
}

.pagewrapper .logincontainer .twofaform .communicationcontainer .comm-mode .icontext {
  font-size: 14px;
  line-height: 22px;
  margin-left: 5px;
}

.pagewrapper .logincontainer .twofaform .communicationcontainer .comm-mode label {
  font-size: 14px;
  line-height: 22px;
}

.pagewrapper .logincontainer .twofaform .communicationcontainer .comm-mode input {
  background-color: white;
}

.pagewrapper .logincontainer .twofaform .communicationcontainer .comm-mode input:focus {
  outline: none;
}

.pagewrapper .logincontainer .twofaform .communicationcontainer .comm-mode input:focus + label {
  outline: none;
}

.pagewrapper .logincontainer .twofaform .securitycodecontainer {
  margin-bottom: 16px;
  margin-top: 24px;
  text-align: center;
  display: block;
}

@media screen and (min-width: 900px) {
  .pagewrapper .logincontainer .twofaform .securitycodecontainer {
    text-align: initial;
    display: flex;
  }
}
.pagewrapper .logincontainer .twofaform .rememberDevicecontainer {
  margin-bottom: 16px;
  margin-top: 24px;
}

.pagewrapper .logincontainer .twofaform .contactinfocontainer {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (min-width: 900px) {
  .pagewrapper .logincontainer .twofaform .contactinfocontainer {
    text-align: initial;
  }
}
.pagewrapper .logincontainer .twofaform .btnback,
.pagewrapper .logincontainer .twofaform .btnsend {
  padding: 0 50px;
}

.pagewrapper .logincontainer .twofaform .btnback:focus,
.pagewrapper .logincontainer .twofaform .btnsend:focus {
  outline: none;
}

.pagewrapper .logincontainer .twofaform .btnlogin {
  padding: 0 70px;
}

.pagewrapper .logincontainer .twofaform .btnlogin:focus {
  outline: none;
}

.pagewrapper .logincontainer .twofaform .errmessage {
  color: red;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
}

.pagewrapper .logincontainer .twofaform .formicon {
  position: relative;
}

.pagewrapper .logincontainer .twofaform .formicon .pwd-icon {
  position: absolute;
  bottom: 8px;
  right: 12px;
  top: 35px;
}

.pagewrapper .logincontainer .twofaform .formicon .pwd-icon:focus {
  outline: none;
}

.pagewrapper .logincontainer .twofaform .formicon .pwd-icon .fieldicon {
  cursor: pointer;
}

.pagewrapper .logincontainer a {
  text-decoration: none;
}

.pagewrapper .imagecontainer {
  flex: 0 0 40%;
  background: url(/medicare/dam/media/images/mproducer/mproducer.jpg) 70% center no-repeat;
  background-size: cover;
  min-height: 320px;
  width: 100%;
}

.pagewrapper .rem-device {
  padding-bottom: 10px;
  align-items: flex-start;
}

.pagewrapper .rem-device label {
  font-size: 14px;
  line-height: 22px;
}

.pagewrapper .rem-device input {
  padding: 5px;
  margin-left: 0px;
}

.cns-two-factor .ant-action-link {
  font-size: 1rem !important;
}

.login-mode .landing-login {
  padding: 0;
  margin-top: 128px;
}

@media screen and (max-width: 801px) {
  .login-mode .landing-login {
    margin-top: 70px;
  }
}
.landing-login {
  margin-top: 10px;
}

.landing-login .twofa {
  background: white;
  background-image: none;
}

.landing-login .tcp-lcuContent {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.landing-login .tcp-lcuContent .data-uxd-card {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.landing-login .tcp-lcuContent .data-uxd-card .card-title {
  margin-top: 0 !important;
}

.login-mode .landing-login .twofa {
  margin-bottom: -10px;
  min-height: 0;
}

.twofa {
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}

.twofa .ant-text-input {
  width: 100%;
}

.twofa .fa {
  font-size: 1.8rem;
  color: #333;
  float: left;
  margin-right: 10px;
  width: 36px;
}

.twofa .fa:before {
  float: right;
}

.twofa .current-info-left {
  display: inline-block;
  width: 50%;
  margin-right: 3%;
  text-align: right;
}

.twofa .current-info-right {
  display: inline-block;
  text-align: left;
}

.twofa #step1Form .prLabel,
.twofa #step3Form .prLabel {
  line-height: 1.8rem;
  text-align: left;
}

.twofa #step1Form .prLabel:before,
.twofa #step3Form .prLabel:before {
  margin-top: 4px;
}

.twofa #step1Form .otp-container,
.twofa #step3Form .otp-container {
  float: left;
}

.twofa #step1Form .otp-container.bluecss legend .otpTitle,
.twofa #step1Form .otp-container.bluecss legend span.fa,
.twofa #step3Form .otp-container.bluecss legend .otpTitle,
.twofa #step3Form .otp-container.bluecss legend span.fa {
  color: #0079c2;
}

.twofa .btn {
  margin: 0 20px;
}

.twofa .btn.btn-secondary {
  border: 1px solid;
}

.twofa .btn.btn-secondary.focus, .twofa .btn.btn-secondary:focus, .twofa .btn.btn-secondary:hover {
  border-color: #fe5e3c;
  color: #fff;
}

.twofa .text-warning {
  font-size: 14px;
  color: #333;
  text-align: center;
}

.twofa .horizontal-center {
  text-align: center;
  padding-bottom: 15px;
}

.twofa .vertical-center {
  padding: 5vh 0;
}

.twofa .title {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
}

.twofa .title + p {
  text-align: center;
}

.twofa .sub-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
}

.twofa .secques-error {
  margin-top: 20px;
}

.twofa .secques-error div p {
  text-align: left;
  margin-top: 5px;
  display: block;
}

.twofa .footer {
  margin-top: 20px;
}

.twofa .footer .footer-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.twofa .footer .footer-center .btn {
  margin: 0 10px 20px;
  float: left;
}

.twofa .footer .footer-center a {
  display: block;
}

.twofa .footer a {
  text-align: center;
  width: 100%;
  border-bottom-width: 0px;
}

.twofa .footer div p {
  text-align: center;
  margin-top: 25px;
  display: block;
}

.twofa .footer .ant-anthem-alert .media-body p {
  text-align: left;
  margin-top: 0;
}

.twofa .ant-action-link {
  font-size: 1rem !important;
}

.twofa .medicare-reg {
  margin-bottom: 20px;
}

.twofa .form-item {
  margin-bottom: 1.75rem;
}

.twofa .prLabel {
  padding-left: 25px;
  clear: both;
  font-weight: 600;
}

.twofa .otpTitle {
  font-size: 21px;
  font-weight: bold;
  line-height: 36px;
  float: left;
}

.twofa .otp-container {
  float: left;
}

.twofa .otp-container fieldset.pfRadio {
  float: left;
  width: 100%;
  min-height: 40px;
  margin-bottom: 10px;
}

.twofa .otp-container fieldset.pfRadio ul {
  padding-left: 0;
}

.twofa .otp-container fieldset.pfRadio input[type=radio]:checked + label {
  color: #0079c2;
}

.twofa .otp-container fieldset.pfRadio input[type=radio]:checked + label span.fa {
  color: #0079c2;
}

.twofa .otp-container .form-item {
  margin-bottom: 0;
}

.twofa .otp-container .form-item legend {
  width: 95px;
  float: left;
  margin-right: 25px;
  margin-bottom: 0;
  display: inline;
  display: inline-flex;
  align-items: center;
}

.twofa .otp-container .form-item legend .ver-align-label {
  position: absolute;
  height: 38px;
  margin-top: -20px;
  top: 50%;
}

.twofa .otp-container .form-item fieldset div {
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.twofa .otp-container .form-item fieldset div div {
  width: 100%;
}

.twofa .otp-container .form-item fieldset div div:first-child label {
  margin-top: 5px;
}

.twofa .registerSteps .prLabel {
  clear: none;
}

.twofa .remem-device ul {
  width: 100%;
}

.twofa .center-radios {
  margin: 0 auto;
  display: block;
  width: 315px;
}

.twofa #rbtnDelTypeP .prLabel:before {
  margin-top: 4px;
}

.twofa #rbtnDelTypeP fieldset div div {
  float: left;
  margin: 6px;
}

.twofa #updateContactForm .fa {
  margin-left: 58px;
}

.twofa #updateContactForm .prLabel {
  line-height: 1.8rem;
}

.twofa #updateContactForm .prLabel:before {
  margin-top: 4px;
  margin-left: 15px;
}

.twofa #step3Form input[type=radio]:checked + label {
  color: #0079c2;
}

.twofa #step3Form input[type=radio]:checked + label span {
  color: #0079c2;
}

.twofa #step3Form .prLabel {
  line-height: 1.8rem;
  text-align: left;
}

.twofa #step3Form .prLabel:before {
  margin-top: 4px;
}

.twofa #step4Form .form-item {
  text-align: center;
}

.twofa #step4Form input {
  width: 80%;
}

.twofa #step4Form h5 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.twofa #step4Form h5 strong {
  white-space: nowrap;
}

.twofa #step4Form .prLabel {
  line-height: 1.8rem;
  text-align: left;
}

.twofa #step4Form .prLabel:before {
  margin-top: 4px;
}

.twofa #step4Form .prLabel p {
  float: left;
  width: calc(100% - 34px);
  margin-bottom: 0;
}

.twofa #step6Form .prLabel {
  line-height: 1.8rem;
}

.twofa #step6Form .prLabel:before {
  margin-top: 4px;
}

.twofa #step6Form .prLabel p {
  float: left;
  width: calc(100% - 34px);
  margin-bottom: 0;
}

.twofa #regStep3Form .checkbox .pcLabel {
  margin-bottom: 15px;
}

.twofa .ant-input-long {
  width: 100%;
}

.twofa .mask-wrapper {
  text-align: center;
  position: relative;
}

.twofa .mask-wrapper span.ant-info-icon {
  position: absolute !important;
  left: 100%;
  top: 0.4rem;
  font-size: 1.571rem;
}

.twofa .mask-wrapper span.ant-info-icon:before {
  left: -37px;
  top: -2px;
  position: absolute;
}

.twofa div[tabindex]:focus,
.twofa p[tabindex]:focus,
.twofa a.link:focus {
  outline: none;
}

.twofa .pswd-form-icon .fa {
  font-size: 1.5rem;
}

.twofa .pswd-form-icon .passowrd-show-hide {
  margin-right: 0px;
  top: 4px !important;
}

.twofa .pswd-form-icon .uxd-text-input {
  margin-bottom: 0;
  margin-top: -15px;
}

#errOtp {
  margin-top: -1.75em;
  margin-bottom: 1.75em;
}

@media (max-width: 412px) {
  .twofa .otp-container .form-item legend {
    width: 100%;
  }
  .twofa .otp-container .form-item legend .ver-align-label {
    margin-top: 0;
    top: 0;
  }
  .twofa .otp-container .form-item fieldset div {
    width: 100%;
  }
  .twofa .otp-container .form-item fieldset div div label {
    margin-top: 5px;
  }
  .twofa .otp-container .form-item fieldset div div:first-child label {
    margin-top: 10px;
  }
  .twofa .form-item .ant-form-item-error:last-child,
  .twofa .form-item .ant-form-item-valid:last-child {
    margin-bottom: 15px;
  }
  .twofa #step1Form .ver-align-label .fa:before {
    float: left;
  }
}
.twofa .otp-container.multiple-phone-numbers .form-item fieldset div {
  flex-direction: column;
}

@media (max-width: 800px) {
  .twofa .col-xs-12,
  .twofa .col-xxs-12 {
    margin-right: 15px;
  }
}
.dflex {
  display: flex;
  flex-wrap: wrap;
}


/**
 * Anthem Colors
 */
/**
  * NOTE: Colors found in the Pattern Library are added with the rest of the
  * Pattern Library inside patter-library.scss.
  */
/**
 * calculateRem: Converts pixel values to rems.
 *  - pxSize is the pixel value to be converted
 *  - pxBase is the font-size defined in the html element. By default it is
 *     set to 16px.
 **/
/**
 * fontSize(): Sets the font-size attribute to rems, and falls back
 * to pixels if rems aren't available.
 */
/**
 * Clearfix
 */
.full-white {
  display: block;
  width: 100%;
  background-color: white;
}
.full-white:after {
  content: " ";
  display: table;
  clear: both;
}

.full-gray {
  display: block;
  width: 100%;
  background-color: #f2f2f2;
}
.full-gray:after {
  content: " ";
  display: table;
  clear: both;
}

.full-white .oss-content-container,
.full-gray .oss-content-container {
  margin-bottom: 6.25pxrem;
}

.oss-border-bottom {
  border-bottom: 1px solid #286ce2;
}

.oss-content-container {
  background: #ffffff;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 40px;
}
.oss-content-container--pull-up {
  margin-top: -260px;
}

section.main .full-white,
section.main .oss-content-container {
  margin-bottom: 3.125rem;
}
section.main.oss-sections-combined .oss-content-container {
  margin-bottom: -6.25pxrem;
}
section.main.oss-sections-combined-top .oss-content-container {
  margin-top: -9.375pxrem;
}

.section-body {
  padding: 3.125pxrem 15px 0px;
}

.common-questions {
  margin-bottom: 2.25pxrem;
}

/* example: {property}-{sides}-{size}.*/
.oss-clear-both {
  clear: both;
}

.oss-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.oss-margin-bottom-0 {
  margin-bottom: 0;
}

.oss-margin-bottom-xsm {
  margin-bottom: 0.5625rem;
}

.oss-margin-bottom-sm {
  margin-bottom: 1rem;
}

.oss-margin-bottom-md {
  margin-bottom: 1.875rem;
}

.oss-margin-bottom-lg {
  margin-bottom: 3.125rem;
}

.oss-margin-bottom-xlg {
  margin-bottom: 6.25pxrem;
}

.oss-margin-top-0 {
  margin-top: 0;
}

.oss-margin-top-xs {
  margin-top: 0.5625rem;
}

.oss-margin-top-sm {
  margin-top: 1.125rem;
}

.oss-margin-top-md {
  margin-top: 1.875rem;
}

.oss-margin-top-lg {
  margin-top: 3.125rem;
}

.oss-margin-right-0 {
  margin-right: 0;
}

.oss-margin-right-xs {
  margin-right: 0.5625rem;
}

.oss-margin-right-sm {
  margin-right: 1rem;
}

.oss-margin-right-md {
  margin-right: 1.875rem;
}

.oss-margin-right-lg {
  margin-right: 3.125rem;
}

.oss-margin-right-xlg {
  margin-right: 6.25rem;
}

.oss-margin-left-sm {
  margin-left: 1rem;
}

.oss-padding-left-0 {
  padding-left: 0 !important;
}

.oss-padding-left-sm {
  padding-left: 0.9375pxrem !important;
}

.oss-padding-left-md {
  padding-left: 1.875pxrem !important;
}

.oss-padding-left-lg {
  padding-left: 3.75pxrem !important;
}

.oss-padding-left-xlg {
  padding-left: 6.25pxrem !important;
}

.oss-padding-right-0 {
  padding-right: 0 !important;
}

.oss-padding-right-sm {
  padding-right: 0.9375pxrem !important;
}

.oss-padding-right-md {
  padding-right: 1.875pxrem !important;
}

.oss-padding-right-lg {
  padding-right: 3.75pxrem !important;
}

.oss-padding-right-xlg {
  padding-right: 6.25pxrem !important;
}

.oss-flex-row {
  display: flex;
  flex-direction: row;
}
.oss-flex-row.oss-flex-row__space-between {
  justify-content: space-between;
  align-items: center;
}

/* Align child items horizontally and vertically */
.flex-center {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/*Occupy 100% width*/
.oss-full-width {
  width: 100%;
}

.oss-padded--l-r {
  padding-left: 15px;
  padding-right: 15px;
}

.oss-padding-top-sm {
  padding-top: 1.125pxrem;
}

.oss-padding-top-md {
  padding-top: 1.875pxrem;
}

.oss-padding-top-lg {
  padding-top: 3.125pxrem;
}

.oss-enroll-date-question__wrapper {
  padding-top: 1.5rem;
  padding-left: 2.5rem;
}
.oss-enroll-date-question__wrapper .oss-enroll-date-question__label {
  margin-bottom: 2.5rem;
  padding-left: 0.75pxrem;
}
.oss-enroll-date-question__wrapper .oss-enroll-date-question__date-picker {
  font-weight: 400;
  width: 100%;
  max-width: 300px;
}

.captcha {
  transform: scale(0.85);
}
@media screen and (min-width: 480px) {
  .captcha {
    transform: none;
  }
}

.flex-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.flex-buttons .btn {
  flex: 1 1 100%;
  margin-bottom: 1rem;
  max-width: 220px;
  padding: 0.6667rem 0;
}
@media screen and (min-width: 480px) {
  .flex-buttons .btn {
    margin-bottom: 1rem;
  }
  .flex-buttons .btn:first-child {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.oss-additional-condition-border {
  margin-bottom: 2rem;
}
.oss-additional-condition-border:after {
  content: "";
  display: block;
  width: 105%;
  position: relative;
  left: -2.5%;
  padding-top: 2.5rem;
  border-bottom: 1px solid #999;
}
@media screen and (min-width: 800px) {
  .oss-additional-condition-border:after {
    width: 109%;
    left: -4.5%;
  }
}

.oss-list-menu-button {
  margin-top: 2rem;
}

.oss-wsc-post-content {
  margin-top: 3.125pxrem;
}

.oss-account-info-uneditable .oss-account-info-row {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #a3a3a3;
  margin-bottom: 1rem;
}
.oss-account-info-uneditable .oss-account-info-row.oss-account-info-last-row {
  border-bottom: none;
}

.oss-column-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.oss-column-left {
  float: none;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .oss-gutter-large--left {
    padding-right: 40px;
  }
  .oss-gutter-large--right {
    padding-left: 40px;
  }
}
.oss-overflow-hidden {
  overflow: hidden;
}

.oss-text-break--xs {
  display: none;
}
@media screen and (min-width: 480px) {
  .oss-text-break--xs {
    display: inline;
  }
}

.oss-text-break--sm {
  display: none;
}
@media screen and (min-width: 800px) {
  .oss-text-break--sm {
    display: inline;
  }
}

.oss-text-break--md {
  display: none;
}
@media screen and (min-width: 1024px) {
  .oss-text-break--md {
    display: inline;
  }
}

.oss-text-break--lg {
  display: none;
}
@media screen and (min-width: 1200px) {
  .oss-text-break--lg {
    display: inline;
  }
}

/* Custom styles for MEDSUPP payment page begin */
.mspayment-cart-divider {
  height: 50px;
  display: inline-block;
  width: 100%;
}

section.main .oss-content-container.margin-bottom-0 {
  margin-bottom: 0;
}

#oss-1439444262330-body .col-xxs-12.col-xs-12.col-md-12 {
  padding: 0;
}

#oss-1439444262330-section > div > .oss-content-container {
  padding-bottom: 0;
}

/* Custom styles for MEDSUPP payment page end */
/*Icons start*/
@font-face {
  font-family: "ant-motif-icons";
  src: url("/assets/fonts/icons/motif/ant-motif-icons.eot?6o51c8");
  src: url("/assets/fonts/icons/motif/ant-motif-icons.eot?6o51c8#iefix") format("embedded-opentype"), url("/assets/fonts/icons/motif/ant-motif-icons.ttf?6o51c8") format("truetype"), url("/assets/fonts/icons/motif/ant-motif-icons.woff?6o51c8") format("woff"), url("/assets/fonts/icons/motif/ant-motif-icons.svg?6o51c8#ant-motif-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.motif-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-motif-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.motif-about:before {
  content: "\e900";
}

.motif-access-for-blind:before {
  content: "\e901";
}

.motif-add-more:before {
  content: "\eb32";
}

.motif-add-phone:before {
  content: "\e902";
}

.motif-add-shopping-cart:before {
  content: "\e903";
}

.motif-add-tag:before {
  content: "\e904";
}

.motif-add-text:before {
  content: "\e905";
}

.motif-aed:before {
  content: "\e906";
}

.motif-aids-ribbon:before {
  content: "\e907";
}

.motif-alarm-clock:before {
  content: "\e908";
}

.motif-alluminium_massagetable:before {
  content: "\e909";
}

.motif-alphabetical-sorting:before {
  content: "\e90a";
}

.motif-alphabetical-sorting-2:before {
  content: "\e90b";
}

.motif-ambulance:before {
  content: "\e90c";
}

.motif-amnesty_international:before {
  content: "\e90d";
}

.motif-amputee:before {
  content: "\e90e";
}

.motif-angle-down:before {
  content: "\e90f";
}

.motif-angle-left:before {
  content: "\e910";
}

.motif-angle-right:before {
  content: "\e911";
}

.motif-angle-up:before {
  content: "\e912";
}

.motif-antiseptic-cream:before {
  content: "\e913";
}

.motif-apple:before {
  content: "\e914";
}

.motif-appointment-reminders:before {
  content: "\e915";
}

.motif-archived:before {
  content: "\eb25";
}

.motif-arrow:before {
  content: "\e916";
}

.motif-arrow-pointing-left:before {
  content: "\e917";
}

.motif-arrows-long-down:before {
  content: "\e918";
}

.motif-arrows-long-left:before {
  content: "\e919";
}

.motif-arrows-long-right:before {
  content: "\e91a";
}

.motif-arrows-long-up:before {
  content: "\e91b";
}

.motif-assistive_listening_systems:before {
  content: "\e91c";
}

.motif-attention:before {
  content: "\e91d";
}

.motif-audio-description:before {
  content: "\e91e";
}

.motif-average:before {
  content: "\e91f";
}

.motif-average-2:before {
  content: "\e920";
}

.motif-avocado:before {
  content: "\eb33";
}

.motif-ball-point-pen:before {
  content: "\e921";
}

.motif-banana:before {
  content: "\e922";
}

.motif-bandage:before {
  content: "\e923";
}

.motif-bank-cards:before {
  content: "\eb34";
}

.motif-bench-press-with-dumbbells:before {
  content: "\e924";
}

.motif-bento-box:before {
  content: "\eb28";
}

.motif-binoculars:before {
  content: "\e925";
}

.motif-birthday-cake:before {
  content: "\e926";
}

.motif-bitbucket:before {
  content: "\e927";
}

.motif-blind:before {
  content: "\e928";
}

.motif-block:before {
  content: "\e929";
}

.motif-body-scan:before {
  content: "\e92a";
}

.motif-bookmark:before {
  content: "\e92b";
}

.motif-bookmark-ribbon:before {
  content: "\e92c";
}

.motif-bottle-of-water:before {
  content: "\e92d";
}

.motif-braille:before {
  content: "\e92e";
}

.motif-brain:before {
  content: "\e92f";
}

.motif-bullet:before {
  content: "\eb35";
}

.motif-bulleted-list:before {
  content: "\e930";
}

.motif-business-contact:before {
  content: "\e931";
}

.motif-buy:before {
  content: "\e932";
}

.motif-caduceus:before {
  content: "\e933";
}

.motif-caduceus_gavel:before {
  content: "\e934";
}

.motif-cafe:before {
  content: "\e935";
}

.motif-calculator:before {
  content: "\e936";
}

.motif-calendar:before {
  content: "\e937";
}

.motif-calendar-minus:before {
  content: "\e938";
}

.motif-calendar-plus:before {
  content: "\e939";
}

.motif-call-transfer:before {
  content: "\e93a";
}

.motif-calories:before {
  content: "\eb36";
}

.motif-cancel:before {
  content: "\e93b";
}

.motif-cancel-2:before {
  content: "\e93c";
}

.motif-cancel-file:before {
  content: "\e93d";
}

.motif-cancer-ribbon:before {
  content: "\e93e";
}

.motif-car:before {
  content: "\eb37";
}

.motif-card-exchange:before {
  content: "\e93f";
}

.motif-card-security:before {
  content: "\e940";
}

.motif-card-security-code:before {
  content: "\e941";
}

.motif-card-verification-value:before {
  content: "\e942";
}

.motif-cardboard-box:before {
  content: "\e943";
}

.motif-cast:before {
  content: "\e944";
}

.motif-cc-amex:before {
  content: "\eb29";
}

.motif-cc-discover:before {
  content: "\eb2a";
}

.motif-cc-mastercard:before {
  content: "\eb2b";
}

.motif-cc-visa:before {
  content: "\eb2c";
}

.motif-charge-battery:before {
  content: "\e945";
}

.motif-chat:before {
  content: "\e946";
}

.motif-chat-bubble:before {
  content: "\eb2f";
}

.motif-chat-send:before {
  content: "\eb30";
}

.motif-cheap-2:before {
  content: "\e947";
}

.motif-check-wide:before {
  content: "\eb31";
}

.motif-checked:before {
  content: "\e948";
}

.motif-checked-2:before {
  content: "\e949";
}

.motif-checkmark:before {
  content: "\e94a";
}

.motif-checkout:before {
  content: "\e94b";
}

.motif-chef-hat:before {
  content: "\eb1d";
}

.motif-chevron:before {
  content: "\e94c";
}

.motif-chevron-down:before {
  content: "\e94d";
}

.motif-chevron-down-round:before {
  content: "\e94e";
}

.motif-chevron-filled-down:before {
  content: "\e94f";
}

.motif-chevron-filled-up:before {
  content: "\e950";
}

.motif-chevron-left:before {
  content: "\e951";
}

.motif-chevron-left-round:before {
  content: "\e952";
}

.motif-chevron-right:before {
  content: "\e953";
}

.motif-chevron-right-round:before {
  content: "\e954";
}

.motif-chevron-up:before {
  content: "\e955";
}

.motif-chevron-up-round:before {
  content: "\e956";
}

.motif-circle:before {
  content: "\e957";
}

.motif-circle-checked-inverse:before {
  content: "\eb1e";
}

.motif-circle-notch:before {
  content: "\e958";
}

.motif-circle-thin:before {
  content: "\e959";
}

.motif-circled:before {
  content: "\e95a";
}

.motif-circled-down:before {
  content: "\e95b";
}

.motif-circled-down-left:before {
  content: "\e95c";
}

.motif-circled-down-right:before {
  content: "\e95d";
}

.motif-circled-left:before {
  content: "\e95e";
}

.motif-circled-right:before {
  content: "\e95f";
}

.motif-circled-up:before {
  content: "\e960";
}

.motif-circled-up-left:before {
  content: "\e961";
}

.motif-circled-up-right:before {
  content: "\e962";
}

.motif-clinic:before {
  content: "\e963";
}

.motif-clipboard:before {
  content: "\e964";
}

.motif-clock:before {
  content: "\e965";
}

.motif-clone:before {
  content: "\e966";
}

.motif-closed-captioning:before {
  content: "\e967";
}

.motif-collapse:before {
  content: "\e968";
}

.motif-color-dropper:before {
  content: "\e969";
}

.motif-comments:before {
  content: "\e96a";
}

.motif-commercial-development-management:before {
  content: "\e96b";
}

.motif-compare:before {
  content: "\e96c";
}

.motif-compose:before {
  content: "\eb38";
}

.motif-compress:before {
  content: "\e96d";
}

.motif-computer-support:before {
  content: "\e96e";
}

.motif-concept:before {
  content: "\e96f";
}

.motif-condom:before {
  content: "\e970";
}

.motif-condom-package:before {
  content: "\e971";
}

.motif-contacts:before {
  content: "\e972";
}

.motif-content:before {
  content: "\e973";
}

.motif-copy:before {
  content: "\e974";
}

.motif-coronavirus:before {
  content: "\e975";
}

.motif-counselor:before {
  content: "\e976";
}

.motif-create-new:before {
  content: "\e977";
}

.motif-crop:before {
  content: "\e978";
}

.motif-crutch:before {
  content: "\e979";
}

.motif-curls-with-dumbbells:before {
  content: "\e97a";
}

.motif-cursor:before {
  content: "\e97b";
}

.motif-customer-support:before {
  content: "\e97c";
}

.motif-death:before {
  content: "\e97d";
}

.motif-decrease-font:before {
  content: "\e97e";
}

.motif-delete:before {
  content: "\e97f";
}

.motif-delete_link:before {
  content: "\e980";
}

.motif-delete_slide:before {
  content: "\e981";
}

.motif-department:before {
  content: "\e982";
}

.motif-design:before {
  content: "\e983";
}

.motif-details:before {
  content: "\e984";
}

.motif-device-information:before {
  content: "\e985";
}

.motif-diabetes:before {
  content: "\e986";
}

.motif-diabetes-monitor:before {
  content: "\e987";
}

.motif-dialysis_machine:before {
  content: "\e988";
}

.motif-diamond:before {
  content: "\e989";
}

.motif-dislike:before {
  content: "\e98a";
}

.motif-dislike-fill:before {
  content: "\e98b";
}

.motif-doctors-bag:before {
  content: "\e98c";
}

.motif-doctors-without-borders:before {
  content: "\e98d";
}

.motif-document:before {
  content: "\e98e";
}

.motif-documents:before {
  content: "\e98f";
}

.motif-donate:before {
  content: "\e990";
}

.motif-door-sensor-alarmed:before {
  content: "\e991";
}

.motif-double-down:before {
  content: "\e992";
}

.motif-double-left:before {
  content: "\e993";
}

.motif-double-right:before {
  content: "\e994";
}

.motif-double-up:before {
  content: "\e995";
}

.motif-down-2:before {
  content: "\e996";
}

.motif-down-3:before {
  content: "\e997";
}

.motif-down-arrow:before {
  content: "\e998";
}

.motif-down-left:before {
  content: "\e999";
}

.motif-down-left-arrow:before {
  content: "\e99a";
}

.motif-down-left-round:before {
  content: "\e99b";
}

.motif-down-right:before {
  content: "\e99c";
}

.motif-down-right-arrow:before {
  content: "\e99d";
}

.motif-down-right-round:before {
  content: "\e99e";
}

.motif-down-round:before {
  content: "\e99f";
}

.motif-down-squared:before {
  content: "\e9a0";
}

.motif-download:before {
  content: "\e9a1";
}

.motif-download-2:before {
  content: "\e9a2";
}

.motif-download-graph-report:before {
  content: "\e9a3";
}

.motif-download-pie-chart-report:before {
  content: "\e9a4";
}

.motif-downloads:before {
  content: "\e9a5";
}

.motif-drag-list-down:before {
  content: "\e9a6";
}

.motif-drag-list-up:before {
  content: "\e9a7";
}

.motif-drag-reorder:before {
  content: "\e9a8";
}

.motif-dumbbell:before {
  content: "\e9a9";
}

.motif-edit:before {
  content: "\e9aa";
}

.motif-elderly-person:before {
  content: "\e9ab";
}

.motif-ellipse:before {
  content: "\e9ac";
}

.motif-ellipse-filled:before {
  content: "\e9ad";
}

.motif-employee-card:before {
  content: "\e9ae";
}

.motif-empty-hourglass:before {
  content: "\e9af";
}

.motif-empty-trash:before {
  content: "\e9b0";
}

.motif-environment:before {
  content: "\e9b1";
}

.motif-erase:before {
  content: "\e9b2";
}

.motif-eraser:before {
  content: "\e9b3";
}

.motif-error:before {
  content: "\e9b4";
}

.motif-error-cloud:before {
  content: "\e9b5";
}

.motif-escape-mask:before {
  content: "\e9b6";
}

.motif-event-accepted:before {
  content: "\e9b7";
}

.motif-event-accepted-tentatively:before {
  content: "\e9b8";
}

.motif-exercise:before {
  content: "\e9b9";
}

.motif-expand:before {
  content: "\e9ba";
}

.motif-external-link:before {
  content: "\eb2d";
}

.motif-eye:before {
  content: "\e9bb";
}

.motif-facebook:before {
  content: "\e9bc";
}

.motif-false-teeth:before {
  content: "\e9bd";
}

.motif-family:before {
  content: "\e9be";
}

.motif-feedback:before {
  content: "\e9bf";
}

.motif-file:before {
  content: "\e9c0";
}

.motif-fill-color:before {
  content: "\e9c1";
}

.motif-filled-like:before {
  content: "\e9c2";
}

.motif-filled-star:before {
  content: "\e9c3";
}

.motif-filter:before {
  content: "\e9c4";
}

.motif-find-matching-job:before {
  content: "\e9c5";
}

.motif-fingerprint:before {
  content: "\e9c6";
}

.motif-fitness-tracker:before {
  content: "\eb39";
}

.motif-flip-horizontal:before {
  content: "\e9c7";
}

.motif-flip-vertical:before {
  content: "\e9c8";
}

.motif-flow-chart:before {
  content: "\e9c9";
}

.motif-foil-space-blanket:before {
  content: "\e9ca";
}

.motif-fold:before {
  content: "\e9cb";
}

.motif-foot-angle:before {
  content: "\e9cc";
}

.motif-forgot-password:before {
  content: "\e9cd";
}

.motif-fridge:before {
  content: "\e9ce";
}

.motif-full-image:before {
  content: "\e9cf";
}

.motif-full-stop:before {
  content: "\e9d0";
}

.motif-gavel:before {
  content: "\e9d1";
}

.motif-general-ledger:before {
  content: "\e9d2";
}

.motif-go-to-link:before {
  content: "\e9d3";
}

.motif-gold-bars:before {
  content: "\e9d4";
}

.motif-good-decision:before {
  content: "\e9d5";
}

.motif-graduation-cap:before {
  content: "\e9d6";
}

.motif-graph-report:before {
  content: "\e9d7";
}

.motif-graph-report-script:before {
  content: "\e9d8";
}

.motif-group-background-selected:before {
  content: "\e9d9";
}

.motif-group-foreground-selected:before {
  content: "\e9da";
}

.motif-group-of-questions:before {
  content: "\e9db";
}

.motif-groups:before {
  content: "\e9dc";
}

.motif-hand-cursor:before {
  content: "\e9dd";
}

.motif-hand-with-pen:before {
  content: "\e9de";
}

.motif-handshake:before {
  content: "\e9df";
}

.motif-hashtag-large:before {
  content: "\e9e0";
}

.motif-head-brain:before {
  content: "\eb43";
}

.motif-headset:before {
  content: "\e9e1";
}

.motif-health-book:before {
  content: "\e9e2";
}

.motif-health-plus:before {
  content: "\eb3a";
}

.motif-hearing:before {
  content: "\e9e3";
}

.motif-hearing-aid:before {
  content: "\e9e4";
}

.motif-heart-health:before {
  content: "\e9e5";
}

.motif-heart-monitor:before {
  content: "\e9e6";
}

.motif-heart-with-pulse:before {
  content: "\e9e7";
}

.motif-help:before {
  content: "\e9e8";
}

.motif-helping-hand:before {
  content: "\e9e9";
}

.motif-high-connection:before {
  content: "\e9ea";
}

.motif-high-importance:before {
  content: "\e9eb";
}

.motif-high-priority:before {
  content: "\e9ec";
}

.motif-home:before {
  content: "\e9ed";
}

.motif-honesty:before {
  content: "\e9ee";
}

.motif-honey:before {
  content: "\e9ef";
}

.motif-hospital-3:before {
  content: "\e9f0";
}

.motif-hot-dog:before {
  content: "\e9f1";
}

.motif-human-bone:before {
  content: "\e9f2";
}

.motif-ice-cream-cone:before {
  content: "\e9f3";
}

.motif-id-card:before {
  content: "\e9f4";
}

.motif-id-verified:before {
  content: "\e9f5";
}

.motif-idea:before {
  content: "\e9f6";
}

.motif-in-transit:before {
  content: "\e9f7";
}

.motif-inbox:before {
  content: "\e9f8";
}

.motif-info:before {
  content: "\e9f9";
}

.motif-info-squared:before {
  content: "\e9fa";
}

.motif-infusion-pumps:before {
  content: "\e9fb";
}

.motif-ingredients-list:before {
  content: "\e9fc";
}

.motif-inspection:before {
  content: "\e9fd";
}

.motif-internal:before {
  content: "\e9fe";
}

.motif-internet:before {
  content: "\e9ff";
}

.motif-invisible:before {
  content: "\ea00";
}

.motif-invite:before {
  content: "\ea01";
}

.motif-ios-development:before {
  content: "\ea02";
}

.motif-job:before {
  content: "\ea03";
}

.motif-key:before {
  content: "\ea04";
}

.motif-keyhole-shield:before {
  content: "\ea05";
}

.motif-kidney:before {
  content: "\ea06";
}

.motif-label-printer:before {
  content: "\ea07";
}

.motif-language:before {
  content: "\ea08";
}

.motif-large-intestine:before {
  content: "\ea09";
}

.motif-leave:before {
  content: "\ea0a";
}

.motif-left-2:before {
  content: "\ea0b";
}

.motif-left-3:before {
  content: "\ea0c";
}

.motif-left-arrow:before {
  content: "\ea0d";
}

.motif-left-down-2:before {
  content: "\ea0e";
}

.motif-left-round:before {
  content: "\ea0f";
}

.motif-left-squared:before {
  content: "\ea10";
}

.motif-left-up-2:before {
  content: "\ea11";
}

.motif-lgbt-men:before {
  content: "\ea12";
}

.motif-lgbt-women:before {
  content: "\ea13";
}

.motif-library:before {
  content: "\ea14";
}

.motif-lightning-bolt:before {
  content: "\ea15";
}

.motif-like:before {
  content: "\ea16";
}

.motif-list:before {
  content: "\ea17";
}

.motif-liver:before {
  content: "\ea18";
}

.motif-lock:before {
  content: "\ea19";
}

.motif-lock-2:before {
  content: "\ea1a";
}

.motif-login:before {
  content: "\eb3b";
}

.motif-loser:before {
  content: "\ea1b";
}

.motif-low-priority:before {
  content: "\ea1c";
}

.motif-loyalty:before {
  content: "\ea1d";
}

.motif-lungs:before {
  content: "\ea1e";
}

.motif-manage-payment:before {
  content: "\eb3c";
}

.motif-map-marker:before {
  content: "\ea1f";
}

.motif-marker:before {
  content: "\ea20";
}

.motif-marker-pen:before {
  content: "\ea21";
}

.motif-massage:before {
  content: "\ea22";
}

.motif-medical-doctor:before {
  content: "\ea23";
}

.motif-medical-heart:before {
  content: "\ea24";
}

.motif-medical-mobile-app:before {
  content: "\ea25";
}

.motif-medical-thermometer:before {
  content: "\ea26";
}

.motif-megaphone:before {
  content: "\ea27";
}

.motif-membership-card:before {
  content: "\ea28";
}

.motif-mental-state:before {
  content: "\ea29";
}

.motif-menu:before {
  content: "\eb3d";
}

.motif-menu-kebab:before {
  content: "\ea2a";
}

.motif-merge-horizontal:before {
  content: "\ea2b";
}

.motif-merge-vertical:before {
  content: "\ea2c";
}

.motif-message:before {
  content: "\ea2d";
}

.motif-message-filled:before {
  content: "\ea2e";
}

.motif-metamorphose:before {
  content: "\ea2f";
}

.motif-microbeam_radiation_therapy:before {
  content: "\ea30";
}

.motif-micropore-tape:before {
  content: "\ea31";
}

.motif-mind-and-body:before {
  content: "\eb3e";
}

.motif-minus:before {
  content: "\ea32";
}

.motif-mobile-shop-cards:before {
  content: "\ea33";
}

.motif-mortar-and-pestle:before {
  content: "\ea34";
}

.motif-move:before {
  content: "\ea35";
}

.motif-ms-excel:before {
  content: "\eb26";
}

.motif-multiple-devices:before {
  content: "\ea36";
}

.motif-music:before {
  content: "\ea37";
}

.motif-mute:before {
  content: "\ea38";
}

.motif-negative-dynamic:before {
  content: "\ea39";
}

.motif-news:before {
  content: "\ea3a";
}

.motif-no-chat:before {
  content: "\ea3b";
}

.motif-no-edit:before {
  content: "\ea3c";
}

.motif-no-filling:before {
  content: "\ea3d";
}

.motif-no-idea:before {
  content: "\ea3e";
}

.motif-no-reminders:before {
  content: "\ea3f";
}

.motif-no-smoking:before {
  content: "\ea40";
}

.motif-nose:before {
  content: "\ea41";
}

.motif-not-hearing:before {
  content: "\ea42";
}

.motif-notebook:before {
  content: "\eb3f";
}

.motif-numbered-list:before {
  content: "\ea43";
}

.motif-numerical-sorting-12:before {
  content: "\ea44";
}

.motif-numerical-sorting-21:before {
  content: "\ea45";
}

.motif-ok:before {
  content: "\ea46";
}

.motif-opened-captioning:before {
  content: "\ea47";
}

.motif-opened-folder:before {
  content: "\ea48";
}

.motif-order-on-the-way:before {
  content: "\ea49";
}

.motif-order-shipped:before {
  content: "\ea4a";
}

.motif-organization:before {
  content: "\ea4b";
}

.motif-overview_pages_3:before {
  content: "\ea4c";
}

.motif-pacemaker:before {
  content: "\ea4d";
}

.motif-paper-clip:before {
  content: "\eb27";
}

.motif-paper-plane:before {
  content: "\ea4e";
}

.motif-parse-from-clipboard:before {
  content: "\ea4f";
}

.motif-past:before {
  content: "\ea50";
}

.motif-paste:before {
  content: "\ea51";
}

.motif-paycheque:before {
  content: "\ea52";
}

.motif-pdf:before {
  content: "\ea53";
}

.motif-pen:before {
  content: "\ea54";
}

.motif-pencil:before {
  content: "\ea55";
}

.motif-pencil-tip:before {
  content: "\ea56";
}

.motif-pharmacist:before {
  content: "\ea57";
}

.motif-phone:before {
  content: "\ea58";
}

.motif-physical-therapy:before {
  content: "\ea59";
}

.motif-picture:before {
  content: "\ea5a";
}

.motif-pill:before {
  content: "\ea5b";
}

.motif-play:before {
  content: "\ea5c";
}

.motif-play-round:before {
  content: "\ea5d";
}

.motif-plus:before {
  content: "\ea5e";
}

.motif-posture:before {
  content: "\ea5f";
}

.motif-prescription-pill-bottle:before {
  content: "\ea60";
}

.motif-presentation-filled:before {
  content: "\ea61";
}

.motif-price-tag:before {
  content: "\ea62";
}

.motif-price-tag-usd:before {
  content: "\ea63";
}

.motif-print:before {
  content: "\ea64";
}

.motif-printed-ocr:before {
  content: "\ea65";
}

.motif-pulse:before {
  content: "\ea66";
}

.motif-puzzle:before {
  content: "\ea67";
}

.motif-question:before {
  content: "\ea68";
}

.motif-rating:before {
  content: "\ea69";
}

.motif-read-message:before {
  content: "\ea6a";
}

.motif-read-message1:before {
  content: "\ea6b";
}

.motif-reading:before {
  content: "\ea6c";
}

.motif-rebalance-portfolio:before {
  content: "\ea6d";
}

.motif-recurring-appointment:before {
  content: "\ea6e";
}

.motif-recurring-appointment-exception:before {
  content: "\ea6f";
}

.motif-redo:before {
  content: "\ea70";
}

.motif-refresh:before {
  content: "\ea71";
}

.motif-reply:before {
  content: "\ea72";
}

.motif-resize-diagonal:before {
  content: "\ea73";
}

.motif-resize-four-directions:before {
  content: "\ea74";
}

.motif-resize-horizontal:before {
  content: "\ea75";
}

.motif-resize-vertical:before {
  content: "\ea76";
}

.motif-restrict:before {
  content: "\ea77";
}

.motif-retweet:before {
  content: "\ea78";
}

.motif-reviewer-male:before {
  content: "\ea79";
}

.motif-ribbon:before {
  content: "\eb2e";
}

.motif-right-2:before {
  content: "\ea7a";
}

.motif-right-3:before {
  content: "\ea7b";
}

.motif-right-arrow:before {
  content: "\ea7c";
}

.motif-right-down-2:before {
  content: "\ea7d";
}

.motif-right-round:before {
  content: "\ea7e";
}

.motif-right-squared:before {
  content: "\ea7f";
}

.motif-right-up-2:before {
  content: "\ea80";
}

.motif-rod_of_asclepius:before {
  content: "\ea81";
}

.motif-rotate:before {
  content: "\ea82";
}

.motif-rotate-left:before {
  content: "\ea83";
}

.motif-rotate-right:before {
  content: "\ea84";
}

.motif-rotate-right-1-1-1:before {
  content: "\ea85";
}

.motif-rss:before {
  content: "\ea86";
}

.motif-ruler:before {
  content: "\ea87";
}

.motif-rules:before {
  content: "\ea88";
}

.motif-sad-cloud:before {
  content: "\eb1f";
}

.motif-safety-collection-place:before {
  content: "\ea89";
}

.motif-safety-pin:before {
  content: "\ea8a";
}

.motif-safety-shower:before {
  content: "\ea8b";
}

.motif-salad:before {
  content: "\eb40";
}

.motif-sales-performance:before {
  content: "\ea8c";
}

.motif-saliva-test:before {
  content: "\ea8d";
}

.motif-save-the-children:before {
  content: "\ea8e";
}

.motif-scale:before {
  content: "\ea8f";
}

.motif-scalpel:before {
  content: "\ea90";
}

.motif-scissors:before {
  content: "\ea91";
}

.motif-search-1:before {
  content: "\ea92";
}

.motif-search-contacts:before {
  content: "\ea93";
}

.motif-search-property:before {
  content: "\ea94";
}

.motif-secured-by-alarm-system:before {
  content: "\ea95";
}

.motif-security-ssl:before {
  content: "\ea96";
}

.motif-sell-property:before {
  content: "\ea97";
}

.motif-send:before {
  content: "\eb41";
}

.motif-sent:before {
  content: "\ea98";
}

.motif-services:before {
  content: "\ea99";
}

.motif-settings:before {
  content: "\ea9a";
}

.motif-shield:before {
  content: "\ea9b";
}

.motif-shopping-bag:before {
  content: "\ea9c";
}

.motif-shopping-cart:before {
  content: "\ea9d";
}

.motif-sign_language_interpretation:before {
  content: "\ea9e";
}

.motif-skeleton:before {
  content: "\ea9f";
}

.motif-skin:before {
  content: "\eaa0";
}

.motif-skull:before {
  content: "\eaa1";
}

.motif-sleeping-in-bed:before {
  content: "\eaa2";
}

.motif-slippery-floor:before {
  content: "\eb44";
}

.motif-small-business:before {
  content: "\eaa3";
}

.motif-smartphone-approve:before {
  content: "\eaa4";
}

.motif-sneaker:before {
  content: "\eb20";
}

.motif-sneeze:before {
  content: "\eaa5";
}

.motif-soldering-iron:before {
  content: "\eaa6";
}

.motif-sort:before {
  content: "\eaa7";
}

.motif-sort-down:before {
  content: "\eaa8";
}

.motif-sort-down-filled:before {
  content: "\eaa9";
}

.motif-sort-left:before {
  content: "\eaaa";
}

.motif-sort-right:before {
  content: "\eaab";
}

.motif-sort-up:before {
  content: "\eaac";
}

.motif-sort-up-filled:before {
  content: "\eaad";
}

.motif-sorting-arrows:before {
  content: "\eaae";
}

.motif-sorting-arrows-horizontal:before {
  content: "\eaaf";
}

.motif-sorting-options:before {
  content: "\eab0";
}

.motif-speech-bubble:before {
  content: "\eab1";
}

.motif-sperm-bank:before {
  content: "\eab2";
}

.motif-split-horizontal:before {
  content: "\eab3";
}

.motif-split-vertical:before {
  content: "\eab4";
}

.motif-standing-man:before {
  content: "\eab5";
}

.motif-standing-woman:before {
  content: "\eab6";
}

.motif-star:before {
  content: "\eab7";
}

.motif-star-half:before {
  content: "\eab8";
}

.motif-star-half-empty:before {
  content: "\eab9";
}

.motif-statistics:before {
  content: "\eaba";
}

.motif-stethoscope:before {
  content: "\eabb";
}

.motif-stitch-marker:before {
  content: "\eabc";
}

.motif-stocks:before {
  content: "\eabd";
}

.motif-stomach:before {
  content: "\eabe";
}

.motif-stop-pie-chart-report:before {
  content: "\eabf";
}

.motif-stretcher:before {
  content: "\eac0";
}

.motif-submit-resume:before {
  content: "\eac1";
}

.motif-suicide-risk:before {
  content: "\eac2";
}

.motif-support:before {
  content: "\eac3";
}

.motif-surgical-scissors:before {
  content: "\eac4";
}

.motif-swap:before {
  content: "\eac5";
}

.motif-symbol-mars:before {
  content: "\eb21";
}

.motif-symbol-venus:before {
  content: "\eb22";
}

.motif-synchronize:before {
  content: "\eac6";
}

.motif-syringe:before {
  content: "\eac7";
}

.motif-tags:before {
  content: "\eac8";
}

.motif-tasklist:before {
  content: "\eac9";
}

.motif-tasks:before {
  content: "\eaca";
}

.motif-tax:before {
  content: "\eacb";
}

.motif-technical_support:before {
  content: "\eacc";
}

.motif-technology-items:before {
  content: "\eacd";
}

.motif-template:before {
  content: "\eace";
}

.motif-test-partial-passed:before {
  content: "\eacf";
}

.motif-therapy:before {
  content: "\ead0";
}

.motif-thick-arrow-pointing-down:before {
  content: "\ead1";
}

.motif-thick-arrow-pointing-up:before {
  content: "\ead2";
}

.motif-thumb-down:before {
  content: "\ead3";
}

.motif-thumb-up:before {
  content: "\ead4";
}

.motif-tied-hands:before {
  content: "\ead5";
}

.motif-time-card:before {
  content: "\ead6";
}

.motif-timeline:before {
  content: "\ead7";
}

.motif-todo-list:before {
  content: "\ead8";
}

.motif-tooth:before {
  content: "\ead9";
}

.motif-toothbrush:before {
  content: "\eada";
}

.motif-toothpaste:before {
  content: "\eadb";
}

.motif-topic:before {
  content: "\eadc";
}

.motif-touchscreen-smartphone:before {
  content: "\eadd";
}

.motif-training:before {
  content: "\eade";
}

.motif-transaction-list:before {
  content: "\eadf";
}

.motif-transfer-between-users:before {
  content: "\eae0";
}

.motif-trash:before {
  content: "\eae1";
}

.motif-travel-card:before {
  content: "\eae2";
}

.motif-treatment-plan:before {
  content: "\eae3";
}

.motif-tree-structure:before {
  content: "\eae4";
}

.motif-triangle:before {
  content: "\eae5";
}

.motif-triangular-bandage:before {
  content: "\eae6";
}

.motif-true-false:before {
  content: "\eae7";
}

.motif-trust:before {
  content: "\eae8";
}

.motif-tv:before {
  content: "\eae9";
}

.motif-tweezers:before {
  content: "\eaea";
}

.motif-twitter:before {
  content: "\eaeb";
}

.motif-ultrasound:before {
  content: "\eaec";
}

.motif-unchecked-checkbox:before {
  content: "\eaed";
}

.motif-undo:before {
  content: "\eaee";
}

.motif-unhcr:before {
  content: "\eaef";
}

.motif-unicef:before {
  content: "\eaf0";
}

.motif-unlock:before {
  content: "\eaf1";
}

.motif-unlock-2:before {
  content: "\eaf2";
}

.motif-up-2:before {
  content: "\eaf3";
}

.motif-up-3:before {
  content: "\eaf4";
}

.motif-up-arrow:before {
  content: "\eaf5";
}

.motif-up-left:before {
  content: "\eaf6";
}

.motif-up-left-arrow:before {
  content: "\eaf7";
}

.motif-up-left-round:before {
  content: "\eaf8";
}

.motif-up-right:before {
  content: "\eaf9";
}

.motif-up-right-arrow:before {
  content: "\eafa";
}

.motif-up-right-round:before {
  content: "\eafb";
}

.motif-up-round:before {
  content: "\eafc";
}

.motif-up-squared:before {
  content: "\eafd";
}

.motif-update-tag:before {
  content: "\eafe";
}

.motif-upload:before {
  content: "\eaff";
}

.motif-upload-2:before {
  content: "\eb00";
}

.motif-urgent-message:before {
  content: "\eb01";
}

.motif-urine-collection:before {
  content: "\eb02";
}

.motif-user-checked:before {
  content: "\eb23";
}

.motif-user-group-man-man:before {
  content: "\eb03";
}

.motif-user-group-man-woman:before {
  content: "\eb04";
}

.motif-user-group-woman-woman:before {
  content: "\eb05";
}

.motif-user-male-circle:before {
  content: "\eb06";
}

.motif-user-manual:before {
  content: "\eb07";
}

.motif-user-remove:before {
  content: "\eb24";
}

.motif-uterus:before {
  content: "\eb08";
}

.motif-vaccine-drop:before {
  content: "\eb09";
}

.motif-vending-machine:before {
  content: "\eb0a";
}

.motif-video-conference:before {
  content: "\eb0b";
}

.motif-video-projector:before {
  content: "\eb0c";
}

.motif-view-details:before {
  content: "\eb0d";
}

.motif-vip:before {
  content: "\eb0e";
}

.motif-virus:before {
  content: "\eb0f";
}

.motif-visible:before {
  content: "\eb10";
}

.motif-visualy-impaired:before {
  content: "\eb11";
}

.motif-walker:before {
  content: "\eb12";
}

.motif-walking-stick:before {
  content: "\eb13";
}

.motif-warning-shield:before {
  content: "\eb14";
}

.motif-wheelchair:before {
  content: "\eb15";
}

.motif-why-us-male:before {
  content: "\eb16";
}

.motif-wipes:before {
  content: "\eb17";
}

.motif-wooden_massagetable:before {
  content: "\eb18";
}

.motif-world-health-organization:before {
  content: "\eb19";
}

.motif-xray:before {
  content: "\eb1a";
}

.motif-yoga:before {
  content: "\eb42";
}

.motif-yogurt:before {
  content: "\eb1b";
}

.motif-youtube-play:before {
  content: "\eb1c";
}

@font-face {
  font-family: "ant-motif-icons";
  src: url('ant-motif-icons.e57c0f80cf122d59.eot');
  src: url('ant-motif-icons.e57c0f80cf122d59.eot') format("embedded-opentype"), url('ant-motif-icons.b9b5953235b2b702.woff') format("woff"), url('ant-motif-icons.ea4ed28b9c83675d.ttf') format("truetype"), url('ant-motif-icons.615f46184de11b8f.svg') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-display: auto;
  src: url('OpenSans-Light.e3e5d59a26782606.ttf') format("truetype"), url('OpenSans-Light.7b57f717feef15f1.woff') format("woff"), url('OpenSans-Light.f071ed88561119ca.woff2') format("woff2"), url('OpenSans-Light.d2490ccc0c0f3486.svg') format("svg");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  font-display: auto;
  src: url('OpenSans-Regular.4543090a37b427da.ttf') format("truetype"), url('OpenSans-Regular.f10c43f59026b8ac.woff') format("woff"), url('OpenSans-Regular.f0a6edca5b08e53f.woff2') format("woff2"), url('OpenSans-Regular.edb9216a068dfc40.svg') format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  font-display: auto;
  src: url('OpenSans-Semibold.363dd9fef233662b.ttf') format("truetype"), url('OpenSans-Semibold.cf6d89322daf7584.woff') format("woff"), url('OpenSans-Semibold.ed2415d0d04474ac.woff2') format("woff2"), url('OpenSans-Semibold.ca2725321fb33403.svg') format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  font-display: auto;
  src: url('OpenSans-Bold.c1fc02c2ea5dd4e9.ttf') format("truetype"), url('OpenSans-Bold.e3cfeb0bb2dd4e80.woff') format("woff"), url('OpenSans-Bold.17a7ce7bad3a0dd9.woff2') format("woff2"), url('OpenSans-Bold.674e63c3d871f642.svg') format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "Lato";
  font-display: auto;
  src: url('lato-v14-latin-300.1bf41ad3d1a619bd.woff') format("woff"), url('lato-v14-latin-300.6c1db4bf89c2c0f0.woff2') format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Lato";
  font-display: auto;
  src: url('lato-v14-latin-regular.7c2cbd05ccac6d74.woff') format("woff"), url('lato-v14-latin-regular.142d63d6c10d7969.woff2') format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  font-display: auto;
  src: url('montserrat-v12-latin-regular.37e1f809a6548170.woff') format("woff"), url('montserrat-v12-latin-regular.ade88f670a4a93e2.woff2') format("woff2");
  font-weight: 400;
}
/*Icons end*/
/* --------------------------------------------------------------------------------
// OSS Partials and Components
// --------------------------------------------------------------------------------*/
/*Form labels*/
label.pcLabel {
  font-size: 1rem;
  margin-left: 1.875rem;
}

.small-tab-view li.active > a {
  z-index: 1;
}
.small-tab-view li.active:after {
  width: 15px;
  height: 15px;
  margin-left: -8px;
  z-index: 0;
}

.ant-scroll-block {
  overflow: hidden !important;
}

header {
  position: relative;
  background: #fff;
  padding: 10px;
}
.logo-wrap {
  display: flex;
  margin: 10px auto;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .logo-wrap {
    float: left;
  }
}
@media (min-width: 800px) {
  .logo-wrap brand-img-cmp {
    display: flex;
  }
}
.logo-wrap .ant-logo-wrapper {
  text-align: center;
}
.logo-wrap .ant-logo-wrapper img {
  max-width: 225px;
  min-width: 225px;
}
@media (min-width: 800px) {
  .logo-wrap .ant-logo-wrapper {
    text-align: left;
  }
  .logo-wrap .ant-logo-wrapper img,
  .logo-wrap .ant-logo-wrapper svg {
    padding-right: 7px;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .logo-wrap .ant-logo-wrapper img,
  .logo-wrap .ant-logo-wrapper svg {
    padding-right: 19px;
  }
}
@media (min-width: 800px) and (min-width: 1024px) {
  .logo-wrap .ant-logo-wrapper img,
  .logo-wrap .ant-logo-wrapper svg {
    max-width: 225px;
  }
}

@media (min-width: 800px) {
  .contact-info {
    float: right;
  }
}

.cta-wrap {
  margin: auto;
  background-color: #0079c2;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (min-width: 800px) {
  .cta-wrap {
    margin: initial;
    background-color: transparent;
    color: #0079c2;
    display: block;
    text-align: right;
    font-size: 20px;
    width: auto;
    height: auto;
  }
}
.cta-wrap a,
.cta-wrap p {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-bottom: none;
}
@media (min-width: 800px) {
  .cta-wrap a,
  .cta-wrap p {
    color: #0079c2;
  }
}
@media (min-width: 1024px) {
  .cta-wrap a,
  .cta-wrap p {
    font-size: 30px;
  }
}
.cta-wrap .number-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .cta-wrap .number-wrap .tty-number {
    display: block;
  }
}

.ph-time {
  text-align: center;
}
@media (min-width: 800px) {
  .ph-time {
    text-align: right;
  }
}
.ph-time p {
  padding: 0;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .ph-time p {
    font-size: 15px;
  }
}

/* --------------------------------------------------------------------------------
// OSS Utilities, Pattern Library, and Structure
// -------------------------------------------------------------------------------- */
.oss-footer-wrapper {
  padding-top: 3.75rem;
}
.oss-footer-wrapper--primary {
  color: #ffffff;
  background-color: #0079c2;
}
.oss-footer-wrapper--primary:after {
  content: " ";
  display: table;
  clear: both;
}
.oss-footer-wrapper--secondary {
  color: rgba(255, 255, 255, 0.55);
  background-color: #00609a;
  padding-bottom: 6.25rem;
}
.oss-footer-wrapper--secondary:after {
  content: " ";
  display: table;
  clear: both;
}
.oss-footer-wrapper .footer-legal a,
.oss-footer-wrapper .footer-legal a:focus,
.oss-footer-wrapper .footer-legal a:hover {
  color: #ffffff;
}

footer.oss-footer nav a,
footer.oss-footer a.oss-footer-link {
  display: block;
  margin-bottom: 1.5rem;
  text-decoration: none;
  border-bottom: none;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
}
footer.oss-footer .oss-copyright,
footer.oss-footer .oss-copyright p,
footer.oss-footer .oss-copyright div {
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
}
footer.oss-footer .ant-ckeditor {
  display: inline-block;
  vertical-align: top;
}
footer.oss-footer .ant-social {
  margin: 3rem 0;
  clear: both;
  text-align: center;
}
footer.oss-footer .ant-app-promo .ant-app-link {
  color: #ffffff;
}
footer.oss-footer .ant-app-promo .ant-app-link span {
  display: block;
  text-align: left;
}
footer.oss-footer ol.social-media-list,
footer.oss-footer ul.social-media-list {
  display: inline-block;
  list-style: none;
  padding: 0;
  text-align: center;
}
footer.oss-footer ol.social-media-list li.social-media-link,
footer.oss-footer ul.social-media-list li.social-media-link {
  display: inline-block;
}
footer.oss-footer ol.social-media-list li.social-media-link a,
footer.oss-footer ul.social-media-list li.social-media-link a {
  border-bottom: none;
  text-decoration: none;
}
footer.oss-footer ol.social-media-list li.social-media-link .fa,
footer.oss-footer ul.social-media-list li.social-media-link .fa {
  margin: 0 10px;
  height: 3rem;
  width: 3rem;
  background-color: #fff;
  color: #0079c2;
  border-radius: 50%;
  text-align: center;
  font-size: 1.714rem;
  padding-top: 0.643rem;
}
footer.oss-footer .footer-legal {
  padding: 4.6875pxrem 0;
}

/*-------------------------------------------*\
  Footer : Language Selector
\*-------------------------------------------*/
.ant-footer-item ul.dropdown-menu li > a:hover,
.ant-footer-item ul.dropdown-menu li > a.active {
  color: white;
  background-color: #00609a;
}

.oss-panel {
  padding: 2rem;
}
.oss-panel h2 {
  margin-bottom: 1rem;
}

/*TopOfPageComponent css*/
.sort-page-wrapper {
  margin-top: -85px;
}

.oss-content-container .section-header-two {
  font-size: 3rem;
  color: #00609a;
}
.oss-content-container .section-header-secondary {
  font-size: 2rem;
  color: #00609a;
  font-weight: 400;
}
.oss-content-container .section-body {
  padding: 1.5rem 2rem;
}

section.main + [section-careguidelanding-member] {
  position: relative;
  top: -15px;
}

.greeting-block {
  margin: 1rem 0 1rem 0rem;
}
@media (min-width: 1024px) {
  .greeting-block {
    margin: 1rem 0 2rem 0rem;
  }
}

.oss-secondary-block {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  position: relative;
  bottom: 25px;
  padding: 1em 2rem 2rem 2rem;
}
@media (min-width: 1024px) {
  .oss-secondary-block {
    padding: 1rem 4.5rem 2rem 4.5rem;
  }
}
.oss-secondary-block .question-block {
  margin-bottom: 25px;
}
.oss-secondary-block .question-block h4 {
  margin-bottom: 5px;
}
.oss-secondary-block .question-block p {
  line-height: 2rem;
}
.oss-secondary-block .question-block a {
  display: inline-block;
  color: #06a59d;
  border-bottom: 1px solid #06a59d;
  margin-left: 2px;
  line-height: 23px;
  text-decoration: none;
}

.oss-schedule-block {
  border: 5px solid #0079c2;
  border-radius: 15px;
  padding: 2rem 1.5rem;
}
.oss-schedule-block .schedule-heading {
  font-size: 1.3125rem;
  line-height: 2rem;
  color: #00609a;
}

.member-benefits > p {
  font-size: 1.5rem;
  color: #00609a;
}
.member-benefits > ul li {
  display: flex;
  align-items: center;
}
.member-benefits > ul li > p {
  margin-bottom: 0;
}
.member-benefits > ul li:first-child {
  margin-bottom: 15px;
}
.member-benefits > ul li span::before {
  font-family: "ant-motif-icons";
  font-size: 2rem;
  margin-right: 15px;
}
.member-benefits > ul li span.star-icon::before {
  content: "\eab7";
}
.member-benefits > ul li span.chat-icon::before {
  content: "\e946";
}
@media (max-width: 800px) {
  .member-benefits {
    margin-bottom: 1rem;
  }
}

.oss-member-heading {
  background-color: #06a59d;
  padding: 3.5rem 2rem 5rem 2rem;
}
.oss-member-heading h1 {
  color: #ffffff;
  margin: 0;
  font-size: 3rem;
  font-weight: 200;
}

@media (min-width: 1024px) {
  .schedule-content p {
    margin-top: 1em;
  }
}

.headline-underline:after {
  background-color: #ffffff;
}

.error-section {
  font-size: 1.4375rem;
  padding-top: 2rem;
}
.error-section a {
  font-size: 1.4375rem;
  text-decoration: none;
}
.error-section a i {
  font-size: 1.25rem;
  margin-left: 5px;
}

.oss-tool-block {
  position: fixed;
  left: 0;
  bottom: 95px;
  box-sizing: border-box;
  z-index: 300;
}
.oss-tool-container {
  display: block;
  border-top: 2px solid #a3a3a3;
  border-bottom: 2px solid #a3a3a3;
  border-right: 2px solid #a3a3a3;
  border-top-right-radius: 22.5px;
  border-bottom-right-radius: 22.5px;
  background: white;
  height: 45px;
  width: 200px;
}
.oss-tool-container .oss-tool {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.375rem;
}

.language-select {
  display: block;
  width: 100%;
}
.language-select__button {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  width: 100%;
  padding: 0;
  position: relative;
  background-color: transparent;
  border: none;
}
.language-select .button__icon--language {
  margin-right: 13px;
}
.language-select .button__icon--language svg {
  height: 25px;
  fill: #00609a;
  vertical-align: middle;
}
.language-select .button__icon--chevron {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
.language-select .button__label {
  font-size: 1.125rem;
  margin-right: 0.8125rem;
}
.language-select__options {
  display: block;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 300;
  border-bottom: 2px solid #a3a3a3;
}
.language-select__options.is-closed {
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.language-select__options ul.options-list {
  display: block;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: white;
}
.language-select__options .option {
  display: block;
}
.language-select__options .option .option-trigger {
  background-color: transparent;
  width: 100%;
  border: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 4.0625rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  text-align: left;
  color: inherit;
  border-right: 2px solid #a3a3a3;
  display: block;
}
.language-select__options .option .option-trigger:focus, .language-select__options .option .option-trigger:hover {
  background-color: #00609a;
  border: none;
  color: white;
}
.language-select__options .option .option-trigger.is-selected {
  display: none;
}

.masked-input {
  position: absolute;
  bottom: 8px;
  right: 14px;
  top: 4px;
  font-size: 20px;
  color: #8b7d7d;
}

.form-icon {
  position: relative;
}
.form-icon a {
  text-decoration: none;
}

.locate-appointment-form month-picker {
  position: relative;
  top: 5px;
  right: -5px;
}
.locate-appointment-form .monthpicker-container {
  position: relative;
}

/* --------------------------------------------------------------------------------
// OSS Utilities, Pattern Library, and Structure
// -------------------------------------------------------------------------------- */
[call-schedule] .tab-content {
  padding-top: 20px;
}
[call-schedule] .tab-content .tab-pane {
  padding: 0;
}
[call-schedule] h2 {
  font-weight: 600;
  color: #0079c2;
}
[call-schedule] .form-group {
  margin-bottom: 30px;
}
[call-schedule] .agreement-selection .pcLabel {
  font-size: 16px;
}
[call-schedule] .agreement-selection .pcLabel::before {
  top: 0.2rem;
}

.underline {
  border-bottom: 1px solid #333;
}

@media (max-width: 800px) {
  .button-wrapper.callschedule-actions {
    display: block;
  }
  .button-wrapper.callschedule-actions .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}

.cg-modal-header {
  display: flex;
  justify-content: space-between;
}
.cg-modal-header h2 {
  margin-right: 15px;
}
.cg-modal-header .close-button {
  height: 100%;
  position: unset !important;
}

.call-schedule-wrapper .termsOfUseLink {
  font-size: 16px;
  margin-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px solid;
}
.call-schedule-wrapper input[disabled] {
  opacity: unset;
  background-color: #f6f6f6;
}
.call-schedule-wrapper .ant-text-input,
.call-schedule-wrapper .pfSelect .psButton,
.call-schedule-wrapper .ant-datepicker-cont .ant-text-input.hasDatepicker {
  min-width: 100%;
}
.call-schedule-wrapper .pfSelect button {
  z-index: 1;
}
.call-schedule-wrapper month-picker {
  position: relative;
  top: 5px;
  right: -5px;
}
.call-schedule-wrapper .monthpicker-container {
  position: relative;
}
.call-schedule-wrapper .user-details-block {
  background-color: #f6f6f6;
  padding: 30px 40px;
}
.call-schedule-wrapper .medicare-no {
  display: flex;
  align-items: center;
}
.call-schedule-wrapper .medicare-no label {
  margin-right: 5px;
}
.call-schedule-wrapper .medicare-no .motif-icon {
  margin-top: 12px;
}
.call-schedule-wrapper .popover.tooltip-right {
  width: 100%;
}
.call-schedule-wrapper .popover .popover-content {
  text-align: left;
}
.call-schedule-wrapper .popover.top {
  top: -145px !important;
}
.call-schedule-wrapper .popover.top > .popover-indicator {
  border: 0.5em solid #fff;
  box-shadow: -2px 5px 4px -1px #d0d0d0;
  left: 48% !important;
}
.call-schedule-wrapper .medicareno-tooltip {
  width: 180px;
}
.call-schedule-wrapper .medicareno-tooltip img {
  width: 100%;
}
.call-schedule-wrapper .form-group {
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .call-schedule-wrapper .form-group .form-item {
    margin-bottom: 15px;
  }
}
.call-schedule-wrapper .form-group .form-item label {
  min-height: 40px;
  display: flex;
  align-items: flex-end;
}
.call-schedule-wrapper .form-group .pfSelect-legend {
  font-weight: normal;
}
.call-schedule-wrapper .form-group .ant-text-input {
  min-width: 100%;
}
.call-schedule-wrapper .form-group .ant-md-select {
  width: 100%;
}
.call-schedule-wrapper .form-group .hasDatepicker {
  margin-bottom: 5px;
  width: 100%;
  background: #fff;
}
.call-schedule-wrapper .form-group .hasDatepicker:hover, .call-schedule-wrapper .form-group .hasDatepicker:focus {
  width: 100%;
}
.call-schedule-wrapper .preference-block {
  border-radius: 10px;
  border: 1px solid #000;
  padding: 0 10% 20px;
  margin: 10px 0 30px 0;
}
.call-schedule-wrapper .cancel-call-link a {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid;
}

.user-details {
  display: inline-block;
  border: 4px solid #eee;
  padding: 10px;
  margin: 0px 0 30px 0;
}
.user-details > p {
  margin-bottom: 5px;
}
.user-details > p:last-child {
  margin-bottom: 0;
}
.user-details > p .fieldName {
  font-weight: bold;
}

.termsOfUsePanel {
  height: 100%;
  overflow-y: auto;
}
.termsOfUsePanel .oss-heading-wrapper {
  display: none;
}

.consent-list li {
  margin-bottom: 5px;
}

.popover {
  z-index: 12 !important;
  max-width: 300px;
}
.popover .popover-content {
  text-align: center;
}
.popover .popover-close {
  background: #ffffff;
  top: -8px;
  right: -8px;
  width: 25px;
  height: 25px;
}
.popover .popover-close a {
  box-shadow: 0px 0px 6px rgba(0, 121, 194, 0.8);
}
.popover .popover-close a .fa.fa-remove {
  color: #002e58;
  font-size: 0.5rem;
}
.popover .popover-close a .fa.fa-remove:before {
  content: "\e97f";
  font-family: "ant-motif-icons", sans-serif;
  color: #0079c2;
}

a.call-script {
  border-bottom: 1px solid;
}

.popover.right,
.popover.left,
.popover.top,
.popover.bottom {
  box-shadow: 2px 2px 4px 2px #d0d0d0;
}

.skip-continue {
  background: white;
  border-color: #286ce2;
  color: #286ce2;
}

.popup-footer {
  display: flex;
  justify-content: center;
}
.popup-footer button:first-child {
  margin-right: 1.4rem;
}

.verification-form {
  max-width: 240px;
  margin: 0 auto;
}
.verification-form .mb-1 {
  margin-bottom: 1rem;
}
.verification-form .ant-datepicker-cont {
  width: inherit;
}
.verification-form .ant-datepicker-cont .datepicker-toggle button {
  top: 4px;
  right: 25px;
  left: auto;
}

.locate-appointment-form {
  max-width: 300px;
  margin: 0 auto;
}
.locate-appointment-form .ant-text-input,
.locate-appointment-form .ant-datepicker-cont .ant-text-input.hasDatepicker {
  width: 100%;
}
.locate-appointment-form .popover .popover-content {
  text-align: left;
}
.locate-appointment-form .medicare-no {
  display: flex;
}
.locate-appointment-form .medicare-no label {
  margin-right: 5px;
  margin-top: -2px;
}
.locate-appointment-form .popover.top {
  top: -50px !important;
}
.locate-appointment-form .popover.top > .popover-indicator {
  border: 0.5em solid #fff;
  box-shadow: -2px 5px 4px -1px #d0d0d0;
  left: 48% !important;
}
.locate-appointment-form .medicareno-tooltip {
  width: 180px;
}
.locate-appointment-form .medicareno-tooltip img {
  width: 100%;
}

.hra-container .devices {
  padding: 0 15px;
  margin: 5px 0 15px;
}
@media screen and (min-width: 1024px) {
  .hra-container .devices {
    padding-left: 130px;
  }
}
.hra-container .devices .checkboxlabel {
  color: #2f5597;
  font-weight: 600;
  margin-bottom: 10px;
}
.hra-container .devices .facilities-error {
  margin-left: 270px;
}
.hra-container .btn-secondary {
  background: #fe5e3c;
  border: 1px solid #fe5e3c;
  color: #fff;
}
.hra-container .btn-secondary.ghost {
  background: none;
  color: #fe5e3c;
}
.hra-container .btn-secondary.ghost:hover, .hra-container .btn-secondary.ghost:focus, .hra-container .btn-secondary.ghost.hover, .hra-container .btn-secondary.ghost.focus, .hra-container .btn-secondary.ghost:active, .hra-container .btn-secondary.ghost:active:focus {
  background: none;
  color: #fe5e3c;
  border-color: #fe5e3c;
}
.hra-container .btn-secondary:hover,
.hra-container .btn-secondary:focus,
.hra-container .btn-secondary.hover,
.hra-container .btn-secondary.focus,
.hra-container .btn-secondary:active,
.hra-container .btn-secondary:active:focus {
  background: #fe5e3c;
  border-color: #fe5e3c;
  color: #fff;
}
.hra-container a.home {
  font-size: 1.4rem;
}
.hra-container a.home::before {
  font-family: "ant-motif-icons";
  content: "\e9ed";
  position: relative;
  margin-right: 5px;
}
.hra-container h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.hra-container .sub-text p {
  margin-bottom: 0;
}
.hra-container .sub-text p:last-child {
  margin-bottom: 1rem;
}
.hra-container .sub-section {
  background-color: #2f5597;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
  text-align: left;
}
.hra-container .sub-section h2 {
  color: #ffffff;
  margin: 0;
  font-size: 1.6rem;
}
.hra-container .sub-section-body {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .hra-container .sub-section-body .width-4 {
    width: 38% !important;
  }
}
@media screen and (min-width: 1024px) {
  .hra-container .sub-section-body .col-md-5 {
    width: 37% !important;
  }
}
.hra-container .ant-text-input,
.hra-container .pfSelect .psButton,
.hra-container .ant-datepicker-cont .ant-text-input.hasDatepicker {
  width: 100%;
  min-width: auto;
}
.hra-container .pfSelect .pfSelect-legend,
.hra-container legend {
  font-weight: normal;
}
.hra-container .align-vertical > label {
  width: 100%;
}
.hra-container textarea {
  height: 65px;
  resize: none;
  width: 100%;
}
.hra-container label {
  font-weight: 500;
}
.hra-container input:read-only {
  background-color: #eee;
}
.hra-container .pcpLabel {
  clear: both;
}
.hra-container .radio-60 {
  margin-bottom: 15px;
}
.hra-container .radio-60 .pfRadio legend {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hra-container .radio-60 .pfRadio legend {
    width: 60%;
    float: left;
    margin: 0;
    padding-right: 10px;
  }
}
.hra-container .radio-60 .pfRadio div {
  width: 100%;
}
.hra-container .radio-60 .pfRadio div label {
  margin-right: 1rem;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .hra-container .radio-60 .pfRadio div {
    width: 40%;
    float: left;
  }
  .hra-container .radio-60 .pfRadio div label {
    margin-bottom: 0;
  }
}
.hra-container .radio-40 {
  margin-bottom: 15px;
}
.hra-container .radio-40 .pfRadio legend {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hra-container .radio-40 .pfRadio legend {
    width: 40%;
    float: left;
    margin: 0;
  }
}
.hra-container .radio-40 .pfRadio div {
  width: 100%;
}
.hra-container .radio-40 .pfRadio div label {
  margin-right: 1rem;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .hra-container .radio-40 .pfRadio div {
    width: 60%;
    float: left;
  }
  .hra-container .radio-40 .pfRadio div label {
    margin-bottom: 0;
  }
}
.hra-container .scaleflex .pfRadio legend {
  height: 0;
  overflow: hidden;
}
.hra-container .scaleflex .pfRadio div {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .hra-container .scaleflex .pfRadio div {
    justify-content: space-around;
  }
}
.hra-container .pain-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.hra-container .table {
  border: 1px solid #ddd;
  table-layout: fixed;
  min-width: 898px;
}
.hra-container .table thead th {
  background: #06a59d;
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
.hra-container .table tbody tr td {
  text-align: Center;
  overflow: hidden;
  font-size: 1rem;
}
.hra-container .table tbody tr td:first-child {
  text-align: left;
}
.hra-container .table tbody tr td label {
  margin-right: 0;
}
.hra-container .radio-rating-60 {
  margin-bottom: 20px;
}
.hra-container .radio-rating-60 .pfRadio legend {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hra-container .radio-rating-60 .pfRadio legend {
    width: 45%;
    float: left;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hra-container .radio-rating-60 .pfRadio legend {
    width: 55%;
    float: left;
    margin: 0 15px 0 0;
  }
}
.hra-container .radio-rating-60 .pfRadio div {
  width: 100%;
}
.hra-container .radio-rating-60 .pfRadio div label {
  margin-right: 1rem;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .hra-container .radio-rating-60 .pfRadio div {
    width: 55%;
    float: left;
  }
  .hra-container .radio-rating-60 .pfRadio div label {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hra-container .radio-rating-60 .pfRadio div {
    width: calc(45% - 15px);
    float: left;
    margin-top: -2px;
  }
  .hra-container .radio-rating-60 .pfRadio div label {
    margin-bottom: 0;
  }
}
.hra-container .livingPlaceQue {
  margin-top: 10px;
}
.hra-container .livingPlaceQue label {
  font-weight: 400;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .hra-container .assessment-method {
    margin-top: -21px;
  }
}

#assessmentMethodDropDown_button {
  background-color: #eee;
  opacity: 1;
}

.modal {
  display: block;
  max-width: 660px;
  padding: 24px;
  position: relative;
}
.modal__header {
  font-weight: 300;
}
.modal__header h2 {
  margin-top: 0;
}
.modal__body {
  line-height: 1.6;
  margin-bottom: 3.42857143rem;
  padding-right: 4rem;
}
.modal__footer {
  display: flex;
  justify-content: flex-end;
}
.modal__footer button:first-child {
  margin-right: 1.4rem;
}
.modal .close-button {
  position: absolute;
  opacity: 1;
  border: none;
  top: 0.9rem;
  right: 0.9rem;
}
.modal .close-button:not(:focus) {
  outline: none;
}

.oss-checkbox-box-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1.25rem;
  margin-bottom: 3rem;
}
.oss-checkbox-box-group:after {
  content: " ";
  display: table;
  clear: both;
}
.oss-checkbox-box-group .sr-only {
  position: absolute;
}

.oss-checkbox-box {
  display: block;
  flex-grow: 1;
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
  padding: 10px;
  border: 2px solid transparent;
  /**
   * Style focus ring on tab
   */
}
.oss-checkbox-box:hover, .oss-checkbox-box:focus {
  border: 2px solid #fe5e3c;
  border-radius: 20px;
}
.oss-checkbox-box:hover input.oss-checkbox-box__input.focus-visible ~ label, .oss-checkbox-box:focus input.oss-checkbox-box__input.focus-visible ~ label {
  background-color: #06a59d;
  border-color: #06a59d;
  color: #ffffff;
}
.oss-checkbox-box:after {
  content: " ";
  display: table;
  clear: both;
}
.oss-checkbox-box .oss-checkbox-box__inner {
  position: relative;
  color: #333;
  text-align: center;
  font-weight: 300;
}
.oss-checkbox-box input.oss-checkbox-box__input:checked ~ label {
  background-color: #06a59d;
  border-color: #06a59d;
  color: #ffffff;
}
.oss-checkbox-box input.oss-checkbox-box__input:checked ~ label:before {
  transition: opacity 1ms linear, left 750ms linear, transform 750ms linear, color 750ms linear;
  color: white;
  opacity: 100;
}
.oss-checkbox-box input.oss-checkbox-box__input:checked ~ .oss-checkbox-box__overlay {
  opacity: 100;
  background-color: transparent;
  transition: background-color 1.25s linear;
}
.oss-checkbox-box input.oss-checkbox-box__input:checked ~ .oss-checkbox-box__overlay:after {
  color: transparent;
  transition: color 1.25s linear;
}
.oss-checkbox-box label.oss-checkbox-box__label:hover {
  background-color: #0079c2;
  border-color: #0079c2;
  color: #ffffff;
}
.oss-checkbox-box input.oss-checkbox-box__input:focus + label.oss-checkbox-box__label {
  outline-color: none;
}
.oss-checkbox-box label.oss-checkbox-box__label {
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 33px;
  padding-right: 33px;
  margin-bottom: 0px;
  cursor: pointer;
  font-weight: inherit;
}
.oss-checkbox-box label.oss-checkbox-box__label:before {
  content: "\e94a";
  z-index: 1;
  display: block;
  position: absolute;
  width: 40px;
  line-height: 40px;
  bottom: 10px;
  right: 0;
  border-radius: 50%;
  font-size: 1.5625rem;
  font-family: "ant-motif-icons", sans-serif;
  opacity: 0;
  color: transparent;
  background-color: none;
}
.oss-checkbox-box input.oss-checkbox-box__input {
  position: absolute;
  left: -9999px;
}
.oss-checkbox-box input.oss-checkbox-box__input.focus-visible ~ label {
  background-color: #0079c2;
  border-color: #0079c2;
  color: #ffffff;
}
.oss-checkbox-box input.oss-checkbox-box__input ~ label {
  font-size: 1.15rem;
  border: 2px solid #0079c2;
  border-radius: 20px;
  overflow: hidden;
}
.oss-checkbox-box div.oss-checkbox-box__overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(6, 165, 157, 0.9);
  border-radius: 20px;
  overflow: hidden;
}
.oss-checkbox-box div.oss-checkbox-box__overlay:after {
  content: "\e94a";
  font-family: "ant-motif-icons", sans-serif;
  font-size: 5rem;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 800px) {
  .oss-checkbox-box-group {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 1rem;
  }
  .oss-checkbox-box {
    min-width: 220px;
    max-width: 46%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .oss-checkbox-box .oss-checkbox-box__inner {
    height: 0;
    padding-bottom: 100%;
  }
  .oss-checkbox-box input.oss-checkbox-box__input:checked ~ label {
    background-color: #06a59d;
  }
  .oss-checkbox-box input.oss-checkbox-box__input:checked ~ label:before {
    transition: opacity 1ms linear, top 750ms linear, transform 750ms linear, color 750ms linear;
  }
  .oss-checkbox-box label.oss-checkbox-box__label {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6%;
    padding-right: 6%;
    margin-bottom: 0px;
  }
  .oss-checkbox-box label.oss-checkbox-box__label span {
    font-size: 2.5rem;
  }
  .oss-checkbox-box label.oss-checkbox-box__label:before {
    width: 60px;
    font-size: 2rem;
  }
  .oss-checkbox-box div.oss-checkbox-box__overlay:after {
    font-size: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  .oss-checkbox-box {
    min-width: 220px;
    max-width: 30.33%;
  }
}
/*** Start alert.scss ***/
/*** Alerts ***/
/** Dismissable Alerts **/
.ant-alert {
  padding: 0px;
  border: 0px solid;
  margin: 0 0 1.714rem;
  border-radius: 0px;
  background: #eeeeee;
  clear: both;
}
.ant-alert p {
  margin: 0px;
}
.ant-alert .fa {
  font-family: ant-motif-icons !important;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.ant-alert .fa.fa-info:before {
  content: "\e9f9";
}
.ant-alert .media-left {
  background: #0079c2;
  text-align: center;
  padding: 0px 12px 0px 13px;
}
.ant-alert .media-body {
  padding: 12px 15px 8px;
}
.ant-alert.ant-negative .media-left {
  background-color: #cc0033;
}
.ant-alert.ant-positive .media-left {
  background-color: #00cc33;
}
.ant-alert.in-container {
  border-width: 0px;
  margin: 30px 0px 0px;
  border-radius: 0px;
}
.ant-alert.ant-dismissable {
  position: fixed;
  left: 0px;
  top: -120px;
  margin: 0px auto;
  width: 100%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  transition: top 0.5s;
  z-index: 99999;
  color: #333;
}
.ant-alert.ant-dismissable.on {
  top: 0px;
}
@media screen and (min-width: 800px) {
  .ant-alert.ant-dismissable {
    width: 70%;
    left: 15%;
  }
}
.ant-alert.ant-dismissable p {
  display: block;
  float: left;
  max-width: 94%;
  margin-bottom: 0px;
  text-align: left;
  white-space: normal;
}
.ant-alert.ant-dismissable .media-body {
  padding: 15px 10px 15px 20px;
}
.ant-alert.ant-dismissable a.ant-dismiss-alert {
  border-bottom: 0px solid;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}
.ant-alert.ant-dismissable a.ant-dismiss-alert .fa.fa-remove {
  color: #a3a3a3;
  font-size: 1.25rem;
}

.ant-inline-alert {
  font-size: 0.857rem;
  font-style: italic;
  padding: 12px 0px 8px;
}

body {
  background: #eeeeee;
  font-size: 16px;
  font-family: Open Sans, sans-serif !important;
}

.checkbox-container {
  display: flex;
}
.checkbox-container input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-top: 4px;
}
.checkbox-container label {
  font-weight: normal;
  margin: 0 0 0 10px;
  font-size: 16px;
}

.banner {
  background: #0079c2;
  padding: 20px 40px 20px 20px;
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner span {
  margin-right: 20px;
}
.banner .motif-delete {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 20px;
  margin-right: 20px;
  text-decoration: none;
  color: #fff;
}

.oss-heading-h1-light {
  color: #fff;
}

.header.header-browser .logo-wrap {
  float: none;
}

.browser-container ul li {
  display: inline-block;
  margin: 0 20px;
}
.browser-container .browser-name {
  margin-top: 15px;
}
.browser-container .browser-name > a > span {
  border-bottom: 1px solid;
}
.browser-container img {
  width: 200px;
}
.browser-container img#oss-top-logo-link__image_edge {
  width: 240px;
}
.browser-container img[alt*="Edge Browser Download"] {
  width: 240px;
}
.browser-container a {
  color: #00609a;
}

.oss-page-header {
  background-color: #00609a;
  background-image: url('ols-background-blue.79248ee6f1a57c6b.svg');
  background-size: 100%;
  background-position: 0 30%;
  height: 37vw;
  margin-bottom: -27vw;
}
@media screen and (min-width: 480px) {
  .oss-page-header {
    height: 30vw;
    margin-bottom: -25vw;
  }
}
@media screen and (min-width: 1024px) {
  .oss-page-header {
    height: 30vw;
    margin-bottom: -25vw;
  }
}
@media screen and (min-width: 1200px) {
  .oss-page-header {
    height: 300px;
    margin-bottom: -250px;
  }
}

[data-tcp-wcs-cmp],
.app-capture-page {
  margin-top: 65px;
}
@media screen and (min-width: 1024px) {
  [data-tcp-wcs-cmp],
  .app-capture-page {
    margin-top: 85px;
  }
}

[hidden] {
  display: none !important;
}

a {
  cursor: pointer;
}

.uxd-error-container {
  margin-top: 5px;
}
.uxd-error-container span {
  color: red;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif !important;
}
.uxd-error-container .motif-icon:before {
  margin-right: 4px;
  color: red;
  font-size: 10px;
  font-family: "ant-motif-icons", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0;
  color: #00609a;
  font-weight: 400;
}

.ant-text-input,
.pfSelect .psButton,
.ant-datepicker-cont .ant-text-input.hasDatepicker {
  min-width: 220px;
  min-height: 30px;
  padding: 0.25rem 1rem;
}

.ant-text-input,
.pfSelect .psButton {
  height: inherit !important;
}

.ant-datepicker-cont {
  width: inherit;
}
.ant-datepicker-cont .datepicker-toggle button {
  top: 4px;
  right: 6px;
  left: auto;
}

.button-wrapper {
  display: flex;
  justify-content: center;
}
.button-wrapper .btn {
  margin-right: 1em;
}
.button-wrapper .btn:last-child {
  margin: 0;
}

.medicare-errorCls {
  color: #f10404;
  margin-top: 5px;
  font-size: 12px;
}

.hra-medicare-text {
  text-transform: uppercase;
}
