/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/styles/main.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * 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. */
.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-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

@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 */
}
html,
body {
  font-family: "Lato", sans-serif !important;
  line-height: 1rem;
}

html {
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 14px;
  }
}

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

.fa {
  color: #ffffff;
  font-size: 1.25rem;
  top: 1px;
  position: relative;
  font-family: "ant-motif-icons";
}
.fa .fa-exclamation:before {
  content: "\e9b4";
}

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

.fad-page-wrapper a.ant-arrow-next:after, 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;
}

/*** Start page-templates.scss ***/
/**** Begin Global Component Styles ****/
/** WCS Page Wrapper **/
.mbr-page-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  left: 0px;
  z-index: 0;
}

/** Header Bar **/
.mbr-top-of-page {
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 1px 1px #dcdcdc;
  /** Start Menu Button **/
  /** End Menu Button **/
  /** Primary Logo **/
  /** Taskbar Icons **/
}
.mbr-top-of-page .ant-menu-button {
  transition: transform 0.5s;
  transform: rotateX(0deg);
  position: relative;
  height: 70px;
  max-width: 150px;
}
.mbr-top-of-page .ant-menu-button .ant-inactive,
.mbr-top-of-page .ant-menu-button .ant-active {
  height: 100%;
  width: 100%;
  position: absolute;
}
.mbr-top-of-page .ant-menu-button .ant-inactive {
  z-index: 1010;
  background: #ffffff;
  transition: z-index 0.5s;
}
.mbr-top-of-page .ant-menu-button .ant-active {
  z-index: 1000;
  transform: rotateX(180deg);
}
.mbr-top-of-page .ant-menu-button .ant-menu-icon-burger,
.mbr-top-of-page .ant-menu-button .ant-menu-icon-close {
  font-size: 36px;
  top: 18px;
  position: relative;
  padding: 0px 1px;
}
.mbr-top-of-page .ant-menu-button .ant-menu-icon-close {
  font-size: 40px;
  top: 15px;
}
.mbr-top-of-page .ant-menu-button .ant-menu-label,
.mbr-top-of-page .ant-menu-button .ant-menu-label-close {
  font-size: 26px;
  position: relative;
  top: 17px;
  left: 5px;
}
.mbr-top-of-page .ant-menu-button .ant-menu-label-close {
  top: 12px;
}
.mbr-top-of-page a.ant-menu-toggle,
.mbr-top-of-page a.ant-menu-toggle-open {
  display: block;
  border-bottom: none;
}
.mbr-top-of-page a.ant-menu-toggle:hover, .mbr-top-of-page a.ant-menu-toggle:focus,
.mbr-top-of-page a.ant-menu-toggle-open:hover,
.mbr-top-of-page a.ant-menu-toggle-open:focus {
  text-decoration: none;
  border-bottom: none;
}
.mbr-top-of-page .ant-logo-wrapper img {
  width: 160px;
  margin: 18px auto;
  display: block;
}
.mbr-top-of-page .ant-task-bar {
  float: right;
  padding: 0px;
  margin: 0px;
}
.mbr-top-of-page .ant-task-bar-item {
  float: left;
  list-style-type: none;
}
.mbr-top-of-page a.ant-task-bar-icon {
  color: #ffffff;
  background-color: #0079c2;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: inline-block;
  margin: 25px 0px 25px 15px;
  text-align: center;
  border: 1px solid #0079c2;
  /** Task Bar Dropdowns **/
  /** Task Bar Dropdowns **/
  /** Widescreen Navigation **/
  /** Small Screen (Side-reveal) Navigation **/
}
.mbr-top-of-page a.ant-task-bar-icon .fa {
  font-size: 30px;
  top: 10px;
  position: relative;
  color: #ffffff;
}
.mbr-top-of-page a.ant-task-bar-icon .fa-th {
  top: 11px;
  left: 1px;
}
.mbr-top-of-page a.ant-task-bar-icon:hover .fa.active, .mbr-top-of-page a.ant-task-bar-icon:hover .fa:hover {
  border: 1px solid;
}
.mbr-top-of-page a.ant-task-bar-icon:hover .fa .badge {
  position: absolute;
  right: -5px;
  padding: 4px 7px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-task-bar-widget {
  position: relative;
}
.mbr-top-of-page a.ant-task-bar-icon .mbr-top-of-page-wrapper .ant-task-item {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 25px;
}
.mbr-top-of-page a.ant-task-bar-icon .mbr-top-of-page-wrapper .ant-task-item a:hover {
  text-decoration: none;
  border-bottom: none;
}
.mbr-top-of-page a.ant-task-bar-icon .mbr-top-of-page-wrapper .ant-task-item span.fa {
  display: block;
  color: #fe5e3c;
  font-size: 40px;
  padding-bottom: 10px;
}
.mbr-top-of-page a.ant-task-bar-icon .mbr-top-of-page-wrapper .ant-task-item span + span {
  display: block;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .mbr-top-of-page a.ant-task-bar-icon .ant-task-bar-content {
    width: 480px;
  }
  .mbr-top-of-page a.ant-task-bar-icon .ant-task-item {
    width: 33.33%;
  }
}
.mbr-top-of-page a.ant-task-bar-icon .ant-navigation-wrapper {
  display: none;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li {
  list-style: none;
  display: block;
  float: left;
  width: 33.33%;
  border-left: 1px solid #4da1d4;
  border-right: 1px solid #00609a;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li:first-child {
  border-left: 1px solid #0079c2;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li:last-child {
  border-right: 1px solid #0079c2;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li a {
  display: block;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 0px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li a:hover, .mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li a:focus {
  text-decoration: none;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li.ant-active a {
  text-decoration: none;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-navigation-main {
  background-color: #ffffff;
  border-bottom: 2px solid #0079c2;
  padding-bottom: 30px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-navigation-main h2 {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 400;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-navigation-main-inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 40px 0px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-secondary {
  margin: 0px 0px 30px;
  padding: 0px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-secondary li {
  list-style: none;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-secondary li a {
  text-decoration: none;
  border-bottom: none;
  padding: 12px 0px;
  display: block;
  font-size: 20px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper {
  display: block;
  width: 320px;
  position: absolute;
  left: -320px;
  background-color: #0079c2;
  transition: left 0.5s;
  top: 71px;
  box-shadow: 1px 1px 3px -1px #666666;
  color: #ffffff;
  font-size: 24px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .fa {
  color: #ffffff;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-search-form {
  padding: 15px 20px 10px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-search-form label {
  font-weight: 300;
  display: inline-block;
  font-size: 24px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper ul {
  margin: 0px;
  padding: 0px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li {
  list-style: none;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li > a {
  border-bottom: none;
  padding: 18px 20px;
  display: block;
  font-weight: 400;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li > a .fa {
  font-size: 38px;
  position: relative;
  color: #ffffff;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li > a .fa-angle-down {
  transform: rotateX(180deg);
  transition: transform 0.5s;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li > a.collapsed .fa {
  font-size: 38px;
  transform: rotateX(0deg);
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-social a,
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-social a:hover {
  text-decoration: none;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-social .fa {
  margin: 0 10px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  padding-top: 8px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li > ul {
  margin-bottom: 15px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li li {
  border-bottom: 0px solid;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li li a {
  font-size: 16px;
  padding-left: 40px;
  display: block;
  border-bottom: none;
}

/** Do not nest active menu styles -- this class is toggled on the body and nesting via Sass will break the selectors **/
.ant-menu-active .ant-side-navigation-wrapper {
  left: 0px;
}

.ant-menu-active .ant-menu-button {
  transform: rotateX(180deg);
}
.ant-menu-active .ant-menu-button .ant-inactive {
  z-index: 990;
}

@media screen and (min-width: 480px) {
  .mbr-top-of-page .ant-logo-wrapper img {
    margin: 17px auto;
    width: 175px;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page {
    height: 100px;
  }
  .mbr-top-of-page .ant-side-navigation-wrapper {
    top: 101px;
  }
  .mbr-top-of-page .ant-logo-wrapper img {
    margin: 27px auto 26px;
    width: 250px;
  }
  .mbr-top-of-page .ant-menu-button {
    height: 100px;
  }
  .mbr-top-of-page .ant-menu-button .ant-menu-icon-burger,
  .mbr-top-of-page .ant-menu-button .ant-menu-icon-close {
    font-size: 50px;
    top: 25px;
  }
  .mbr-top-of-page .ant-menu-button .ant-menu-icon-close {
    font-size: 55px;
    top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  /* all refs to '.mbr-top-of-page' need to be removed RTD 10-5-16*/
  .mbr-top-of-page .ant-side-navigation-wrapper {
    display: none;
  }
  .mbr-top-of-page .ant-navigation-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
    display: block;
  }
  .mbr-top-of-page .ant-logo-wrapper img {
    max-width: 100%;
  }
  .ant-menu-active .ant-navigation-wrapper {
    max-height: 500px;
  }
  .ant-menu-active .ant-side-navigation-wrapper {
    left: -320px;
  }
}
/** Page Title (H1) **/
.mbr-page-header {
  text-align: center;
  color: #ffffff;
  padding: 1.714rem 0;
  margin-top: 70px;
}
.mbr-page-header h1 {
  margin: auto;
}

@media screen and (min-width: 800px) {
  .mbr-page-header {
    text-align: left;
    margin-top: 100px;
  }
  .mbr-page-header h1 {
    float: left;
  }
  .mbr-page-header .ant-help-container {
    display: block;
    float: right;
    clear: none;
    margin-top: 0px;
  }
}
.mbr-page-body {
  margin-top: 2rem;
}

.tcp-middle-of-page {
  z-index: 0;
  position: relative;
}

/** Footer Styles **/
.footer-floater .fa {
  top: 0.1429rem;
  position: relative;
  color: #fe5e3c;
  font-size: 1.285rem;
  float: left;
  margin-right: 0.5rem;
  width: 1.5rem;
}

#california-grievance-form-floating-footer {
  margin-bottom: 0.8rem;
}

.footer-floater-inner {
  overflow: hidden;
}

.mbr-page-footer a,
.mbr-bottom-of-page a {
  border-bottom: none;
  text-decoration: none;
}
.mbr-page-footer a:hover,
.mbr-bottom-of-page a:hover {
  text-decoration: none;
}

.ant-footer-heading {
  text-align: center;
}

.mbr-page-footer {
  position: relative;
  z-index: -1;
}
.mbr-page-footer h3 .fa {
  padding-right: 10px;
  color: #ffffff;
}
.mbr-page-footer .ant-footer-link-list {
  font-weight: 600;
}

.ant-footer-link-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.ant-footer-link-list li a,
.ant-footer-link-list li a:hover {
  text-decoration: none;
}
.ant-footer-link-list li li:last-child {
  margin-bottom: 0;
}

.ant-footer {
  margin-top: 2rem;
  z-index: -1;
  position: relative;
}

[data-cns-language-dropdown-cmp] .dropdown-menu,
[language-dropdown-cmp] .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
[data-cns-language-dropdown-cmp] .psLabel:hover,
[language-dropdown-cmp] .psLabel:hover {
  background: transparent;
  color: inherit;
}

.mbr-bottom-of-page {
  margin-top: 2rem;
}
.mbr-bottom-of-page #footerBtnDdl .psLabel.burmese,
.mbr-bottom-of-page #footerBtnDdl .psLabel.amharic {
  background-image: url(/member/assets/images/alt_languages.png);
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 70%;
  background-clip: content-box;
}
.mbr-bottom-of-page #footerBtnDdl .psLabel.burmese {
  background-position: 15px 8px;
}
.mbr-bottom-of-page #footerBtnDdl .psLabel.amharic {
  background-position: 15px -31px;
}
.mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.burmese {
  background-position: 15px -12px;
}
.mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.amharic {
  background-position: 15px -50px;
}
@media screen and (min-width: 480px) {
  .mbr-bottom-of-page #footerBtnDdl .psLabel.burmese {
    background-position: 18px 8px;
  }
  .mbr-bottom-of-page #footerBtnDdl .psLabel.amharic {
    background-position: 18px -41px;
  }
  .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.burmese {
    background-position: 18px -16px;
  }
  .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.amharic {
    background-position: 18px -62px;
  }
}
@media screen and (min-width: 801px) {
  .mbr-bottom-of-page #footerBtnDdl .psLabel.burmese {
    background-position: 18px 8px;
  }
  .mbr-bottom-of-page #footerBtnDdl .psLabel.amharic {
    background-position: 18px -44px;
  }
  .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.burmese {
    background-position: 18px -19px;
  }
  .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.amharic {
    background-position: 18px -70px;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.burmese {
    background-position: 18px -18px;
  }
}
.mbr-bottom-of-page #footer-block-3 {
  text-align: center;
  margin: 0 auto;
  width: 13rem;
  padding-bottom: 1.142rem;
}
.mbr-bottom-of-page #footer-block-3 li {
  display: table-row;
}
.mbr-bottom-of-page #footer-block-3 li span {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .mbr-bottom-of-page #footer-block-3 {
    margin: 0;
  }
}
.mbr-bottom-of-page h3 a {
  display: block;
  padding: 15px 10%;
}
.mbr-bottom-of-page h3 a .fa {
  font-size: 38px;
  position: relative;
  top: -5px;
  color: #ffffff;
}
.mbr-bottom-of-page h3 a .fa-angle-down {
  transform: rotateX(180deg);
  transition: transform 0.5s;
}
.mbr-bottom-of-page h3 a.collapsed .fa {
  font-size: 38px;
  transform: rotateX(0deg);
}
.mbr-bottom-of-page ul.panel-collapse {
  padding: 0 0 3.142rem;
}
.mbr-bottom-of-page a {
  border-bottom: none;
}
.mbr-bottom-of-page .ant-block-wrapper {
  position: relative;
}
.mbr-bottom-of-page .ant-block-wrapper.open {
  background-color: rgba(255, 255, 255, 0.1);
}
.mbr-bottom-of-page .ant-social {
  margin: 3rem 0;
  text-align: center;
  clear: both;
}
.mbr-bottom-of-page .ant-social .fa {
  margin: 0 10px;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  text-align: center;
  font-size: 1.714rem;
  padding-top: 0.643rem;
}
.mbr-bottom-of-page .ant-copyright {
  text-align: center;
  clear: both;
  font-size: 0.8571rem;
  font-weight: 300;
}
@media screen and (min-width: 801px) {
  .mbr-bottom-of-page .ant-copyright {
    font-size: 0.7778rem;
  }
}
.mbr-bottom-of-page .ant-heading-five {
  margin-bottom: 10px;
}
.mbr-bottom-of-page .mbr-page-footer .ant-center-block {
  max-width: 300px;
  float: none;
  padding-top: 20px;
}
.mbr-bottom-of-page .ant-center-block-wide {
  text-align: center;
}

.ant-app-promo {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 50px;
}
.ant-app-promo .media-body {
  width: auto;
}
.ant-app-promo .ant-app-icon img {
  height: 3rem;
  width: 3rem;
  margin-right: 5px;
}
.ant-app-promo .ant-app-link {
  color: #ffffff;
  text-decoration: none;
}
.ant-app-promo .ant-app-link span {
  display: block;
  text-align: left;
}
.ant-app-promo .ant-app-link span:focus, .ant-app-promo .ant-app-link span:hover {
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .ant-app-promo {
    margin: 3rem auto;
    clear: both;
    display: block;
    width: 268px;
  }
}
@media screen and (min-width: 800px) {
  .mbr-bottom-of-page .ant-center-block {
    max-width: 100%;
    float: left;
  }
  .mbr-bottom-of-page .ant-center-block-wide {
    max-width: 100%;
    float: left;
    clear: none;
    text-align: left;
    padding-top: 0px;
  }
  .mbr-bottom-of-page ul.panel-collapse {
    padding: 10px 0px;
  }
  .mbr-bottom-of-page .ant-block-wrapper.first {
    border-top: 0px solid;
    border-bottom: 0px solid;
  }
  .mbr-bottom-of-page .ant-block-wrapper {
    border-bottom: 0px solid;
    width: 100%;
    left: 0;
  }
}
/** Public/Secure Visibility Toggle **/
.ant-visible-public {
  display: none;
}

.ant-public .ant-visible-public {
  display: block;
}

.ant-hidden-public {
  display: block;
}

.ant-public .ant-hidden-public {
  display: none;
}

.ant-page-wrapper {
  position: relative;
  overflow-x: hidden;
}

.mbr-top-of-page-wrapper {
  position: fixed;
  width: 100%;
  height: 65px;
  z-index: 500;
  transition: background-color 0.5s ease;
}
.mbr-top-of-page-wrapper .ant-top-wrapper {
  transition: background-color 0.25s ease;
}
.mbr-top-of-page-wrapper .ant-menu-button {
  font-size: 28px;
}
.mbr-top-of-page-wrapper .ant-menu-label {
  top: 0px;
}
.mbr-top-of-page-wrapper .ant-menu-toggle,
.mbr-top-of-page-wrapper .ant-menu-toggle:hover,
.mbr-top-of-page-wrapper .ant-menu-toggle:active,
.mbr-top-of-page-wrapper .ant-menu-toggle:focus {
  text-decoration: none;
  color: #0079c2;
  display: inline-block;
  border: 0px;
  font-weight: 400;
  margin-top: 12px;
  padding: 5px 5px 5px 0;
}
.mbr-top-of-page-wrapper .ant-menu-icon-container {
  position: relative;
  margin-right: 0px;
  font-size: 2px;
  top: -8px;
}
.mbr-top-of-page-wrapper .ant-menu-icon,
.mbr-top-of-page-wrapper .ant-menu-icon:before,
.mbr-top-of-page-wrapper .ant-menu-icon:after {
  height: 3px;
  width: 30px;
  position: relative;
  background-color: #0079c2;
  display: inline-block;
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
.mbr-top-of-page-wrapper .ant-menu-icon:before {
  top: -9px;
  content: " ";
  transform: rotate(0deg);
  transition-property: top, transform;
}
.mbr-top-of-page-wrapper .ant-menu-icon:after {
  bottom: -5px;
  content: " ";
  transform: rotate(0deg);
  transition-property: bottom, transform;
}
.mbr-top-of-page-wrapper .ant-logo-wrapper-col {
  display: block;
}
.mbr-top-of-page-wrapper .ant-logo-wrapper-col a {
  display: block;
  border-bottom: none;
}
.mbr-top-of-page-wrapper .ant-logo-wrapper {
  opacity: 0.05;
}
.mbr-top-of-page-wrapper .ant-logo-wrapper {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.mbr-top-of-page-wrapper .ant-logo-wrapper img {
  width: 160px;
  margin: 17px auto;
  display: block;
}
.mbr-top-of-page-wrapper .ant-task-bar-wrapper-col {
  display: none;
}
.mbr-top-of-page-wrapper .ant-task-bar {
  float: right;
  padding: 0px;
  margin: 0px;
}
.mbr-top-of-page-wrapper .ant-task-bar-item {
  float: left;
  list-style-type: none;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon {
  color: #fff;
  background-color: #0079c2;
  border-radius: 50%;
  height: 41px;
  width: 41px;
  display: inline-block;
  margin: 13px 0px 6px 12px;
  text-align: center;
  border: 1px solid #0079c2;
  overflow: hidden;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon .fa {
  font-size: 23px;
  top: 8px;
  position: relative;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon.active,
.mbr-top-of-page-wrapper a.ant-task-bar-icon:hover {
  color: #0079c2;
  background-color: #fff;
  border: 1px solid #0079c2;
  cursor: pointer;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon:hover .fa {
  color: #0079c2;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon .fa-th {
  font-size: 27px;
  top: 7px;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon .fa-user {
  font-size: 38px;
  top: 5px;
  left: 1px;
}
.mbr-top-of-page-wrapper .ant-search .ant-task-bar-icon {
  float: left;
}
.mbr-top-of-page-wrapper .ant-search-active .ant-search-field {
  max-width: 500px;
  color: #0079c2;
}
.mbr-top-of-page-wrapper .ant-search-field {
  float: left;
  margin-top: 18px;
  border-radius: 5px;
  max-width: 0px;
  overflow: hidden;
  transition: max-width 0.25s ease;
  padding: 5px 0px;
}
.mbr-top-of-page-wrapper .ant-search-field input {
  width: 140px;
  width: 140px;
  border: 0px;
  color: #0079c2;
  background: transparent;
  border-bottom: 1px solid;
  font-weight: 300;
  margin-left: 8px;
  font-size: 14px;
}
.mbr-top-of-page-wrapper ::-webkit-input-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper :-moz-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper ::-moz-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper :-ms-input-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper .ant-nav-search-button {
  border: 0px;
  padding: 0px 20px 0px 0px;
  margin: 0px -20px 0px 0px;
  width: 0px;
  position: relative;
  left: -17px;
  background: transparent;
  top: -2px;
}
.mbr-top-of-page-wrapper .ant-nav-search-button .fa {
  font-size: 14px;
}
.mbr-top-of-page-wrapper .ant-search-bkg {
  margin-bottom: 0px;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon .badge {
  background-color: #e82d05;
  position: absolute;
  right: -5px;
  padding: 4px 7px;
}
.mbr-top-of-page-wrapper .ant-global-nav {
  padding: 0px;
  margin: 0px;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper {
  max-height: 0px;
  visibility: hidden;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper ul {
  margin: 0px;
  padding: 0px;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper ul ul {
  margin-top: 10px;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-heading-two {
  font-weight: 300;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  display: block;
  line-height: 1.1;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper,
.mbr-top-of-page-wrapper .ant-navigation-wrapper a {
  color: #fff;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
  padding-left: 0px;
  padding-right: 17px;
}
.mbr-top-of-page-wrapper .ant-nav-col ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  max-height: 0px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0.1;
  transition: max-height 0.25s ease-out, opacity 0.25s ease-out, visibility 0s ease-out;
}
.mbr-top-of-page-wrapper .ant-nav-col ul a {
  border: 0;
}
.mbr-top-of-page-wrapper .ant-nav-col .ant-heading-two .fa {
  font-size: 40px;
  position: relative;
  top: -2px;
  transform: rotateX(0deg);
  transition: transform 0.35s ease;
  color: #fff;
  z-index: -1;
}
.mbr-top-of-page-wrapper .ant-nav-col.ant-menu-expanded .ant-heading-two .fa {
  transform: rotateX(180deg);
}
.mbr-top-of-page-wrapper .ant-menu-expand {
  cursor: pointer;
  text-decoration: none;
  border: none;
}
.mbr-top-of-page-wrapper .ant-nav-col ul ul {
  max-height: 0px;
}
.mbr-top-of-page-wrapper .ant-nav-col li {
  font-weight: 600;
  margin: 10px 0px 20px;
}
.mbr-top-of-page-wrapper .ant-nav-col li:last-child {
  margin-bottom: 0px;
}
.mbr-top-of-page-wrapper .ant-nav-col li li {
  font-weight: 400;
  margin: 10px 20px 0px;
}
.mbr-top-of-page-wrapper .ant-nav-col li li a {
  padding: 3px 0px;
  display: inline-block;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 65px);
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
  list-style: none;
  left: -1000px;
  position: relative;
  opacity: 0.05;
  border: 0px solid transparent;
  transition-property: border, left, opacity;
  transition-timing-function: ease-out, ease-out, ease-in;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
  transition-delay: 0.3s, 0.15s, 0.1s;
  transition-duration: 0.35s, 0.45s, 0.15s;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:first-child {
  transition-delay: 0.3s, 0s, 0.1s;
  transition-duration: 0.35s, 0.45s, 0.15s;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:last-child {
  transition-delay: 0.3s, 0.3s, 0.1s;
  transition-duration: 0.35s, 0.45s, 0.15s;
}

.ant-menu-visible {
  overflow: hidden;
}
.ant-menu-visible .mbr-top-of-page-wrapper {
  height: 100vh;
  transition: background-color 0.2s ease;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-top-wrapper {
  background-color: rgba(255, 255, 255, 0.03);
  height: 65px;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:hover,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:active,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:focus {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:after,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:before {
  background-color: #ffffff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon {
  background-color: transparent;
  transition: background-color 0.2 ease;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:before {
  top: 0px;
  transform: rotate(-45deg);
  transition-property: transform, top;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:after {
  bottom: 4px;
  transform: rotate(45deg);
  transition-property: transform, bottom;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-logo-wrapper-col {
  display: none;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-logo-wrapper {
  opacity: 0.05;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-task-bar-wrapper-col {
  display: block;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-task-bar-wrapper-col .ant-tasks,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-task-bar-wrapper-col .ant-messages {
  display: none;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-tasks .ant-task-bar-widget,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-messages .ant-task-bar-widget {
  display: none;
}
.ant-menu-visible .mbr-top-of-page-wrapper ::-webkit-input-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper :-moz-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper ::-moz-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper :-ms-input-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-search-field input {
  border-bottom: 1px solid;
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-search-button {
  background: transparent;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon {
  overflow: hidden;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon.active,
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon:hover {
  color: #fff;
  background-color: #0079c2;
  border: 1px solid;
  cursor: pointer;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon .fa {
  color: #0079c2;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon:hover .fa {
  color: #ffffff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper {
  padding-top: 16px;
  display: block;
  max-height: 100%;
  background: transparent;
  visibility: visible;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col.ant-menu-expanded > ul {
  padding-bottom: 20px;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col.ant-menu-expanded > ul,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col.ant-menu-expanded > ul ul {
  max-height: 1000px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col ul ul {
  max-height: 400px;
  overflow: hidden;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
  left: 0px;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
  padding-bottom: 6px;
  top: 0px;
  opacity: 1;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:first-of-type {
  border-top: 0px solid;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
  border-bottom: 0px solid;
}

@media screen and (min-width: 480px) {
  .mbr-top-of-page-wrapper .ant-logo-wrapper img {
    margin: 16px auto;
    width: 175px;
  }
  .mbr-top-of-page-wrapper .ant-search-bkg {
    margin-bottom: 15px;
  }
  .mbr-top-of-page-wrapper .ant-search-field {
    overflow: visible;
    width: 100%;
    max-width: 500px;
    margin: 10px 0px;
  }
  .mbr-top-of-page-wrapper .ant-search-field input {
    width: calc(100% - 60px);
    font-size: 24px;
  }
  .mbr-top-of-page-wrapper .ant-nav-search-button {
    border: 0px;
    padding: 0px 40px 0px 0px;
    margin: 0px -40px 0px 0px;
    width: 0px;
    position: relative;
    left: 14px;
    background: transparent;
    top: -2px;
  }
  .mbr-top-of-page-wrapper .ant-nav-search-button .fa {
    font-size: 28px;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper .ant-menu-icon-container {
    position: relative;
    top: -5px;
  }
  .mbr-top-of-page-wrapper .ant-logo-wrapper img {
    margin: 16px 0px;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-wrapper-col {
    display: block;
  }
  .mbr-top-of-page-wrapper .ant-menu-toggle,
  .mbr-top-of-page-wrapper .ant-menu-toggle:hover,
  .mbr-top-of-page-wrapper .ant-menu-toggle:active,
  .mbr-top-of-page-wrapper .ant-menu-toggle:focus {
    margin-top: 8px;
  }
  .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
    padding-left: 50px;
    padding-right: 40px;
    margin-bottom: 20px;
  }
  .mbr-top-of-page-wrapper .ant-menu-expand {
    cursor: default;
  }
  .mbr-top-of-page-wrapper .ant-navigation-wrapper {
    height: calc(100vh - 85px);
    clear: both;
  }
  .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
    left: 0px;
    top: -1000px;
    position: relative;
    opacity: 0.05;
    border: 0px solid transparent;
    transition-property: border, top, opacity;
    transition-timing-function: ease-out, ease-out, ease-in;
  }
  .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
    transition-delay: 0s, 0.05s, 0.4s;
    transition-duration: 0.55s, 0.55s, 0.25s;
  }
  .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:first-child {
    transition-delay: 0s, 0s, 0.3s;
  }
  .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:last-child {
    transition-delay: 0s, 0.3s, 0.5s;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-logo-wrapper-col {
    display: block;
    visibility: hidden;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon:last-of-type {
    margin-right: 0px;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col ul {
    max-height: 1000px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper {
    padding-top: 50px;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
    border-top: 0px transparent;
    border-bottom: 0px transparent;
    border-right: 1px solid #69b3e7;
    border-left: 1px solid #69b3e7;
    margin-left: -1px;
    float: left;
    width: 34%;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:first-of-type {
    border-left: 0px solid;
    margin-left: 0px;
    padding-left: 0px;
    width: 32%;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
    border-right: 0px;
    padding-right: 0%;
    width: 32%;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper {
    height: 85px;
  }
  .mbr-top-of-page-wrapper .ant-menu-icon-container {
    top: -5px;
    margin-right: 12px;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-icon .ant-task-bar-content {
    /*top:102%;*/
  }
  .mbr-top-of-page-wrapper .ant-menu-toggle,
  .mbr-top-of-page-wrapper .ant-menu-toggle:hover,
  .mbr-top-of-page-wrapper .ant-menu-toggle:active,
  .mbr-top-of-page-wrapper .ant-menu-toggle:focus {
    margin-top: 18px;
  }
  .mbr-top-of-page-wrapper .ant-logo-wrapper img {
    margin: 21px auto;
    width: 225px;
  }
  .mbr-top-of-page-wrapper a.ant-task-bar-icon {
    margin: 22px 0px 16px 15px;
  }
  .mbr-top-of-page-wrapper .ant-search-field {
    margin-top: 27px;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-top-wrapper {
    height: 85px;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-heading-two {
    font-size: 36px;
  }
}
.ant-menu-visible.ant-public .ant-navigation-wrapper {
  padding-top: 0px;
}

@media (min-width: 480px) {
  .ant-menu-visible.ant-public .ant-navigation-wrapper {
    padding-top: 16px;
  }
}
/***** Task Bar Pop-ups *****/
.mbr-top-of-page-wrapper {
  /** Task Bar Dropdowns **/
}
.mbr-top-of-page-wrapper .ant-task-bar-widget {
  position: relative;
}
@media screen and (max-width: 480px) {
  .mbr-top-of-page-wrapper a.ant-task-bar-icon.not-open:focus:after, .mbr-top-of-page-wrapper a.ant-task-bar-icon.not-open:focus:before {
    border: none;
  }
  .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:after, .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:before {
    bottom: -15px;
    right: -1px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1000;
  }
  .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #dcdcdc;
    border-width: 22px;
    margin-right: -1px;
  }
  .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #ffffff;
    border-width: 20px;
    margin-right: 3px;
  }
}
.mbr-top-of-page-wrapper .ant-search a.ant-task-bar-icon:focus:after, .mbr-top-of-page-wrapper .ant-search a.ant-task-bar-icon:focus:before {
  bottom: 0px;
}
.mbr-top-of-page-wrapper .ant-task-bar-content {
  position: fixed;
  left: 0px;
  right: 0px;
  margin: auto;
  display: none;
  top: 78px;
  min-height: 150px;
  width: 95%;
  padding: 30px;
  z-index: 100;
}
.mbr-top-of-page-wrapper #global-profileIcon {
  width: 300px;
}
@media screen and (max-width: 480px) {
  .mbr-top-of-page-wrapper #global-profileIcon {
    width: 95%;
  }
}
@media screen and (max-height: 355px) {
  .mbr-top-of-page-wrapper #global-profileIcon .ant-nav-secondary li a {
    padding: 8px 0px;
  }
  .mbr-top-of-page-wrapper #global-profileIcon .btn-pad {
    padding: 0px 12px;
  }
  .mbr-top-of-page-wrapper #global-profileIcon .btn {
    padding: 7px 25px 8px;
    min-width: 100px;
  }
}
@media screen and (max-height: 440px) {
  .mbr-top-of-page-wrapper #global-profileIcon {
    padding: 10px;
  }
  .mbr-top-of-page-wrapper #global-profileIcon .ant-heading-two {
    padding-bottom: 0px;
  }
  .mbr-top-of-page-wrapper #global-profileIcon .ant-nav-secondary {
    margin: 0px;
  }
  .mbr-top-of-page-wrapper #global-profileIcon .btn-pad {
    padding: 0px 12px;
  }
  .mbr-top-of-page-wrapper #global-profileIcon .btn {
    font-size: 16px;
  }
}
@media screen and (max-height: 519px) {
  .mbr-top-of-page-wrapper #global-profileIcon .ant-nav-secondary li a {
    font-size: 16px;
  }
}
.mbr-top-of-page-wrapper .ant-task-item {
  display: block;
  float: left;
  width: 50%;
  padding: 0 10px;
  text-align: center;
  margin-top: 20px;
}
.mbr-top-of-page-wrapper .ant-task-item a {
  display: block;
  border-bottom: none;
}
.mbr-top-of-page-wrapper .ant-task-item a:hover {
  text-decoration: none;
}
.mbr-top-of-page-wrapper .ant-task-item span.fa {
  display: block;
  font-size: 40px;
  padding-bottom: 10px;
}
.mbr-top-of-page-wrapper .ant-task-item span.fa.fa-list-alt {
  font-size: 25px;
  line-height: 40px;
  top: 1px;
  position: relative;
}
.mbr-top-of-page-wrapper .ant-task-item span + span {
  display: block;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .mbr-top-of-page-wrapper .ant-task-bar-content {
    position: absolute;
    right: -97%;
    left: auto;
    margin: auto;
    width: 480px;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-content:after, .mbr-top-of-page-wrapper .ant-task-bar-content:before {
    bottom: 100%;
    right: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-content:after {
    border-width: 20px;
    margin-right: 3px;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-content:before {
    border-width: 22px;
    margin-right: -1px;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-content .ant-task-item {
    width: 33.33%;
    padding: 0px;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-content.small-layout .ant-task-item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper .ant-task-bar-content:before {
    margin-right: 0px;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-content:after {
    margin-right: 4px;
  }
}

.mbr-top-of-page-wrapper .ant-nav-secondary li {
  list-style: none;
}

.mbr-top-of-page-wrapper .ant-nav-secondary li a {
  text-decoration: none;
  border-bottom: none;
  padding: 12px 0;
  display: block;
  font-size: 20px;
}

.mbr-top-of-page-wrapper .ant-nav-secondary {
  margin: 0 0 30px;
  padding: 0;
}

.mbr-page-header {
  text-align: center;
  margin-top: 65px;
}

@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper #global-profileIcon {
    width: 375px;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper .ant-task-bar-content {
    top: 87px;
    right: -93%;
  }
  .mbr-page-header {
    text-align: left;
    margin-top: 85px;
  }
}
/** override JS height-leveling of nav columns on small screens **/
@media (max-width: 800px) {
  .ant-navigation-wrapper .ant-nav-col {
    height: auto !important;
  }
}
#motif-top-of-page .ant-secure-nav-overrides {
  overflow: unset;
}
#motif-top-of-page .mbr-top-of-page-wrapper {
  position: fixed;
  z-index: 14;
  top: 0;
  width: 100%;
  background: white;
  height: auto;
}
#motif-top-of-page .ant-secondary-nav,
#motif-top-of-page .sub-options-wrapper .ant-heading-two {
  display: none;
}
#motif-top-of-page .menu-button-container .menu-button {
  display: none;
}
#motif-top-of-page .menu-button-container.active {
  background: none;
}
#motif-top-of-page .menu-wrapper {
  display: flex;
  align-items: center;
}
#motif-top-of-page .menu-wrapper.container {
  padding: 0px;
}
#motif-top-of-page .menu-wrapper .ant-main-nav {
  width: 100%;
  background: white;
  padding-top: 0px;
  z-index: 14;
  position: relative;
}
#motif-top-of-page .ant-main-nav {
  display: none;
}
#motif-top-of-page .ant-main-nav .motif-file {
  display: none;
}
#motif-top-of-page .ant-main-nav ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#motif-top-of-page .ant-main-nav .motif-icon {
  transform: rotateX(0deg);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
#motif-top-of-page .ant-main-nav .sub-options-container {
  /* mobile expanded menu column */
}
#motif-top-of-page .ant-main-nav .sub-options-container .menu-column {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out, opacity 0.25s ease-out, visibility 0.25s ease-out;
}
#motif-top-of-page .ant-main-nav .sub-options-container .menu-column a.ant-menu-item {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  border: none;
  font-weight: 300;
  font-size: 14px;
  padding: 5px 20px;
  width: 100%;
}
#motif-top-of-page .ant-main-nav .sub-options-container .menu-column a.ant-menu-item:hover {
  background: #ffffff;
  color: #2b6ce2;
}
#motif-top-of-page .ant-main-nav .sub-options-container.ant-menu-expanded {
  padding-bottom: 1rem;
  background: #2b6ce2;
}
#motif-top-of-page .ant-main-nav .sub-options-container.ant-menu-expanded .ant-heading-two {
  color: #ffffff;
  font-weight: 400;
}
#motif-top-of-page .ant-main-nav .sub-options-container.ant-menu-expanded .ant-heading-two .motif-icon {
  color: #ffffff;
  transform: rotateX(180deg);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
#motif-top-of-page .ant-main-nav .sub-options-container.ant-menu-expanded .menu-column {
  list-style-type: none;
  padding-left: 0px;
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.25s ease-out, opacity 0.25s;
}
#motif-top-of-page .ant-main-nav .ant-heading-two,
#motif-top-of-page .ant-main-nav .profile {
  font-size: 16px;
  border: 0;
  color: #333;
  padding: 15px;
  margin-bottom: 0;
  cursor: pointer;
  text-decoration: none;
}
#motif-top-of-page .ant-main-nav .ant-heading-two.ant-menu-expanded,
#motif-top-of-page .ant-main-nav .profile.ant-menu-expanded {
  color: #ffffff;
}
#motif-top-of-page .ant-main-nav .ant-heading-two span.motif-icon,
#motif-top-of-page .ant-main-nav .profile span.motif-icon {
  font-size: 16px;
  color: #333;
  z-index: 1;
}
#motif-top-of-page .ant-main-nav .profile {
  width: 100%;
}
#motif-top-of-page .ant-main-nav .logout-text,
#motif-top-of-page .ant-main-nav .switch-plans {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  border: 0;
  padding: 15px;
  margin-bottom: 0;
  font-weight: 300;
  width: 100%;
}

.ant-menu-visible #motif-top-of-page .menu-wrapper {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.13);
  border-bottom: solid 1px #c5c9cc;
}
.ant-menu-visible #motif-top-of-page .ant-main-nav {
  display: block;
}
.ant-menu-visible #motif-top-of-page .tcp-mobile-menu-divider {
  border-top: 1px solid #d8d8d8;
  width: 100%;
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 801px) {
  .ant-menu-visible #motif-top-of-page .menu-wrapper {
    box-shadow: none;
    border-bottom: none;
  }
  #motif-top-of-page .menu-wrapper.container {
    padding: 0 15px;
  }
  #motif-top-of-page .menu-wrapper .ant-secondary-nav,
  #motif-top-of-page .menu-wrapper .ant-main-nav {
    width: 50%;
    padding-top: 15px;
  }
  #motif-top-of-page .ant-main-nav {
    display: block;
  }
  #motif-top-of-page .ant-main-nav .sub-options-container.ant-menu-expanded {
    background: none;
  }
  #motif-top-of-page .ant-main-nav .motif-file {
    display: block;
  }
  #motif-top-of-page .ant-secondary-nav {
    display: block;
  }
  #motif-top-of-page .ant-secondary-nav li {
    cursor: pointer;
    display: block;
    margin-right: 2rem;
  }
  #motif-top-of-page .ant-secondary-nav li:last-child {
    margin-right: 0px;
  }
  #motif-top-of-page .ant-secondary-nav li a {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
  }
  #motif-top-of-page .ant-main-nav ul {
    flex-direction: row;
  }
  #motif-top-of-page .ant-main-nav .ant-main-nav-ul {
    margin-left: -20px;
  }
  #motif-top-of-page .menu-button-container {
    margin: 0;
    padding: 5px 20px 7px;
    position: relative;
  }
  #motif-top-of-page .menu-button-container .menu-button {
    font-weight: 500;
    display: block;
    padding: 5px 0px;
  }
  #motif-top-of-page .menu-button-container:hover {
    cursor: pointer;
  }
  #motif-top-of-page .menu-button-container a {
    color: #333;
    text-decoration: none;
    position: relative;
  }
  #motif-top-of-page .menu-button-container a:after {
    content: " ";
    width: 0;
  }
  #motif-top-of-page .menu-button-container.active {
    background: #2b6ce2;
  }
  #motif-top-of-page .menu-button-container.active > a {
    background-color: #2b6ce2;
    color: #ffffff;
    border: 0;
    padding: 5px 0;
    z-index: 1;
  }
  #motif-top-of-page .menu-button-container.active > a:after {
    content: " ";
    border-bottom: solid 3px #ffffff;
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 100%;
    left: 0;
    transition: width 0.75s ease-in-out;
  }
  #motif-top-of-page .menu-button-container.active .menu-column {
    height: auto;
    max-height: 1000px;
    padding: 15px 0 30px;
    transition: max-height 1.5s;
  }
  #motif-top-of-page .menu-button-container.active .menu-column .nested-menu-wrapper span {
    color: #ffffff;
    padding: 5px 20px 7px;
  }
  #motif-top-of-page .menu-button-container.active .menu-column .nested-menu-wrapper ul {
    display: flex;
    flex-direction: column;
  }
  #motif-top-of-page .menu-button-container.active .menu-column .nested-menu-wrapper ul li {
    padding: 0px;
  }
  #motif-top-of-page .menu-button-container.active .menu-column .nested-menu-wrapper ul .ant-menu-item {
    padding: 5px 40px;
  }
  #motif-top-of-page ul.sub-options-wrapper {
    overflow: hidden;
    visibility: hidden;
    padding-top: 0px;
    display: flex;
    position: absolute;
    left: -10px;
    top: 20px;
    padding-top: 14px;
  }
  #motif-top-of-page ul.sub-options-wrapper .ant-heading-two {
    display: none;
  }
  #motif-top-of-page ul.sub-options-wrapper .sub-options-container .ant-heading-two {
    display: none;
  }
  #motif-top-of-page ul.sub-options-wrapper .menu-column {
    height: 0px;
    max-height: 0px;
    width: 293px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    background: #2b6ce2;
  }
  #motif-top-of-page ul.sub-options-wrapper .menu-column li {
    display: inline-block;
    margin: 0.15rem 0;
    width: 100%;
    font-weight: 300;
    padding: 0px;
  }
  #motif-top-of-page ul.sub-options-wrapper .menu-column li .ant-menu-item {
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    margin: 0 0;
    padding: 5px 20px 7px;
  }
  #motif-top-of-page ul.sub-options-wrapper .menu-column li .ant-menu-item:hover {
    background-color: rgba(255, 255, 255, 0.85);
    color: #0079c2;
  }
  #motif-top-of-page .ant-secondary-nav {
    display: block;
  }
  #motif-top-of-page .ant-secondary-nav .ant-task-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5px;
    margin: 0px;
  }
  #motif-top-of-page .ant-secondary-nav .ant-task-bar a.ant-task-bar-icon {
    height: auto;
    width: auto;
  }
  #motif-top-of-page .mbr-top-nav-container {
    background: #ffffff;
  }
  .ant-menu-visible {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .ant-menu-visible #motif-top-of-page .sub-options-wrapper {
    visibility: visible;
    overflow: auto;
  }
  .ant-menu-visible #motif-top-of-page .menu-button-container.active .menu-column {
    transition: none;
  }
  .ant-menu-visible #motif-top-of-page .ant-top-wrapper {
    position: relative;
    z-index: 5;
    background-color: #ffffff;
    height: auto;
  }
  .ant-menu-visible #motif-top-of-page .ant-logo-wrapper {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  #motif-top-of-page ul.sub-options-wrapper {
    left: -20px;
  }
}
/* end of Navigation Bar */
#motif-top-of-page .mbr-top-of-page-wrapper {
  height: 65px;
}
@media screen and (min-width: 1024px) {
  #motif-top-of-page .mbr-top-of-page-wrapper {
    height: 85px;
  }
}
#motif-top-of-page .mbr-top-of-page-wrapper .ant-top-nav {
  display: flex;
  align-items: center;
}
#motif-top-of-page .mbr-top-of-page-wrapper .ant-logo-wrapper {
  padding: 0.8rem 0;
}
@media screen and (min-width: 480px) {
  #motif-top-of-page .mbr-top-of-page-wrapper .ant-logo-wrapper {
    padding: 17px 0;
  }
}
@media screen and (min-width: 1024px) {
  #motif-top-of-page .mbr-top-of-page-wrapper .ant-logo-wrapper {
    padding: 22px 0;
  }
}
#motif-top-of-page .co-brand-tall .mbr-top-of-page-wrapper .co-brand-wrapper .unhide-co-brand-icons {
  padding-bottom: 0px;
}
#motif-top-of-page .mbr-top-of-page-wrapper .no-cobrand {
  min-height: 65px;
  max-height: 65px;
}
@media screen and (min-width: 1024px) {
  #motif-top-of-page .mbr-top-of-page-wrapper .no-cobrand {
    min-height: 85px;
    max-height: 85px;
  }
}
#motif-top-of-page .mbr-top-of-page-wrapper .no-cobrand .ant-logo-wrapper img {
  max-height: 31px;
  max-width: 160px;
  margin: 0;
}
@media screen and (min-width: 480px) {
  #motif-top-of-page .mbr-top-of-page-wrapper .no-cobrand .ant-logo-wrapper img {
    max-height: 28px;
    max-width: 175px;
  }
}
@media screen and (min-width: 801px) {
  #motif-top-of-page .mbr-top-of-page-wrapper .no-cobrand .ant-logo-wrapper img {
    max-height: 45px; /**/
    width: 236px;
    max-width: 210px;
  }
}
@media screen and (min-width: 1024px) {
  #motif-top-of-page .mbr-top-of-page-wrapper .no-cobrand .ant-logo-wrapper img {
    max-width: 210px;
    max-height: 50px;
  }
}
#motif-top-of-page .toggle-co-brand .co-brand-wrapper {
  min-height: 65px;
  max-height: 65px;
}
@media screen and (min-width: 801px) {
  #motif-top-of-page .toggle-co-brand .co-brand-wrapper {
    min-height: 85px;
    max-height: 85px;
  }
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper {
  display: flex;
  align-items: center;
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col {
  display: flex;
  align-items: center;
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper {
  /* Co-branding Logo */
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper a {
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #c5c9cc;
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper img {
  max-height: 32px;
  width: 167px;
  margin: 0;
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image {
  padding-left: 10px;
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image img {
  max-height: 28px; /**/
  width: auto;
  object-fit: contain;
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image.co-brand-tall img {
  max-height: 30px; /**/
  width: auto;
}
@media screen and (min-width: 480px) {
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper {
    /* Co-branding Logo */
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper img {
    max-height: 37px; /**/
    width: 194px;
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image img {
    max-height: 24px; /**/
    max-width: 155px;
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image.co-brand-tall img {
    max-height: 33px; /**/
  }
}
@media screen and (min-width: 801px) {
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper {
    /* Co-branding Logo */
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper img {
    max-height: 45px; /**/
    width: 236px;
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image img {
    max-height: 35px; /**/
  }
}
@media screen and (min-width: 1024px) {
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper {
    /* Co-branding Logo */
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper img {
    max-height: 50px; /**/
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image img {
    max-height: 45px; /**/
    width: 262px;
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image.co-brand-tall img {
    max-height: 42px; /**/
  }
}

/* End of Logo scss */
#motif-top-of-page {
  /* Closed Hamberger Menu Bars START */
}
#motif-top-of-page .ant-menu-button {
  margin: 0px;
  overflow: visible;
}
#motif-top-of-page .ant-menu-button.text-right {
  text-align: right;
}
#motif-top-of-page .ant-menu-button.text-right .ant-menu-button {
  display: inline-block;
}
#motif-top-of-page .ant-menu-button .ant-menu-toggle {
  margin: 0;
}
#motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon-container {
  position: relative;
  margin-right: 0;
  font-size: 2px;
}
#motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon {
  height: 3px;
  width: 30px;
  position: relative;
  display: inline-block;
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
  background-color: #2b6ce2;
}
#motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon:hover {
  cursor: pointer;
}
#motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon:before {
  top: -9px;
  content: " ";
  transform: rotate(0deg);
  transition-property: top, transform;
  background-color: #2b6ce2;
  height: 3px;
  width: 30px;
  position: relative;
  display: inline-block;
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
#motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon:after {
  background-color: #2b6ce2;
  bottom: -5px;
  content: " ";
  transform: rotate(0deg);
  transition-property: bottom, transform;
  background-color: #2b6ce2;
  height: 3px;
  width: 30px;
  position: relative;
  display: inline-block;
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}

.ant-menu-visible #motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon {
  background: transparent;
}
.ant-menu-visible #motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon:before {
  top: 0;
  transform: rotate(-45deg);
  transition-property: transform, top;
}
.ant-menu-visible #motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon:after {
  bottom: 4px;
  transform: rotate(45deg);
  transition-property: transform, bottom;
}

/* end og hamburger */
/** 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%);
}

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

/*-------------------------------------------*\
  Expansion Panel Component
\*-------------------------------------------*/
.uxd-expansion-button {
  background: transparent;
}

.uxd-expansion-panel {
  display: block;
  overflow: hidden;
}
.uxd-expansion-panel .uxd-expansion-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
.uxd-expansion-panel .uxd-expansion-button {
  height: 100%;
  margin-right: 2rem;
}
.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;
}

.alt-toggle-cmp .alt-toggle {
  overflow: hidden;
}

.alt-toggle-cmp .alt-toggle-icon {
  font-family: "ant-motif-icons";
}
.alt-toggle-cmp .alt-toggle-icon .motif-icon {
  font-size: 1.42857143rem;
  position: absolute;
  right: 1.5rem;
  top: 1rem;
}
.alt-toggle-cmp .alt-toggle-icon .alt-toggle-plus:before {
  content: "\e918";
}
.alt-toggle-cmp .alt-toggle-icon .alt-toggle-minus:before {
  content: "\e917";
}

.uxd-expand-collapse-wcs .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;
}
.uxd-expand-collapse-wcs .ant-collapse-heading .collapsible-heading-text {
  font-weight: 300;
  font-size: 1.375rem;
}
.uxd-expand-collapse-wcs .ant-collapse-heading .ant-collapse-button {
  padding: 1.75rem 0.75rem;
  text-align: left;
}
.uxd-expand-collapse-wcs .ant-collapse-heading .ant-collapse-button .accordion-button-icon {
  font-family: "ant-motif-icons";
  font-size: 1.4285714286rem;
  margin-right: 2rem;
}
.uxd-expand-collapse-wcs .ant-collapse-heading .ant-collapse-button .accordion-button-icon:before {
  content: "\e90f";
  display: block;
  transition: 250ms ease-in-out;
}
.uxd-expand-collapse-wcs .ant-collapse-body .body-content {
  padding: 0.5rem 0.75rem 1.75rem 0.75rem;
}
.uxd-expand-collapse-wcs .collapse-block.is-expanded .accordion-button-icon::before {
  transform: rotate(180deg);
}

/** Badges **/
/** Alerts **/
.ant-alert {
  margin: 1rem 0;
  border: 1px solid #cccccc;
  border-left: 5px solid #0079c2;
  margin: 0.25rem;
  color: #0079c2;
}
.ant-alert .ant-alert-left {
  color: #0079c2;
  padding: 0.5rem;
  font-size: 22px;
}
.ant-alert .ant-alert-left span.alert-icon {
  font-family: "ant-motif-icons";
}
.ant-alert .ant-alert-left span.alert-icon.alert-icon-positive::before {
  content: "\e94a";
}
.ant-alert .ant-alert-left span.alert-icon.alert-icon-negative::before {
  content: "\e9b4";
}
.ant-alert .ant-alert-left span.alert-icon.alert-icon-info::before {
  content: "\e9f9";
}
.ant-alert .ant-alert-main {
  color: #949494;
  padding: 0.5rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 1rem;
}
.ant-alert .ant-alert-main .fa.fa-remove {
  font-size: 1.25rem;
}

.ant-alert.ant-negative {
  border-left-color: #cc0033;
}
.ant-alert.ant-negative .ant-alert-left {
  color: #cc0033;
}

.ant-alert.ant-positive {
  border-left-color: #53b1a3;
}
.ant-alert.ant-positive .ant-alert-left {
  color: #53b1a3;
}

/** Alerts End**/
/** Dismissable Alerts **/
.ant-alert.ant-dismissable {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.05);
}

.dismiss-icon {
  font-family: "ant-classic-icons";
  color: #ffffff;
  padding: 1rem;
  font-size: 1.5rem;
}
.dismiss-icon.dismiss-icon-positive::before {
  content: "\f17b";
}
.dismiss-icon.dismiss-icon-negative::before {
  content: "\f1cd";
}
.dismiss-icon.dismiss-icon-info::before {
  content: "\f24a";
}
.dismiss-icon.dismiss-icon-remove {
  color: black;
}
.dismiss-icon.dismiss-icon-remove::before {
  content: "\f191";
}

/** Modals **/
.modal .modal-header .close {
  background-color: #fff;
  color: #333;
  border: 1px solid #dcdcdc;
}
.modal .modal-header .close .fa {
  color: #0079c2;
}
.modal .modal-header .close:focus {
  box-shadow: 0px 0px 5px 2px #00609a;
}
.modal .modal-footer {
  border-top: 0px solid #e5e5e5;
}
.modal.ant-error-modal h2 {
  color: #cc0033;
}
.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-top .close {
  color: #666;
}
.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-footer {
  background: #eee;
}

/* Alternative full screen modal for larger content */
@media screen and (max-width: 479px) {
  .modal-dialog .close {
    background-color: #0079c2;
  }
  .modal-dialog .close .fa {
    color: #ffffff;
  }
  .modal-footer {
    background: #dedede;
  }
}
@media (min-width: 480px) {
  .ant-fullscreen-modal .modal-dialog {
    box-shadow: 1px 0px 4px 1px rgba(0, 0, 0, 0.2);
  }
}
/** Modals End **/
/** Tooltips Start **/
.popover {
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
}

input + .popover > .popover-indicator {
  border: 0.9em solid #fff;
}

.popover-content.error {
  color: #e82d05;
}

.popover .popover-close {
  box-shadow: 8px 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.popover .popover-close a {
  color: #002e58;
}
.popover .popover-close a:focus {
  box-shadow: 0px 0px 4px 1px #0079c2;
}

.popover.right,
.popover.left,
.popover.top,
.popover.bottom {
  box-shadow: 2px 2px 4px 2px #d0d0d0;
}

.popover.top > .popover-indicator {
  border: 0.5em solid #fff;
  box-shadow: -2px 5px 4px -1px rgba(0, 0, 0, 0.1);
}

.popIcon .glyphicon,
.popIcon .fa {
  color: #fe5e3c;
}
.popIcon .glyphicon:hover, .popIcon .glyphicon:focus,
.popIcon .fa:hover,
.popIcon .fa:focus {
  color: #e82d05;
}

/* Progress Bars */
.progress {
  color: #444;
}
.progress .complete {
  background: #ffc03f;
  color: #444;
}
.progress .remaining {
  background: #fedf9f;
  color: #444;
}

.popover.bottom > .popover-indicator {
  box-shadow: 2px -2px 4px 0px rgba(0, 0, 0, 0.1);
}

/** ToolTips End **/
/** Loading Indicators **/
/** Ajax-Loader **/
.ant-ui-widget-overlay {
  background-color: #000;
}

.ant-ajax-load {
  background-color: #fff;
  padding: 15px;
}
.ant-ajax-load .ant-ajax-text {
  margin-top: 20px;
  margin-left: 20px;
}
.ant-ajax-load .sk-spinner-wave div {
  background: #0079c2;
}

.ant-data-load {
  outline: 0 none;
  overflow: hidden;
  padding: 50px 15px;
  text-align: center;
  background-color: #f9f9f9;
}
.ant-data-load .ant-data-spin {
  float: left;
  width: 100%;
  display: block;
}
.ant-data-load .ant-data-text {
  float: left;
  width: 100%;
  display: block;
}
.ant-data-load .sk-spinner-wave div {
  background-color: #ccc;
}

.sk-spinner-wave.sk-spinner {
  font-size: 10px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}

.sk-spinner-wave div {
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  background-color: #0079c2;
  display: inline-block;
  height: 100%;
  margin: 0 1px;
  width: 6px;
}

.sk-spinner-wave .sk-rect2 {
  animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
  animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
  animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
  animation-delay: -0.8s;
}

/** Ajax-Loader End **/
/** Colors **/
/** Typography **/
/** Icons **/
/** Buttons Start **/
.btn {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding: 0.75rem 3rem;
  background: highlight("highlight-three");
  border-color: highlight("highlight-three");
  color: #ffffff;
}
.btn:hover, .btn:focus, .btn:active, .btn:active:focus {
  background-color: #e82d05;
  color: #fff;
  border-color: #e82d05;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 0.75rem;
  padding: 0.5rem 2.5rem;
}

.btn-default,
.btn-primary {
  background-color: #fe5e3c;
  color: #fff;
  border: 1px solid #fe5e3c;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background-color: #e82d05;
  color: #fff;
  border-color: #e82d05;
}

.btn-secondary {
  background-color: #ffffff;
  color: #fe5e3c;
  border: 1px solid #fe5e3c;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus {
  background-color: #e82d05;
  color: #fff;
  border-color: #e82d05;
}

.btn-secondary-dk {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-secondary-dk:hover, .btn-secondary-dk:focus, .btn-secondary-dk:active, .btn-secondary-dk:active:focus {
  background-color: #fff;
  color: #00609a;
  border-color: #fff;
}

.btn-secondary-dk-alt {
  background-color: #fff;
  color: #00609a;
  border-color: #00609a;
}
.btn-secondary-dk-alt:hover, .btn-secondary-dk-alt:focus, .btn-secondary-dk-alt:active, .btn-secondary-dk-alt:active:focus {
  background-color: #eeeeee;
  color: #00609a;
  border-color: #00609a;
}

.btn-naked-dropdown.dropdown-toggle .buttonMain {
  padding-left: 5px;
  color: #00609a;
}

.btn-naked-dropdown.dropdown-toggle .fa {
  color: #00609a;
}

.btn.btn-secondary-alt {
  color: #333;
  background-color: #fff;
  border: 2px solid #eee;
}

.btn.btn-secondary-alt:hover,
.btn.btn-secondary-alt:focus,
.btn.btn-secondary-alt:active,
.btn.btn-secondary-alt:active:focus {
  color: #333;
  background-color: #eee;
  border: 2px solid #eee;
}

.btn.btn-secondary-alt.dropdown-toggle .fa {
  color: #006eb9;
}

.btn.dropdown-toggle .buttonMain {
  padding: 0.75rem 1rem 0.8rem;
}
.btn.dropdown-toggle .fa {
  padding: 0.6rem 1rem 0 0;
  font-size: 1.667rem;
}

.btn.dropdown-toggle.btn-select-style {
  background: #ffffff;
  border: 1px solid #666666;
  color: #666666;
}
.btn.dropdown-toggle.btn-select-style .buttonMain {
  padding: 11px;
}
.btn.dropdown-toggle.btn-select-style .fa {
  padding: 11px 15px;
  font-size: 30px;
}
.btn.dropdown-toggle.btn-select-style:focus {
  border: 1px solid #69b3e7;
}
.btn.dropdown-toggle.btn-select-style:focus .fa {
  border-left: 1px solid #69b3e7;
}
.btn.dropdown-toggle.btn-select-style .fa {
  color: #0079c2;
  border-left: 1px solid #666666;
}

.open > div .dropdown-menu {
  font-size: 1rem;
}
.open > div .dropdown-menu .fa {
  padding-right: 10px;
}
.open > div .dropdown-menu li:hover a, .open > div .dropdown-menu li:focus a, .open > div .dropdown-menu li.active a {
  color: #fff;
  background: #337ab7;
}
.open > div .dropdown-menu li:hover a .fa, .open > div .dropdown-menu li:focus a .fa, .open > div .dropdown-menu li.active a .fa {
  color: #fff;
}
.open > div .dropdown-menu li a {
  padding: 0.5556rem 0.8333rem;
  border-bottom: 0px solid transparent;
}
.open > div .dropdown-menu li a:hover, .open > div .dropdown-menu li a:focus {
  background: #337ab7;
}
.open > div .dropdown-menu li a:hover .fa, .open > div .dropdown-menu li a:focus .fa {
  color: #fff;
}

button:disabled,
button:disabled,
button:disabled:hover,
button:disabled:focus,
.btn-primary:disabled,
.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-secondary:disabled,
.btn-secondary:disabled,
.btn-secondary:disabled:hover,
.btn-secondary:disabled:focus,
.btn-ghost:disabled,
.btn-ghost:disabled,
.btn-ghost:disabled:hover,
.btn-ghost:disabled:focus,
.btn-default:disabled,
.btn-default:disabled,
.btn-default:disabled:hover,
.btn-default:disabled:focus {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}

.btn-icon,
.btn-icon:hover,
.btn-icon:focus {
  color: #0079c2;
  padding: 0px 5px;
}

.btn-icon .fa,
.btn-icon-sm .fa {
  margin-right: 10px;
  color: #fe5e3c;
}

.btn-icon-sm,
.btn-icon-sm:hover,
.btn-icon-sm:focus {
  color: #0079c2;
  padding: 0px 5px;
}

.btn-group.link-style {
  padding: 9px 0px 7px;
}

.btn-group.link-style button,
.btn-group.link-style button.btn:first-child {
  color: #fe5e3c;
  padding: 3px 0px;
  margin-left: 10px;
}

.btn-group.link-style li a.icon-item {
  background-color: transparent;
  color: #fe5e3c;
  margin-bottom: 5px;
}

/** Button Ends **/
/** Links Start **/
a.ant-action-link {
  font-size: 0.857rem;
}
a.ant-action-link .fa {
  padding-right: 0.8571428571rem;
  font-size: 1.714rem;
}
a.ant-action-link .fa.fa-file-excel-o {
  font-size: 1.286rem;
}

a[rel=external] {
  margin-right: 2.1428571429rem;
}
a[rel=external]:after {
  color: #a3a3a3;
}

a.ant-arrow-previous:before {
  color: #fe5e3c;
  padding-right: 0.2857142857rem;
}

a.ant-arrow-next:after {
  color: #fe5e3c;
  padding-left: 0.2857142857rem;
}

a.ant-arrow-up:after {
  color: #fe5e3c;
  padding-left: 0.2857142857rem;
}

a.ant-arrow-down:after {
  color: #fe5e3c;
  padding-left: 0.2857142857rem;
}

/** Links End **/
/** Spacing  (dupe of spacing file in Layout?) **/
/** Main.scss styles that need to be split up **/
a {
  color: #0079c2;
}
a:hover, a:focus {
  color: #002e58;
}

h1,
.ant-heading-one {
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 36px;
  font-weight: 300;
}

h2,
.ant-heading-two {
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  font-weight: 300;
}

h3,
.ant-heading-three {
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  font-weight: 500;
}

h4,
.ant-heading-four {
  font-family: "Lato", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 300;
}

h5,
.ant-heading-five {
  font-family: "Lato", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
}

h6,
.ant-heading-six {
  font-family: "Lato", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: 400;
}

/** Font Awesome -- Anthem Custom Classes **/
.fa {
  color: #0079c2;
  background: transparent;
}

.fa.green {
  color: #00cc33;
}

.fa.salmon {
  color: #fe5e3c;
}

.fa.red {
  color: #e82d05;
}

.fa.teal {
  color: #06a59d;
}

.fa.white {
  color: #ffffff;
}

.fa.gray {
  color: #666666;
}

.fa.yellow {
  color: #ffd76e;
} /** Star Icon Only! **/
.fa.green-outline {
  color: #fff;
  text-shadow: 1px 1px 0px #669900, -1px -1px 0px #669900, 1px -1px 0px #669900, -1px 1px 0px #669900;
}

.fa.gray-outline {
  color: #fff;
  text-shadow: 2px 2px 0px #666666, -2px -2px 0px #666666, 2px -2px 0px #666666, -2px 2px 0px #666666;
}

.fa-file-pdf-o {
  color: #fe5e3c;
}

/** Font Awesome -- Anthem Custom Classes **/
.fa.xs {
  font-size: 1.6534285714rem;
}

.fa.sm {
  font-size: 2.0198571429rem;
}

.fa.md {
  font-size: 2.3875714286rem;
}

.fa.lg {
  font-size: 2.5714285714rem;
}

.fa.xl {
  font-size: 2.8568571429rem;
}

.fa.jumbo {
  font-size: 5.1428571429rem;
}

.fa-leaf {
  transform: rotate(20deg) rotateY(180deg);
}

.fa.fa-stack-2x {
  font-size: 29px;
  line-height: 29px;
}

.fa.fa-stack-1x {
  font-size: 24px;
  line-height: 28px;
}

.fa.fa-external-link {
  padding-left: 5px;
  top: 2px;
  position: relative;
}

@media (min-width: 801px) {
  .tcp-horizontal-pipe-list li {
    border-right: 1px solid #a3a3a3;
  }
}
/*** Primary Colors as Background ***/
.ant-lt-blue {
  background-color: #0079c2;
  color: #fff;
}

.ant-blue {
  background-color: #00609a;
  color: #fff;
}

.ant-dk-blue {
  background-color: #002e58;
  color: #fff;
}

.ant-white-space {
  background-color: #fff;
  color: #333;
  border: 1px solid;
}

/*** Neutral Colors as Background ***/
.ant-dk-gray {
  background-color: #333;
  color: #fff;
}

.ant-gray {
  background-color: #666666;
  color: #fff;
}

.ant-gray-2 {
  background-color: #a3a3a3;
  color: #fff;
}

.ant-md-gray {
  background-color: #dcdcdc;
  color: #333;
}

.ant-lt-gray {
  background-color: #eeeeee;
  color: #333;
}

/*** Accent Colors as Background ***/
.ant-accent-salmon {
  background-color: #fe5e3c;
  color: #fff;
}

.ant-accent-red {
  background-color: #e82d05;
  color: #fff;
}

.ant-accent-teal {
  background-color: #06a59d;
  color: #fff;
}

.ant-accent-blue {
  background-color: #69b3e7;
  color: #333;
}

.ant-accent-green {
  background-color: #00cc33;
  color: #fff;
}

.ant-accent-magenta {
  background-color: #cc0033;
  color: #fff;
}

/** Utility Colors **/
.ant-error-message {
  color: #333;
  background-color: #fff0fa;
}

.ant-neutral-message {
  color: #333;
  background-color: #e9f4fb;
}

.ant-success-message {
  color: #333;
  background-color: #f6ffe5;
}

.text-positive {
  color: #00cc33;
}

.text-negative {
  color: #cc0033;
}

/* use class "dividers" on row to add vertical/horizontal seperators */
.row.dividers > div[class^=col-] {
  border-bottom: 1px solid #a3a3a3;
}

@media screen and (min-width: 800px) {
  .row.dividers > div[class^=col-] {
    border-right: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
  }
}
.disabled .fa {
  color: #ccc;
}

.change-angular-version-link {
  color: white;
}

p {
  margin-bottom: 1em;
  line-height: 1.5;
}

a {
  border-bottom: 1px solid;
  text-decoration: none;
}
a.glossary-term {
  border-bottom: 1px dashed;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Horizontal Link List w/Dividers */
.tcp-horizontal-pipe-list {
  padding: 0px;
}
.tcp-horizontal-pipe-list li {
  padding: 0px 0px 15px 0px;
  list-style: none;
}

@media (min-width: 801px) {
  .tcp-horizontal-pipe-list li {
    display: inline-block;
    padding: 0px 25px 0px 0px;
    margin-right: 25px;
  }
  .tcp-horizontal-pipe-list li:last-of-type {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}
/* UL with no bullets */
.ant-no-bullets,
.ant-plan-tools-list {
  margin: 0;
  padding: 0;
}
.ant-no-bullets li,
.ant-plan-tools-list li {
  list-style: none;
  margin: 0 0 1.2rem;
}

.ant-span-label {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  max-width: 100%;
}

.ant-inLine {
  display: inline-block;
}

/*** Font Styles ***/
.ant-font-lt {
  font-weight: 300;
}

.ant-font-r {
  font-weight: 400;
}

.ant-font-sb {
  font-weight: 600;
}

.ant-font-b {
  font-weight: 700;
}

.ant-marg-top-20,
.ant-margin-top-20 {
  margin-top: 20px;
}

.ant-margin-bot-20 {
  margin-bottom: 20px;
}

.ant-margin-bot-10 {
  margin-bottom: 10px;
}

.ant-margin-top-10 {
  margin-top: 10px;
}

.ant-margin-bot-15 {
  margin-bottom: 15px;
}

.ant-margin-top-15 {
  margin-top: 15px;
}

.ant-margin-bot-5 {
  margin-bottom: 5px;
}

.ant-margin-top-5 {
  margin-top: 5px;
}

.ant-margin-bot-0 {
  margin-bottom: 0px;
}

.ant-margin-top-0 {
  margin-top: 0px;
}

/* use class "dividers" on row to add vertical/horizontal seperators */
.row.dividers > div[class^=col-] {
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.row.dividers > div[class^=col-]:last-of-type {
  border-bottom: 0px solid transparent;
  margin-bottom: 0px;
}

@media screen and (min-width: 800px) {
  .row.dividers > div[class^=col-] {
    border-bottom: 0px solid transparent;
    padding-right: 50px;
    padding-left: 50px;
    margin-left: -1px;
  }
  .row.dividers > div[class^=col-]:first-of-type {
    border-left: 0px solid transparent;
    padding-left: 15px;
    margin-left: 0px;
  }
  .row.dividers > div[class^=col-]:last-of-type {
    border-right: 0px solid transparent;
    padding-right: 15px;
  }
}
/** simulate rows when col-*-* elements wrap **/
@media (min-width: 480px) {
  .ant-multi-row-helper div[class~=col-xs-2]:nth-child(6n+1),
  .ant-multi-row-helper div[class~=col-xs-3]:nth-child(4n+1),
  .ant-multi-row-helper div[class~=col-xs-4]:nth-child(3n+1),
  .ant-multi-row-helper div[class~=col-xs-6]:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 801px) {
  .ant-multi-row-helper.row > div[class*=col-xs-] {
    clear: none;
  }
  .ant-multi-row-helper div[class~=col-sm-2]:nth-child(6n+1),
  .ant-multi-row-helper div[class~=col-sm-3]:nth-child(4n+1),
  .ant-multi-row-helper div[class~=col-sm-4]:nth-child(3n+1),
  .ant-multi-row-helper div[class~=col-sm-6]:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .ant-multi-row-helper.row > div[class*=col-sm-] {
    clear: none;
  }
  .ant-multi-row-helper div[class~=col-md-2]:nth-child(6n+1),
  .ant-multi-row-helper div[class~=col-md-3]:nth-child(4n+1),
  .ant-multi-row-helper div[class~=col-md-4]:nth-child(3n+1),
  .ant-multi-row-helper div[class~=col-md-6]:nth-child(2n+1) {
    clear: left;
  }
}

.ant-widget-wrapper {
  margin-bottom: 4rem;
}

.ant-widget-heading {
  margin-bottom: 0.714rem;
}

.mockPreTagStyles {
  margin-bottom: 20px;
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.disabled .fa {
  color: #ccc;
}

.change-angular-version-link {
  position: absolute;
  color: white;
  top: 20px;
  left: 20px;
  z-index: 2;
  min-width: 0;
  padding: 3px 10px;
  font-size: 14px;
}

.item-inner dt {
  font-size: 0.9rem;
  font-weight: 600;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tab-example {
  width: 75%;
  float: left;
}

.tab-json {
  width: 25%;
  float: left;
  padding-left: 1rem;
}

.codeNotes {
  clear: both;
}

.mockPreTagStyles {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 0.3em;
}

/** Progress Bar **/
fieldset.ant-progress-bar-cmp .ant-progress-bar-full {
  /*overflow: hidden;*/
  background-color: #ab46bc;
  /*-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;*/
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
}
fieldset.ant-progress-bar-cmp .ant-progress-bar {
  /*background-color: #ab46bc;*/
  border-right: solid 2px #fff;
  font-size: 14px;
  color: #fff;
  /*border-radius: 10px; Save for later*/
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}
fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info {
  color: #666666;
  font-size: 12px;
}
@media screen and (min-width: 801px) {
  fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info {
    font-size: 14px;
  }
}
fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info .ant-progress-saved {
  font-weight: bold;
}
fieldset.ant-progress-bar-cmp .ant-value-yearly {
  color: #666666;
  font-size: 12px;
}
@media screen and (min-width: 801px) {
  fieldset.ant-progress-bar-cmp .ant-value-yearly {
    font-size: 14px;
  }
}
fieldset.ant-progress-bar-cmp .ant-value-yearly .ant-progress-saved {
  color: #ab46bc;
  font-weight: bold;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container {
  background-color: rgba(0, 0, 0, 0);
  /*-- 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 {
  border-bottom-color: #ab46bc;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 1) label:hover {
  background-color: #ab46bc;
  border-bottom-color: #ab46bc;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 1) label.focus {
  background-color: #ab46bc;
  border-bottom-width: 5px;
  color: #fff;
}
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 {
  background-color: #ab46bc;
  border-bottom-width: 5px;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 3) label {
  border-bottom-color: #3399ff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 3) label:hover {
  background-color: #3399ff;
  border-bottom-color: #3399ff;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 3) label.focus {
  background-color: #3399ff;
  border-bottom-width: 5px;
  color: #fff;
}
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 {
  background-color: #3399ff;
  border-bottom-width: 5px;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 2) label {
  border-bottom-color: #0079c2;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 2) label:hover {
  background-color: #0079c2;
  border-bottom-color: #0079c2;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 2) label.focus {
  background-color: #0079c2;
  border-bottom-width: 5px;
  color: #fff;
}
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 {
  background-color: #0079c2;
  border-bottom-width: 5px;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 4) label {
  border-bottom-color: #333399;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 4) label:hover {
  background-color: #333399;
  border-bottom-color: #333399;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 4) label.focus {
  background-color: #333399;
  border-bottom-width: 5px;
  color: #fff;
}
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 {
  background-color: #333399;
  border-bottom-width: 5px;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:last-of-type label {
  border-right: solid 1px #666;
}
fieldset .care-gap-buttons label {
  background-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  border-radius: 0px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
fieldset.color0 .ant-progress-bar-full {
  background-color: #ab46bc;
}
fieldset.color0 .ant-progress-bar-full .ant-progress-saved {
  color: #ab46bc;
}
fieldset.color1 .ant-progress-bar-full {
  background-color: #0079c2;
}
fieldset.color1 .ant-progress-bar-full .ant-progress-saved {
  color: #0079c2;
}
fieldset.color2 .ant-progress-bar-full {
  background-color: #3399ff;
}
fieldset.color2 .ant-progress-bar-full .ant-progress-saved {
  color: #3399ff;
}
fieldset.color3 .ant-progress-bar-full {
  background-color: #333399;
}
fieldset.color3 .ant-progress-bar-full .ant-progress-saved {
  color: #333399;
}

/** Progress Bar End **/
/** Bar Graphs **/
/** Linear Progress Indicators **/
/** Radial Progress Indicators **/
/** Datepicker **/
.ant-classic .ant-datepicker {
  font-family: "ant-classic-icons";
}
.ant-classic .ant-datepicker .datepicker-icon.datepicker-icon-calendar::before {
  content: "\f15c";
}
.ant-classic .ant-datepicker .datepicker-icon.datepicker-icon-close::before {
  content: "\f191";
}

/** 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. */
.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");
 *
 */
/** Form Textfields **/
label {
  font-size: 1rem;
  font-weight: 600;
}

.ant-text-input {
  font-size: 0.8571428571rem;
  border: 1px solid #949494;
  color: #555555;
  padding: 0.2857142857rem 1.1428571429rem;
  height: 31px;
}
.ant-text-input.has-error, .ant-text-input.ant-error-state {
  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;
}

.ant-input-short {
  width: 100px;
}

.ant-input-med {
  width: 250px;
}

.ant-input-long {
  width: 600px;
}

.has-error label {
  color: #cc0033;
}
.has-error input {
  border-color: #cc0033;
}
.has-error input:focus {
  border-color: #cc0033;
}
.has-error .ant-form-item-error {
  color: #cc0033;
}
.has-error .uxd-btn-ddl legend {
  color: #cc0033;
}
.has-error .uxd-btn-ddl .psButton {
  border-color: #cc0033;
}
.has-error .uxd-btn-ddl .psButton .psArrow {
  border-color: #cc0033;
}
.has-error .prLabel:before {
  border: 1px solid #cc0033;
}
.has-error .pcLabel::before {
  border: 1px solid #cc0033;
  background-color: #fff0fa;
}
.has-error legend {
  color: #cc0033;
}

.ant-form-item-valid {
  color: #00cc33;
  font-weight: 400;
  font-size: 1rem;
}
.ant-form-item-valid:before {
  margin-right: 10px;
  font-size: 22px;
}

.form-item .ant-form-item-error {
  font-size: 1rem;
}

/** Form Textfields End **/
/** Text Input Start **/
.uxd-text-input {
  color: #333;
  /* LABEL ==== */
  /* BOTTOM BAR ==== */
  /* INPUT ==== */
}
.uxd-text-input .uxd-error-message {
  color: #e82d05;
  font-size: 0.8571rem;
  font-weight: 400;
  margin-top: 0.6428571429rem;
}
.uxd-text-input label.uxd-text-input__label {
  font-size: 1.2857142857rem;
  padding-left: 0.8571428571rem;
  bottom: -2.1428571429rem;
  font-weight: 400;
  line-height: 1.42857rem;
  max-height: 1.42857rem;
}
.uxd-text-input label.uxd-text-input__label.is-focused {
  color: #0079c2;
  font-size: 1.1071428571rem;
}
.uxd-text-input label.uxd-text-input__label span {
  align-self: flex-end;
}
.uxd-text-input .bottom-bar {
  border-bottom: 1px solid #333;
}
.uxd-text-input .bottom-bar:before {
  border-color: #0079c2;
}
.uxd-text-input input[type=text],
.uxd-text-input input[type=password] {
  font-size: 1rem;
  padding-right: 0.2142857143rem;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
  padding-left: 0.8571428571rem;
}

/** Text Input End **/
/** Auto Suggest Dropdown **/
[data-uxd-auto-suggest-cmp] .psDropdown label.active {
  background: #00609a;
  color: #ffffff;
}
[data-uxd-auto-suggest-cmp].ant-lg-select .ant-text-input {
  width: 600px;
  max-width: 100%;
}
[data-uxd-auto-suggest-cmp].ant-lg-select .psDropdown {
  width: calc(100% - 4px);
  max-width: 596px;
}

/** Auto Suggest Dropdown End **/
/** Radio Button Styles **/
.prLabel {
  color: #555555;
  margin-right: 0.5714285714rem;
  margin-bottom: 0.5714285714rem;
  font-weight: normal;
  top: 0.3rem;
}
.prLabel:before {
  margin-right: 0.5714285714rem;
  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;
}

/** Radio Button End **/
/** Select List **/
.pfSelect {
  position: relative;
}

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

.pfSelect {
  position: relative;
}
.pfSelect .pfSelect-legend {
  margin-bottom: 0.7143rem;
  font-size: 1rem;
  font-weight: 600;
}
.pfSelect .psButton {
  background: #ffffff;
  border: 1px solid #666666;
  background: #ffffff;
  color: #666666;
  border-radius: 0px;
  font-size: 1rem;
}
.pfSelect .psButton:active {
  background-color: #ffffff;
}
.pfSelect .psButton:focus {
  border: 1px solid #69b3e7;
}
.pfSelect .psButton:focus .psArrow {
  border-left: 1px solid #69b3e7;
}
.pfSelect .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 {
  border-left: 1px solid #666666;
  color: #0079c2;
  font-size: 1.5rem;
  width: 1.75rem;
  padding: 0rem 0.6rem;
  font-family: "ant-classic-icons";
}
.pfSelect .psArrow::before {
  content: "\f0d7";
}
.pfSelect .psLabel:hover {
  background: #00609a;
  color: #ffffff;
}
.pfSelect .psLabel.active, .pfSelect .psLabel.focus {
  background: #00609a;
  color: #ffffff;
}
.pfSelect .psLabel.psDisabled {
  background: #dcdcdc;
  color: #666666;
}

.ant-sm-select .pfSelect.borderless .psDropdown {
  width: 156px;
}

.ant-md-select .pfSelect.borderless .psDropdown {
  width: 246px;
}

.ant-lg-select .pfSelect.borderless .psDropdown {
  width: 596px;
  max-width: 90vw;
}

.psDropdown {
  background: #ffffff;
}
.psDropdown.active {
  border: 1px solid #dcdcdc;
  max-height: 11.2rem;
}
.psDropdown li {
  overflow: hidden;
  display: block;
}

.psLabel {
  font-size: 1rem;
  padding: 8px 1rem;
  font-weight: 400;
}

.psLabel:hover {
  background: #00609a;
  color: #ffffff;
}

.psOption.focus + .psLabel {
  background: #00609a;
  color: #ffffff;
}

.psLabel.focus {
  background: #00609a;
  color: #ffffff;
}

.psLabel.psDisabled {
  background: #dcdcdc;
  color: #666666;
}

.pfSelect legend,
.pfToggleSwitch legend,
.pfToggleB legend,
.pfRadio legend,
.pfCheckbox {
  margin-bottom: 0.7143rem;
  font-size: 1rem;
  font-weight: 600;
}

.ant-error-state .pfSelect button,
.ant-error-state .pfSelect button:hover,
.ant-error-state .pfSelect button:focus {
  border: 1px solid #cc0033;
  background-color: #fff0fa;
}

.ant-sm-select .pfSelect .psButton {
  width: 160px;
}
.ant-sm-select .pfSelect .psDropdown {
  width: 156px;
}

.ant-md-select .pfSelect .psButton {
  width: 250px;
  max-width: 100%;
}
.ant-md-select .pfSelect .psDropdown {
  width: calc(100% - 4px);
  max-width: 246px;
}

.ant-lg-select .pfSelect .psButton {
  width: 600px;
  max-width: 100%;
}
.ant-lg-select .pfSelect .psDropdown {
  width: calc(100% - 4px);
  max-width: 596px;
}

.psButton .psArrow.dropdown-icon {
  font-family: "ant-motif-icons";
}
.psButton .psArrow.dropdown-icon::before {
  content: "\eaa9";
}

.pfSelect.borderless .btn {
  color: #0072ab;
  padding-right: 1rem;
  padding-left: 0.3rem;
  margin-left: -0.3rem;
}
.pfSelect.borderless .btn:focus, .pfSelect.borderless .btn:active, .pfSelect.borderless .btn:focus:active {
  box-shadow: 0 0 2px #00609a;
}

.ant-ddl-alt .pfSelect button {
  border: 2px solid #eee;
}
.ant-ddl-alt .psArrow {
  border-left: 0px solid #666666;
}

/** Select List End **/
/** Checkbox **/
label.pcLabel {
  margin-bottom: 0.5714285714rem;
  font-size: 0.8571428571rem;
  color: #333333;
  margin-right: 0.5714285714rem;
  font-weight: normal;
  margin-bottom: 0.5714285714rem;
  margin-left: 2.5714285714rem;
}
label.pcLabel::before {
  display: inline-block;
  position: absolute;
  border: 1px solid #949494;
  height: 1.1428571429rem;
  width: 1.1428571429rem;
  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 2px;
}
label.pcLabel.pcDisabled::before {
  background-color: #cccccc;
}
label.pcLabel.active::before {
  text-indent: -1px;
  content: "\eb31";
  color: #fff;
  background-color: #286ce2;
}
label.pcLabel.ant-error-state::before {
  border: 1px;
  background-color: #fff0fa;
}

/** Checkbox End **/
/** Error Notification **/
.ant-form-item-error {
  color: #cc0033;
  font-size: 1rem;
  margin-top: 0.25rem;
  font-weight: 400;
}

.ant-form-item-error:before {
  margin-right: 10px;
  font-size: 22px;
}

.ant-text-input.ant-error-state {
  border: 1px solid #cc0033;
  background-color: #fff0fa;
}

/** Error Notification End **/
/** Toggle Button Component **/
.pfToggleB .ptLabel {
  background: #fff;
  border: 1px solid #666666;
  box-shadow: inset 1px 1px 3px #dcdcdc;
  width: 40px;
  height: 24px;
}
.pfToggleB .ptLabel:before {
  content: " ";
  height: 24px;
  width: 24px;
  border: 1px solid #666666;
  background: #eeeeee;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #666666 25%, #fff 30%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#444444", endColorstr="#ffffff", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  box-shadow: inset 0px -1px 3px #dcdcdc;
}

.pfToggleB .ptOption + .ptLabel.active {
  background-color: #0079c2;
  box-shadow: inset 1px 1px 3px #666666;
}
.pfToggleB .ptOption + .ptLabel.active:before {
  margin: -1px 15px;
}

.pfToggleB .optionWrapper {
  margin: 20px 0px;
  height: 35px;
  padding-top: 3px;
}

.pfToggleSwitch .optionWrapper:first-of-type .ptLabel,
.pfToggleSwitch .optionWrapper:last-of-type .ptLabel {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pfToggleB .ptOption + .ptLabel.focus {
  box-shadow: 0 0 5px #0079c2;
}

.ptLabel.ptDisabled {
  background-color: #dadada !important;
}

/** Toggle Button Component End **/
/** On/Off Switch Component **/
.pfToggleSwitch .ptLabel {
  border-color: #000;
  padding: 2px 12px 1px;
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.pfToggleSwitch .optionWrapper:last-of-type .ptLabel {
  border-right: 1px solid #000;
}

.pfToggleSwitch .ptLabel.active,
.pfToggleSwitch .ptLabel.focus {
  background-color: #0079c2;
  color: #fff;
}

.pfToggleSwitch .ptLabel.focus {
  box-shadow: 0 0 3px #00609a;
}

/** 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.fa {
  color: #0079c2;
  border-left: 1px solid #666666;
}

.ui-datepicker-trigger span.ant-calendar-icon {
  font-family: "ant-classic-icons";
}
.ui-datepicker-trigger span.ant-calendar-icon.ant-calendar-calendar:before {
  content: "\f15c";
}
.ui-datepicker-trigger span.ant-calendar-icon.ant-calendar-remove:before {
  content: "\f191";
}

.ui-datepicker-prev::before,
.ui-datepicker-next::before {
  font-family: "ant-classic-icons";
}

.ui-datepicker-prev::before {
  content: "\f0d9";
}

.ui-datepicker-next::before {
  content: "\f0da";
}

/** Date Picker End **/
/** Search Start **/
.ant-search-button {
  color: #0079c2;
}

.ant-search-button span.fa {
  color: #0079c2;
  border-left: 1px solid #666666;
}

.ant-search-input:focus + .ant-search-button span.fa {
  border-left-color: #0079c2;
}

/** Search End **/
/* motif dropdown */
.pfSelect {
  position: relative;
}
.pfSelect .pfSelect-legend {
  margin-bottom: 0.5714285714rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}
.pfSelect .psButton {
  background: transparent;
  border: 1px solid #949494;
  color: #666666;
  padding: 0.2857142857rem 0.8571428571rem;
  background: #ffffff;
  border-radius: 0px;
}
.pfSelect .psButton:focus .psArrow {
  border: none;
}
.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;
  display: inline-block;
  font-size: 0.85714286rem;
  color: #555555;
  width: unset;
  line-height: 22px;
}
.pfSelect .psArrow {
  color: #4c6684;
  position: relative;
  float: right;
  font-family: "ant-motif-icons";
  display: inline-block;
  padding: 0;
  border: none;
  font-size: initial;
}
.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: 1.1428571429rem 0 1.1428571429rem 0.8571428571rem;
}
.psLabel:first-of-type {
  padding-top: 1.2857142857rem;
}
.psLabel:last-of-type {
  padding-bottom: 1.2857142857rem;
}
.psLabel.focus, .psLabel:hover {
  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;
}

fieldset.ant-auto-suggest input {
  padding: 0.25rem 0.75rem;
  font-size: 0.85714286rem;
  color: #555555;
  line-height: 22px;
}
fieldset.ant-auto-suggest .psDropdown {
  position: absolute;
  top: 60px;
}
fieldset.ant-auto-suggest .tcp-pcp-search-pcp-wrapper .ant-search-button span.fa,
fieldset.ant-auto-suggest .ant-search-button span.fa {
  border-left: none;
  color: #4c6684;
}
fieldset.ant-auto-suggest .tcp-pcp-search-pcp-wrapper .ant-search-button span.fa.psArrow.dropdown-icon,
fieldset.ant-auto-suggest .ant-search-button span.fa.psArrow.dropdown-icon {
  font-family: "ant-motif-icons";
}
fieldset.ant-auto-suggest .tcp-pcp-search-pcp-wrapper .ant-search-button span.fa.psArrow.dropdown-icon::before,
fieldset.ant-auto-suggest .ant-search-button span.fa.psArrow.dropdown-icon::before {
  content: "\eaa9";
}

/** Spacing **/
/** Header **/
/** Footer **/
/** Navigation **/
/** Secondary Navigation **/
/** Lockups **/
/** Grid **/
/** Cards **/
.data-uxd-card {
  color: #666666;
}
.data-uxd-card:not(.content-container) {
  background-color: #ffffff;
}
.data-uxd-card .card-title:after {
  background: #41c0b8;
}

/** Cards End **/
/** Back To Top Start **/
.back-to-top-dir {
  line-height: 1.2em;
  color: #fff;
  font-weight: 600;
  background-color: #00609a;
  font-size: 0px;
  border-color: #00609a;
  padding: 10px 15px;
}
@media screen and (min-width: 480px) {
  .back-to-top-dir {
    font-size: 14px;
  }
}
.back-to-top-dir .fa.black {
  font-size: 14px;
}

@media screen and (max-width: 799px) {
  .back-to-top-mobile .round-button:hover,
  .back-to-top-mobile .round-button:focus {
    background-color: #fff;
    border: 1px solid #fff;
    color: #00609a;
  }
}
.back-to-top-dir:hover,
.back-to-top-dir:focus {
  background: #fff;
  color: #00609a;
}

.fa.black {
  color: #fff;
}

.back-to-top-dir:hover > .fa.black,
.back-to-top-dir:focus > .fa.black {
  color: #00609a;
}

/** Back To Top End **/
/** Linked List Block **/
.footer-links .headline-half {
  color: #0f8acb;
}
.footer-links .headline-half + ul li {
  border-bottom: 2px solid #dcdcdc;
}
.footer-links .headline-half + ul li:first-child {
  border-top: 2px solid #dcdcdc;
}
.footer-links .headline-half + ul li:after {
  color: #fe5e3c;
}
.footer-links .headline-half + ul li a {
  color: #666666;
}
.footer-links .headline-half + ul li a:hover, .footer-links .headline-half + ul li a:focus {
  color: #0079c2;
}

/** Linked List Block End **/
/** Sub Navigation **/
.ant-sub-navigation-container, .ant-pattern-library-sub-nav {
  background: #0079c2;
}
.ant-sub-navigation-container .ant-sub-navigation a, .ant-pattern-library-sub-nav .ant-sub-navigation a {
  color: #ffffff;
}
.ant-sub-navigation-container .ant-sub-navigation ul li:not(:last-of-type), .ant-pattern-library-sub-nav .ant-sub-navigation ul li:not(:last-of-type) {
  border-right: 1px solid #ffffff;
}
.ant-sub-navigation-container .ant-sub-navigation ul li .fa, .ant-pattern-library-sub-nav .ant-sub-navigation ul li .fa {
  color: #ffffff;
}

/** Sub Navigation End **/
/** Container Start **/
.wide-container {
  background: #ffffff;
}

.content-container {
  background-color: #ffffff;
}
.content-container.bordered {
  border-top: 8px solid #41c0b8;
}

.hr-container {
  border-bottom: 1px solid #dcdcdc;
}

.wide-block {
  color: #ffffff;
}
.wide-block .headline-underline:after {
  background: #ffffff;
}

/** Container End **/
/** MastHead Start **/
@media (max-width: 479px) {
  .masthead.black-text header {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.masthead header {
  color: #ffffff;
}
.masthead .headline-underline:after {
  background-color: #ffffff;
}
.masthead.black-text header {
  color: #333;
}
.masthead.black-text .headline-underline:after {
  background: #06a59d;
}
.masthead .headline-underline:after {
  background: #ffffff;
}

.headline-underline:after {
  background-color: #06a59d;
}

/* Secure Portal Style Diffs */
.ant-member-secure .bkg-gray {
  background: #fff;
}

.ant-masthead-content {
  background-color: #fff;
}

.ant-masthead-content-two {
  background-color: #fff;
}

.ant-masthead-content-border {
  border-top: solid 1px #eeeeee;
}

/** Masthead End **/
/** Secure Page Layout Start **/
/** Header Bar **/
.mbr-top-of-page {
  background-color: #ffffff;
  box-shadow: 1px 1px #dcdcdc;
  /** Start Menu Button **/
  /** End Menu Button **/
  /** Taskbar Icons **/
  /** Task Bar Dropdowns **/
  /** Widescreen Navigation **/
  /** Small Screen (Side-reveal) Navigation **/
}
.mbr-top-of-page .ant-menu-button .ant-inactive {
  background: #ffffff;
}
.mbr-top-of-page .ant-menu-button .ant-active {
  background: #ffffff;
}
.mbr-top-of-page a.ant-menu-toggle:hover, .mbr-top-of-page a.ant-menu-toggle:focus,
.mbr-top-of-page a.ant-menu-toggle-open:hover,
.mbr-top-of-page a.ant-menu-toggle-open:focus {
  color: #0079c2;
}
.mbr-top-of-page a.ant-task-bar-icon {
  color: #ffffff;
  background-color: #0079c2;
  border: 1px solid #0079c2;
}
.mbr-top-of-page a.ant-task-bar-icon .fa {
  color: #ffffff;
}
.mbr-top-of-page a.ant-task-bar-icon:hover .fa {
  color: #0079c2;
}
.mbr-top-of-page a.ant-task-bar-icon.active, .mbr-top-of-page a.ant-task-bar-icon:hover {
  color: #0079c2;
  background-color: #ffffff;
}
.mbr-top-of-page a.ant-task-bar-icon .badge {
  background-color: #e82d05;
}
.mbr-top-of-page .mbr-top-of-page-wrapper .ant-task-item span.fa {
  color: #fe5e3c;
}
.mbr-top-of-page .ant-navigation-wrapper {
  box-shadow: 1px 1px #dcdcdc;
}
.mbr-top-of-page .ant-navigation-top {
  background-color: #0079c2;
  color: #ffffff;
}
.mbr-top-of-page .ant-nav-primary li {
  border-left: 1px solid #4da1d4;
  border-right: 1px solid #00609a;
}
.mbr-top-of-page .ant-nav-primary li:first-child {
  border-left: 1px solid #0079c2;
}
.mbr-top-of-page .ant-nav-primary li:last-child {
  border-right: 1px solid #0079c2;
}
.mbr-top-of-page .ant-nav-primary li a {
  color: #ffffff;
  border-top: 5px solid #0079c2;
}
.mbr-top-of-page .ant-nav-primary li a:hover, .mbr-top-of-page .ant-nav-primary li a:focus {
  color: #333;
  border-top: 5px solid #fe5e3c;
  background-color: #ffffff;
}
.mbr-top-of-page .ant-nav-primary li.ant-active a {
  color: #333;
  border-top: 5px solid #fe5e3c;
  background-color: #ffffff;
}
.mbr-top-of-page .ant-navigation-main {
  background-color: #ffffff;
  border-bottom: 2px solid #0079c2;
}
.mbr-top-of-page .ant-nav-secondary li {
  border-bottom: 1px solid #eeeeee;
}
.mbr-top-of-page .ant-side-navigation-wrapper {
  background-color: #0079c2;
  box-shadow: 1px 1px 3px -1px #666666;
  color: #ffffff;
}
.mbr-top-of-page .ant-side-navigation-wrapper .fa {
  color: #ffffff;
}
.mbr-top-of-page .ant-side-navigation-wrapper .ant-search-form {
  background-color: #00609a;
}
.mbr-top-of-page .ant-side-navigation-wrapper > ul > li {
  border-bottom: 1px solid #69b3e7;
}
.mbr-top-of-page .ant-side-navigation-wrapper > ul > li > a {
  color: #ffffff;
}
.mbr-top-of-page .ant-side-navigation-wrapper > ul > li > a .fa {
  color: #ffffff;
}
.mbr-top-of-page .ant-side-navigation-wrapper .ant-social .fa {
  background-color: #ffffff;
  color: #0079c2;
}
.mbr-top-of-page .ant-side-navigation-wrapper > ul > li li a {
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  /* all refs to '.mbr-top-of-page' need to be removed RTD 10-5-16*/
  .mbr-top-of-page .ant-navigation-wrapper {
    background: #ffffff;
  }
}
/** Page Title (H1) **/
.mbr-page-header {
  color: #ffffff;
}
.mbr-page-header h1 {
  color: #ffffff;
}

/** Footer Styles **/
.footer-floater .fa {
  color: #fe5e3c;
  font-size: 1.285rem;
}

.mbr-page-footer,
.mbr-bottom-of-page {
  padding: 2rem 0 3.142rem;
  color: #ffffff;
}

.ant-footer-heading {
  margin-bottom: 30px;
  margin-top: 30px;
}

.mbr-page-footer h3 .fa {
  color: #ffffff;
  padding-right: 10px;
}
.mbr-page-footer .ant-footer-link-list {
  font-weight: 600;
}

.ant-footer-link-list li {
  margin-bottom: 1.071rem;
}
.ant-footer-link-list li a,
.ant-footer-link-list li a:hover {
  color: #ffffff;
}

.ant-footer {
  margin-top: 2rem;
}

.mbr-bottom-of-page h3 a {
  color: #ffffff;
}
.mbr-bottom-of-page h3 a .fa {
  color: #ffffff;
}
.mbr-bottom-of-page .ant-block-wrapper.open {
  background-color: rgba(255, 255, 255, 0.1);
}
.mbr-bottom-of-page .ant-social .fa {
  background-color: #ffffff;
  color: #0079c2;
}

.ant-app-promo .ant-app-link {
  color: #ffffff;
}

@media screen and (min-width: 800px) {
  .mbr-bottom-of-page h3.ant-expandable {
    border-top: 0px solid #69b3e7;
  }
  .mbr-bottom-of-page ul.panel-collapse {
    border-bottom: 0px solid #69b3e7;
  }
}
/** Public/Secure Visibility Toggle **/
.mbr-top-of-page-wrapper {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0);
}
.mbr-top-of-page-wrapper .ant-top-wrapper {
  background-color: rgb(255, 255, 255);
}
.mbr-top-of-page-wrapper .ant-menu-toggle,
.mbr-top-of-page-wrapper .ant-menu-toggle:hover,
.mbr-top-of-page-wrapper .ant-menu-toggle:active,
.mbr-top-of-page-wrapper .ant-menu-toggle:focus {
  color: #0079c2;
}
.mbr-top-of-page-wrapper .ant-menu-icon,
.mbr-top-of-page-wrapper .ant-menu-icon:before,
.mbr-top-of-page-wrapper .ant-menu-icon:after {
  background-color: #0079c2;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon {
  color: #fff;
  background-color: #0079c2;
  border: 1px solid #0079c2;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon .fa {
  color: #fff;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon.active,
.mbr-top-of-page-wrapper a.ant-task-bar-icon:hover {
  color: #0079c2;
  background-color: #fff;
  border: 1px solid #0079c2;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon:hover .fa {
  color: #0079c2;
}
.mbr-top-of-page-wrapper .ant-search-active .ant-search-field {
  color: #0079c2;
}
.mbr-top-of-page-wrapper .ant-search-field input {
  color: #0079c2;
  border-bottom: 1px solid;
}
.mbr-top-of-page-wrapper ::-webkit-input-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper :-moz-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper ::-moz-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper :-ms-input-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon .badge {
  background-color: #e82d05;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper,
.mbr-top-of-page-wrapper .ant-navigation-wrapper a {
  color: #fff;
}
.mbr-top-of-page-wrapper .ant-nav-col .ant-heading-two .fa {
  color: #fff;
}

.ant-menu-visible .mbr-top-of-page-wrapper {
  background-color: rgba(0, 121, 194, 0.97);
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-top-wrapper {
  background-color: rgba(255, 255, 255, 0.03);
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:hover,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:active,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:focus {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:after,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:before {
  background-color: #ffffff;
}
.ant-menu-visible .mbr-top-of-page-wrapper ::-webkit-input-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper :-moz-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper ::-moz-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper :-ms-input-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-search-field input {
  border-bottom: 1px solid;
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-search-button .fa {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon {
  color: rgba(0, 121, 194, 0.95);
  background-color: #fff;
  border: 1px solid #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon.active,
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon:hover {
  color: #fff;
  background-color: #0079c2;
  border: 1px solid;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon .fa {
  color: #0079c2;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon:hover .fa {
  color: #ffffff;
}

@media screen and (min-width: 480px) {
  .mbr-top-of-page-wrapper .ant-search-bkg {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .mbr-top-of-page-wrapper .ant-nav-search-button .fa {
    color: #fff;
  }
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
    border-top: 0px transparent;
    border-bottom: 0px transparent;
    border-right: 1px solid #69b3e7;
    border-left: 1px solid #69b3e7;
  }
}
/***** Task Bar Pop-ups *****/
@media screen and (max-width: 480px) {
  .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #dcdcdc;
  }
  .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #ffffff;
  }
}
.mbr-top-of-page-wrapper .ant-task-bar-content {
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px -1px #666666;
}
.mbr-top-of-page-wrapper .ant-task-item span.fa {
  color: #fe5e3c;
}
@media screen and (min-width: 480px) {
  .mbr-top-of-page-wrapper .ant-task-bar-content:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-content:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #dcdcdc;
  }
}

.mbr-top-of-page-wrapper .ant-nav-secondary li {
  border-bottom: 1px solid #eee;
}

.mbr-page-header {
  color: #fff;
}

/** Secure Page Layout End **/
.section-header-two {
  position: relative;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #555555;
  line-height: 1.36;
  margin-bottom: 55px;
}
.section-header-two:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 45px;
  height: 4px;
  background-color: #81cfc2;
}

.ant-alphabet-tabs-container {
  margin-bottom: 1rem;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li {
  min-width: 100px;
  height: 50px;
  font-size: 1.111rem;
  font-weight: 600;
  border-right: 1px solid #ffffff;
  background-color: #0079c2;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li:hover {
  background-color: #00609a;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li.active {
  background-color: #00609a;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li a {
  color: #ffffff;
  line-height: 50px;
}

.ant-alphabet-tabs-body ul {
  padding-left: 0.5rem;
}
.ant-alphabet-tabs-body ul li {
  margin-bottom: 0.5rem;
}

.alt-toggle-cmp {
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
}

.tab-controls-container ul {
  border-bottom: 1px solid #dcdcdc;
}

.tab-item-control.active-control {
  background: #fff;
  border-bottom: 4px solid #fe5e3c;
}

.tab-item-control.active-control .tab-label {
  color: #333;
}

.tab-item-control .tab-label {
  color: #0079c2;
}

.tab-item-control .fa {
  color: #fe5e3c;
}

.accordion-item-control {
  border-bottom: 2px solid #dcdcdc;
}

.accordion-item-control.active-control.open {
  border-bottom: 2px solid #fe5e3c;
}

.accordion-item-control .accordion-label {
  color: #0079c2;
}

.accordion-item-control .fa {
  color: #fe5e3c;
}

.accordion-item.active-item {
  border-bottom: 2px solid #dcdcdc;
}

.tabs.packed .nav-pills,
.tabs.packed .tab-content {
  background: #f5f5f5;
}

.nav-pills {
  display: flex;
}
.nav-pills li:nth-of-type(1) {
  border-right: 1px solid #fff;
}
.nav-pills li:nth-of-type(3),
.nav-pills li:nth-of-type(4) {
  border-left: 1px solid #fff;
}

.tab-wrapper .tab-tile {
  border-right: 1px solid white;
}
.tab-wrapper .tab-tile a,
.tab-wrapper .tab-tile a:hover {
  color: #333;
}

.tab-wrapper .tab-tile {
  background-color: #eee;
}
.tab-wrapper .tab-tile h6 span.fa {
  color: black;
}
.tab-wrapper .tab-tile.active span {
  color: white;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+1) h6 {
  border-bottom: 30px solid #0079c2;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+1).active:after {
  border-color: #0079c2 transparent transparent transparent;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+1):before {
  background-color: #0079c2;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+2) h6 {
  border-bottom: 30px solid #00609a;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+2).active:after {
  border-color: #00609a transparent transparent transparent;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+2):before {
  background-color: #00609a;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+3) h6 {
  border-bottom: 30px solid #683c7a;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+3).active:after {
  border-color: #683c7a transparent transparent transparent;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+3):before {
  background-color: #683c7a;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+4) h6 {
  border-bottom: 30px solid #a21851;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+4).active:after {
  border-color: #a21851 transparent transparent transparent;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+4):before {
  background-color: #a21851;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+5) h6 {
  border-bottom: 30px solid #cc0033;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+5).active:after {
  border-color: #cc0033 transparent transparent transparent;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+5):before {
  background-color: #cc0033;
}

[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile h6,
[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile.active h6 {
  border-color: #00609a;
}
[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile.active:before,
[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile:before {
  background-color: #00609a;
}
[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile.active:after {
  border-color: #00609a transparent transparent transparent;
}

/* Tabbed View - BLUE */
.nav-pills li {
  background: #dcdcdc;
}
.nav-pills li a {
  color: #2d2d2d;
  font-weight: 600;
}
.nav-pills li.active a,
.nav-pills li.active a:focus,
.nav-pills li.active a:active,
.nav-pills li.active a:hover {
  background: #00609a;
  color: #ffffff;
}
.nav-pills li.active:after {
  background: #00609a;
}

.tabs.teal ul.nav-pills {
  border-bottom: 1px solid #a3a3a3;
}
.tabs.teal ul.nav-pills li {
  background: transparent;
}
.tabs.teal ul.nav-pills li a {
  background: transparent;
  color: #0079c2;
  font-weight: 400;
}
.tabs.teal ul.nav-pills li.active {
  background: transparent;
}
.tabs.teal ul.nav-pills li.active a {
  color: #0079c2;
}
.tabs.teal ul.nav-pills li.active a:after {
  background-color: #06a59d;
}

/** Styles for button selector carousel */
.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;
}

/** Styles for blue & gray child carousel */
.carousel-content-container ul .default-select-item-container {
  background-color: #dcdcdc;
}
.carousel-content-container ul .default-select-item-container:hover {
  background-color: #eeeeee;
}
.carousel-content-container ul .default-select-item-container.active {
  color: #ffffff;
  background-color: #0079c2;
}
.carousel-content-container ul .color-select-item-container > .select-item {
  background-color: #eeeeee;
}
.carousel-content-container ul .color-select-item-container > .select-item:hover {
  background-color: #dcdcdc;
}
.carousel-content-container ul .color-select-item-container.active {
  color: #ffffff;
}
.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;
}

/* SCSS for the data display carousel */
[data-uxd-data-display-carousel-cmp] {
  /* 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] .fa {
  color: white;
  background: #fe5e3c;
}

/** Tabs **/
.nav-pills {
  border-radius: 3px;
}
.nav-pills li {
  background: #ffffff;
}
.nav-pills li a {
  color: #555555;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid highlight("highlight-three");
  border-radius: 0;
  box-shadow: none;
}
.nav-pills li a:hover {
  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: highlight("highlight-three");
  color: #ffffff;
}
.nav-pills li.active:after {
  background: highlight("highlight-three");
  width: 25px;
  height: 25px;
  bottom: -8px;
}

.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;
  font-weight: 400;
  border: none;
}
.tabs.teal ul.nav-pills li.active {
  background: transparent;
}
.alt-toggle-cmp {
  border-top: #f7f7f7;
  border-bottom: #f7f7f7;
}

/*!
 * 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: 142%;
}

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: 20px;
  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: 20px;
  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: 40px;
  padding: 6px 10px;
  font-size: 20px;
  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: 20px;
  }
}

.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: 20px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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. */
.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. */
.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;
}

.fad-page-wrapper a.ant-arrow-next:after, a.ant-arrow-previous:before, a.ant-arrow-next:after, a.ant-arrow-up:after, a.ant-arrow-down:after {
  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.5714285714rem;
}

.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: 2rem 0.8571428571rem;
  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: 2.2857142857rem;
}
.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.5714285714rem 0.8571428571rem 2rem 0.8571428571rem;
}
.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.5714285714rem 0;
}
.ant-theme-secondary .ant-collapse-button .accordion-button-icon {
  margin-right: 1.1428571429rem;
  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.5714285714rem 0.8571428571rem 2rem 2.2857142857rem;
}
.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.4285714286rem 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: 2.2857142857rem;
  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.4285714286rem;
  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: 1.1428571429rem;
  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.8571428571rem 10px 0.8571428571rem 0.5714285714rem;
  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.8571428571rem;
}

.dismiss-icon {
  font-family: "ant-motif-icons";
  color: #ffffff;
  padding: 0.8571428571rem;
  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.7142857143rem 1.1428571429rem 2.8571428571rem 1.1428571429rem;
  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.4285714286rem;
  padding-bottom: 1.4285714286rem;
}
[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.5714285714rem;
}

@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.2857142857rem;
  }
}
/** 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: 1.1428571429rem 1.1428571429rem;
}
.popover .popover-close {
  z-index: 2;
  height: 1.7142857143rem;
  width: 1.7142857143rem;
  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.5714285714rem;
}
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.8571428571rem 1.1428571429rem;
  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.5714285714rem;
}
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: 1.1428571429rem;
  padding-right: 1.1428571429rem;
}
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.8571428571rem;
  padding-bottom: 0.8571428571rem;
}
global-alert-container.ant-global-alert.ant-global-alert--solid .alert-icon {
  font-family: "ant-motif-icons";
  font-size: 1.5rem;
  margin-right: 1.1428571429rem;
}
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.2857142857rem;
  color: #666666;
  font-size: 1.1428571429rem;
}
.ant-inline-alert .alert-icon {
  font-family: "ant-motif-icons";
  font-size: 1.5rem;
  margin-right: 0.5714285714rem;
}
.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.5714285714rem;
  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: 1.1428571429rem;
}
.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.8571428571rem 3.4285714286rem;
  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.8571428571rem;
  padding: 0.5714285714rem 2.8571428571rem;
}

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

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

.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.8571428571rem 3.4285714286rem;
  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: 1.1428571429rem 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.8571428571rem;
  height: 20px;
}
.ant-bar-chart .ant-bar-chart-heading {
  display: block;
  margin-bottom: 1.4285714286rem;
  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: 1.1428571429rem 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.1428571429rem;
  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.5714285714rem 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.2857142857rem;
}
.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.2857142857rem 1.1428571429rem;
  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.2857142857rem;
  padding-right: 0.2857142857rem;
}
.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: 3.4285714286rem;
  padding-right: 3.4285714286rem;
  background: #286ce2;
  border-color: #286ce2;
  color: #ffffff;
}

.ant-form-label {
  margin-bottom: 0.5714285714rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}

.ant-text-input {
  font-size: 0.8571428571rem;
  border: 1px solid #949494;
  color: #555555;
  padding: 0.2857142857rem 1.1428571429rem;
  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.5714285714rem;
  margin-bottom: 0.5714285714rem;
  font-weight: normal;
  top: 0.3rem;
}
.prLabel:before {
  margin-right: 0.5714285714rem;
  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.5714285714rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}
.pfSelect .psButton {
  background: transparent;
  border: 1px solid #949494;
  color: #666666;
  padding: 0.2857142857rem 0.8571428571rem;
  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: 1.1428571429rem 0 1.1428571429rem 0.8571428571rem;
}
.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.5714285714rem;
  font-size: 0.8571428571rem;
  color: #333333;
  margin-right: 0.5714285714rem;
  font-weight: normal;
  margin-bottom: 0.5714285714rem;
  margin-left: 2.5714285714rem;
}
label.pcLabel::before {
  display: inline-block;
  position: absolute;
  border: 1px solid #949494;
  color: #286ce2;
  height: 1.4285714286rem;
  width: 1.4285714286rem;
  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.7142857143rem;
  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: 2rem;
}

.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.8571428571rem;
  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.5714285714rem;
  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.1428571429rem;
}

.motif-margin-right-1 {
  margin-right: 0.1428571429rem;
}

.motif-margin-bottom-1 {
  margin-bottom: 0.1428571429rem;
}

.motif-margin-left-1 {
  margin-left: 0.1428571429rem;
}

/** Padding spacers */
.motif-pad-top-1 {
  padding-top: 0.1428571429rem;
}

.motif-pad-right-1 {
  padding-right: 0.1428571429rem;
}

.motif-pad-bottom-1 {
  padding-bottom: 0.1428571429rem;
}

.motif-pad-left-1 {
  padding-left: 0.1428571429rem;
}

/** Margin spacers */
.motif-margin-top-2 {
  margin-top: 0.2857142857rem;
}

.motif-margin-right-2 {
  margin-right: 0.2857142857rem;
}

.motif-margin-bottom-2 {
  margin-bottom: 0.2857142857rem;
}

.motif-margin-left-2 {
  margin-left: 0.2857142857rem;
}

/** Padding spacers */
.motif-pad-top-2 {
  padding-top: 0.2857142857rem;
}

.motif-pad-right-2 {
  padding-right: 0.2857142857rem;
}

.motif-pad-bottom-2 {
  padding-bottom: 0.2857142857rem;
}

.motif-pad-left-2 {
  padding-left: 0.2857142857rem;
}

/** Margin spacers */
.motif-margin-top-3 {
  margin-top: 0.5714285714rem;
}

.motif-margin-right-3 {
  margin-right: 0.5714285714rem;
}

.motif-margin-bottom-3 {
  margin-bottom: 0.5714285714rem;
}

.motif-margin-left-3 {
  margin-left: 0.5714285714rem;
}

/** Padding spacers */
.motif-pad-top-3 {
  padding-top: 0.5714285714rem;
}

.motif-pad-right-3 {
  padding-right: 0.5714285714rem;
}

.motif-pad-bottom-3 {
  padding-bottom: 0.5714285714rem;
}

.motif-pad-left-3 {
  padding-left: 0.5714285714rem;
}

/** Margin spacers */
.motif-margin-top-4 {
  margin-top: 0.8571428571rem;
}

.motif-margin-right-4 {
  margin-right: 0.8571428571rem;
}

.motif-margin-bottom-4 {
  margin-bottom: 0.8571428571rem;
}

.motif-margin-left-4 {
  margin-left: 0.8571428571rem;
}

/** Padding spacers */
.motif-pad-top-4 {
  padding-top: 0.8571428571rem;
}

.motif-pad-right-4 {
  padding-right: 0.8571428571rem;
}

.motif-pad-bottom-4 {
  padding-bottom: 0.8571428571rem;
}

.motif-pad-left-4 {
  padding-left: 0.8571428571rem;
}

/** Margin spacers */
.motif-margin-top-5 {
  margin-top: 1.1428571429rem;
}

.motif-margin-right-5 {
  margin-right: 1.1428571429rem;
}

.motif-margin-bottom-5 {
  margin-bottom: 1.1428571429rem;
}

.motif-margin-left-5 {
  margin-left: 1.1428571429rem;
}

/** Padding spacers */
.motif-pad-top-5 {
  padding-top: 1.1428571429rem;
}

.motif-pad-right-5 {
  padding-right: 1.1428571429rem;
}

.motif-pad-bottom-5 {
  padding-bottom: 1.1428571429rem;
}

.motif-pad-left-5 {
  padding-left: 1.1428571429rem;
}

/** Margin spacers */
.motif-margin-top-6 {
  margin-top: 1.4285714286rem;
}

.motif-margin-right-6 {
  margin-right: 1.4285714286rem;
}

.motif-margin-bottom-6 {
  margin-bottom: 1.4285714286rem;
}

.motif-margin-left-6 {
  margin-left: 1.4285714286rem;
}

/** Padding spacers */
.motif-pad-top-6 {
  padding-top: 1.4285714286rem;
}

.motif-pad-right-6 {
  padding-right: 1.4285714286rem;
}

.motif-pad-bottom-6 {
  padding-bottom: 1.4285714286rem;
}

.motif-pad-left-6 {
  padding-left: 1.4285714286rem;
}

/** Margin spacers */
.motif-margin-top-7 {
  margin-top: 1.7142857143rem;
}

.motif-margin-right-7 {
  margin-right: 1.7142857143rem;
}

.motif-margin-bottom-7 {
  margin-bottom: 1.7142857143rem;
}

.motif-margin-left-7 {
  margin-left: 1.7142857143rem;
}

/** Padding spacers */
.motif-pad-top-7 {
  padding-top: 1.7142857143rem;
}

.motif-pad-right-7 {
  padding-right: 1.7142857143rem;
}

.motif-pad-bottom-7 {
  padding-bottom: 1.7142857143rem;
}

.motif-pad-left-7 {
  padding-left: 1.7142857143rem;
}

/** Margin spacers */
.motif-margin-top-8 {
  margin-top: 2rem;
}

.motif-margin-right-8 {
  margin-right: 2rem;
}

.motif-margin-bottom-8 {
  margin-bottom: 2rem;
}

.motif-margin-left-8 {
  margin-left: 2rem;
}

/** Padding spacers */
.motif-pad-top-8 {
  padding-top: 2rem;
}

.motif-pad-right-8 {
  padding-right: 2rem;
}

.motif-pad-bottom-8 {
  padding-bottom: 2rem;
}

.motif-pad-left-8 {
  padding-left: 2rem;
}

/** Margin spacers */
.motif-margin-top-9 {
  margin-top: 2.2857142857rem;
}

.motif-margin-right-9 {
  margin-right: 2.2857142857rem;
}

.motif-margin-bottom-9 {
  margin-bottom: 2.2857142857rem;
}

.motif-margin-left-9 {
  margin-left: 2.2857142857rem;
}

/** Padding spacers */
.motif-pad-top-9 {
  padding-top: 2.2857142857rem;
}

.motif-pad-right-9 {
  padding-right: 2.2857142857rem;
}

.motif-pad-bottom-9 {
  padding-bottom: 2.2857142857rem;
}

.motif-pad-left-9 {
  padding-left: 2.2857142857rem;
}

/** Margin spacers */
.motif-margin-top-10 {
  margin-top: 2.5714285714rem;
}

.motif-margin-right-10 {
  margin-right: 2.5714285714rem;
}

.motif-margin-bottom-10 {
  margin-bottom: 2.5714285714rem;
}

.motif-margin-left-10 {
  margin-left: 2.5714285714rem;
}

/** Padding spacers */
.motif-pad-top-10 {
  padding-top: 2.5714285714rem;
}

.motif-pad-right-10 {
  padding-right: 2.5714285714rem;
}

.motif-pad-bottom-10 {
  padding-bottom: 2.5714285714rem;
}

.motif-pad-left-10 {
  padding-left: 2.5714285714rem;
}

/** Margin spacers */
.motif-margin-top-11 {
  margin-top: 2.8571428571rem;
}

.motif-margin-right-11 {
  margin-right: 2.8571428571rem;
}

.motif-margin-bottom-11 {
  margin-bottom: 2.8571428571rem;
}

.motif-margin-left-11 {
  margin-left: 2.8571428571rem;
}

/** Padding spacers */
.motif-pad-top-11 {
  padding-top: 2.8571428571rem;
}

.motif-pad-right-11 {
  padding-right: 2.8571428571rem;
}

.motif-pad-bottom-11 {
  padding-bottom: 2.8571428571rem;
}

.motif-pad-left-11 {
  padding-left: 2.8571428571rem;
}

/** Margin spacers */
.motif-margin-top-12 {
  margin-top: 3.1428571429rem;
}

.motif-margin-right-12 {
  margin-right: 3.1428571429rem;
}

.motif-margin-bottom-12 {
  margin-bottom: 3.1428571429rem;
}

.motif-margin-left-12 {
  margin-left: 3.1428571429rem;
}

/** Padding spacers */
.motif-pad-top-12 {
  padding-top: 3.1428571429rem;
}

.motif-pad-right-12 {
  padding-right: 3.1428571429rem;
}

.motif-pad-bottom-12 {
  padding-bottom: 3.1428571429rem;
}

.motif-pad-left-12 {
  padding-left: 3.1428571429rem;
}

/** Margin spacers */
.motif-margin-top-13 {
  margin-top: 3.4285714286rem;
}

.motif-margin-right-13 {
  margin-right: 3.4285714286rem;
}

.motif-margin-bottom-13 {
  margin-bottom: 3.4285714286rem;
}

.motif-margin-left-13 {
  margin-left: 3.4285714286rem;
}

/** Padding spacers */
.motif-pad-top-13 {
  padding-top: 3.4285714286rem;
}

.motif-pad-right-13 {
  padding-right: 3.4285714286rem;
}

.motif-pad-bottom-13 {
  padding-bottom: 3.4285714286rem;
}

.motif-pad-left-13 {
  padding-left: 3.4285714286rem;
}

/** Margin spacers */
.motif-margin-top-14 {
  margin-top: 3.7142857143rem;
}

.motif-margin-right-14 {
  margin-right: 3.7142857143rem;
}

.motif-margin-bottom-14 {
  margin-bottom: 3.7142857143rem;
}

.motif-margin-left-14 {
  margin-left: 3.7142857143rem;
}

/** Padding spacers */
.motif-pad-top-14 {
  padding-top: 3.7142857143rem;
}

.motif-pad-right-14 {
  padding-right: 3.7142857143rem;
}

.motif-pad-bottom-14 {
  padding-bottom: 3.7142857143rem;
}

.motif-pad-left-14 {
  padding-left: 3.7142857143rem;
}

/** Margin spacers */
.motif-margin-top-15 {
  margin-top: 4rem;
}

.motif-margin-right-15 {
  margin-right: 4rem;
}

.motif-margin-bottom-15 {
  margin-bottom: 4rem;
}

.motif-margin-left-15 {
  margin-left: 4rem;
}

/** Padding spacers */
.motif-pad-top-15 {
  padding-top: 4rem;
}

.motif-pad-right-15 {
  padding-right: 4rem;
}

.motif-pad-bottom-15 {
  padding-bottom: 4rem;
}

.motif-pad-left-15 {
  padding-left: 4rem;
}

/** Margin spacers */
.motif-margin-top-16 {
  margin-top: 4.2857142857rem;
}

.motif-margin-right-16 {
  margin-right: 4.2857142857rem;
}

.motif-margin-bottom-16 {
  margin-bottom: 4.2857142857rem;
}

.motif-margin-left-16 {
  margin-left: 4.2857142857rem;
}

/** Padding spacers */
.motif-pad-top-16 {
  padding-top: 4.2857142857rem;
}

.motif-pad-right-16 {
  padding-right: 4.2857142857rem;
}

.motif-pad-bottom-16 {
  padding-bottom: 4.2857142857rem;
}

.motif-pad-left-16 {
  padding-left: 4.2857142857rem;
}

/** Margin spacers */
.motif-margin-top-17 {
  margin-top: 4.5714285714rem;
}

.motif-margin-right-17 {
  margin-right: 4.5714285714rem;
}

.motif-margin-bottom-17 {
  margin-bottom: 4.5714285714rem;
}

.motif-margin-left-17 {
  margin-left: 4.5714285714rem;
}

/** Padding spacers */
.motif-pad-top-17 {
  padding-top: 4.5714285714rem;
}

.motif-pad-right-17 {
  padding-right: 4.5714285714rem;
}

.motif-pad-bottom-17 {
  padding-bottom: 4.5714285714rem;
}

.motif-pad-left-17 {
  padding-left: 4.5714285714rem;
}

/** Margin spacers */
.motif-margin-top-18 {
  margin-top: 4.8571428571rem;
}

.motif-margin-right-18 {
  margin-right: 4.8571428571rem;
}

.motif-margin-bottom-18 {
  margin-bottom: 4.8571428571rem;
}

.motif-margin-left-18 {
  margin-left: 4.8571428571rem;
}

/** Padding spacers */
.motif-pad-top-18 {
  padding-top: 4.8571428571rem;
}

.motif-pad-right-18 {
  padding-right: 4.8571428571rem;
}

.motif-pad-bottom-18 {
  padding-bottom: 4.8571428571rem;
}

.motif-pad-left-18 {
  padding-left: 4.8571428571rem;
}

/** Margin spacers */
.motif-margin-top-19 {
  margin-top: 5.1428571429rem;
}

.motif-margin-right-19 {
  margin-right: 5.1428571429rem;
}

.motif-margin-bottom-19 {
  margin-bottom: 5.1428571429rem;
}

.motif-margin-left-19 {
  margin-left: 5.1428571429rem;
}

/** Padding spacers */
.motif-pad-top-19 {
  padding-top: 5.1428571429rem;
}

.motif-pad-right-19 {
  padding-right: 5.1428571429rem;
}

.motif-pad-bottom-19 {
  padding-bottom: 5.1428571429rem;
}

.motif-pad-left-19 {
  padding-left: 5.1428571429rem;
}

/** Margin spacers */
.motif-margin-top-20 {
  margin-top: 5.4285714286rem;
}

.motif-margin-right-20 {
  margin-right: 5.4285714286rem;
}

.motif-margin-bottom-20 {
  margin-bottom: 5.4285714286rem;
}

.motif-margin-left-20 {
  margin-left: 5.4285714286rem;
}

/** Padding spacers */
.motif-pad-top-20 {
  padding-top: 5.4285714286rem;
}

.motif-pad-right-20 {
  padding-right: 5.4285714286rem;
}

.motif-pad-bottom-20 {
  padding-bottom: 5.4285714286rem;
}

.motif-pad-left-20 {
  padding-left: 5.4285714286rem;
}

/** Margin spacers */
.motif-margin-top-21 {
  margin-top: 5.7142857143rem;
}

.motif-margin-right-21 {
  margin-right: 5.7142857143rem;
}

.motif-margin-bottom-21 {
  margin-bottom: 5.7142857143rem;
}

.motif-margin-left-21 {
  margin-left: 5.7142857143rem;
}

/** Padding spacers */
.motif-pad-top-21 {
  padding-top: 5.7142857143rem;
}

.motif-pad-right-21 {
  padding-right: 5.7142857143rem;
}

.motif-pad-bottom-21 {
  padding-bottom: 5.7142857143rem;
}

.motif-pad-left-21 {
  padding-left: 5.7142857143rem;
}

/** Margin spacers */
.motif-margin-top-22 {
  margin-top: 6rem;
}

.motif-margin-right-22 {
  margin-right: 6rem;
}

.motif-margin-bottom-22 {
  margin-bottom: 6rem;
}

.motif-margin-left-22 {
  margin-left: 6rem;
}

/** Padding spacers */
.motif-pad-top-22 {
  padding-top: 6rem;
}

.motif-pad-right-22 {
  padding-right: 6rem;
}

.motif-pad-bottom-22 {
  padding-bottom: 6rem;
}

.motif-pad-left-22 {
  padding-left: 6rem;
}

/** Margin spacers */
.motif-margin-top-23 {
  margin-top: 6.2857142857rem;
}

.motif-margin-right-23 {
  margin-right: 6.2857142857rem;
}

.motif-margin-bottom-23 {
  margin-bottom: 6.2857142857rem;
}

.motif-margin-left-23 {
  margin-left: 6.2857142857rem;
}

/** Padding spacers */
.motif-pad-top-23 {
  padding-top: 6.2857142857rem;
}

.motif-pad-right-23 {
  padding-right: 6.2857142857rem;
}

.motif-pad-bottom-23 {
  padding-bottom: 6.2857142857rem;
}

.motif-pad-left-23 {
  padding-left: 6.2857142857rem;
}

/** Margin spacers */
.motif-margin-top-24 {
  margin-top: 6.5714285714rem;
}

.motif-margin-right-24 {
  margin-right: 6.5714285714rem;
}

.motif-margin-bottom-24 {
  margin-bottom: 6.5714285714rem;
}

.motif-margin-left-24 {
  margin-left: 6.5714285714rem;
}

/** Padding spacers */
.motif-pad-top-24 {
  padding-top: 6.5714285714rem;
}

.motif-pad-right-24 {
  padding-right: 6.5714285714rem;
}

.motif-pad-bottom-24 {
  padding-bottom: 6.5714285714rem;
}

.motif-pad-left-24 {
  padding-left: 6.5714285714rem;
}

/** Margin spacers */
.motif-margin-top-25 {
  margin-top: 6.8571428571rem;
}

.motif-margin-right-25 {
  margin-right: 6.8571428571rem;
}

.motif-margin-bottom-25 {
  margin-bottom: 6.8571428571rem;
}

.motif-margin-left-25 {
  margin-left: 6.8571428571rem;
}

/** Padding spacers */
.motif-pad-top-25 {
  padding-top: 6.8571428571rem;
}

.motif-pad-right-25 {
  padding-right: 6.8571428571rem;
}

.motif-pad-bottom-25 {
  padding-bottom: 6.8571428571rem;
}

.motif-pad-left-25 {
  padding-left: 6.8571428571rem;
}

/** Margin spacers */
.motif-margin-top-26 {
  margin-top: 7.1428571429rem;
}

.motif-margin-right-26 {
  margin-right: 7.1428571429rem;
}

.motif-margin-bottom-26 {
  margin-bottom: 7.1428571429rem;
}

.motif-margin-left-26 {
  margin-left: 7.1428571429rem;
}

/** Padding spacers */
.motif-pad-top-26 {
  padding-top: 7.1428571429rem;
}

.motif-pad-right-26 {
  padding-right: 7.1428571429rem;
}

.motif-pad-bottom-26 {
  padding-bottom: 7.1428571429rem;
}

.motif-pad-left-26 {
  padding-left: 7.1428571429rem;
}

/*-------------------------------------------*\
  Header
\*-------------------------------------------*/
.change-angular-version-link,
.toggle-app {
  display: none;
}

#sideNav.affix-top {
  padding: 150px 0px 0px;
}

.top-bar {
  padding: 0px 0px 1.4285714286rem;
}

#hideme4,
#hideme,
#hideme2,
#hideme3,
#defaultSelectorCarousel {
  display: none;
}

.section-header {
  position: relative;
  display: inline-block;
  padding-top: 1.7142857143rem;
  padding-bottom: 2.8571428571rem;
}

.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.1428571429rem 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.7142857143rem 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.8571428571rem;
}
.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.4285714286rem;
}
.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.4285714286rem;
}
.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.2857142857rem 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.8571428571rem;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4285714286rem;
  margin-left: 0.5714285714rem;
}
.footer-social .social {
  display: flex;
  flex-direction: column;
}
.footer-social .social .social-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2.2857142857rem;
  margin-left: 1.1428571429rem;
}
.footer-social .social .social-container .social-icon-footer {
  font-size: 30px;
  margin-right: 0.5714285714rem;
}
.footer-social .footer-app {
  display: flex;
  flex-direction: row;
  margin-top: 0.5714285714rem;
}
.footer-social .footer-app a {
  display: block;
}
.footer-social .footer-app a .mobile-app-icon {
  height: 40px;
  width: 40px;
  margin-right: 0.8571428571rem;
}

.footer-bottom {
  padding-top: 2.5714285714rem;
  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.4285714286rem 48px 1.4285714286rem 1.4285714286rem;
  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.4285714286rem;
    padding-bottom: 1.4285714286rem;
  }
  .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.7142857143rem;
  }
  .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.5714285714rem;
  }
  .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: 4rem;
  padding-bottom: 4rem;
  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.5714285714rem;
  }
  .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.4285714286rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4285714286rem;
  font-weight: 300;
  color: #555555;
}
.sidebar-nav .sidebar-list {
  list-style-type: none;
  padding-left: 1.1428571429rem;
}
.sidebar-nav .sidebar-list .sidebar-item {
  display: block;
  margin-bottom: 1.1428571429rem;
  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.7142857143rem;
}
@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: 2rem;
}
.modal-container .login-modal .modal-component-body {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 2rem;
}
.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.1428571429rem 0.5714285714rem;
  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.4285714286rem 0 1.4285714286rem 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.8571428571rem;
}
.accordion .accordionContent {
  display: none;
  margin: 0 0 0 0.8571428571rem;
}

.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.4285714286rem;
  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: 2.2857142857rem;
  padding-bottom: 2.2857142857rem;
}
.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: 1.1428571429rem;
  border-left: thin solid #eaeaea;
  padding: 1.7142857143rem 0 1.7142857143rem 2.2857142857rem;
  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.8571428571rem;
  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.1428571429rem;
}
.uxd-floating-footer.style-one .footer-item .footer-block p:last-of-type {
  margin-bottom: 0.5714285714rem;
}
.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: 2.2857142857rem;
  }
}
.uxd-floating-footer.style-two {
  padding-top: 5.1428571429rem;
  padding-bottom: 6.8571428571rem;
  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: 3.1428571429rem;
  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: 2rem;
  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: 2.2857142857rem;
  }
}

/** 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.8571428571rem;
}
.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.1428571429rem;
}
.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.1428571429rem;
}
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;
}

.mbr-top-of-page-wrapper {
  height: auto;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper {
  /* Non-Menu Items START */
  /* Non-Menu Items END */
  /* Hamberger Menu Bars START */
  /* Hamberger Menu Bars END */
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a img {
  padding: 19px 0;
  margin: 0;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a img {
    padding: 17px 0;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a img {
    padding: 22px 0;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
  border-bottom: solid 1px #dcdcdc;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
    float: right;
    height: 30px;
    position: relative;
    top: 15px;
    width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
    top: 30px;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content input {
  border: 0;
  color: #666;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  font-size: 14px;
  position: relative;
  top: -5px;
  left: -10px;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content input {
    top: -2px;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content span.fa {
  color: #666;
  float: right;
  position: relative;
  top: -25px;
  transform: rotateY(180deg);
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-spanish-link a {
  border: 0;
  color: #333;
  font-size: 12px;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper {
  background-color: #fff;
  height: auto;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper {
    position: relative;
    z-index: 5;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-spanish-link {
  margin-top: 22px;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-spanish-link {
    margin-top: 5px;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-top-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: left;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-top-nav ul li {
  cursor: pointer;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button {
  margin-top: 12px;
  height: 40px;
  overflow: hidden;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle {
  margin: 0;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle:hover {
  margin: 0;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle:focus {
  margin: 0;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle .ant-menu-icon {
  background-color: #333;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle .ant-menu-icon:before {
  background-color: #333;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle .ant-menu-icon:after {
  background-color: #333;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav {
  padding-top: 15px;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav {
    padding: 0;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav.menu-options {
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav.menu-options {
    margin-left: -20px;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li .menu-contents {
  display: none;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.active {
  background-color: #0079c2;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.active .menu-contents {
  display: block;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.active .menu-contents {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.active .menu-contents {
    width: 80%;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul {
    margin: 0;
    padding: 0;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li {
  display: block;
  padding: 5px 0;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li {
    display: inline-block;
    margin: 0 0;
    padding: 5px 10px 7px;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li {
    margin: 0 0;
    padding: 5px 20px 7px;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li:first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li:last-of-type {
    margin-right: 0;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li a {
  font-size: 16px;
  display: inline-block;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li a {
    color: #333;
    border: 0;
    font-size: 12px;
    padding: 5px 0;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li a:hover {
  color: #0079c2;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li a:after {
    content: " ";
    width: 0;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li.active > a {
  background-color: #0079c2;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li.active > a:after {
    content: " ";
    border-bottom: solid 3px #fff;
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 100%;
    left: 0;
    transition: width 1.5s ease-in-out;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper {
    height: 0;
    position: relative;
    top: -450px;
    transition: top 1.5s;
    -webkit-transition: top 1.5s;
    z-index: 1;
  }
}

/* MENU VISIBLE START */
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper {
  background-color: rgba(0, 0, 0, 0);
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper {
  height: auto;
  /* Non-Menu Items START */
  /* Non-Menu Items END */
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper {
  background-color: #fff !important;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper-col {
  display: block;
  visibility: visible;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper {
  opacity: 1;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
  margin: 0 15px;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
    margin: 0;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-nav {
  background-color: #fff;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper a .ant-menu-icon {
  background-color: transparent;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper a .ant-menu-icon {
    color: #0079c2;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper {
  background-color: #fff;
  padding: 15px 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper {
    background-color: #0079c2;
    top: 0;
    transition: top 1.5s;
    -webkit-transition: top 1.5s;
  }
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col {
    margin-right: 39px;
    width: 21%;
  }
}
@media screen and (min-width: 1200px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col {
    margin-right: 60px;
    width: 21%;
  }
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:first-of-type {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:first-of-type {
    margin-right: 70px;
    width: 34%;
  }
}
@media screen and (min-width: 1200px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:first-of-type {
    margin-right: 109px;
    width: 32%;
  }
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
    width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
    margin: 0;
    width: 31%;
  }
}
@media screen and (min-width: 1200px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
    margin: 0;
    width: 29%;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col.ant-menu-expanded ul {
  padding-bottom: 0;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li {
    display: block;
    padding: 0;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li a {
  border: 0;
  color: #333;
  padding: 5px 15px;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li a:hover {
    color: #0079c2;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li a span.fa {
  color: #333;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li.active a {
  color: #fff;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li.active a span.fa {
  color: #fff;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li.active.ant-menu-expanded > a span.fa {
  transform: rotateX(180deg);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents div.ant-landing-link {
    margin-bottom: 30px;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents div.ant-landing-link a {
  display: block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li.ant-menu-expanded a span.fa {
  transform: rotateX(180deg);
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li a {
  font-weight: 600;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li a span.fa {
  transform: rotateX(0deg);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li a {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li a {
    font-size: 16px;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li a:hover {
  background-color: rgba(255, 255, 255, 0.85);
  color: #0079c2;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li ul {
  margin-left: 15px;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li ul li a {
  padding-bottom: 3px;
  padding-top: 3px;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li ul li a {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col {
  border: 0;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col .ant-menu-title {
  display: block;
  margin-bottom: 10px;
  margin-left: 15px;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col li {
  margin: 5px 0;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col li li {
  margin: 0 0 0 15px;
}

/* MENU VISIBLE END */
/* code below isnt working */
.mbr-page-wrapper .mbr-top-of-page-wrapper .ant-navigation-wrapper ul ul ul {
  margin: 0;
}
.mbr-page-wrapper .mbr-top-of-page-wrapper .ant-navigation-wrapper ul ul.ant-menu-column {
  margin-top: 0;
}

/** 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. */
.ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/* Import Reimagined Classic Icon Variables */
@font-face {
  font-family: "ant-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

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

/** 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. */
.ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/* Import Icon Variables */
/**
 *
 * Description:
 * This SCSS file contains styles for overlay components used in the 'findcare' redesign of the application.
 *
 * Note:
 * The components styled in this file are not rendered inside the 'fcr-page-wrapper' container.
 * Therefore, they require separate styling considerations to ensure that the styles are correctly applied in the pf-element.
 *
 * Usage:
 * Import this file in your main.scss and element-main.scss file to apply the overlay styles to the relevant components.
 */
.pf-side-panel {
  overflow-y: auto !important;
  height: 100% !important;
}
.pf-side-panel .close-btn-ht {
  height: 60px;
}
.pf-side-panel .modal-component-body {
  padding: 5rem 1rem 5rem 5.5rem !important;
}
@media screen and (min-width: 801px) {
  .pf-side-panel .modal-component-body {
    padding: 1rem 5rem 5rem 5rem !important;
  }
}

@media screen and (max-width: 480px) {
  .fcr-member-selection-modal-overview .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.fcr-member-selection-modal-overview .modal-dialog .modal-content {
  padding: 32px;
}
@media screen and (max-width: 480px) {
  .fcr-member-selection-modal-overview .modal-dialog .modal-content {
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 16px;
    padding: 24px;
  }
}
.fcr-member-selection-modal-overview .modal-dialog .modal-content .modal-footer {
  display: none !important;
}
.fcr-member-selection-modal-overview .modal-dialog .modal-content .modal-header {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.fcr-member-selection-modal-overview .modal-dialog .modal-content .modal-header .close {
  border: none;
  padding: 0;
  right: -37px;
  top: -26px;
}
.fcr-member-selection-modal-overview .modal-dialog .modal-content .modal-header .close:focus {
  box-shadow: none;
}
.fcr-member-selection-modal-overview .modal-dialog .modal-content .modal-header .close .fa.fa-remove {
  border: none;
  color: #949494;
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .fcr-member-selection-modal-overview .modal-dialog .modal-content .modal-header .close .fa.fa-remove {
    font-size: 20px;
    padding: 0;
    margin: 12px 9px 0 0;
  }
}
.fcr-member-selection-modal-overview .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}
.fcr-member-selection-modal-overview .modal-dialog .modal-content .modal-body .modal-component-body {
  padding: 1.5rem;
  padding-left: 5.5rem;
}
@media screen and (max-width: 800px) {
  .fcr-member-selection-modal-overview .modal-dialog .modal-content .modal-body .modal-component-body {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .fcr-member-selection-modal-overview .modal-dialog .modal-content .modal-body .modal-component-body {
    padding: 0;
  }
}
.fcr-member-selection-modal-overview .fcr-member-selection-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .fcr-member-selection-modal-overview .fcr-member-selection-modal {
    width: 100%;
    display: block;
  }
}
.fcr-member-selection-modal-overview .fcr-member-selection-modal h2 {
  font-family: montserrat;
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .fcr-member-selection-modal-overview .fcr-member-selection-modal h2 {
    font-weight: 400;
    font-size: 22px !important;
    color: #000000;
    line-height: 26px;
    margin-bottom: 12px;
    text-align: start;
  }
}
.fcr-member-selection-modal-overview .fcr-member-selection-modal .fcr-member-selection-modal-description {
  font-family: lato;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .fcr-member-selection-modal-overview .fcr-member-selection-modal .fcr-member-selection-modal-description {
    font-weight: 700;
    font-size: 12px !important;
    color: #000000;
    line-height: 22px;
  }
}
.fcr-member-selection-modal-overview .fcr-member-selection-modal .fcr-member-selection-modal-description .modal-desc {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .fcr-member-selection-modal-overview .fcr-member-selection-modal .fcr-member-selection-modal-description .modal-desc {
    display: contents;
  }
}
.fcr-member-selection-modal-overview .fcr-member-selection-modal .fcr-member-selection-modal-btn-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  margin-top: 40px;
  max-width: 550px;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .fcr-member-selection-modal-overview .fcr-member-selection-modal .fcr-member-selection-modal-btn-container {
    margin-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .fcr-member-selection-modal-overview .fcr-member-selection-modal .fcr-member-selection-modal-btn-container {
    justify-content: flex-start;
  }
}
.fcr-member-selection-modal-overview .fcr-member-selection-modal .fcr-member-selection-modal-btn-container .fcr-member-selection-modal-btn {
  font-family: lato;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #286ce2;
  width: auto;
  border: 1px solid #286ce2;
  padding: 8px 16px;
  margin-bottom: 8px;
  text-transform: lowercase;
  background-color: #ffffff;
}
.fcr-member-selection-modal-overview .fcr-member-selection-modal .fcr-member-selection-modal-btn-container .fcr-member-selection-modal-btn::first-letter {
  text-transform: uppercase;
}
.fcr-member-selection-modal-overview .fcr-member-selection-modal .fcr-member-selection-modal-btn-container .fcr-member-selection-modal-btn:only-child {
  justify-content: flex-start;
}
.fcr-member-selection-modal-overview .fcr-member-selection-modal .fcr-member-selection-modal-action-container .fcr-member-selection-modal-checkbox {
  padding: 0 8px;
}
.fcr-member-selection-modal-overview .fcr-member-selection-modal .fcr-member-selection-modal-action-container .fcr-member-selection-modal-checkbox p {
  font-family: lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.fcr-member-selection-modal-overview .fcr-member-selection-modal .fcr-member-selection-modal-action-container .fcr-member-selection-modal-action-btn {
  height: 45px;
  width: 100%;
  border: 1px solid #286ce2;
  font-family: lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  background-color: #286ce2;
}
.fcr-member-selection-modal-overview[data-uxd-modal-cmp] {
  background: rgba(51, 51, 51, 0.5) !important;
}

.fcr-location-side-panel {
  display: flex;
  flex-direction: column;
}
.fcr-location-side-panel.pf-side-panel h3.modal-title {
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  .fcr-location-side-panel.pf-side-panel h3.modal-title {
    font-size: 22px;
    line-height: 1.2;
  }
}
.fcr-location-side-panel .fixed-tray .btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
@media only screen and (max-width: 480px) {
  .fcr-location-side-panel .fixed-tray.map-sticky-footer.fcr-sticky-footer {
    display: unset;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.0784313725) !important;
    padding-top: 0;
  }
  .fcr-location-side-panel .fixed-tray.map-sticky-footer.fcr-sticky-footer .btn-location-slider {
    display: flex;
    width: 90%;
    position: absolute;
    bottom: 0;
  }
  .fcr-location-side-panel .fixed-tray.map-sticky-footer.fcr-sticky-footer .btn-location-slider .btn {
    margin-top: 8px;
    margin-left: unset;
    width: 50%;
  }
}
.fcr-location-side-panel .fcr-location-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.fcr-location-side-panel .fcr-location-content-wrapper .view-claims {
  display: inline-flex;
}
.fcr-location-side-panel .fcr-location-content-wrapper .view-claims input[type=radio] {
  margin: 2px 0;
}
@media screen and (max-width: 480px) {
  .fcr-location-side-panel .fcr-location-content-wrapper .fcr-zipcode-input {
    width: calc(100% - 20px);
  }
}
.fcr-location-side-panel .fcr-location-content-wrapper .fcr-sticky-footer {
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.0784313725);
}
.fcr-location-side-panel .fcr-location-content-wrapper .fcr-sticky-footer.location-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 350;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .fcr-location-side-panel .fcr-location-content-wrapper .fcr-sticky-footer {
    padding: 16px;
    justify-content: center;
  }
}
.fcr-location-side-panel .fcr-location-content-wrapper .fcr-sticky-footer .btn {
  width: 168px;
}
.fcr-location-side-panel .fcr-location-content-wrapper .fcr-sticky-footer .btn.btn-primary {
  background: #286ce2;
}
@media only screen and (max-width: 480px) {
  .fcr-location-side-panel .fcr-scroller-mob {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .modal-container.slide-in.right .fcr-location-side-panel .clearfix .close {
    width: 48px;
    height: 48px;
  }
}
.modal-container.slide-in.right .fcr-location-side-panel .clearfix .close .fcr-close-icon:before {
  color: #286ce2;
  font-size: 26px;
}
@media only screen and (max-width: 480px) {
  .modal-container.slide-in.right .fcr-location-side-panel .clearfix .close .fcr-close-icon:before {
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 480px) {
  .pf-side-panel.switchLocation.fcr-location-side-panel .location-modal-height {
    padding-left: 25px !important;
    height: 90%;
  }
  .pf-side-panel.switchLocation.fcr-location-side-panel .location-modal-height h3.modal-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .overlay-container .overlay-wrapper {
    position: absolute;
    top: 0;
    right: 0 !important;
    width: 90%;
    height: 100%;
    left: unset;
  }
}
@media only screen and (max-width: 480px) {
  .fcr-change-plan-side-panel.fcr-location-side-panel .fixed-tray.map-sticky-footer.fcr-sticky-footer .btn-location-slider {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .fcr-change-plan-side-panel.fcr-location-side-panel .modal-component-body {
    padding-left: 24px !important;
  }
}
.fcr-change-plan-side-panel .fcr-plan-name {
  font-family: "Montserrat";
  font-size: 26px;
  font-weight: 300;
  line-height: 31.69px;
  text-align: left;
  color: #000000;
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .fcr-change-plan-side-panel .fcr-plan-name {
    margin-bottom: 15px;
  }
}
.fcr-change-plan-side-panel .fcr-plan-text {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #333333;
}
.fcr-change-plan-side-panel .fcr-eligible {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  margin-bottom: 4px;
}
.fcr-change-plan-side-panel .fcr-modal-text {
  margin-top: 16px;
}
.fcr-change-plan-side-panel .fcr-modal-text .radio-option {
  padding-top: 24px;
}
.fcr-change-plan-side-panel h4.modal-heading {
  font-family: "Montserrat";
  font-size: 26px;
  font-weight: 300;
  line-height: 31.69px;
  text-align: left;
  padding-bottom: 0px;
}
.fcr-change-plan-side-panel h4 + span {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #333333;
}
.fcr-change-plan-side-panel .fcr-include-text {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #333333;
}
.fcr-change-plan-side-panel .fcr-include-text ~ .fcr-planChange-text {
  font-weight: 400;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  max-width: 550px;
}
.fcr-change-plan-side-panel .fcr-plan-network-radio {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  color: #333333;
  margin-left: 8px;
  margin-right: 8px;
}
.fcr-change-plan-side-panel .fcr-plan-network-radio ~ .fcr-contract-details {
  margin-left: 8px;
  margin-top: 8px;
  display: flex;
  padding-left: 15px;
}
.fcr-change-plan-side-panel .fcr-plan-network-radio ~ .fcr-contract-details .fcr-planChange-text {
  padding-left: 4px;
  line-height: 22px;
}
.fcr-change-plan-side-panel .fcr-plan-network-radio ~ .fcr-contract-details ~ .fcr-member-details {
  margin-left: 8px;
  padding-left: 15px;
  margin-top: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}
.fcr-change-plan-side-panel .fcr-plan-network-radio ~ .fcr-effective-date {
  background: #f7f7f7;
  font-family: Lato;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 6px;
  font-size: 10px !important;
}
.fcr-change-plan-side-panel .fcr-plan-network-radio span.fcr-plan-list {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.fcr-change-plan-side-panel .fcr-multiple-member-btn {
  margin-right: 8px;
  border: 1px solid #666666;
  height: 30px;
  background-color: white;
  font-family: Lato;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #666666;
  width: auto;
  padding: 8px 16px;
  margin-top: 4px;
}
@media only screen and (max-width: 480px) {
  .fcr-change-plan-side-panel .fcr-multiple-member-btn {
    margin-bottom: 4px;
  }
}
.fcr-change-plan-side-panel .fcr-multiple-member-btn .fcr-multiple-member-span {
  font-family: Lato;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  padding-top: 6px;
  text-transform: capitalize !important;
}

.overlay-container:has(.fcr-feedback-panel) .overlay-wrapper, .overlay-container:has(.fcr-view-all-side-panel) .overlay-wrapper, .overlay-container:has(.fcr-ct-side-panel) .overlay-wrapper, .overlay-container:has(.fcr-compare-results-side-panel) .overlay-wrapper, .overlay-container:has(.fcr-ct-remove-side-panel) .overlay-wrapper {
  right: 0;
  left: unset;
  float: right;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .overlay-container:has(.fcr-feedback-panel) .overlay-wrapper, .overlay-container:has(.fcr-view-all-side-panel) .overlay-wrapper, .overlay-container:has(.fcr-ct-side-panel) .overlay-wrapper, .overlay-container:has(.fcr-compare-results-side-panel) .overlay-wrapper, .overlay-container:has(.fcr-ct-remove-side-panel) .overlay-wrapper {
    width: 92%;
  }
}
.overlay-container:has(.fcr-feedback-panel) .modal-container.slide-in.right .modal-panel, .overlay-container:has(.fcr-view-all-side-panel) .modal-container.slide-in.right .modal-panel, .overlay-container:has(.fcr-ct-side-panel) .modal-container.slide-in.right .modal-panel, .overlay-container:has(.fcr-compare-results-side-panel) .modal-container.slide-in.right .modal-panel, .overlay-container:has(.fcr-ct-remove-side-panel) .modal-container.slide-in.right .modal-panel {
  width: 45%;
}
@media screen and (max-width: 800px) {
  .overlay-container:has(.fcr-feedback-panel) .modal-container.slide-in.right .modal-panel, .overlay-container:has(.fcr-view-all-side-panel) .modal-container.slide-in.right .modal-panel, .overlay-container:has(.fcr-ct-side-panel) .modal-container.slide-in.right .modal-panel, .overlay-container:has(.fcr-compare-results-side-panel) .modal-container.slide-in.right .modal-panel, .overlay-container:has(.fcr-ct-remove-side-panel) .modal-container.slide-in.right .modal-panel {
    width: 100%;
  }
}

.fcr-feedback-panel {
  overflow-y: auto !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.fcr-feedback-panel .fct-feedback-panel-header .fcr-close {
  width: 62px;
  height: 60px;
  background: #f7f7f7;
  border: 0;
}
.fcr-feedback-panel .fct-feedback-panel-header .fcr-close:focus-visible {
  outline: none;
}
.fcr-feedback-panel .fct-feedback-panel-header .fcr-close .fcr-close-icon {
  font-size: 26px !important;
  color: #286ce2;
}
.fcr-feedback-panel .fcr-feedback-panel-body {
  padding: 8px 40px 42px 82px;
}
@media screen and (max-width: 800px) {
  .fcr-feedback-panel .fcr-feedback-panel-body {
    padding: 24px;
  }
}
.fcr-feedback-panel .fcr-feedback-panel-body .fcr-reasonHeader h2 {
  margin-bottom: 24px;
}
.fcr-feedback-panel .fcr-feedback-panel-body .fcr-modalContentTop p {
  margin-bottom: 24px;
}
.fcr-feedback-panel .fcr-feedback-panel-body .fcr-reason-title .prLabel {
  margin: 0;
  margin-bottom: 32px;
  align-items: flex-start;
  line-height: unset;
}
.fcr-feedback-panel .fcr-feedback-panel-body .fcr-reason-title .prLabel::before {
  margin-right: 9px;
  height: 16px;
  width: 16px;
}
.fcr-feedback-panel .fcr-feedback-panel-body .fcr-reason-txt-container {
  margin-top: -21px !important;
}
.fcr-feedback-panel .fcr-feedback-panel-body .fcr-reason-txt-container .fcr-not-interested-input {
  width: calc(100% - 58px) !important;
  padding: 13px 12px !important;
  border: 1px solid #949494;
}
@media screen and (max-width: 800px) {
  .fcr-feedback-panel .fcr-feedback-panel-body .fcr-reason-txt-container .fcr-not-interested-input {
    width: calc(100% - 24px) !important;
    padding: 10px !important;
  }
}
.fcr-feedback-panel .fcr-side-panel-footer {
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.0784313725);
  background: #ffffff;
  width: 100%;
}
.fcr-feedback-panel .fcr-side-panel-footer .fcr-action-buttons {
  display: flex;
  justify-content: flex-end;
  padding: 24px;
  gap: 12px;
}
.fcr-feedback-panel .fcr-side-panel-footer .fcr-action-buttons .fcr-btn {
  width: 168px;
  height: 45px;
  align-items: center;
  padding: unset;
}
.fcr-feedback-panel .fcr-side-panel-footer .fcr-action-buttons .btn-primary {
  background: #286ce2;
}

.fcr-side-panel,
.fcr-view-all-side-panel {
  overflow-y: auto !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.fcr-side-panel .fcr-width-100,
.fcr-view-all-side-panel .fcr-width-100 {
  width: 100%;
}
.fcr-side-panel .fcr-modal-component-header,
.fcr-view-all-side-panel .fcr-modal-component-header {
  width: 100%;
}
.fcr-side-panel .fcr-modal-close-btn,
.fcr-side-panel .fcr-close,
.fcr-view-all-side-panel .fcr-modal-close-btn,
.fcr-view-all-side-panel .fcr-close {
  width: 62px;
  height: 60px;
  background: #f7f7f7;
  border: 0;
}
@media screen and (max-width: 800px) {
  .fcr-side-panel .fcr-modal-close-btn,
  .fcr-side-panel .fcr-close,
  .fcr-view-all-side-panel .fcr-modal-close-btn,
  .fcr-view-all-side-panel .fcr-close {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .fcr-side-panel .fcr-modal-close-btn,
  .fcr-side-panel .fcr-close,
  .fcr-view-all-side-panel .fcr-modal-close-btn,
  .fcr-view-all-side-panel .fcr-close {
    top: 0;
    position: fixed;
  }
}
.fcr-side-panel .fcr-modal-close-btn:focus-visible,
.fcr-side-panel .fcr-close:focus-visible,
.fcr-view-all-side-panel .fcr-modal-close-btn:focus-visible,
.fcr-view-all-side-panel .fcr-close:focus-visible {
  outline: none;
}
.fcr-side-panel .fcr-modal-close-btn .fcr-close-icon,
.fcr-side-panel .fcr-close .fcr-close-icon,
.fcr-view-all-side-panel .fcr-modal-close-btn .fcr-close-icon,
.fcr-view-all-side-panel .fcr-close .fcr-close-icon {
  font-size: 26px !important;
  color: #286ce2;
}
@media screen and (max-width: 800px) {
  .fcr-side-panel .fcr-modal-close-btn .fcr-close-icon,
  .fcr-side-panel .fcr-close .fcr-close-icon,
  .fcr-view-all-side-panel .fcr-modal-close-btn .fcr-close-icon,
  .fcr-view-all-side-panel .fcr-close .fcr-close-icon {
    font-size: 22px !important;
  }
}
.fcr-side-panel .fcr-modal-component-body,
.fcr-view-all-side-panel .fcr-modal-component-body {
  flex: 1;
  padding: 8px 40px 42px 82px;
  overflow-y: scroll;
}
@media screen and (max-width: 800px) {
  .fcr-side-panel .fcr-modal-component-body,
  .fcr-view-all-side-panel .fcr-modal-component-body {
    padding: 25px 16px 42px 25px;
  }
}
@media screen and (max-width: 480px) {
  .fcr-side-panel .fcr-modal-component-body,
  .fcr-view-all-side-panel .fcr-modal-component-body {
    padding-left: 56px !important;
  }
}
.fcr-side-panel .fcr-modal-component-body .fcr-view-list .fcr-modal-title,
.fcr-view-all-side-panel .fcr-modal-component-body .fcr-view-list .fcr-modal-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 31.69px;
  margin-bottom: 36px;
  color: #000;
}
.fcr-side-panel .fcr-modal-component-body .fcr-view-list .fcr-modal-text,
.fcr-view-all-side-panel .fcr-modal-component-body .fcr-view-list .fcr-modal-text {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 36px;
}
.fcr-side-panel .fcr-modal-component-body .fcr-view-list .fcr-modal-text .fcr-radio-btn,
.fcr-view-all-side-panel .fcr-modal-component-body .fcr-view-list .fcr-modal-text .fcr-radio-btn {
  margin: 4px 0 0;
  height: 16px;
  width: 16px;
}
.fcr-side-panel .fcr-modal-component-body .fcr-view-list .fcr-modal-text .fcr-modal-txt-wrapper,
.fcr-view-all-side-panel .fcr-modal-component-body .fcr-view-list .fcr-modal-text .fcr-modal-txt-wrapper {
  display: flex;
  flex-direction: column;
  align-self: start;
}
.fcr-side-panel .fcr-modal-component-body .fcr-view-list .fcr-modal-text .fcr-modal-txt-wrapper .fcr-member-name,
.fcr-side-panel .fcr-modal-component-body .fcr-view-list .fcr-modal-text .fcr-modal-txt-wrapper .fcr-member-dob,
.fcr-view-all-side-panel .fcr-modal-component-body .fcr-view-list .fcr-modal-text .fcr-modal-txt-wrapper .fcr-member-name,
.fcr-view-all-side-panel .fcr-modal-component-body .fcr-view-list .fcr-modal-text .fcr-modal-txt-wrapper .fcr-member-dob {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #333333;
  text-transform: capitalize;
}
.fcr-side-panel .fcr-modal-component-body .fcr-view-list .fcr-modal-text .fcr-modal-txt-wrapper .fcr-member-dob,
.fcr-view-all-side-panel .fcr-modal-component-body .fcr-view-list .fcr-modal-text .fcr-modal-txt-wrapper .fcr-member-dob {
  font-weight: 400;
}
.fcr-side-panel .fcr-modal-component-footer,
.fcr-side-panel .fcr-component-footer,
.fcr-view-all-side-panel .fcr-modal-component-footer,
.fcr-view-all-side-panel .fcr-component-footer {
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.0784313725);
  background: #ffffff;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 24px;
}
@media screen and (max-width: 800px) {
  .fcr-side-panel .fcr-modal-component-footer,
  .fcr-side-panel .fcr-component-footer,
  .fcr-view-all-side-panel .fcr-modal-component-footer,
  .fcr-view-all-side-panel .fcr-component-footer {
    justify-content: center;
  }
}
.fcr-side-panel .fcr-modal-component-footer .fcr-btn-primary,
.fcr-side-panel .fcr-component-footer .fcr-btn-primary,
.fcr-view-all-side-panel .fcr-modal-component-footer .fcr-btn-primary,
.fcr-view-all-side-panel .fcr-component-footer .fcr-btn-primary {
  background: #286ce2;
  color: #ffffff;
  padding: 12px 16px;
}
.fcr-side-panel .fcr-modal-component-footer .btn,
.fcr-side-panel .fcr-component-footer .btn,
.fcr-view-all-side-panel .fcr-modal-component-footer .btn,
.fcr-view-all-side-panel .fcr-component-footer .btn {
  width: 145px;
  height: 45px;
}
@media screen and (max-width: 480px) {
  .fcr-side-panel .fcr-modal-component-footer .btn,
  .fcr-side-panel .fcr-component-footer .btn,
  .fcr-view-all-side-panel .fcr-modal-component-footer .btn,
  .fcr-view-all-side-panel .fcr-component-footer .btn {
    width: 153px;
  }
}

.fcr-providers-compare-modal-overview .modal-dialog .modal-content {
  width: 1128px;
  max-height: 720px;
  padding: 0px;
  border-radius: 20px;
}
.fcr-providers-compare-modal-overview .modal-dialog .modal-content .modal-header,
.fcr-providers-compare-modal-overview .modal-dialog .modal-content .modal-footer {
  display: none !important;
}
.fcr-providers-compare-modal-overview .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}
.fcr-providers-compare-modal-overview .modal-dialog .modal-content .modal-body .modal-component-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.fcr-providers-compare-modal-overview .modal-dialog .modal-content .modal-body .modal-component-body::-webkit-scrollbar {
  display: none;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: scroll;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-compare-map-container-div {
  padding-left: 0px;
  padding-right: 0px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-compare-map-container-div .fcr-map-container {
  height: 17.2rem !important;
  min-height: 17.2rem !important;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-compare-map-view-bar {
  background-color: rgb(36, 83, 166);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  gap: 5px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-compare-map-view-button {
  color: #fff;
  display: contents;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-providers-compare-modal-heading {
  font-family: Lato;
  padding: 24px 24px 16px 24px;
  position: sticky;
  top: 0;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 20002;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-providers-compare-modal-heading .fcr-compare-provider-header-top {
  display: flex;
  align-items: center;
  width: 100%;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-providers-compare-modal-heading .fcr-compare-provider-header-top p,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-providers-compare-modal-heading .fcr-compare-provider-header-top h3 {
  flex: 1;
  font-weight: 700;
  font-size: 22px;
  line-height: 26.4px;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-providers-compare-modal-heading .fcr-compare-provider-header-top .fcr-provider-print-icon {
  height: auto;
  width: auto;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #286ce2;
  margin-right: 40px;
  cursor: pointer;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-providers-compare-modal-heading .fcr-compare-provider-header-top .fcr-provider-print-icon img {
  padding-right: 5px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-providers-compare-modal-heading .fcr-compare-provider-header-top .fcr-provider-close-icon {
  cursor: pointer;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-providers-compare-modal-heading .fcr-compare-provider-header-top .fcr-provider-close-icon .close-icon {
  height: 22px;
  width: 22px;
  vertical-align: top;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-compare-provider-table {
  flex-grow: 1;
  max-height: 40rem;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-compare-provider-table .fcr-compare-table-display-none {
  display: none;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-compare-provider-table-mapView {
  margin: -17px -25px 0px -17px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal table th:first-child {
  width: 206px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal table th:not(:first-child) {
  width: calc((100% - 206px) / 3);
  vertical-align: top;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal table thead > tr tr,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal table tfoot > tr tr {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal table img {
  padding-right: 8px;
  vertical-align: text-top;
  display: inline-flex !important;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal table .fcr-compare-icon {
  font-size: 16px;
  color: #949494;
  margin-right: 8px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal table .fcr-provider-bold-text {
  font-weight: 700;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal table .fcr-compare-provider-table-data.fcr-provider-map {
  padding-left: 0px;
  padding-right: 0px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal table .fcr-compare-provider-table-data.fcr-provider-map div {
  height: 180px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-table-sticky-header {
  top: 70px;
  font-family: Lato;
  color: #333333;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-table-sticky-header .fcr-provider-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  padding-bottom: 12px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-table-sticky-header .fcr-provider-network-status,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-table-sticky-header .fcr-provider-type {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 12px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-table-sticky-header .fcr-provider-network-status .fcr-provider-network-status-icon,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-table-sticky-header .fcr-provider-type .fcr-provider-network-status-icon {
  width: 32px;
  height: 24px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-table-sticky-header .fcr-cursor-pointer {
  cursor: pointer;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-table-sticky-header .fcr-provider-tier-button a {
  color: #286ce2;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-table-sticky-header,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-table-sticky-footer {
  position: sticky;
  background-color: #f7f7f7;
  z-index: 20001;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal th,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td {
  border-right: 2px solid rgba(148, 148, 148, 0.5);
  padding: 16px 24px 0px 16px;
  width: 200px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal th .fcr-add-another-button-container,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td .fcr-add-another-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal th .fcr-add-another-button,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td .fcr-add-another-button {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #e6efff;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal th ul.fcr-provider-no-bullets,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td ul.fcr-provider-no-bullets {
  list-style: none;
  padding-left: 0;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal th ul.fcr-provider-no-bullets li,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td ul.fcr-provider-no-bullets li {
  padding-bottom: 16px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal th ul.fcr-provider-no-bullets li:last-child,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td ul.fcr-provider-no-bullets li:last-child {
  padding-bottom: 0px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-compare-provider-table-content {
  max-height: 443px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-compare-provider-table-content::-webkit-scrollbar {
  display: none;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td.fcr-compare-provider-table-headings,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal th.fcr-compare-provider-table-headings {
  text-align: right;
  vertical-align: top;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #333333;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td.fcr-compare-provider-table-data {
  text-align: left;
  vertical-align: top;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  padding-left: 24px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td.fcr-compare-provider-table-data a {
  font-weight: 700;
  color: #286ce2;
  text-decoration: none;
  word-wrap: break-word;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td.fcr-compare-provider-table-data flex-containers {
  display: inline-flex;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td.fcr-provider-bold-text {
  font-weight: 700;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td.fcr-provider-empty-cell-data,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td.fcr-empty-footer-cell {
  border-right: none;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-empty-footer-cell,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-provider-empty-cell-data {
  background-color: #e6efff;
  border: none;
  padding: 16px 24px;
  height: 100%;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-provider-empty-cell-data {
  background-color: #f7f7f7;
  border: none;
  padding: 16px 24px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td:last-child,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal th:last-child {
  border-right: none;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-table-sticky-footer {
  bottom: 0;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-table-sticky-footer .fcr-provider-footer-button-container {
  display: flex;
  justify-content: space-between;
  margin: 8px 0px 24px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-table-sticky-footer .fcr-remove-button-icon {
  padding-left: 8px;
  padding-right: 0px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal th button,
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal td button {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #286ce2;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: none;
  background: #f7f7f7;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal button[disabled] {
  background: #f7f7f7;
  cursor: not-allowed;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-provider-rewards-scroll {
  height: 500px;
  overflow-y: auto;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-provider-rewards-scroll .fcr-provider-rewards-title {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.82px;
  padding: 24px;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-provider-rewards-scroll::-webkit-scrollbar {
  display: none;
}
.fcr-providers-compare-modal-overview .fcr-providers-compare-modal .fcr-provider-rewards-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.fcr-providers-compare-modal-overview .fcr-provider-rating-container {
  padding: 24px 50px 0px;
}

[data-uxd-modal-cmp].fcr-providers-compare-modal-overview {
  background: rgba(51, 51, 51, 0.5) !important;
  align-content: center;
  overflow-x: auto !important;
}
[data-uxd-modal-cmp].fcr-providers-compare-modal-overview .modal-content {
  max-width: 1128px;
  margin: 13% auto 0;
}
[data-uxd-modal-cmp].fcr-providers-compare-modal-overview .modal-open {
  overflow: hidden;
}
[data-uxd-modal-cmp].fcr-providers-compare-modal-overview .modal-dialog {
  transform: translate(-12%, -12%) !important;
  margin: 50px auto 0px;
  width: 80%;
}

.fcr-provider-recognition-cards {
  margin: 24px;
}
.fcr-provider-recognition-cards .fcr-recognitions-card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.fcr-provider-recognition-cards .fcr-recognitions-card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 18px 24px;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #333;
}
.fcr-provider-recognition-cards .fcr-recognitions-card .fcr-recognitions-card-title {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  padding-bottom: 18px;
}
.fcr-provider-recognition-cards .fcr-recognitions-card .fcr-recognitions-card-description {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.fcr-provider-recognition-cards .fcr-recognitions-card-icon {
  width: 82px;
  height: 82px;
  padding-bottom: 10px;
}
@media screen and (max-width: 840px) {
  .fcr-provider-recognition-cards .fcr-recognitions-card-container {
    grid-template-columns: 1fr;
  }
  .fcr-provider-recognition-cards .fcr-provider-recognition-cards {
    margin: 16px;
  }
}

.fcr-compare-results-side-panel {
  padding: 0px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.fcr-compare-results-side-panel img {
  padding-right: 8px;
}
.fcr-compare-results-side-panel .fcr-top-buttons {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.fcr-compare-results-side-panel .fcr-close-button-top {
  width: 48px;
  height: 48px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fcr-compare-results-side-panel .fcr-print-button,
.fcr-compare-results-side-panel .fcr-replace-button {
  height: auto;
  width: auto;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #286ce2;
}
.fcr-compare-results-side-panel .fcr-replace-button button {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #286ce2;
  padding: 0px;
  display: flex;
  align-items: center;
  border: none;
  background: #fff;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fcr-compare-results-side-panel .fcr-print-button {
  padding-top: 18px;
  padding-right: 22px;
}
.fcr-compare-results-side-panel .fcr-header-sticky {
  position: sticky;
  top: 48px;
  background-color: #fff;
  z-index: 1;
}
.fcr-compare-results-side-panel .fcr-header {
  text-align: left;
  padding: 14px 0px 20px 14px;
}
.fcr-compare-results-side-panel .fcr-header p {
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
  margin: 0px;
}
.fcr-compare-results-side-panel .fcr-name-section {
  display: flex;
  justify-content: space-between;
  background-color: #f7f7f7;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #ccc;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0784313725);
}
.fcr-compare-results-side-panel .fcr-name-section .fcr-name-row {
  display: flex;
  width: 100%;
}
.fcr-compare-results-side-panel .fcr-name-section .fcr-name-item {
  flex: 1;
  padding: 22px 10px;
  text-align: left;
  border-left: 1px solid #ccc;
}
.fcr-compare-results-side-panel .fcr-name-section .fcr-name-item p {
  margin-bottom: 12px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  color: #333;
}
.fcr-compare-results-side-panel .fcr-name-section .fcr-name-item:first-child {
  border-left: none;
}
.fcr-compare-results-side-panel .fcr-scrollable-content {
  overflow-y: auto;
  flex: 1;
  border: 1px solid #ccc;
}
.fcr-compare-results-side-panel .fcr-info-section {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.fcr-compare-results-side-panel .fcr-compare-map-view-bar {
  background-color: rgb(36, 83, 166);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  gap: 5px;
}
.fcr-compare-results-side-panel .fcr-compare-map-view-button {
  color: #fff;
}
.fcr-compare-results-side-panel .fcr-info-header {
  text-align: left;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0px;
  padding: 10px;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #333;
}
.fcr-compare-results-side-panel .fcr-data-row {
  display: flex;
  width: 100%;
  border-top: 1px solid #ccc;
}
.fcr-compare-results-side-panel .fcr-data-item {
  flex: 1;
  padding: 24px 10px;
  text-align: left;
  background-color: #fff;
  border-left: 1px solid #ccc;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
.fcr-compare-results-side-panel .fcr-data-item .fcr-sub-data-item {
  padding-bottom: 12px;
}
.fcr-compare-results-side-panel .fcr-data-item a {
  word-break: break-word;
  white-space: normal;
  text-decoration: none;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #286ce2;
}
.fcr-compare-results-side-panel .fcr-data-item ul.fcr-provider-no-bullets {
  list-style: none;
  padding-left: 0;
}
.fcr-compare-results-side-panel .fcr-data-item ul.fcr-provider-no-bullets li {
  padding-bottom: 16px;
}
.fcr-compare-results-side-panel .fcr-data-item ul.fcr-provider-no-bullets li:last-child {
  padding-bottom: 0px;
}
.fcr-compare-results-side-panel .fcr-data-item .fcr-provider-bold-text {
  font-weight: 700;
}
.fcr-compare-results-side-panel .fcr-data-item:first-child {
  border-left: none;
}
.fcr-compare-results-side-panel .fcr-data-item p,
.fcr-compare-results-side-panel .fcr-data-item h4 {
  margin: 0px;
}
.fcr-compare-results-side-panel .fcr-data-item.fcr-provider-map {
  padding: 0px;
}
.fcr-compare-results-side-panel .fcr-data-item.fcr-provider-map .fcr-map-container {
  height: 25rem !important;
  min-height: 25rem !important;
}
.fcr-compare-results-side-panel .fcr-insurance-list {
  list-style-type: disc;
  text-align: left;
  margin: 0px;
  padding-left: 20px;
}
.fcr-compare-results-side-panel .fcr-sticky-footer-button-container {
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 24px 16px;
  border: none;
  border-top: 1px solid #ccc;
}
.fcr-compare-results-side-panel .fcr-ratings-footer-container {
  display: flex;
  gap: 13px;
}
.fcr-compare-results-side-panel .fcr-close-primary-button-bottom {
  background: #286ce2;
  color: #ffffff;
  border: none;
  text-align: center;
  height: 45px;
  width: 100%;
  font-weight: 700;
}
.fcr-compare-results-side-panel .fcr-close-secondary-button-bottom {
  background: #fff;
  color: #286ce2;
  border: 1px solid #286ce2;
  text-align: center;
  height: 45px;
  width: 100%;
  font-weight: 700;
}
.fcr-compare-results-side-panel .fcr-close-secondary-button-bottom.fcr-rating-close-button {
  padding: 12px 36px;
}
.fcr-compare-results-side-panel .fcr-recognitions-mobile-header-container {
  padding: 10px;
  background: #f7f7f7;
}
.fcr-compare-results-side-panel .fcr-recognitions-mobile-header-container span {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}

.fcr-affiliation-filter-container {
  margin-left: 2.3rem;
}
.fcr-affiliation-filter-container .input-container {
  display: flex;
  margin: 12px 0px;
  border: 1px solid #949494;
  color: #555555;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  width: 60%;
}
.fcr-affiliation-filter-container .input-container .input-field {
  line-height: 32px !important;
}
.fcr-affiliation-filter-container .fcr-search-icon {
  padding: 12px;
}
.fcr-affiliation-filter-container .affiliation-input-box {
  border: none;
  width: 100%;
  padding: 14px;
}
.fcr-affiliation-filter-container .view-locations-link {
  color: #286ce2;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.fcr-affiliation-locations-header {
  margin-bottom: 1rem;
}

.fcr-affiliation-address-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-bottom: solid 1px #cccccc;
  padding: 10px 0;
}
.fcr-affiliation-address-container .fcr-address-list-header {
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}
.fcr-affiliation-address-container .fcr-address-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.fcr-affiliation-address-container .fcr-address-content .fcr-address-line-2 {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.filter-side-panel {
  overflow-y: auto !important;
  height: 100% !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.filter-side-panel .close-btn-ht {
  height: 60px;
}
.filter-side-panel .filter-modal-component-body {
  padding: 2rem 1rem 5rem 5.5rem !important;
  height: calc(100vh - 150px);
  overflow-y: scroll;
}
.filter-side-panel .filter-modal-component-body hr {
  border-top: 1px solid #cccccc;
  margin-top: 0;
}
.filter-side-panel .filter-modal-component-body .fcr-filter-category .fcr-filter-item {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.filter-side-panel .filter-modal-component-body .fcr-filter-category .fcr-filter-item label.pcLabel {
  font-size: 1em;
}
.filter-side-panel .filter-modal-component-body .fcr-filter-category .fcr-filter-item label.pcLabel::before {
  font-size: 11px;
  font-weight: 100;
  width: 16px;
  height: 16px;
  padding: 2px;
}
.filter-side-panel .filter-modal-component-body .fcr-filter-category .fcr-filter-item-margin {
  margin-bottom: 0;
}
.filter-side-panel .filter-modal-component-body .fcr-filter-category .fcr-filter-item-description {
  margin-left: 57px;
  margin-bottom: 1.5rem;
}
.filter-side-panel .filter-modal-component-body .fcr-filter-category .fcr-filter-description {
  margin-left: 30px;
}
.filter-side-panel .filter-modal-component-body .fcr-filter-category .billing-code-filter {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.filter-side-panel .filter-modal-component-body .fcr-filter-category .billing-code-filter .billingcode-dropdown-container {
  width: 100%;
}
.filter-side-panel .filter-modal-component-body .fcr-filter-category .billing-code-filter .cpt-filter-desc {
  padding: 5px 0;
}
.filter-side-panel .filter-modal-component-body .fcr-filter-category .uxd-expansion-panel {
  border-bottom: none;
}
.filter-side-panel .filter-modal-component-body .fcr-filter-category .filter-distance-lookup-container .fly-out {
  position: relative;
}
.filter-side-panel .filter-modal-component-body .fcr-filter-category .filter-distance-lookup-container .look-up-container {
  border: none;
  box-shadow: none;
}
@media screen and (min-width: 801px) {
  .filter-side-panel .filter-modal-component-body {
    padding: 1rem 5rem 5rem 5rem !important;
  }
}
.filter-side-panel .filter-modal-component-body .filter-heading-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.filter-side-panel .filter-modal-component-body .close-button {
  border: none;
  background: none;
  color: rgb(19, 85, 233);
}
.filter-side-panel .filter-modal-component-body .filter-margin {
  margin-right: 9px;
}
.filter-side-panel .filter-modal-component-body .filter-headig {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}
.filter-side-panel .uxd-expansion-header {
  padding: 16px 0px !important;
}
.filter-side-panel .filter-accordion-component .uxd-expansion-toggle {
  width: 100%;
}
.filter-side-panel .filter-accordion-component .uxd-expansion-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.filter-side-panel .filter-accordion-component .expansion-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: rgb(51, 51, 51);
  margin-left: 8px;
}
.filter-side-panel .filter-accordion-component .selected-filter-count {
  font-family: Lato, sans-serif;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 15px;
  text-align: right;
  color: #333333;
}
.filter-side-panel .filter-side-panel-chip {
  display: flex;
  align-items: center;
  border-radius: 16px;
  padding: 4px 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
  background-color: rgb(40, 108, 226);
  color: #ffffff;
}
.filter-side-panel .filter-side-panel-chip .chip-close-button {
  color: #ffffff;
  background: none;
  border: none;
}
.filter-side-panel .filter-side-panel-chip .chip-close-button span {
  font-size: 9px !important;
}
.filter-side-panel .filter-chip span {
  margin-right: 8px;
}
.filter-side-panel .filter-side-panel-buttons {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  width: 100% !important;
  align-items: center;
  height: 93px;
  padding-right: 33px;
  padding-left: 55px;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.08);
}
.filter-side-panel .filter-side-panel-buttons.justify-end {
  justify-content: flex-end;
}
.filter-side-panel .filter-side-panel-buttons #fcr-buttons-container {
  gap: 16px;
  flex: 1;
  justify-content: flex-end;
}
.filter-side-panel .filter-side-panel-buttons > div {
  display: flex;
}
.filter-side-panel .filter-side-panel-buttons .cancel-button {
  border: none;
  background: none;
  padding: 12px;
  font-weight: 700;
}
.filter-side-panel .filter-side-panel-buttons .undo-button {
  padding: 12px 16px;
  border: 1px solid #286ce2;
  color: #286ce2;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.filter-side-panel .filter-side-panel-buttons .undo-button .motif-undo {
  font-size: 26px;
}
.filter-side-panel .filter-side-panel-buttons .undo-button span {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.filter-side-panel .filter-side-panel-buttons .apply-button {
  background-color: #286ce2;
}

.fcr-applied-filter {
  padding: 0px;
  margin-bottom: 16px;
}
.fcr-applied-filter a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1rem;
}
.fcr-applied-filter a:hover .filter-item-close {
  background: rgba(255, 255, 255, 0.15);
}
.fcr-applied-filter a:hover .filter-more-showmore {
  background: rgba(0, 0, 0, 0.1);
}
.fcr-applied-filter a:focus {
  outline: 0;
}
.fcr-applied-filter a:focus .filter-item-close {
  border-width: 2px;
}
.fcr-applied-filter a:focus .filter-more-showmore {
  border-width: 2px;
}
.fcr-applied-filter .filter-item {
  line-height: 1.2rem;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 16px;
  margin-left: auto !important;
  background: #286ce2;
  color: #ffffff;
}
.fcr-applied-filter .filter-item .filter-item-close,
.fcr-applied-filter .filter-item .filter-more-showmore {
  display: inline-flex;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  font-size: 10px !important;
  font-size: 7px !important;
  font-weight: bold;
  border-radius: 8px;
  height: 16px;
  width: 16px;
}
.fcr-applied-filter .filter-item .filter-item-close {
  color: white;
  font-size: 10px !important;
  font-weight: 400;
}
.fcr-applied-filter .filter-item .filter-more-showmore {
  transform: rotate(45deg);
  color: #286ce2;
  border: 1px solid #286ce2;
}
.fcr-applied-filter .filter-item .custom-icon-showless {
  transform: none;
  font-size: 14px !important;
}
.fcr-applied-filter .filter-item .custom-icon-showless:before {
  content: "−";
  margin-top: -4px;
}
.fcr-applied-filter .filter-item .filter-name {
  font-size: 12px !important;
  font-weight: 400;
  padding-right: 10px;
}
.fcr-applied-filter .filter-item.filter-more {
  border: 1px solid #286ce2;
  background: white;
  color: #286ce2;
}

.fcr-pgm-cards-modal-component-body {
  padding: 1rem 2rem 2rem 5rem !important;
  height: calc(100vh - 155px);
  overflow-y: scroll;
}

.fcr-pgm-cards-component {
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.fcr-pgm-cards-component.margin-right-1rem {
  margin-right: 1rem;
}

.fcr-pgm-cards-container {
  --pgm-card-link-color: #286ce2;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.fcr-pgm-cards-container .fcr-pgm-cards-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.fcr-pgm-cards-container .fcr-pgm-cards-header a {
  text-decoration: none;
  font-weight: 700;
  color: var(--pgm-card-link-color);
}
.fcr-pgm-cards-container.gap-1rem {
  gap: 1rem;
}
.fcr-pgm-cards-container h3 {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 15px;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper.row {
  flex-direction: row;
  padding: 0;
  margin: 0;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper.row > * {
  margin-right: 1rem;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper.row > *:last-child {
  margin-right: 0;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper.row .fcr-pgm-card-wrapper {
  width: 50%;
  height: 104px;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper.row .fcr-pgm-card-wrapper.single-card {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .fcr-pgm-cards-container .fcr-pgm-cards-wrapper.row .fcr-pgm-card-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper.col {
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper.col .fcr-pgm-card-wrapper {
  width: 100%;
  margin-right: 1rem;
  height: 85px;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper.col .fcr-pgm-card-wrapper .fcr-pgm-card .card-img-wrapper img {
  height: 83px;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper .fcr-pgm-card-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: solid 1px #e7e7e7;
  border-radius: 8px;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper .fcr-pgm-card-wrapper .fcr-pgm-card {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper .fcr-pgm-card-wrapper .fcr-pgm-card .card-img-wrapper {
  width: max-content;
  height: max-content;
  display: block;
  align-self: stretch;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper .fcr-pgm-card-wrapper .fcr-pgm-card .card-img-wrapper img {
  object-fit: cover;
  object-position: center;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
  height: 102px;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper .fcr-pgm-card-wrapper .fcr-pgm-card .card-img-wrapper img.box-height {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper .fcr-pgm-card-wrapper .fcr-pgm-card .card-img-wrapper img.rounded-icons {
  width: 60px;
  height: auto;
  margin: 10px;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper .fcr-pgm-card-wrapper .fcr-pgm-card .card-content {
  padding: 8px;
  width: 100%;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper .fcr-pgm-card-wrapper .fcr-pgm-card .card-content dl {
  margin: 0;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper .fcr-pgm-card-wrapper .fcr-pgm-card .card-content .card-title {
  font-size: 14px;
  color: var(--pgm-card-link-color);
  font-weight: 700;
  line-height: 22px;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper .fcr-pgm-card-wrapper .fcr-pgm-card .card-content .card-desc {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 18px;
  padding-top: 4px;
}
.fcr-pgm-cards-container .fcr-pgm-cards-wrapper .fcr-pgm-card-wrapper .fcr-pgm-card .card-content .line-clamp-2 {
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
}
.fcr-pgm-cards-container h4 {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}
.fcr-pgm-cards-container .fcr-pgm-details-back-link {
  color: var(--pgm-card-link-color);
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.fcr-pgm-cards-container .fcr-pgm-content-wrapper {
  display: flex;
  flex-direction: column;
}
.fcr-pgm-cards-container .fcr-pgm-content-wrapper .pgm-phone a {
  color: var(--pgm-card-link-color);
  font-weight: 700;
  text-decoration: underline;
}
.fcr-pgm-cards-container .fcr-pgm-content-wrapper a.pgm-web-url {
  color: var(--pgm-card-link-color);
  font-weight: normal;
  text-decoration: none;
}
.fcr-pgm-cards-container .fcr-pgm-content-wrapper.list-content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.fcr-pgm-cards-container .fcr-pgm-content-wrapper.list-content ul li {
  line-height: 2rem;
}

.fcr-secure-sticky-back {
  width: 158% !important;
  width: -moz-available !important; /* WebKit-based browsers will ignore this. */
  margin-left: -24rem !important;
  padding-left: 24rem !important;
}
@media screen and (max-width: 1024px) {
  .fcr-secure-sticky-back {
    width: 160% !important;
    margin-left: -14rem !important;
    padding-left: 185px !important;
  }
}
@media screen and (max-width: 480px) {
  .fcr-secure-sticky-back {
    width: calc(100% + 30px) !important;
    margin-left: -15px !important;
    padding-left: 15px !important;
    margin-top: 16px !important;
  }
}

.pf-award-modal-container .modal-content p {
  line-height: 1.5 !important;
  margin-top: 8px;
}

a.anchor-underline {
  text-decoration: underline !important;
  font-size: 14px;
}

.anchor-icon {
  text-decoration: none;
}

.ant-form-item-error {
  font-size: 14px !important;
}

.ant-form-item-error:before {
  font-size: 18px !important;
}

#backButtonLink {
  padding-top: 10px;
  display: block;
  font-weight: 400;
}

.header-section-name {
  font-size: 1.25rem !important;
  color: #333 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
}

.pop-over-cnt p {
  font-size: 14px;
}
.pop-over-cnt .glossary-term {
  font-weight: normal;
}
.pop-over-cnt .popover.ant-tooltip-component {
  border: solid 1px #3a77e4 !important;
}
.pop-over-cnt .popover.top {
  margin-left: 0px !important;
}
.pop-over-cnt .popover-close,
.pop-over-cnt .popover-indicator {
  display: none !important;
}
.pop-over-cnt .popover-content a {
  font-size: 14px !important;
  font-family: "Lato", sans-serif !important;
}

.dropdown-fix legend {
  margin-bottom: 5px;
}

.sidebar-nav .sidebar-list .sidebar-item {
  background: transparent;
  font-size: 14px;
}

.close:focus {
  opacity: 1;
}

.sidebar-nav .siderail-header {
  font-size: 1.22rem;
}

.popover.top {
  margin-left: 0px;
}

a.ant-action-link span.fa {
  font-size: 25px;
}

.routing-col-tip {
  font-size: 14px;
}

p,
a,
label,
.form-item label,
legend {
  font-size: 14px;
}

.sidebar-item {
  background: transparent;
}

.section-header .header-page-name {
  font-size: 0.89rem;
}
.section-header .header-section-name {
  font-size: 1.25rem;
}

.tmp-form-overrides .temp-input-style {
  height: 37px;
  border-radius: 0px;
  border: 1px solid #ccc;
}

.modal-header {
  border-bottom: none !important;
}

small,
.small {
  font-size: 80% !important;
}

.ant-font-bold {
  font-weight: bold;
}

.motif-theme div.ant-alert.ant-negative {
  border-left: none !important;
}
.motif-theme div.ant-alert {
  border: none;
  border-left: none;
  color: #666;
  padding: 0;
  display: flex;
  align-items: flex;
}
.motif-theme div.ant-alert.ant-negative .ant-alert-left,
.motif-theme div.ant-alert.ant-negative .ant-alert-main {
  background: #c03;
}
.motif-theme div.ant-alert.ant-negative {
  border-left: 5px solid #c03 !important;
}
.motif-theme .ant-alert .alert-icon {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.motif-theme .ant-alert .ant-alert-main {
  padding: 0.85714286rem 10px 0.85714286rem 0.57142857rem;
  background: #f7f7f7 !important;
}
.motif-theme .ant-alert.ant-negative .ant-alert-left {
  background-color: #c03 !important;
}

.intent_search_info_alrt {
  background-color: white !important;
  border: 0.2px solid white !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.memberFailureAlert div.ant-alert.ant-negative .ant-alert-left {
  background: none !important;
  border-left: none !important;
}
.memberFailureAlert .ant-alert .ant-alert-main {
  background: none !important;
}

.psDropdown .psLabel,
.psDropdown .psLabel:last-of-type,
.psDropdown .psLabel:last-of-type {
  padding: 0.75rem 0 0.75rem 0.75rem !important;
}

.x-ant-toggle-ctrl .fa-caret-down {
  float: right;
  padding-left: 10px;
  padding-right: 5px;
  font-size: 22px;
  color: #4c6684;
  bottom: 0.15rem;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .pfToggleSwitch .ptLabel {
    max-width: 12.6rem !important;
  }
  .x-ant-toggle-ctrl .fa-caret-down {
    font-size: 18px;
    bottom: 0rem;
  }
}
@media only screen and (max-width: 370px) {
  .pfToggleSwitch .ptLabel {
    max-width: 9rem !important;
  }
}
.section-header .header-page-name {
  font-size: 0.88889rem;
}
.section-header .header-section-name {
  font-size: 1.25rem;
}

h1,
.ant-heading-one {
  font-size: 32px;
}

h2,
.ant-heading-two {
  font-size: 26px !important;
}

h3,
.ant-heading-three {
  font-size: 22px;
}

h4,
.ant-heading-four {
  font-size: 22px;
}

h5,
.ant-heading-five {
  font-size: 18px;
}

h6,
.ant-heading-six {
  font-size: 16px;
}

p,
span:not(.fa.fa-remove):not(.inheritFontSize):not(.alert-icon):not(.fa-caret-down),
div,
label {
  font-size: 14px;
}

button:not(.uxd-expansion-button),
.btn {
  font-size: 14px;
}

.btn.btn-primary {
  background: #00609a;
}
.btn.btn-primary:hover {
  background: #2453a6;
  border-color: #269abc;
}
.btn.btn-primary:focus {
  background: #2453a6;
  border-color: 2px solid #269abc;
}

.pfSelect legend {
  font-size: 14px;
  font-weight: 400;
}

#searchWrapper .vgr-btn-float-right {
  float: right;
}

#searchWrapper .vgr-btn-float {
  float: left;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url('Lato-Light.ttf') format("truetype");
}
/* lato-300italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url('Lato-LightItalic.ttf') format("truetype");
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url('Lato-Regular.ttf') format("truetype");
}
/* lato-italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url('Lato-Italic.ttf') format("truetype");
}
/* Lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url('Lato-Bold.ttf') format("truetype");
}
/* Lato-700italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url('Lato-BoldItalic.ttf') format("truetype");
}
/* Lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url('Lato-Black.ttf') format("truetype");
}
/* Lato-900italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  src: url('Lato-BlackItalic.ttf') format("truetype");
}
/* Montserrat-300italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url('Montserrat-LightItalic.ttf') format("truetype");
}
/* Montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url('Montserrat-Light.ttf') format("truetype");
}
/* Montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url('Montserrat-Regular.ttf') format("truetype");
}
/* montserrat-italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url('Montserrat-Italic.ttf') format("truetype");
}
/* Montserrat-700italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url('Montserrat-BoldItalic.ttf') format("truetype");
}
/* Montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url('Montserrat-Bold.ttf') format("truetype");
}
/* Montserrat-900 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url('Montserrat-Black.ttf') format("truetype");
}
/* Montserrat-900italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  src: url('Montserrat-BlackItalic.ttf') format("truetype");
}
div,
span {
  font-family: "Lato", sans-serif;
}

.modal-body .ant-alert .ant-alert-left {
  min-width: 55px;
  /* for IE using older alert style */
}

.button-link-motif {
  color: #0079c2;
  font-style: normal;
  font-weight: normal;
  background: transparent;
  border: none;
  text-decoration: underline;
  padding-left: none !important;
}
.button-link-motif:hover {
  color: #005080;
}

.ant-auto-suggest .psDropdown {
  position: relative;
  height: auto;
}
.ant-auto-suggest .psArrow {
  color: #4c6684;
}

.ant-lg-select .ant-auto-suggest {
  width: 100%;
}

.ant-alert.ant-dismissable.on {
  top: 130px;
}

@font-face {
  font-family: "ant-classic-icons";
  src: url('ant-classic-icons.eot');
  src: url('ant-classic-icons.eot') format("embedded-opentype"), url('ant-classic-icons.ttf') format("truetype"), url('ant-classic-icons.woff') format("woff"), url('ant-classic-icons.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ant-motif-icons";
  src: url('ant-motif-icons.eot');
  src: url('ant-motif-icons.eot') format("embedded-opentype"), url('ant-motif-icons.ttf') format("truetype"), url('ant-motif-icons.woff') format("woff"), url('ant-motif-icons.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url('OpenSans-Light.woff') format("woff"), url('OpenSans-Light.ttf') format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url('OpenSans-Regular.woff') format("woff"), url('OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url('OpenSans-Semibold.woff') format("woff"), url('OpenSans-Semibold.ttf') format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url('OpenSans-Bold.woff') format("woff"), url('OpenSans-Bold.ttf') format("truetype");
  font-weight: 700;
}
.ant-alert {
  background: none;
  border: 0px;
}

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

@media screen and (min-width: 480px) and (max-width: 640px) {
  .modal-content {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .modal .modal-body {
    padding-bottom: 5rem;
  }
  .modal-footer {
    right: 0;
  }
}
.fad-page-wrapper {
  /* hiding dropdown content for base toggle */
  /* dashboard alert */
  /* claims orange filter button */
  /* fix for alt togglt on claims and benefits */
  /* fix for auto suggest not pushing input content behind icon */
  /* search field fix to reduce input so button doesn't overlap - darrel */
}
.fad-page-wrapper .sticky-back-container {
  position: sticky;
  top: 0;
  width: auto;
  z-index: 200;
  background: #fff;
  padding: 0.5rem 0;
}
.fad-page-wrapper .pt-20 {
  padding: 20px 0 0 0;
}
.fad-page-wrapper .base-toggle-collapsed {
  overflow: hidden;
}
.fad-page-wrapper .ant-text-input.ant-search-input {
  padding-right: 3rem;
}
.fad-page-wrapper .align-vertical {
  display: inline-block;
  float: left;
}
.fad-page-wrapper .carousel-content-container ul .color-select-item-container.active {
  cursor: default;
  color: #fff;
}
.fad-page-wrapper .badge {
  font-size: 12px;
}
.fad-page-wrapper div[data-uxd-collapse-item-cmp] .ant-collapse-body,
.fad-page-wrapper div[data-fad-wcs-expand-collapse] .ant-collapse-body {
  overflow: hidden;
}
.fad-page-wrapper a.ant-arrow-next {
  border-bottom: none;
}
.fad-page-wrapper a.ant-arrow-next:after {
  content: "\e924";
}
.fad-page-wrapper .ant-content-callout .ant-callout-content h3 {
  color: #00609a;
}
.fad-page-wrapper .pfSelect.borderless .btn {
  width: auto;
  border-color: transparent;
}
.fad-page-wrapper .ant-alert {
  width: 100%;
  border: 0px;
  background: transparent;
}
.fad-page-wrapper .input-alert .ant-alert {
  max-width: 100%;
}
.fad-page-wrapper .filter-panel-btn {
  min-width: 200px;
  text-align: left;
}
.fad-page-wrapper .alt-toggle-cmp .alt-toggle-header .alt-toggle-body.closed {
  height: 0;
}
.fad-page-wrapper .search-text-input {
  padding-right: 3rem;
}
.fad-page-wrapper .panel-group .panel {
  border-radius: 0px;
}
.fad-page-wrapper .panel-group .panel.panel-default {
  border-color: transparent;
}
.fad-page-wrapper .panel-group .panel + .panel {
  margin-top: 0px;
}
.fad-page-wrapper .fad-auto-suggest input {
  padding-right: 50px;
}
@media only screen and (max-width: 800px) {
  .fad-page-wrapper {
    font-size: 0.875rem;
  }
}
.fad-page-wrapper .fad-page-header h1 {
  float: none;
}
.fad-page-wrapper .ant-toggle-ctrl {
  color: transparent;
}
.fad-page-wrapper .btn-icon,
.fad-page-wrapper .btn-icon:focus,
.fad-page-wrapper .btn-icon:hover {
  background: transparent;
  border: none;
  padding: 0px;
}
.fad-page-wrapper .prLabel.email.active:before,
.fad-page-wrapper .prLabel.mail.active:before,
.fad-page-wrapper .prLabel.text.active:before,
.fad-page-wrapper .prLabel.voice.active:before {
  background: none;
}
.fad-page-wrapper .prLabel.focus:before {
  box-shadow: none;
}
@media screen and (min-width: 800px) {
  .fad-page-wrapper .ant-responsive-collapse-heading a {
    display: none;
  }
}

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

/* additional fix when modal content imports page markup using nested .container wrapper - darrel */
.modal-body .container {
  width: auto;
}

html,
body {
  height: 100%;
  -ms-overflow-style: scrollbar;
}

.nav-link-container {
  width: 100%;
  background-color: #ffffff;
}

.fad-page-container {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  background-color: #ffffff;
}

.content-container {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}

div#ng-view {
  top: 0px !important;
}

#isEmulate {
  position: fixed;
  width: 320px;
  background: #eee;
  border-right: 2px solid #fe5e3c;
  min-height: 600px;
  z-index: 1000;
  left: -320px;
  transition: left 0.5s;
}

#isEmulate.active {
  left: 0px;
}

.close-emulation {
  position: absolute;
  top: 10px;
  right: 10px;
  border-bottom: none;
}

#isEmulate .btn {
  font-size: 14px;
  padding: 5px 15px;
  min-width: auto;
  display: inline-block;
}

#isEmulate .btn + div.btn-wrapper {
  margin-left: 15px;
  display: inline-block;
}

#emulation-inner {
  padding: 15px;
  max-height: 100%;
  overflow-x: auto;
}

.height-alignment {
  height: 50px !important;
}

#emulation-inner h3 {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin: 0px 0px 20px;
  clear: both;
}

#emulation-form {
  text-align: left;
  margin-bottom: 20px;
}

.emulate-actions {
  margin-top: 20px;
}

.vertical-tab {
  transform: rotate(-90deg);
  width: 100%;
  position: absolute;
  top: 170px;
  transform-origin: 100% 0;
}

.vertical-tab h2 {
  background-color: #fe5e3c;
  float: right;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
}

.vertical-tab a {
  padding: 10px;
  display: inline-block;
}

.vertical-tab a,
.vertical-tab .fa {
  color: white;
  border-bottom: none;
}

.vertical-tab .fa {
  margin-right: 5px;
}

#filterSlide {
  position: fixed;
  width: 320px;
  background: #fff;
  border-right: 2px solid #ccc;
  min-height: 600px;
  z-index: 1000;
  left: -320px;
  transition: left 0.5s;
  top: 0;
}

#filterSlide.active {
  left: 0;
  top: 128px;
}
#filterSlide.active .filter-tab {
  top: 115px;
}
@media screen and (max-width: 800px) {
  #filterSlide.active .filter-tab {
    top: 500px;
  }
}

#filterSlide .btn {
  font-size: 14px;
  padding: 5px 15px;
  min-width: auto;
  display: inline-block;
}

#filterSlide .btn + div.btn-wrapper {
  margin-left: 15px;
  display: inline-block;
}

#filter-slide-inner {
  height: calc(100vh - 120px);
  padding: 20px;
  padding-left: 30px;
  max-height: 100%;
  overflow-x: auto;
}
#filter-slide-inner fieldset.ant-auto-suggest .psDropdown.active {
  position: absolute;
  top: 44px;
}

.filter-tab {
  transform: rotate(-90deg);
  width: 100%;
  position: absolute;
  top: 240px;
  transform-origin: 100% 0;
}
@media screen and (max-width: 800px) {
  .filter-tab {
    top: 625px;
  }
}

.filter-tab h2 {
  background-color: #fe5e3c;
  float: right;
  border: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
}

.filter-tab a {
  padding: 10px;
  display: inline-block;
  font-size: 18px;
}

.filter-tab a,
.filter-tab .fa {
  color: #ffffff !important;
  border-bottom: none;
}

.filter-tab .fa {
  margin-right: 5px;
}

.current-user p,
.current-user .btn {
  margin: 10px 0px;
}

#wcs-navigate,
#wcs-url {
  float: left;
}

.input-with-btn {
  float: left;
  font-size: 13px;
  width: 200px;
}

.input-btn {
  padding: 8px;
  float: left;
  vertical-align: middle;
  line-height: 1.7em;
  margin: 2px 0px 0px 5px;
}

.go-to-url,
.language,
.navigation {
  margin-top: 20px;
}

.navigation ul {
  margin-bottom: 40px;
}

.ant-anthem-alert.ant-dismissable {
  top: -1000px;
  margin-top: 65px;
}
.ant-anthem-alert.ant-dismissable a.ant-dismiss-alert {
  display: none;
}
.ant-anthem-alert.ant-dismissable.on a.ant-dismiss-alert {
  display: block;
}

@media (min-width: 1024px) {
  .ant-anthem-alert.ant-dismissable {
    top: -1000px;
    margin-top: 85px;
  }
}
.fad-top-of-page-wrapper .sk-spinner-wave div {
  background-color: #ffffff;
}

.ant-menu-lastfocus {
  display: none;
}

.ant-menu-visible {
  position: fixed;
}
.ant-menu-visible .ant-menu-lastfocus {
  display: block;
}
.ant-menu-visible .ant-navigation-wrapper {
  padding-bottom: 50px;
}

.modal-open {
  /*removed due to mobile auto scrolling to top
  position: fixed;*/
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .ant-menu-visible {
    position: relative;
  }
  .ant-menu-visible .ant-navigation-wrapper {
    padding-bottom: 0px;
  }
  .modal-open {
    position: relative;
  }
}
.ant-curve-down,
.ant-curve-up {
  width: 100% !important;
  left: 0 !important;
}

.areyouSureModal .modal-footer .btn-primary {
  margin-bottom: 10px;
}
.areyouSureModal .modal-footer .btn-secondary {
  margin-left: 0;
  margin-bottom: 10px;
}

.task-bar-support-center {
  width: 300px !important;
}

.iframe-mode .fad-page-header {
  margin-top: 0px !important;
}

.fad-page-wrapper .fad-top-of-page-wrapper {
  box-shadow: none;
}
.fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button .ant-menu-toggle {
  padding: 0px;
  margin: 0px;
}
@media screen and (min-width: 801px) {
  .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-main-nav.menu-options {
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-main-nav.menu-options {
    margin-left: -20px;
  }
}
.fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper {
  padding: 0.8rem 0;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper {
    padding: 17px 0;
  }
}
@media screen and (min-width: 1024px) {
  .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper {
    padding: 22px 0;
  }
}
.fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper a img {
  padding: 0px;
  margin: 0px;
  max-width: 20rem !important;
}
@media screen and (min-width: 801px) {
  .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper a img {
    padding: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper a img {
    padding: 0px;
  }
}
@media screen and (min-width: 801px) {
  .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper .ant-top-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col {
  transition-property: unset;
  transition-timing-function: unset;
  transition-delay: unset;
  transition-duration: unset;
}
.fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col:last-child {
  transition-property: unset;
  transition-timing-function: unset;
  transition-delay: unset;
  transition-duration: unset;
}
.fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li {
  margin: 7px 0;
  position: relative;
}
.fad-page-wrapper .page-header-wrapper {
  margin-top: 65px;
}
@media screen and (min-width: 800px) {
  .fad-page-wrapper .page-header-wrapper {
    margin-top: 62px;
  }
}
@media screen and (min-width: 960px) {
  .fad-page-wrapper .page-header-wrapper {
    margin-top: 85px;
  }
}
.fad-page-wrapper .page-header-container {
  flex-wrap: wrap;
}
.fad-page-wrapper a#lnk-info-scroll span.pf-info-icon,
.fad-page-wrapper a#lnk-info-scroll span.view-info-label {
  color: #ffffff !important;
}

/* secure changes for nav when menu is open */
.ant-menu-visible {
  position: relative;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible {
    overflow-y: auto;
  }
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides {
  height: 100%;
  overflow-y: scroll;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides {
    overflow-y: hidden;
  }
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides [data-fad-top-menu-cmp],
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides [data-fad-top-menu2-cmp] {
  padding-left: 0px;
  padding-right: 0px;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper {
  padding: 15px 0 30px;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col {
  width: 100%;
  margin: 0px;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col:last-of-type {
  width: 100%;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col ul.ant-menu-cont {
  margin-top: 0px;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li {
  display: inline-block;
  margin: 0.15rem 0px;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li a {
  background-color: transparent;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  padding: 5px 15px;
  width: 100%;
  color: #333;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li a:hover {
  background-color: rgba(255, 255, 255, 0.85);
  color: #0079c2;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li a span.fa-angle-down {
  z-index: 1;
  color: #333;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li a.sub-head {
  padding-left: 0;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col.show-column span.ant-heading-two {
  display: none;
}
.ant-menu-visible a.ant-task-bar-icon {
  background: transparent;
  border: 0px;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper.align-care-left {
    left: 64px;
  }
  .ant-menu-visible .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper.align-support-left {
    left: 109px;
  }
  .ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides {
    background: transparent;
  }
  .ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides [data-fad-top-menu-cmp] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides div.ant-navigation-wrapper {
    width: 393px;
    background: #0079c2;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .ant-menu-visible .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper.align-care-left {
    left: 84px;
  }
  .ant-menu-visible .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper.align-support-left {
    left: 149px;
  }
  .ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides div.ant-navigation-wrapper {
    margin-left: -20px;
  }
}

.ant-menu-visible .toggle-co-brand.fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper-col {
  display: flex;
}

/* secure changes for menu */
.fad-top-of-page-wrapper.ant-secure-nav-overrides {
  /* NEW NAV CSS **********************/
  /* .ant-sub-navigation-container, .ant-pattern-library-sub-nav {
        top: 70px;
      } */
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper ul {
  margin: 0px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper li.ant-menu-expanded a.ant-heading-two.ant-menu-expand {
  font-weight: 600;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper a {
  color: #333;
  font-weight: 400;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .dummy-task-bar {
  float: right;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .data-fad-switch-plans-link,
.fad-top-of-page-wrapper.ant-secure-nav-overrides .data-fad-profile-link,
.fad-top-of-page-wrapper.ant-secure-nav-overrides .data-fad-logout-link {
  display: none;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-wrapper {
  height: auto;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-wrapper .ant-spanish-link {
  position: absolute;
  top: 50%;
  margin: 0px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-item {
  float: none;
  height: auto;
}
@media screen and (min-width: 801px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-wrapper .ant-spanish-link,
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-nav .ant-spanish-link {
    margin-top: 10px;
    position: relative;
  }
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-cont .badge {
  background-color: #fff;
  color: #0079c2;
  margin-left: 10px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .fad-top-of-page-wrapper {
  box-shadow: none;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar {
  float: none;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-tasks,
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-messages {
  display: none;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides a.ant-task-bar-icon {
  margin: 0;
  background: transparent;
  border: 0px;
  display: inline;
  line-height: normal;
  overflow: unset;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides a.ant-task-bar-icon:hover {
  border: none;
  background: transparent;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides a.ant-task-bar-icon .fa {
  color: #0079c2;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides a.ant-task-bar-icon .fa-user {
  font-size: 23px;
  top: 0px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-profile-wrapper {
  margin-top: 10px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper {
  width: 40%;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col {
  display: none;
}
@media screen and (min-width: 801px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col .ant-task-bar-item {
    height: 23px;
  }
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col.show-column {
  display: block;
  padding: 0px;
  margin: 0px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col.show-column.ant-menu-expanded {
  background: #0079c2;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col.show-column ul {
  padding-bottom: 10px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-main-nav.menu-options {
  margin-left: 0px;
}
@media screen and (min-width: 1024px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-main-nav.menu-options {
    margin-left: 0px;
  }
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper img {
    margin: 0px;
  }
}
@media screen and (min-width: 801px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-main-nav.menu-options {
    margin-left: 0px;
  }
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper img {
    margin: 0px;
  }
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides div.ant-navigation-wrapper {
    margin-left: -20px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides div.ant-navigation-wrapper ul {
    margin-top: 0px;
  }
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button {
  overflow: none;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar {
  margin: 0px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-member-secure .masthead {
  margin-top: 109px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content {
  text-align: left;
  top: 70px;
}
@media screen and (min-width: 480px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content {
    top: 46px;
    right: -53%;
    left: unset;
  }
}
@media screen and (min-width: 801px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides {
    /* .ant-sub-navigation-container, .ant-pattern-library-sub-nav {
          top: 106px;
        } */
  }
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content {
    top: 46px;
    right: -53%;
    left: unset;
  }
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content {
    top: 46px;
    right: -55%;
    left: unset;
  }
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .fad-page-header {
  margin-top: 107px;
}
@media screen and (min-width: 1024px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .fad-page-header {
    margin-top: 125px;
  }
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-widget {
  display: flex;
  align-items: flex-end;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-widget .profile-text {
  font-size: 12px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button {
  height: 40px;
  overflow: visible;
}
@media screen and (min-width: 480px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button {
    margin-top: 17px;
    height: 40px;
    overflow: visible;
  }
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button .ant-menu-toggle .ant-menu-icon {
  background-color: #0079c2;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button .ant-menu-toggle .ant-menu-icon:before {
  background-color: #0079c2;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button .ant-menu-toggle .ant-menu-icon:after {
  background-color: #0079c2;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-wrapper .ant-top-nav ul,
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-nav ul {
  justify-content: flex-end;
  align-items: center;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-wrapper .ant-top-nav ul li.data-fad-switch-plans-link a,
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-nav ul li.data-fad-switch-plans-link a {
  color: #0079c2;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-spanish-link ul.ant-task-bar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  flex-direction: row;
}

/* gray background manual code */
.fad-page-body.bkg-gray {
  background: #eee;
  margin-top: 0px;
}

.toggle-co-brand .co-brand-logo-wrapper {
  display: flex;
  align-items: center;
}

.toggle-co-brand .fad-middle-of-page .ant-sub-navigation-container, .toggle-co-brand .fad-middle-of-page .ant-pattern-library-sub-nav {
  top: 52px;
}
@media screen and (min-width: 480px) {
  .toggle-co-brand .fad-middle-of-page .ant-sub-navigation-container, .toggle-co-brand .fad-middle-of-page .ant-pattern-library-sub-nav {
    top: 72px;
  }
}
@media screen and (min-width: 800px) {
  .toggle-co-brand .fad-middle-of-page .ant-sub-navigation-container, .toggle-co-brand .fad-middle-of-page .ant-pattern-library-sub-nav {
    top: 119px;
  }
}
@media screen and (min-width: 960px) {
  .toggle-co-brand .fad-middle-of-page .ant-sub-navigation-container, .toggle-co-brand .fad-middle-of-page .ant-pattern-library-sub-nav {
    top: 134px;
  }
}

.toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper-col {
  display: flex;
  align-items: center;
}
.toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper-col .ant-logo-wrapper {
  display: flex;
}
.toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper-col .ant-logo-wrapper a {
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #c5c9cc;
}
.toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image {
  padding: 0 0 0 10px;
}
@media screen and (min-width: 480px) {
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper-col .ant-logo-wrapper a {
    padding-right: 15px;
  }
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image {
    padding: 0 0 0 15px;
  }
}
.toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content {
  top: 102px;
  right: unset;
}
@media screen and (min-width: 480px) {
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content {
    top: 46px;
  }
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content::before {
    right: 86%;
  }
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content::after {
    right: 86%;
  }
}
@media screen and (min-width: 801px) {
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content {
    right: -53%;
  }
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content::before {
    right: 50px;
  }
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content::after {
    right: 50px;
  }
}
.toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button {
  margin-top: 8px;
}

.toggle-co-brand .ant-member-secure .masthead {
  margin-top: 86px;
}

.toggle-co-brand.fad-page-wrapper .fad-page-header {
  margin-top: 50px;
}

.fad-page-wrapper .ant-anthem-alert.ant-dismissable,
.toggle-co-brand .ant-anthem-alert.ant-dismissable {
  margin-top: 52px;
}

@media screen and (min-width: 480px) {
  .toggle-co-brand.fad-page-wrapper .fad-page-header {
    margin-top: 67px;
  }
  .fad-page-wrapper .ant-anthem-alert.ant-dismissable,
  .toggle-co-brand .ant-anthem-alert.ant-dismissable {
    margin-top: 67px;
  }
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-wrapper .ant-top-nav ul.ant-nav-secondary {
  display: block;
}

/* Cart Icon --------------------------------------------------*/
.fad-top-of-page-wrapper .fa-cart:before {
  content: "\f2fa";
  color: #0079c2;
}

/* End Cart Icon -----------------------------------------------*/
@media screen and (min-width: 801px) {
  .toggle-co-brand.fad-page-wrapper .fad-page-header,
  .fad-page-wrapper .fad-page-header {
    margin-top: 105px;
  }
  .toggle-co-brand .ant-anthem-alert.ant-dismissable {
    margin-top: 118px;
  }
  .fad-page-wrapper .ant-anthem-alert.ant-dismissable {
    margin-top: 113px;
  }
}
@media screen and (min-width: 1024px) {
  .toggle-co-brand.fad-page-wrapper .fad-page-header,
  .fad-page-wrapper .fad-page-header {
    margin-top: 127px;
  }
  .toggle-co-brand .ant-member-secure .masthead {
    margin-top: 126px;
  }
  .fad-page-wrapper .ant-anthem-alert.ant-dismissable {
    margin-top: 132px;
  }
  .toggle-co-brand .ant-anthem-alert.ant-dismissable {
    margin-top: 128px;
  }
}
/** Dismissable Alerts **/
.ant-alert.ant-dismissable {
  position: fixed;
  left: 0px;
  top: -120px;
  margin: 0px auto;
  width: 100%;
  padding: 0px;
  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;
  background: #eeeeee;
}
.ant-alert.ant-dismissable.on {
  top: 55px;
}
@media screen and (min-width: 480px) {
  .ant-alert.ant-dismissable.on {
    top: 70px;
  }
}
@media screen and (min-width: 800px) {
  .ant-alert.ant-dismissable.on {
    top: 110px;
  }
}
@media screen and (min-width: 960px) {
  .ant-alert.ant-dismissable.on {
    top: 130px;
  }
}
@media screen and (min-width: 800px) {
  .ant-alert.ant-dismissable {
    width: 70%;
    left: 15%;
  }
}
.ant-alert.ant-dismissable .media-left {
  background: #0079c2;
  text-align: center;
  padding: 0px 12px 0px 13px;
}
.ant-alert.ant-dismissable .fa {
  color: #ffffff;
  font-size: 1.25rem;
  top: 1px;
  position: relative;
}
.ant-alert.ant-dismissable p {
  display: block;
  float: left;
  max-width: 94%;
  margin: 0;
  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-alert.ant-dismissable.ant-negative .media-left {
  background-color: #cc0033;
}
.ant-alert.ant-dismissable.ant-positive .media-left {
  background-color: #00cc33;
}

.toggle-co-brand .ant-sub-navigation-container, .toggle-co-brand .ant-pattern-library-sub-nav {
  top: 52px;
}
@media screen and (min-width: 480px) {
  .toggle-co-brand .ant-sub-navigation-container, .toggle-co-brand .ant-pattern-library-sub-nav {
    top: 72px;
  }
}
@media screen and (min-width: 800px) {
  .toggle-co-brand .ant-sub-navigation-container, .toggle-co-brand .ant-pattern-library-sub-nav {
    top: 119px;
  }
}
@media screen and (min-width: 960px) {
  .toggle-co-brand .ant-sub-navigation-container, .toggle-co-brand .ant-pattern-library-sub-nav {
    top: 134px;
  }
}

.fad-page-wrapper .ant-sub-navigation-container, .fad-page-wrapper .ant-pattern-library-sub-nav {
  top: 53px;
}
@media screen and (min-width: 480px) {
  .fad-page-wrapper .ant-sub-navigation-container, .fad-page-wrapper .ant-pattern-library-sub-nav {
    top: 67px;
  }
}
@media screen and (min-width: 800px) {
  .fad-page-wrapper .ant-sub-navigation-container, .fad-page-wrapper .ant-pattern-library-sub-nav {
    top: 107px;
  }
}
@media screen and (min-width: 960px) {
  .fad-page-wrapper .ant-sub-navigation-container, .fad-page-wrapper .ant-pattern-library-sub-nav {
    top: 127px;
  }
}

.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col .ant-heading-two {
  font-size: 16px;
  border: 0;
  color: #333;
  padding: 15px 15px;
  margin-bottom: 0px;
  display: inline-block;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col .ant-heading-two span.fa {
  font-size: 16px;
  color: #333;
  z-index: 1;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li {
  width: 100%;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li a {
  color: white;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col.ant-menu-expanded .ant-heading-two {
  color: white;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col.ant-menu-expanded .ant-heading-two span.fa {
  color: white;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col.ant-menu-expanded.show-column ul.ant-menu-cont {
  padding-bottom: 10px;
}

#ant-logout-link-tb .vivr-bb-caption {
  color: #0079c2;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  #ant-logout-link-tb .vivr-bb-caption {
    font-size: 12px;
    font-weight: 400;
  }
}

#ant-logout-link-tb .fa-sign-out {
  display: none;
}

.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-profile-link,
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-logout-link {
  display: block;
  text-align: left;
  padding-bottom: 10px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-profile-link a,
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-logout-link a {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-profile-link,
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-logout-link {
    display: none;
  }
}

.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-profile-link a.ant-heading-two {
  padding: 15px 15px;
  margin: 0px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-profile-link a.ant-heading-two ul {
  padding-bottom: 10px;
}

.data-fad-profile-link .ant-menu-cont {
  max-height: 0px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0.1;
  transition: max-height 0.25s ease-out, opacity 0.25s ease-out, visibility 0s ease-out;
}

.data-fad-profile-link.ant-menu-expanded .ant-menu-cont {
  max-height: 1000px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}

.care ul.ant-menu-cont li:first {
  font-weight: 400;
  font-size: 14px;
}

/** Start temp fix for spinning loaders */
.ant-data-load {
  outline: 0 none;
  overflow: hidden;
  position: relative;
  padding: 50px 15px 50px 15px;
  text-align: center;
  background-color: #f7f7f7;
}
.ant-data-load .ant-data-spin {
  float: left;
  width: 100%;
  display: block;
}
.ant-data-load .ant-data-text {
  float: left;
  width: 100%;
  display: block;
}
.ant-data-load .sk-spinner-wave div {
  background-color: #dcdcdc;
}

.sk-spinner-wave.sk-spinner {
  font-size: 10px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}

.sk-spinner-wave div {
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  background-color: #0079c2;
  display: inline-block;
  height: 100%;
  margin: 0 1px;
  width: 6px;
}

.sk-spinner-wave .sk-rect2 {
  animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
  animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
  animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
  animation-delay: -0.8s;
}

.align-vertical .prLabel {
  width: 100%;
}

[data-fad-top-menu2-cmp] {
  padding: 0;
  margin: 0;
  width: 100%;
}

.searchLoader {
  animation: 2s fadeIn;
  animation-fill-mode: forwards;
  visibility: hidden;
}

@keyframes fadeIn {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
[data-uxd-auto-suggest-cmp] .psDropdown.noresults {
  margin-top: 0px;
}
[data-uxd-auto-suggest-cmp] .psDropdown.noresults input,
[data-uxd-auto-suggest-cmp] .psDropdown.noresults label {
  display: none;
}

.careteam-page-container {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.careteam-page-container .row-spacing {
  padding-top: 1.2rem;
}
.careteam-page-container .pf-action-links {
  float: right;
  padding-top: 10px;
}
.careteam-page-container .careteam-print-email {
  float: right;
  display: flex;
}
.careteam-page-container .sort-container .sort-dropdown .psButton {
  width: 16em !important;
}
.careteam-page-container .care-add {
  font-weight: bold;
}
.careteam-page-container .care-pencil,
.careteam-page-container .care-cancel,
.careteam-page-container .care-save {
  padding-left: 5px;
}
.careteam-page-container .btn-sort {
  border: 0;
  background-color: #fff;
  color: #0079c2;
}
.careteam-page-container .btn-icon,
.careteam-page-container .btn-icon:hover,
.careteam-page-container .btn-icon:focus {
  text-decoration: none;
}
.careteam-page-container .ant-text-input {
  margin: 0px;
  padding: 5px;
  height: 25px;
}
.careteam-page-container .content-header-separator {
  margin-top: 1.5rem;
}
.careteam-page-container .content-header-separator .color-dash {
  width: 50px;
  height: 4px;
  background-color: #53b1a3;
}
.careteam-page-container .content-head-container {
  background-color: #fff;
  font-size: 1rem;
  padding-top: 1.5rem;
}
.careteam-page-container .content-head-container .content-head-right {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
}
.careteam-page-container .content-head-container a {
  border-bottom: 0px solid #fff;
  text-decoration: none;
}
.careteam-page-container .content-head-container .blue1 {
  color: #286ce2;
}
.careteam-page-container .content-head-container .bold {
  font-weight: bold;
}
.careteam-page-container .content-head-container .icon-size {
  font-size: 1.4rem;
}
.careteam-page-container .content-head-container .icon-box {
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: 0.3rem;
}
.careteam-page-container .content-head-container .provider-name {
  margin-top: 2rem;
}
.careteam-page-container .content-head-container .util-tray {
  font-size: 1.2rem;
  margin-top: 3.5rem;
}
.careteam-page-container .content-head-container .util-tray a span {
  color: #000;
}
.careteam-page-container .content-head-container .fa-print,
.careteam-page-container .content-head-container .fa-envelope,
.careteam-page-container .content-head-container .motif-id-card {
  font-size: 24px;
}
.careteam-page-container .content-head-container .fa-envelope {
  margin-left: 2rem;
}
.careteam-page-container .flex-tile-wrap .fad-flex-tile {
  margin: 0px;
}
@media (min-width: 480px) {
  .careteam-page-container .flex-tile-wrap .fad-flex-tile {
    margin: 0 0 0 1.25rem;
  }
}
.careteam-page-container .tile-view-wrapper .tile-name-wrapper,
.careteam-page-container .tile-view-wrapper .tile-address-wrapper {
  padding: 0.5rem 0;
}
.careteam-page-container .tile-view-wrapper .tile-button-wrapper {
  margin-top: 1rem;
  align-items: normal;
}
@media screen and (min-width: 960px) {
  .careteam-page-container .tile-view-wrapper .tile-button-wrapper {
    width: 100%;
  }
}
.careteam-page-container .tile-view-wrapper .tile-button-wrapper .btn {
  width: 100%;
  align-self: flex-end;
}
@media screen and (max-width: 960px) {
  .careteam-page-container .tile-view-wrapper .tile-button-wrapper .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .careteam-page-container .pf-action-links {
    flex-flow: column !important;
    float: left !important;
  }
  .careteam-page-container .addCT-btn-container .btn-addCT {
    top: 0.5rem !important;
  }
}

.vc-container {
  margin: 3% 0;
}
.vc-container .vc-header-title {
  font-weight: 300;
  font-family: Montserrat, sans-serif;
  font-size: 28px !important;
  color: #333;
}
.vc-container .vc-line {
  width: 3%;
  height: 4px;
  margin: 16px 0px;
  background-color: #7fcdbb;
}
.vc-container .vc-sub-para {
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 14px;
  color: #333;
}
.vc-container .vc-search-now {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #286ce2;
}
.vc-container .vc-option {
  margin-top: 5%;
}
@media screen and (max-width: 800px) {
  .vc-container .vc-option {
    overflow: auto;
    width: 100%;
    display: block;
  }
}
.vc-container .vc-cards {
  margin: 0 27px !important;
  padding: 25px 25px;
  border-radius: 2px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  justify-content: center;
  flex-direction: column;
  min-height: 155px;
  max-width: calc(100% - 14px);
  position: sticky;
}
@media screen and (max-width: 800px) {
  .vc-container .vc-cards {
    margin-top: 20px !important;
    max-width: 100%;
    display: block;
  }
}
.vc-container .vc-cards .vc-content {
  margin-bottom: 17%;
  display: inline-block;
}
.vc-container .vc-card2 {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0784313725);
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  margin-bottom: 24px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .vc-container .vc-card2 {
    display: block;
    position: relative;
    max-width: 100%;
    margin-bottom: 20px;
    flex: none;
  }
}
.vc-container .vc-circle {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.vc-container .vc-circle2 {
  display: flex;
  justify-content: left;
  margin: 20px 0 15px 24px;
}
.vc-container .vc-card-title {
  margin: auto;
  font-size: 18px !important;
  color: #333;
}
.vc-container .vc-card-title2 {
  margin: auto;
  font-size: 18px !important;
  color: #333;
  margin-left: 24px;
}
.vc-container .vc-card-desc {
  margin: 12px 5px 30px;
  color: #333;
}
.vc-container .vc-card-desc2 {
  margin: 12px 5px 55px 24px;
  color: #333;
  display: flex;
  text-align: left !important;
  min-height: 100px;
  padding-bottom: 20px;
}
.vc-container .vc-button {
  padding: 15px 10px;
  background-color: #286ce2;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 5%;
  margin-top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
.vc-container .vc-button a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.vc-container .vc-button2 {
  padding: 0.8rem 3.4rem;
  background-color: #286ce2;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 5%;
  margin-top: 20px;
  right: 20px;
}
.vc-container .vc-button2 a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.vc-container .vc-button-text {
  color: #fff;
}
.vc-container .vc-button-icon {
  vertical-align: text-bottom;
  padding-left: 5px;
  height: 16px;
}
.vc-container .vc-lato {
  font-family: Lato, sans-serif;
  text-align: center;
  display: block;
  font-size: 14px;
}

.pf-kHealth-modal-container .pf-khealth-header {
  height: 55px;
}
.pf-kHealth-modal-container .pf-consent-block {
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .pf-kHealth-modal-container .modal-header .motif-theme .modal.motif-theme .modal-header .close {
    border: none !important;
  }
}
.pf-kHealth-modal-container a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}
.pf-kHealth-modal-container a:hover {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}
.pf-kHealth-modal-container a:active {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}
.pf-kHealth-modal-container a.policy-action-link {
  padding-right: 0;
  color: #286ce2 !important;
}
.pf-kHealth-modal-container p.consent-label {
  line-height: 1.7 !important;
}

.vc-ra-rowcontainer {
  margin: 3% 22% 0 10%;
}

.recentactivity {
  padding-bottom: 70px;
}

.vc-ra-header-title {
  font-weight: 600;
  font-family: sans-serif;
  font-size: 22px !important;
  color: #333;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding-bottom: 16px;
}

.vc-ra-row-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 1rem -14px 1rem 0;
}

.vc-ra-row-symptom {
  min-height: 70px;
  flex: 1 1 calc(14.28% - 14px);
  margin-left: 24px;
  max-width: calc(20% - 14px);
  min-width: 120px;
  margin-bottom: 14px;
}

.vc-ra-row-description {
  min-height: 70px;
  flex: 1 1 calc(14.28% - 14px);
  text-align: center;
  margin-right: 14px;
  max-width: calc(60% - 14px);
  min-width: 120px;
  margin-bottom: 14px;
  margin-top: 24px;
}

.vc-ra-row-date {
  min-height: 70px;
  flex: 1 1 calc(14.28% - 14px);
  text-align: right;
  margin-right: 24px;
  max-width: calc(20% - 14px);
  min-width: 120px;
  margin-bottom: 14px;
  margin-top: 24px;
}

.ra-symptom {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.2rem;
  margin-bottom: 0.1rem;
  margin-top: 24px;
}

.ra-symptom-desc {
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 2px;
}

.vc_ra_deviderow {
  border: solid 1px #e3e1e1;
}

.vc-ra-wrapper {
  background-color: #fff;
  margin-top: -1.09rem;
  border: none 0;
}

.go-to-chat {
  text-decoration: none !important;
}

.vc-ra-title-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  align-items: center;
}

/*!
 * 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: 142%;
}

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: 20px;
  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: 20px;
  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: 40px;
  padding: 6px 10px;
  font-size: 20px;
  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: 20px;
  }
}

.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: 20px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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. */
.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-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

@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 */
}
html,
body {
  font-family: "Lato", sans-serif !important;
  line-height: 1rem;
}

html {
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 14px;
  }
}

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

.fa {
  color: #ffffff;
  font-size: 1.25rem;
  top: 1px;
  position: relative;
  font-family: "ant-motif-icons";
}
.fa .fa-exclamation:before {
  content: "\e9b4";
}

/** 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. */
.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-previous:before, a.ant-arrow-next:after, a.ant-arrow-up:after, a.ant-arrow-down:after, .fad-page-wrapper a.ant-arrow-next:after {
  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.5714285714rem;
}

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

/*** Start page-templates.scss ***/
/**** Begin Global Component Styles ****/
/** WCS Page Wrapper **/
.mbr-page-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  left: 0px;
  z-index: 0;
}

/** Header Bar **/
.mbr-top-of-page {
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 1px 1px #dcdcdc;
  /** Start Menu Button **/
  /** End Menu Button **/
  /** Primary Logo **/
  /** Taskbar Icons **/
}
.mbr-top-of-page .ant-menu-button {
  transition: transform 0.5s;
  transform: rotateX(0deg);
  position: relative;
  height: 70px;
  max-width: 150px;
}
.mbr-top-of-page .ant-menu-button .ant-inactive,
.mbr-top-of-page .ant-menu-button .ant-active {
  height: 100%;
  width: 100%;
  position: absolute;
}
.mbr-top-of-page .ant-menu-button .ant-inactive {
  z-index: 1010;
  background: #ffffff;
  transition: z-index 0.5s;
}
.mbr-top-of-page .ant-menu-button .ant-active {
  z-index: 1000;
  transform: rotateX(180deg);
}
.mbr-top-of-page .ant-menu-button .ant-menu-icon-burger,
.mbr-top-of-page .ant-menu-button .ant-menu-icon-close {
  font-size: 36px;
  top: 18px;
  position: relative;
  padding: 0px 1px;
}
.mbr-top-of-page .ant-menu-button .ant-menu-icon-close {
  font-size: 40px;
  top: 15px;
}
.mbr-top-of-page .ant-menu-button .ant-menu-label,
.mbr-top-of-page .ant-menu-button .ant-menu-label-close {
  font-size: 26px;
  position: relative;
  top: 17px;
  left: 5px;
}
.mbr-top-of-page .ant-menu-button .ant-menu-label-close {
  top: 12px;
}
.mbr-top-of-page a.ant-menu-toggle,
.mbr-top-of-page a.ant-menu-toggle-open {
  display: block;
  border-bottom: none;
}
.mbr-top-of-page a.ant-menu-toggle:hover, .mbr-top-of-page a.ant-menu-toggle:focus,
.mbr-top-of-page a.ant-menu-toggle-open:hover,
.mbr-top-of-page a.ant-menu-toggle-open:focus {
  text-decoration: none;
  border-bottom: none;
}
.mbr-top-of-page .ant-logo-wrapper img {
  width: 160px;
  margin: 18px auto;
  display: block;
}
.mbr-top-of-page .ant-task-bar {
  float: right;
  padding: 0px;
  margin: 0px;
}
.mbr-top-of-page .ant-task-bar-item {
  float: left;
  list-style-type: none;
}
.mbr-top-of-page a.ant-task-bar-icon {
  color: #ffffff;
  background-color: #0079c2;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: inline-block;
  margin: 25px 0px 25px 15px;
  text-align: center;
  border: 1px solid #0079c2;
  /** Task Bar Dropdowns **/
  /** Task Bar Dropdowns **/
  /** Widescreen Navigation **/
  /** Small Screen (Side-reveal) Navigation **/
}
.mbr-top-of-page a.ant-task-bar-icon .fa {
  font-size: 30px;
  top: 10px;
  position: relative;
  color: #ffffff;
}
.mbr-top-of-page a.ant-task-bar-icon .fa-th {
  top: 11px;
  left: 1px;
}
.mbr-top-of-page a.ant-task-bar-icon:hover .fa.active, .mbr-top-of-page a.ant-task-bar-icon:hover .fa:hover {
  border: 1px solid;
}
.mbr-top-of-page a.ant-task-bar-icon:hover .fa .badge {
  position: absolute;
  right: -5px;
  padding: 4px 7px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-task-bar-widget {
  position: relative;
}
.mbr-top-of-page a.ant-task-bar-icon .mbr-top-of-page-wrapper .ant-task-item {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 25px;
}
.mbr-top-of-page a.ant-task-bar-icon .mbr-top-of-page-wrapper .ant-task-item a:hover {
  text-decoration: none;
  border-bottom: none;
}
.mbr-top-of-page a.ant-task-bar-icon .mbr-top-of-page-wrapper .ant-task-item span.fa {
  display: block;
  color: #fe5e3c;
  font-size: 40px;
  padding-bottom: 10px;
}
.mbr-top-of-page a.ant-task-bar-icon .mbr-top-of-page-wrapper .ant-task-item span + span {
  display: block;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .mbr-top-of-page a.ant-task-bar-icon .ant-task-bar-content {
    width: 480px;
  }
  .mbr-top-of-page a.ant-task-bar-icon .ant-task-item {
    width: 33.33%;
  }
}
.mbr-top-of-page a.ant-task-bar-icon .ant-navigation-wrapper {
  display: none;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li {
  list-style: none;
  display: block;
  float: left;
  width: 33.33%;
  border-left: 1px solid #4da1d4;
  border-right: 1px solid #00609a;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li:first-child {
  border-left: 1px solid #0079c2;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li:last-child {
  border-right: 1px solid #0079c2;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li a {
  display: block;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 0px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li a:hover, .mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li a:focus {
  text-decoration: none;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li.ant-active a {
  text-decoration: none;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-navigation-main {
  background-color: #ffffff;
  border-bottom: 2px solid #0079c2;
  padding-bottom: 30px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-navigation-main h2 {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 400;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-navigation-main-inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 40px 0px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-secondary {
  margin: 0px 0px 30px;
  padding: 0px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-secondary li {
  list-style: none;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-nav-secondary li a {
  text-decoration: none;
  border-bottom: none;
  padding: 12px 0px;
  display: block;
  font-size: 20px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper {
  display: block;
  width: 320px;
  position: absolute;
  left: -320px;
  background-color: #0079c2;
  transition: left 0.5s;
  top: 71px;
  box-shadow: 1px 1px 3px -1px #666666;
  color: #ffffff;
  font-size: 24px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .fa {
  color: #ffffff;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-search-form {
  padding: 15px 20px 10px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-search-form label {
  font-weight: 300;
  display: inline-block;
  font-size: 24px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper ul {
  margin: 0px;
  padding: 0px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li {
  list-style: none;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li > a {
  border-bottom: none;
  padding: 18px 20px;
  display: block;
  font-weight: 400;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li > a .fa {
  font-size: 38px;
  position: relative;
  color: #ffffff;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li > a .fa-angle-down {
  transform: rotateX(180deg);
  transition: transform 0.5s;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li > a.collapsed .fa {
  font-size: 38px;
  transform: rotateX(0deg);
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-social a,
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-social a:hover {
  text-decoration: none;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-social .fa {
  margin: 0 10px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  padding-top: 8px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li > ul {
  margin-bottom: 15px;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li li {
  border-bottom: 0px solid;
}
.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper > ul > li li a {
  font-size: 16px;
  padding-left: 40px;
  display: block;
  border-bottom: none;
}

/** Do not nest active menu styles -- this class is toggled on the body and nesting via Sass will break the selectors **/
.ant-menu-active .ant-side-navigation-wrapper {
  left: 0px;
}

.ant-menu-active .ant-menu-button {
  transform: rotateX(180deg);
}
.ant-menu-active .ant-menu-button .ant-inactive {
  z-index: 990;
}

@media screen and (min-width: 480px) {
  .mbr-top-of-page .ant-logo-wrapper img {
    margin: 17px auto;
    width: 175px;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page {
    height: 100px;
  }
  .mbr-top-of-page .ant-side-navigation-wrapper {
    top: 101px;
  }
  .mbr-top-of-page .ant-logo-wrapper img {
    margin: 27px auto 26px;
    width: 250px;
  }
  .mbr-top-of-page .ant-menu-button {
    height: 100px;
  }
  .mbr-top-of-page .ant-menu-button .ant-menu-icon-burger,
  .mbr-top-of-page .ant-menu-button .ant-menu-icon-close {
    font-size: 50px;
    top: 25px;
  }
  .mbr-top-of-page .ant-menu-button .ant-menu-icon-close {
    font-size: 55px;
    top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  /* all refs to '.mbr-top-of-page' need to be removed RTD 10-5-16*/
  .mbr-top-of-page .ant-side-navigation-wrapper {
    display: none;
  }
  .mbr-top-of-page .ant-navigation-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
    display: block;
  }
  .mbr-top-of-page .ant-logo-wrapper img {
    max-width: 100%;
  }
  .ant-menu-active .ant-navigation-wrapper {
    max-height: 500px;
  }
  .ant-menu-active .ant-side-navigation-wrapper {
    left: -320px;
  }
}
/** Page Title (H1) **/
.mbr-page-header {
  text-align: center;
  color: #ffffff;
  padding: 1.714rem 0;
  margin-top: 70px;
}
.mbr-page-header h1 {
  margin: auto;
}

@media screen and (min-width: 800px) {
  .mbr-page-header {
    text-align: left;
    margin-top: 100px;
  }
  .mbr-page-header h1 {
    float: left;
  }
  .mbr-page-header .ant-help-container {
    display: block;
    float: right;
    clear: none;
    margin-top: 0px;
  }
}
.mbr-page-body {
  margin-top: 2rem;
}

.tcp-middle-of-page {
  z-index: 0;
  position: relative;
}

/** Footer Styles **/
.footer-floater .fa {
  top: 0.1429rem;
  position: relative;
  color: #fe5e3c;
  font-size: 1.285rem;
  float: left;
  margin-right: 0.5rem;
  width: 1.5rem;
}

#california-grievance-form-floating-footer {
  margin-bottom: 0.8rem;
}

.footer-floater-inner {
  overflow: hidden;
}

.mbr-page-footer a,
.mbr-bottom-of-page a {
  border-bottom: none;
  text-decoration: none;
}
.mbr-page-footer a:hover,
.mbr-bottom-of-page a:hover {
  text-decoration: none;
}

.ant-footer-heading {
  text-align: center;
}

.mbr-page-footer {
  position: relative;
  z-index: -1;
}
.mbr-page-footer h3 .fa {
  padding-right: 10px;
  color: #ffffff;
}
.mbr-page-footer .ant-footer-link-list {
  font-weight: 600;
}

.ant-footer-link-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.ant-footer-link-list li a,
.ant-footer-link-list li a:hover {
  text-decoration: none;
}
.ant-footer-link-list li li:last-child {
  margin-bottom: 0;
}

.ant-footer {
  margin-top: 2rem;
  z-index: -1;
  position: relative;
}

[data-cns-language-dropdown-cmp] .dropdown-menu,
[language-dropdown-cmp] .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
[data-cns-language-dropdown-cmp] .psLabel:hover,
[language-dropdown-cmp] .psLabel:hover {
  background: transparent;
  color: inherit;
}

.mbr-bottom-of-page {
  margin-top: 2rem;
}
.mbr-bottom-of-page #footerBtnDdl .psLabel.burmese,
.mbr-bottom-of-page #footerBtnDdl .psLabel.amharic {
  background-image: url(/member/assets/images/alt_languages.png);
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 70%;
  background-clip: content-box;
}
.mbr-bottom-of-page #footerBtnDdl .psLabel.burmese {
  background-position: 15px 8px;
}
.mbr-bottom-of-page #footerBtnDdl .psLabel.amharic {
  background-position: 15px -31px;
}
.mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.burmese {
  background-position: 15px -12px;
}
.mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.amharic {
  background-position: 15px -50px;
}
@media screen and (min-width: 480px) {
  .mbr-bottom-of-page #footerBtnDdl .psLabel.burmese {
    background-position: 18px 8px;
  }
  .mbr-bottom-of-page #footerBtnDdl .psLabel.amharic {
    background-position: 18px -41px;
  }
  .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.burmese {
    background-position: 18px -16px;
  }
  .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.amharic {
    background-position: 18px -62px;
  }
}
@media screen and (min-width: 801px) {
  .mbr-bottom-of-page #footerBtnDdl .psLabel.burmese {
    background-position: 18px 8px;
  }
  .mbr-bottom-of-page #footerBtnDdl .psLabel.amharic {
    background-position: 18px -44px;
  }
  .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.burmese {
    background-position: 18px -19px;
  }
  .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.amharic {
    background-position: 18px -70px;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.burmese {
    background-position: 18px -18px;
  }
}
.mbr-bottom-of-page #footer-block-3 {
  text-align: center;
  margin: 0 auto;
  width: 13rem;
  padding-bottom: 1.142rem;
}
.mbr-bottom-of-page #footer-block-3 li {
  display: table-row;
}
.mbr-bottom-of-page #footer-block-3 li span {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .mbr-bottom-of-page #footer-block-3 {
    margin: 0;
  }
}
.mbr-bottom-of-page h3 a {
  display: block;
  padding: 15px 10%;
}
.mbr-bottom-of-page h3 a .fa {
  font-size: 38px;
  position: relative;
  top: -5px;
  color: #ffffff;
}
.mbr-bottom-of-page h3 a .fa-angle-down {
  transform: rotateX(180deg);
  transition: transform 0.5s;
}
.mbr-bottom-of-page h3 a.collapsed .fa {
  font-size: 38px;
  transform: rotateX(0deg);
}
.mbr-bottom-of-page ul.panel-collapse {
  padding: 0 0 3.142rem;
}
.mbr-bottom-of-page a {
  border-bottom: none;
}
.mbr-bottom-of-page .ant-block-wrapper {
  position: relative;
}
.mbr-bottom-of-page .ant-block-wrapper.open {
  background-color: rgba(255, 255, 255, 0.1);
}
.mbr-bottom-of-page .ant-social {
  margin: 3rem 0;
  text-align: center;
  clear: both;
}
.mbr-bottom-of-page .ant-social .fa {
  margin: 0 10px;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  text-align: center;
  font-size: 1.714rem;
  padding-top: 0.643rem;
}
.mbr-bottom-of-page .ant-copyright {
  text-align: center;
  clear: both;
  font-size: 0.8571rem;
  font-weight: 300;
}
@media screen and (min-width: 801px) {
  .mbr-bottom-of-page .ant-copyright {
    font-size: 0.7778rem;
  }
}
.mbr-bottom-of-page .ant-heading-five {
  margin-bottom: 10px;
}
.mbr-bottom-of-page .mbr-page-footer .ant-center-block {
  max-width: 300px;
  float: none;
  padding-top: 20px;
}
.mbr-bottom-of-page .ant-center-block-wide {
  text-align: center;
}

.ant-app-promo {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 50px;
}
.ant-app-promo .media-body {
  width: auto;
}
.ant-app-promo .ant-app-icon img {
  height: 3rem;
  width: 3rem;
  margin-right: 5px;
}
.ant-app-promo .ant-app-link {
  color: #ffffff;
  text-decoration: none;
}
.ant-app-promo .ant-app-link span {
  display: block;
  text-align: left;
}
.ant-app-promo .ant-app-link span:focus, .ant-app-promo .ant-app-link span:hover {
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .ant-app-promo {
    margin: 3rem auto;
    clear: both;
    display: block;
    width: 268px;
  }
}
@media screen and (min-width: 800px) {
  .mbr-bottom-of-page .ant-center-block {
    max-width: 100%;
    float: left;
  }
  .mbr-bottom-of-page .ant-center-block-wide {
    max-width: 100%;
    float: left;
    clear: none;
    text-align: left;
    padding-top: 0px;
  }
  .mbr-bottom-of-page ul.panel-collapse {
    padding: 10px 0px;
  }
  .mbr-bottom-of-page .ant-block-wrapper.first {
    border-top: 0px solid;
    border-bottom: 0px solid;
  }
  .mbr-bottom-of-page .ant-block-wrapper {
    border-bottom: 0px solid;
    width: 100%;
    left: 0;
  }
}
/** Public/Secure Visibility Toggle **/
.ant-visible-public {
  display: none;
}

.ant-public .ant-visible-public {
  display: block;
}

.ant-hidden-public {
  display: block;
}

.ant-public .ant-hidden-public {
  display: none;
}

.ant-page-wrapper {
  position: relative;
  overflow-x: hidden;
}

.mbr-top-of-page-wrapper {
  position: fixed;
  width: 100%;
  height: 65px;
  z-index: 500;
  transition: background-color 0.5s ease;
}
.mbr-top-of-page-wrapper .ant-top-wrapper {
  transition: background-color 0.25s ease;
}
.mbr-top-of-page-wrapper .ant-menu-button {
  font-size: 28px;
}
.mbr-top-of-page-wrapper .ant-menu-label {
  top: 0px;
}
.mbr-top-of-page-wrapper .ant-menu-toggle,
.mbr-top-of-page-wrapper .ant-menu-toggle:hover,
.mbr-top-of-page-wrapper .ant-menu-toggle:active,
.mbr-top-of-page-wrapper .ant-menu-toggle:focus {
  text-decoration: none;
  color: #0079c2;
  display: inline-block;
  border: 0px;
  font-weight: 400;
  margin-top: 12px;
  padding: 5px 5px 5px 0;
}
.mbr-top-of-page-wrapper .ant-menu-icon-container {
  position: relative;
  margin-right: 0px;
  font-size: 2px;
  top: -8px;
}
.mbr-top-of-page-wrapper .ant-menu-icon,
.mbr-top-of-page-wrapper .ant-menu-icon:before,
.mbr-top-of-page-wrapper .ant-menu-icon:after {
  height: 3px;
  width: 30px;
  position: relative;
  background-color: #0079c2;
  display: inline-block;
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
.mbr-top-of-page-wrapper .ant-menu-icon:before {
  top: -9px;
  content: " ";
  transform: rotate(0deg);
  transition-property: top, transform;
}
.mbr-top-of-page-wrapper .ant-menu-icon:after {
  bottom: -5px;
  content: " ";
  transform: rotate(0deg);
  transition-property: bottom, transform;
}
.mbr-top-of-page-wrapper .ant-logo-wrapper-col {
  display: block;
}
.mbr-top-of-page-wrapper .ant-logo-wrapper-col a {
  display: block;
  border-bottom: none;
}
.mbr-top-of-page-wrapper .ant-logo-wrapper {
  opacity: 0.05;
}
.mbr-top-of-page-wrapper .ant-logo-wrapper {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.mbr-top-of-page-wrapper .ant-logo-wrapper img {
  width: 160px;
  margin: 17px auto;
  display: block;
}
.mbr-top-of-page-wrapper .ant-task-bar-wrapper-col {
  display: none;
}
.mbr-top-of-page-wrapper .ant-task-bar {
  float: right;
  padding: 0px;
  margin: 0px;
}
.mbr-top-of-page-wrapper .ant-task-bar-item {
  float: left;
  list-style-type: none;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon {
  color: #fff;
  background-color: #0079c2;
  border-radius: 50%;
  height: 41px;
  width: 41px;
  display: inline-block;
  margin: 13px 0px 6px 12px;
  text-align: center;
  border: 1px solid #0079c2;
  overflow: hidden;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon .fa {
  font-size: 23px;
  top: 8px;
  position: relative;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon.active,
.mbr-top-of-page-wrapper a.ant-task-bar-icon:hover {
  color: #0079c2;
  background-color: #fff;
  border: 1px solid #0079c2;
  cursor: pointer;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon:hover .fa {
  color: #0079c2;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon .fa-th {
  font-size: 27px;
  top: 7px;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon .fa-user {
  font-size: 38px;
  top: 5px;
  left: 1px;
}
.mbr-top-of-page-wrapper .ant-search .ant-task-bar-icon {
  float: left;
}
.mbr-top-of-page-wrapper .ant-search-active .ant-search-field {
  max-width: 500px;
  color: #0079c2;
}
.mbr-top-of-page-wrapper .ant-search-field {
  float: left;
  margin-top: 18px;
  border-radius: 5px;
  max-width: 0px;
  overflow: hidden;
  transition: max-width 0.25s ease;
  padding: 5px 0px;
}
.mbr-top-of-page-wrapper .ant-search-field input {
  width: 140px;
  width: 140px;
  border: 0px;
  color: #0079c2;
  background: transparent;
  border-bottom: 1px solid;
  font-weight: 300;
  margin-left: 8px;
  font-size: 14px;
}
.mbr-top-of-page-wrapper ::-webkit-input-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper :-moz-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper ::-moz-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper :-ms-input-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper .ant-nav-search-button {
  border: 0px;
  padding: 0px 20px 0px 0px;
  margin: 0px -20px 0px 0px;
  width: 0px;
  position: relative;
  left: -17px;
  background: transparent;
  top: -2px;
}
.mbr-top-of-page-wrapper .ant-nav-search-button .fa {
  font-size: 14px;
}
.mbr-top-of-page-wrapper .ant-search-bkg {
  margin-bottom: 0px;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon .badge {
  background-color: #e82d05;
  position: absolute;
  right: -5px;
  padding: 4px 7px;
}
.mbr-top-of-page-wrapper .ant-global-nav {
  padding: 0px;
  margin: 0px;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper {
  max-height: 0px;
  visibility: hidden;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper ul {
  margin: 0px;
  padding: 0px;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper ul ul {
  margin-top: 10px;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-heading-two {
  font-weight: 300;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  display: block;
  line-height: 1.1;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper,
.mbr-top-of-page-wrapper .ant-navigation-wrapper a {
  color: #fff;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
  padding-left: 0px;
  padding-right: 17px;
}
.mbr-top-of-page-wrapper .ant-nav-col ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  max-height: 0px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0.1;
  transition: max-height 0.25s ease-out, opacity 0.25s ease-out, visibility 0s ease-out;
}
.mbr-top-of-page-wrapper .ant-nav-col ul a {
  border: 0;
}
.mbr-top-of-page-wrapper .ant-nav-col .ant-heading-two .fa {
  font-size: 40px;
  position: relative;
  top: -2px;
  transform: rotateX(0deg);
  transition: transform 0.35s ease;
  color: #fff;
  z-index: -1;
}
.mbr-top-of-page-wrapper .ant-nav-col.ant-menu-expanded .ant-heading-two .fa {
  transform: rotateX(180deg);
}
.mbr-top-of-page-wrapper .ant-menu-expand {
  cursor: pointer;
  text-decoration: none;
  border: none;
}
.mbr-top-of-page-wrapper .ant-nav-col ul ul {
  max-height: 0px;
}
.mbr-top-of-page-wrapper .ant-nav-col li {
  font-weight: 600;
  margin: 10px 0px 20px;
}
.mbr-top-of-page-wrapper .ant-nav-col li:last-child {
  margin-bottom: 0px;
}
.mbr-top-of-page-wrapper .ant-nav-col li li {
  font-weight: 400;
  margin: 10px 20px 0px;
}
.mbr-top-of-page-wrapper .ant-nav-col li li a {
  padding: 3px 0px;
  display: inline-block;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 65px);
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
  list-style: none;
  left: -1000px;
  position: relative;
  opacity: 0.05;
  border: 0px solid transparent;
  transition-property: border, left, opacity;
  transition-timing-function: ease-out, ease-out, ease-in;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
  transition-delay: 0.3s, 0.15s, 0.1s;
  transition-duration: 0.35s, 0.45s, 0.15s;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:first-child {
  transition-delay: 0.3s, 0s, 0.1s;
  transition-duration: 0.35s, 0.45s, 0.15s;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:last-child {
  transition-delay: 0.3s, 0.3s, 0.1s;
  transition-duration: 0.35s, 0.45s, 0.15s;
}

.ant-menu-visible {
  overflow: hidden;
}
.ant-menu-visible .mbr-top-of-page-wrapper {
  height: 100vh;
  transition: background-color 0.2s ease;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-top-wrapper {
  background-color: rgba(255, 255, 255, 0.03);
  height: 65px;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:hover,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:active,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:focus {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:after,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:before {
  background-color: #ffffff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon {
  background-color: transparent;
  transition: background-color 0.2 ease;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:before {
  top: 0px;
  transform: rotate(-45deg);
  transition-property: transform, top;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:after {
  bottom: 4px;
  transform: rotate(45deg);
  transition-property: transform, bottom;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-logo-wrapper-col {
  display: none;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-logo-wrapper {
  opacity: 0.05;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-task-bar-wrapper-col {
  display: block;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-task-bar-wrapper-col .ant-tasks,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-task-bar-wrapper-col .ant-messages {
  display: none;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-tasks .ant-task-bar-widget,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-messages .ant-task-bar-widget {
  display: none;
}
.ant-menu-visible .mbr-top-of-page-wrapper ::-webkit-input-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper :-moz-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper ::-moz-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper :-ms-input-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-search-field input {
  border-bottom: 1px solid;
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-search-button {
  background: transparent;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon {
  overflow: hidden;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon.active,
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon:hover {
  color: #fff;
  background-color: #0079c2;
  border: 1px solid;
  cursor: pointer;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon .fa {
  color: #0079c2;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon:hover .fa {
  color: #ffffff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper {
  padding-top: 16px;
  display: block;
  max-height: 100%;
  background: transparent;
  visibility: visible;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col.ant-menu-expanded > ul {
  padding-bottom: 20px;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col.ant-menu-expanded > ul,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col.ant-menu-expanded > ul ul {
  max-height: 1000px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col ul ul {
  max-height: 400px;
  overflow: hidden;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
  left: 0px;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
  padding-bottom: 6px;
  top: 0px;
  opacity: 1;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:first-of-type {
  border-top: 0px solid;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
  border-bottom: 0px solid;
}

@media screen and (min-width: 480px) {
  .mbr-top-of-page-wrapper .ant-logo-wrapper img {
    margin: 16px auto;
    width: 175px;
  }
  .mbr-top-of-page-wrapper .ant-search-bkg {
    margin-bottom: 15px;
  }
  .mbr-top-of-page-wrapper .ant-search-field {
    overflow: visible;
    width: 100%;
    max-width: 500px;
    margin: 10px 0px;
  }
  .mbr-top-of-page-wrapper .ant-search-field input {
    width: calc(100% - 60px);
    font-size: 24px;
  }
  .mbr-top-of-page-wrapper .ant-nav-search-button {
    border: 0px;
    padding: 0px 40px 0px 0px;
    margin: 0px -40px 0px 0px;
    width: 0px;
    position: relative;
    left: 14px;
    background: transparent;
    top: -2px;
  }
  .mbr-top-of-page-wrapper .ant-nav-search-button .fa {
    font-size: 28px;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper .ant-menu-icon-container {
    position: relative;
    top: -5px;
  }
  .mbr-top-of-page-wrapper .ant-logo-wrapper img {
    margin: 16px 0px;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-wrapper-col {
    display: block;
  }
  .mbr-top-of-page-wrapper .ant-menu-toggle,
  .mbr-top-of-page-wrapper .ant-menu-toggle:hover,
  .mbr-top-of-page-wrapper .ant-menu-toggle:active,
  .mbr-top-of-page-wrapper .ant-menu-toggle:focus {
    margin-top: 8px;
  }
  .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
    padding-left: 50px;
    padding-right: 40px;
    margin-bottom: 20px;
  }
  .mbr-top-of-page-wrapper .ant-menu-expand {
    cursor: default;
  }
  .mbr-top-of-page-wrapper .ant-navigation-wrapper {
    height: calc(100vh - 85px);
    clear: both;
  }
  .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
    left: 0px;
    top: -1000px;
    position: relative;
    opacity: 0.05;
    border: 0px solid transparent;
    transition-property: border, top, opacity;
    transition-timing-function: ease-out, ease-out, ease-in;
  }
  .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
    transition-delay: 0s, 0.05s, 0.4s;
    transition-duration: 0.55s, 0.55s, 0.25s;
  }
  .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:first-child {
    transition-delay: 0s, 0s, 0.3s;
  }
  .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:last-child {
    transition-delay: 0s, 0.3s, 0.5s;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-logo-wrapper-col {
    display: block;
    visibility: hidden;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon:last-of-type {
    margin-right: 0px;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col ul {
    max-height: 1000px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper {
    padding-top: 50px;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
    border-top: 0px transparent;
    border-bottom: 0px transparent;
    border-right: 1px solid #69b3e7;
    border-left: 1px solid #69b3e7;
    margin-left: -1px;
    float: left;
    width: 34%;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:first-of-type {
    border-left: 0px solid;
    margin-left: 0px;
    padding-left: 0px;
    width: 32%;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
    border-right: 0px;
    padding-right: 0%;
    width: 32%;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper {
    height: 85px;
  }
  .mbr-top-of-page-wrapper .ant-menu-icon-container {
    top: -5px;
    margin-right: 12px;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-icon .ant-task-bar-content {
    /*top:102%;*/
  }
  .mbr-top-of-page-wrapper .ant-menu-toggle,
  .mbr-top-of-page-wrapper .ant-menu-toggle:hover,
  .mbr-top-of-page-wrapper .ant-menu-toggle:active,
  .mbr-top-of-page-wrapper .ant-menu-toggle:focus {
    margin-top: 18px;
  }
  .mbr-top-of-page-wrapper .ant-logo-wrapper img {
    margin: 21px auto;
    width: 225px;
  }
  .mbr-top-of-page-wrapper a.ant-task-bar-icon {
    margin: 22px 0px 16px 15px;
  }
  .mbr-top-of-page-wrapper .ant-search-field {
    margin-top: 27px;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-top-wrapper {
    height: 85px;
  }
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-heading-two {
    font-size: 36px;
  }
}
.ant-menu-visible.ant-public .ant-navigation-wrapper {
  padding-top: 0px;
}

@media (min-width: 480px) {
  .ant-menu-visible.ant-public .ant-navigation-wrapper {
    padding-top: 16px;
  }
}
/***** Task Bar Pop-ups *****/
.mbr-top-of-page-wrapper {
  /** Task Bar Dropdowns **/
}
.mbr-top-of-page-wrapper .ant-task-bar-widget {
  position: relative;
}
@media screen and (max-width: 480px) {
  .mbr-top-of-page-wrapper a.ant-task-bar-icon.not-open:focus:after, .mbr-top-of-page-wrapper a.ant-task-bar-icon.not-open:focus:before {
    border: none;
  }
  .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:after, .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:before {
    bottom: -15px;
    right: -1px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1000;
  }
  .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #dcdcdc;
    border-width: 22px;
    margin-right: -1px;
  }
  .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #ffffff;
    border-width: 20px;
    margin-right: 3px;
  }
}
.mbr-top-of-page-wrapper .ant-search a.ant-task-bar-icon:focus:after, .mbr-top-of-page-wrapper .ant-search a.ant-task-bar-icon:focus:before {
  bottom: 0px;
}
.mbr-top-of-page-wrapper .ant-task-bar-content {
  position: fixed;
  left: 0px;
  right: 0px;
  margin: auto;
  display: none;
  top: 78px;
  min-height: 150px;
  width: 95%;
  padding: 30px;
  z-index: 100;
}
.mbr-top-of-page-wrapper #global-profileIcon {
  width: 300px;
}
@media screen and (max-width: 480px) {
  .mbr-top-of-page-wrapper #global-profileIcon {
    width: 95%;
  }
}
@media screen and (max-height: 355px) {
  .mbr-top-of-page-wrapper #global-profileIcon .ant-nav-secondary li a {
    padding: 8px 0px;
  }
  .mbr-top-of-page-wrapper #global-profileIcon .btn-pad {
    padding: 0px 12px;
  }
  .mbr-top-of-page-wrapper #global-profileIcon .btn {
    padding: 7px 25px 8px;
    min-width: 100px;
  }
}
@media screen and (max-height: 440px) {
  .mbr-top-of-page-wrapper #global-profileIcon {
    padding: 10px;
  }
  .mbr-top-of-page-wrapper #global-profileIcon .ant-heading-two {
    padding-bottom: 0px;
  }
  .mbr-top-of-page-wrapper #global-profileIcon .ant-nav-secondary {
    margin: 0px;
  }
  .mbr-top-of-page-wrapper #global-profileIcon .btn-pad {
    padding: 0px 12px;
  }
  .mbr-top-of-page-wrapper #global-profileIcon .btn {
    font-size: 16px;
  }
}
@media screen and (max-height: 519px) {
  .mbr-top-of-page-wrapper #global-profileIcon .ant-nav-secondary li a {
    font-size: 16px;
  }
}
.mbr-top-of-page-wrapper .ant-task-item {
  display: block;
  float: left;
  width: 50%;
  padding: 0 10px;
  text-align: center;
  margin-top: 20px;
}
.mbr-top-of-page-wrapper .ant-task-item a {
  display: block;
  border-bottom: none;
}
.mbr-top-of-page-wrapper .ant-task-item a:hover {
  text-decoration: none;
}
.mbr-top-of-page-wrapper .ant-task-item span.fa {
  display: block;
  font-size: 40px;
  padding-bottom: 10px;
}
.mbr-top-of-page-wrapper .ant-task-item span.fa.fa-list-alt {
  font-size: 25px;
  line-height: 40px;
  top: 1px;
  position: relative;
}
.mbr-top-of-page-wrapper .ant-task-item span + span {
  display: block;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .mbr-top-of-page-wrapper .ant-task-bar-content {
    position: absolute;
    right: -97%;
    left: auto;
    margin: auto;
    width: 480px;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-content:after, .mbr-top-of-page-wrapper .ant-task-bar-content:before {
    bottom: 100%;
    right: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-content:after {
    border-width: 20px;
    margin-right: 3px;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-content:before {
    border-width: 22px;
    margin-right: -1px;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-content .ant-task-item {
    width: 33.33%;
    padding: 0px;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-content.small-layout .ant-task-item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper .ant-task-bar-content:before {
    margin-right: 0px;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-content:after {
    margin-right: 4px;
  }
}

.mbr-top-of-page-wrapper .ant-nav-secondary li {
  list-style: none;
}

.mbr-top-of-page-wrapper .ant-nav-secondary li a {
  text-decoration: none;
  border-bottom: none;
  padding: 12px 0;
  display: block;
  font-size: 20px;
}

.mbr-top-of-page-wrapper .ant-nav-secondary {
  margin: 0 0 30px;
  padding: 0;
}

.mbr-page-header {
  text-align: center;
  margin-top: 65px;
}

@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper #global-profileIcon {
    width: 375px;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper .ant-task-bar-content {
    top: 87px;
    right: -93%;
  }
  .mbr-page-header {
    text-align: left;
    margin-top: 85px;
  }
}
/** override JS height-leveling of nav columns on small screens **/
@media (max-width: 800px) {
  .ant-navigation-wrapper .ant-nav-col {
    height: auto !important;
  }
}
#motif-top-of-page .ant-secure-nav-overrides {
  overflow: unset;
}
#motif-top-of-page .mbr-top-of-page-wrapper {
  position: fixed;
  z-index: 14;
  top: 0;
  width: 100%;
  background: white;
  height: auto;
}
#motif-top-of-page .ant-secondary-nav,
#motif-top-of-page .sub-options-wrapper .ant-heading-two {
  display: none;
}
#motif-top-of-page .menu-button-container .menu-button {
  display: none;
}
#motif-top-of-page .menu-button-container.active {
  background: none;
}
#motif-top-of-page .menu-wrapper {
  display: flex;
  align-items: center;
}
#motif-top-of-page .menu-wrapper.container {
  padding: 0px;
}
#motif-top-of-page .menu-wrapper .ant-main-nav {
  width: 100%;
  background: white;
  padding-top: 0px;
  z-index: 14;
  position: relative;
}
#motif-top-of-page .ant-main-nav {
  display: none;
}
#motif-top-of-page .ant-main-nav .motif-file {
  display: none;
}
#motif-top-of-page .ant-main-nav ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#motif-top-of-page .ant-main-nav .motif-icon {
  transform: rotateX(0deg);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
#motif-top-of-page .ant-main-nav .sub-options-container {
  /* mobile expanded menu column */
}
#motif-top-of-page .ant-main-nav .sub-options-container .menu-column {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out, opacity 0.25s ease-out, visibility 0.25s ease-out;
}
#motif-top-of-page .ant-main-nav .sub-options-container .menu-column a.ant-menu-item {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  border: none;
  font-weight: 300;
  font-size: 14px;
  padding: 5px 20px;
  width: 100%;
}
#motif-top-of-page .ant-main-nav .sub-options-container .menu-column a.ant-menu-item:hover {
  background: #ffffff;
  color: #2b6ce2;
}
#motif-top-of-page .ant-main-nav .sub-options-container.ant-menu-expanded {
  padding-bottom: 1rem;
  background: #2b6ce2;
}
#motif-top-of-page .ant-main-nav .sub-options-container.ant-menu-expanded .ant-heading-two {
  color: #ffffff;
  font-weight: 400;
}
#motif-top-of-page .ant-main-nav .sub-options-container.ant-menu-expanded .ant-heading-two .motif-icon {
  color: #ffffff;
  transform: rotateX(180deg);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
#motif-top-of-page .ant-main-nav .sub-options-container.ant-menu-expanded .menu-column {
  list-style-type: none;
  padding-left: 0px;
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.25s ease-out, opacity 0.25s;
}
#motif-top-of-page .ant-main-nav .ant-heading-two,
#motif-top-of-page .ant-main-nav .profile {
  font-size: 16px;
  border: 0;
  color: #333;
  padding: 15px;
  margin-bottom: 0;
  cursor: pointer;
  text-decoration: none;
}
#motif-top-of-page .ant-main-nav .ant-heading-two.ant-menu-expanded,
#motif-top-of-page .ant-main-nav .profile.ant-menu-expanded {
  color: #ffffff;
}
#motif-top-of-page .ant-main-nav .ant-heading-two span.motif-icon,
#motif-top-of-page .ant-main-nav .profile span.motif-icon {
  font-size: 16px;
  color: #333;
  z-index: 1;
}
#motif-top-of-page .ant-main-nav .profile {
  width: 100%;
}
#motif-top-of-page .ant-main-nav .logout-text,
#motif-top-of-page .ant-main-nav .switch-plans {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  border: 0;
  padding: 15px;
  margin-bottom: 0;
  font-weight: 300;
  width: 100%;
}

.ant-menu-visible #motif-top-of-page .menu-wrapper {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.13);
  border-bottom: solid 1px #c5c9cc;
}
.ant-menu-visible #motif-top-of-page .ant-main-nav {
  display: block;
}
.ant-menu-visible #motif-top-of-page .tcp-mobile-menu-divider {
  border-top: 1px solid #d8d8d8;
  width: 100%;
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 801px) {
  .ant-menu-visible #motif-top-of-page .menu-wrapper {
    box-shadow: none;
    border-bottom: none;
  }
  #motif-top-of-page .menu-wrapper.container {
    padding: 0 15px;
  }
  #motif-top-of-page .menu-wrapper .ant-secondary-nav,
  #motif-top-of-page .menu-wrapper .ant-main-nav {
    width: 50%;
    padding-top: 15px;
  }
  #motif-top-of-page .ant-main-nav {
    display: block;
  }
  #motif-top-of-page .ant-main-nav .sub-options-container.ant-menu-expanded {
    background: none;
  }
  #motif-top-of-page .ant-main-nav .motif-file {
    display: block;
  }
  #motif-top-of-page .ant-secondary-nav {
    display: block;
  }
  #motif-top-of-page .ant-secondary-nav li {
    cursor: pointer;
    display: block;
    margin-right: 2rem;
  }
  #motif-top-of-page .ant-secondary-nav li:last-child {
    margin-right: 0px;
  }
  #motif-top-of-page .ant-secondary-nav li a {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
  }
  #motif-top-of-page .ant-main-nav ul {
    flex-direction: row;
  }
  #motif-top-of-page .ant-main-nav .ant-main-nav-ul {
    margin-left: -20px;
  }
  #motif-top-of-page .menu-button-container {
    margin: 0;
    padding: 5px 20px 7px;
    position: relative;
  }
  #motif-top-of-page .menu-button-container .menu-button {
    font-weight: 500;
    display: block;
    padding: 5px 0px;
  }
  #motif-top-of-page .menu-button-container:hover {
    cursor: pointer;
  }
  #motif-top-of-page .menu-button-container a {
    color: #333;
    text-decoration: none;
    position: relative;
  }
  #motif-top-of-page .menu-button-container a:after {
    content: " ";
    width: 0;
  }
  #motif-top-of-page .menu-button-container.active {
    background: #2b6ce2;
  }
  #motif-top-of-page .menu-button-container.active > a {
    background-color: #2b6ce2;
    color: #ffffff;
    border: 0;
    padding: 5px 0;
    z-index: 1;
  }
  #motif-top-of-page .menu-button-container.active > a:after {
    content: " ";
    border-bottom: solid 3px #ffffff;
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 100%;
    left: 0;
    transition: width 0.75s ease-in-out;
  }
  #motif-top-of-page .menu-button-container.active .menu-column {
    height: auto;
    max-height: 1000px;
    padding: 15px 0 30px;
    transition: max-height 1.5s;
  }
  #motif-top-of-page .menu-button-container.active .menu-column .nested-menu-wrapper span {
    color: #ffffff;
    padding: 5px 20px 7px;
  }
  #motif-top-of-page .menu-button-container.active .menu-column .nested-menu-wrapper ul {
    display: flex;
    flex-direction: column;
  }
  #motif-top-of-page .menu-button-container.active .menu-column .nested-menu-wrapper ul li {
    padding: 0px;
  }
  #motif-top-of-page .menu-button-container.active .menu-column .nested-menu-wrapper ul .ant-menu-item {
    padding: 5px 40px;
  }
  #motif-top-of-page ul.sub-options-wrapper {
    overflow: hidden;
    visibility: hidden;
    padding-top: 0px;
    display: flex;
    position: absolute;
    left: -10px;
    top: 20px;
    padding-top: 14px;
  }
  #motif-top-of-page ul.sub-options-wrapper .ant-heading-two {
    display: none;
  }
  #motif-top-of-page ul.sub-options-wrapper .sub-options-container .ant-heading-two {
    display: none;
  }
  #motif-top-of-page ul.sub-options-wrapper .menu-column {
    height: 0px;
    max-height: 0px;
    width: 293px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    background: #2b6ce2;
  }
  #motif-top-of-page ul.sub-options-wrapper .menu-column li {
    display: inline-block;
    margin: 0.15rem 0;
    width: 100%;
    font-weight: 300;
    padding: 0px;
  }
  #motif-top-of-page ul.sub-options-wrapper .menu-column li .ant-menu-item {
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    margin: 0 0;
    padding: 5px 20px 7px;
  }
  #motif-top-of-page ul.sub-options-wrapper .menu-column li .ant-menu-item:hover {
    background-color: rgba(255, 255, 255, 0.85);
    color: #0079c2;
  }
  #motif-top-of-page .ant-secondary-nav {
    display: block;
  }
  #motif-top-of-page .ant-secondary-nav .ant-task-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5px;
    margin: 0px;
  }
  #motif-top-of-page .ant-secondary-nav .ant-task-bar a.ant-task-bar-icon {
    height: auto;
    width: auto;
  }
  #motif-top-of-page .mbr-top-nav-container {
    background: #ffffff;
  }
  .ant-menu-visible {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .ant-menu-visible #motif-top-of-page .sub-options-wrapper {
    visibility: visible;
    overflow: auto;
  }
  .ant-menu-visible #motif-top-of-page .menu-button-container.active .menu-column {
    transition: none;
  }
  .ant-menu-visible #motif-top-of-page .ant-top-wrapper {
    position: relative;
    z-index: 5;
    background-color: #ffffff;
    height: auto;
  }
  .ant-menu-visible #motif-top-of-page .ant-logo-wrapper {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  #motif-top-of-page ul.sub-options-wrapper {
    left: -20px;
  }
}
/* end of Navigation Bar */
#motif-top-of-page .mbr-top-of-page-wrapper {
  height: 65px;
}
@media screen and (min-width: 1024px) {
  #motif-top-of-page .mbr-top-of-page-wrapper {
    height: 85px;
  }
}
#motif-top-of-page .mbr-top-of-page-wrapper .ant-top-nav {
  display: flex;
  align-items: center;
}
#motif-top-of-page .mbr-top-of-page-wrapper .ant-logo-wrapper {
  padding: 0.8rem 0;
}
@media screen and (min-width: 480px) {
  #motif-top-of-page .mbr-top-of-page-wrapper .ant-logo-wrapper {
    padding: 17px 0;
  }
}
@media screen and (min-width: 1024px) {
  #motif-top-of-page .mbr-top-of-page-wrapper .ant-logo-wrapper {
    padding: 22px 0;
  }
}
#motif-top-of-page .co-brand-tall .mbr-top-of-page-wrapper .co-brand-wrapper .unhide-co-brand-icons {
  padding-bottom: 0px;
}
#motif-top-of-page .mbr-top-of-page-wrapper .no-cobrand {
  min-height: 65px;
  max-height: 65px;
}
@media screen and (min-width: 1024px) {
  #motif-top-of-page .mbr-top-of-page-wrapper .no-cobrand {
    min-height: 85px;
    max-height: 85px;
  }
}
#motif-top-of-page .mbr-top-of-page-wrapper .no-cobrand .ant-logo-wrapper img {
  max-height: 31px;
  max-width: 160px;
  margin: 0;
}
@media screen and (min-width: 480px) {
  #motif-top-of-page .mbr-top-of-page-wrapper .no-cobrand .ant-logo-wrapper img {
    max-height: 28px;
    max-width: 175px;
  }
}
@media screen and (min-width: 801px) {
  #motif-top-of-page .mbr-top-of-page-wrapper .no-cobrand .ant-logo-wrapper img {
    max-height: 45px; /**/
    width: 236px;
    max-width: 210px;
  }
}
@media screen and (min-width: 1024px) {
  #motif-top-of-page .mbr-top-of-page-wrapper .no-cobrand .ant-logo-wrapper img {
    max-width: 210px;
    max-height: 50px;
  }
}
#motif-top-of-page .toggle-co-brand .co-brand-wrapper {
  min-height: 65px;
  max-height: 65px;
}
@media screen and (min-width: 801px) {
  #motif-top-of-page .toggle-co-brand .co-brand-wrapper {
    min-height: 85px;
    max-height: 85px;
  }
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper {
  display: flex;
  align-items: center;
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col {
  display: flex;
  align-items: center;
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper {
  /* Co-branding Logo */
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper a {
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #c5c9cc;
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper img {
  max-height: 32px;
  width: 167px;
  margin: 0;
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image {
  padding-left: 10px;
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image img {
  max-height: 28px; /**/
  width: auto;
  object-fit: contain;
}
#motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image.co-brand-tall img {
  max-height: 30px; /**/
  width: auto;
}
@media screen and (min-width: 480px) {
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper {
    /* Co-branding Logo */
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper img {
    max-height: 37px; /**/
    width: 194px;
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image img {
    max-height: 24px; /**/
    max-width: 155px;
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image.co-brand-tall img {
    max-height: 33px; /**/
  }
}
@media screen and (min-width: 801px) {
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper {
    /* Co-branding Logo */
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper img {
    max-height: 45px; /**/
    width: 236px;
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image img {
    max-height: 35px; /**/
  }
}
@media screen and (min-width: 1024px) {
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper {
    /* Co-branding Logo */
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper img {
    max-height: 50px; /**/
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image img {
    max-height: 45px; /**/
    width: 262px;
  }
  #motif-top-of-page .toggle-co-brand .co-brand-logo-wrapper .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image.co-brand-tall img {
    max-height: 42px; /**/
  }
}

/* End of Logo scss */
#motif-top-of-page {
  /* Closed Hamberger Menu Bars START */
}
#motif-top-of-page .ant-menu-button {
  margin: 0px;
  overflow: visible;
}
#motif-top-of-page .ant-menu-button.text-right {
  text-align: right;
}
#motif-top-of-page .ant-menu-button.text-right .ant-menu-button {
  display: inline-block;
}
#motif-top-of-page .ant-menu-button .ant-menu-toggle {
  margin: 0;
}
#motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon-container {
  position: relative;
  margin-right: 0;
  font-size: 2px;
}
#motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon {
  height: 3px;
  width: 30px;
  position: relative;
  display: inline-block;
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
  background-color: #2b6ce2;
}
#motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon:hover {
  cursor: pointer;
}
#motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon:before {
  top: -9px;
  content: " ";
  transform: rotate(0deg);
  transition-property: top, transform;
  background-color: #2b6ce2;
  height: 3px;
  width: 30px;
  position: relative;
  display: inline-block;
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
#motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon:after {
  background-color: #2b6ce2;
  bottom: -5px;
  content: " ";
  transform: rotate(0deg);
  transition-property: bottom, transform;
  background-color: #2b6ce2;
  height: 3px;
  width: 30px;
  position: relative;
  display: inline-block;
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}

.ant-menu-visible #motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon {
  background: transparent;
}
.ant-menu-visible #motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon:before {
  top: 0;
  transform: rotate(-45deg);
  transition-property: transform, top;
}
.ant-menu-visible #motif-top-of-page .ant-menu-button .ant-menu-toggle .ant-menu-icon:after {
  bottom: 4px;
  transform: rotate(45deg);
  transition-property: transform, bottom;
}

/* end og hamburger */
/** 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.8571428571rem;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4285714286rem;
  margin-left: 0.5714285714rem;
}
.footer-social .social {
  display: flex;
  flex-direction: column;
}
.footer-social .social .social-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2.2857142857rem;
  margin-left: 1.1428571429rem;
}
.footer-social .social .social-container .social-icon-footer {
  font-size: 30px;
  margin-right: 0.5714285714rem;
}
.footer-social .footer-app {
  display: flex;
  flex-direction: row;
  margin-top: 0.5714285714rem;
}
.footer-social .footer-app a {
  display: block;
}
.footer-social .footer-app a .mobile-app-icon {
  height: 40px;
  width: 40px;
  margin-right: 0.8571428571rem;
}

.footer-bottom {
  padding-top: 2.5714285714rem;
  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.4285714286rem 48px 1.4285714286rem 1.4285714286rem;
  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%);
}

@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.4285714286rem;
    padding-bottom: 1.4285714286rem;
  }
  .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.7142857143rem;
  }
  .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.5714285714rem;
  }
  .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: 4rem;
  padding-bottom: 4rem;
  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.5714285714rem;
  }
  .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";
}

/*-------------------------------------------*\
  Expansion Panel Component
\*-------------------------------------------*/
.uxd-expansion-button {
  background: transparent;
}

.uxd-expansion-panel {
  display: block;
  overflow: hidden;
}
.uxd-expansion-panel .uxd-expansion-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
.uxd-expansion-panel .uxd-expansion-button {
  height: 100%;
  margin-right: 2.2857142857rem;
  color: #286ce2;
}
.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.4285714286rem;
  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;
}

.alt-toggle-cmp .alt-toggle {
  overflow: hidden;
}

.alt-toggle-cmp .alt-toggle-icon {
  font-family: "ant-motif-icons";
}
.alt-toggle-cmp .alt-toggle-icon .motif-icon {
  font-size: 1.42857143rem;
  position: absolute;
  right: 1.5rem;
  top: 1rem;
}
.alt-toggle-cmp .alt-toggle-icon .alt-toggle-plus:before {
  content: "\e918";
}
.alt-toggle-cmp .alt-toggle-icon .alt-toggle-minus:before {
  content: "\e917";
}

.uxd-expand-collapse-wcs .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;
}
.uxd-expand-collapse-wcs .ant-collapse-heading .collapsible-heading-text {
  font-weight: 300;
  font-size: 1.375rem;
}
.uxd-expand-collapse-wcs .ant-collapse-heading .ant-collapse-button {
  padding: 2rem 0.8571428571rem;
  text-align: left;
}
.uxd-expand-collapse-wcs .ant-collapse-heading .ant-collapse-button .accordion-button-icon {
  font-family: "ant-motif-icons";
  color: #286ce2;
  font-size: 1.4285714286rem;
  margin-right: 2.2857142857rem;
}
.uxd-expand-collapse-wcs .ant-collapse-heading .ant-collapse-button .accordion-button-icon:before {
  content: "\e90f";
  display: block;
  transition: 250ms ease-in-out;
}
.uxd-expand-collapse-wcs .ant-collapse-body .body-content {
  padding: 0.5714285714rem 0.8571428571rem 2rem 0.8571428571rem;
}
.uxd-expand-collapse-wcs .collapse-block.is-expanded .accordion-button-icon::before {
  transform: rotate(180deg);
}

/** Badges **/
/** Alerts **/
.ant-alert {
  margin: 1rem 0;
  border: 1px solid #cccccc;
  border-left: 5px solid #0079c2;
  margin: 0.25rem;
  color: #0079c2;
}
.ant-alert .ant-alert-left {
  color: #0079c2;
  padding: 0.5rem;
  font-size: 22px;
}
.ant-alert .ant-alert-left span.alert-icon {
  font-family: "ant-motif-icons";
}
.ant-alert .ant-alert-left span.alert-icon.alert-icon-positive::before {
  content: "\e94a";
}
.ant-alert .ant-alert-left span.alert-icon.alert-icon-negative::before {
  content: "\e9b4";
}
.ant-alert .ant-alert-left span.alert-icon.alert-icon-info::before {
  content: "\e9f9";
}
.ant-alert .ant-alert-main {
  color: #949494;
  padding: 0.5rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 1rem;
}
.ant-alert .ant-alert-main .fa.fa-remove {
  font-size: 1.25rem;
}

.ant-alert.ant-negative {
  border-left-color: #cc0033;
}
.ant-alert.ant-negative .ant-alert-left {
  color: #cc0033;
}

.ant-alert.ant-positive {
  border-left-color: #53b1a3;
}
.ant-alert.ant-positive .ant-alert-left {
  color: #53b1a3;
}

/** Alerts End**/
/** Dismissable Alerts **/
.ant-alert.ant-dismissable {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.05);
}

.dismiss-icon {
  font-family: "ant-classic-icons";
  color: #ffffff;
  padding: 1.1428571429rem;
  font-size: 1.5rem;
}
.dismiss-icon.dismiss-icon-positive::before {
  content: "\f17b";
}
.dismiss-icon.dismiss-icon-negative::before {
  content: "\f1cd";
}
.dismiss-icon.dismiss-icon-info::before {
  content: "\f24a";
}
.dismiss-icon.dismiss-icon-remove {
  color: black;
}
.dismiss-icon.dismiss-icon-remove::before {
  content: "\f191";
}

/** Modals **/
.modal .modal-header .close {
  background-color: #fff;
  color: #333;
  border: 1px solid #dcdcdc;
}
.modal .modal-header .close .fa {
  color: #0079c2;
}
.modal .modal-header .close:focus {
  box-shadow: 0px 0px 5px 2px #00609a;
}
.modal .modal-footer {
  border-top: 0px solid #e5e5e5;
}
.modal.ant-error-modal h2 {
  color: #cc0033;
}
.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-top .close {
  color: #666;
}
.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-footer {
  background: #eee;
}

/* Alternative full screen modal for larger content */
@media screen and (max-width: 479px) {
  .modal-dialog .close {
    background-color: #0079c2;
  }
  .modal-dialog .close .fa {
    color: #ffffff;
  }
  .modal-footer {
    background: #dedede;
  }
}
@media (min-width: 480px) {
  .ant-fullscreen-modal .modal-dialog {
    box-shadow: 1px 0px 4px 1px rgba(0, 0, 0, 0.2);
  }
}
/** Modals End **/
/** Tooltips Start **/
.popover {
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
}

input + .popover > .popover-indicator {
  border: 0.9em solid #fff;
}

.popover-content.error {
  color: #e82d05;
}

.popover .popover-close {
  box-shadow: 8px 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.popover .popover-close a {
  color: #002e58;
}
.popover .popover-close a:focus {
  box-shadow: 0px 0px 4px 1px #0079c2;
}

.popover.right,
.popover.left,
.popover.top,
.popover.bottom {
  box-shadow: 2px 2px 4px 2px #d0d0d0;
}

.popover.top > .popover-indicator {
  border: 0.5em solid #fff;
  box-shadow: -2px 5px 4px -1px rgba(0, 0, 0, 0.1);
}

.popIcon .glyphicon,
.popIcon .fa {
  color: #fe5e3c;
}
.popIcon .glyphicon:hover, .popIcon .glyphicon:focus,
.popIcon .fa:hover,
.popIcon .fa:focus {
  color: #e82d05;
}

/* Progress Bars */
.progress {
  color: #444;
}
.progress .complete {
  background: #ffc03f;
  color: #444;
}
.progress .remaining {
  background: #fedf9f;
  color: #444;
}

.popover.bottom > .popover-indicator {
  box-shadow: 2px -2px 4px 0px rgba(0, 0, 0, 0.1);
}

/** ToolTips End **/
/** Loading Indicators **/
/** Ajax-Loader **/
.ant-ui-widget-overlay {
  background-color: #000;
}

.ant-ajax-load {
  background-color: #fff;
  padding: 15px;
}
.ant-ajax-load .ant-ajax-text {
  margin-top: 20px;
  margin-left: 20px;
}
.ant-ajax-load .sk-spinner-wave div {
  background: #0079c2;
}

.ant-data-load {
  outline: 0 none;
  overflow: hidden;
  padding: 50px 15px;
  text-align: center;
  background-color: #f9f9f9;
}
.ant-data-load .ant-data-spin {
  float: left;
  width: 100%;
  display: block;
}
.ant-data-load .ant-data-text {
  float: left;
  width: 100%;
  display: block;
}
.ant-data-load .sk-spinner-wave div {
  background-color: #ccc;
}

.sk-spinner-wave.sk-spinner {
  font-size: 10px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}

.sk-spinner-wave div {
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  background-color: #0079c2;
  display: inline-block;
  height: 100%;
  margin: 0 1px;
  width: 6px;
}

.sk-spinner-wave .sk-rect2 {
  animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
  animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
  animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
  animation-delay: -0.8s;
}

/** Ajax-Loader End **/
/** Colors **/
/** Typography **/
/** Icons **/
/** Buttons Start **/
.btn {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding: 0.8571428571rem 3.4285714286rem;
  background: #286ce2;
  border-color: #286ce2;
  color: #ffffff;
}
.btn:hover, .btn:focus, .btn:active, .btn:active:focus {
  background-color: #e82d05;
  color: #fff;
  border-color: #e82d05;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 0.8571428571rem;
  padding: 0.5714285714rem 2.8571428571rem;
}

.btn-default,
.btn-primary {
  background-color: #fe5e3c;
  color: #fff;
  border: 1px solid #fe5e3c;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background-color: #e82d05;
  color: #fff;
  border-color: #e82d05;
}

.btn-secondary {
  background-color: #ffffff;
  color: #fe5e3c;
  border: 1px solid #fe5e3c;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus {
  background-color: #e82d05;
  color: #fff;
  border-color: #e82d05;
}

.btn-secondary-dk {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-secondary-dk:hover, .btn-secondary-dk:focus, .btn-secondary-dk:active, .btn-secondary-dk:active:focus {
  background-color: #fff;
  color: #00609a;
  border-color: #fff;
}

.btn-secondary-dk-alt {
  background-color: #fff;
  color: #00609a;
  border-color: #00609a;
}
.btn-secondary-dk-alt:hover, .btn-secondary-dk-alt:focus, .btn-secondary-dk-alt:active, .btn-secondary-dk-alt:active:focus {
  background-color: #eeeeee;
  color: #00609a;
  border-color: #00609a;
}

.btn-naked-dropdown.dropdown-toggle .buttonMain {
  padding-left: 5px;
  color: #00609a;
}

.btn-naked-dropdown.dropdown-toggle .fa {
  color: #00609a;
}

.btn.btn-secondary-alt {
  color: #333;
  background-color: #fff;
  border: 2px solid #eee;
}

.btn.btn-secondary-alt:hover,
.btn.btn-secondary-alt:focus,
.btn.btn-secondary-alt:active,
.btn.btn-secondary-alt:active:focus {
  color: #333;
  background-color: #eee;
  border: 2px solid #eee;
}

.btn.btn-secondary-alt.dropdown-toggle .fa {
  color: #006eb9;
}

.btn.dropdown-toggle .buttonMain {
  padding: 0.75rem 1rem 0.8rem;
}
.btn.dropdown-toggle .fa {
  padding: 0.6rem 1rem 0 0;
  font-size: 1.667rem;
}

.btn.dropdown-toggle.btn-select-style {
  background: #ffffff;
  border: 1px solid #666666;
  color: #666666;
}
.btn.dropdown-toggle.btn-select-style .buttonMain {
  padding: 11px;
}
.btn.dropdown-toggle.btn-select-style .fa {
  padding: 11px 15px;
  font-size: 30px;
}
.btn.dropdown-toggle.btn-select-style:focus {
  border: 1px solid #69b3e7;
}
.btn.dropdown-toggle.btn-select-style:focus .fa {
  border-left: 1px solid #69b3e7;
}
.btn.dropdown-toggle.btn-select-style .fa {
  color: #0079c2;
  border-left: 1px solid #666666;
}

.open > div .dropdown-menu {
  font-size: 1rem;
}
.open > div .dropdown-menu .fa {
  padding-right: 10px;
}
.open > div .dropdown-menu li:hover a, .open > div .dropdown-menu li:focus a, .open > div .dropdown-menu li.active a {
  color: #fff;
  background: #337ab7;
}
.open > div .dropdown-menu li:hover a .fa, .open > div .dropdown-menu li:focus a .fa, .open > div .dropdown-menu li.active a .fa {
  color: #fff;
}
.open > div .dropdown-menu li a {
  padding: 0.5556rem 0.8333rem;
  border-bottom: 0px solid transparent;
}
.open > div .dropdown-menu li a:hover, .open > div .dropdown-menu li a:focus {
  background: #337ab7;
}
.open > div .dropdown-menu li a:hover .fa, .open > div .dropdown-menu li a:focus .fa {
  color: #fff;
}

button:disabled,
button:disabled,
button:disabled:hover,
button:disabled:focus,
.btn-primary:disabled,
.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-secondary:disabled,
.btn-secondary:disabled,
.btn-secondary:disabled:hover,
.btn-secondary:disabled:focus,
.btn-ghost:disabled,
.btn-ghost:disabled,
.btn-ghost:disabled:hover,
.btn-ghost:disabled:focus,
.btn-default:disabled,
.btn-default:disabled,
.btn-default:disabled:hover,
.btn-default:disabled:focus {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}

.btn-icon,
.btn-icon:hover,
.btn-icon:focus {
  color: #0079c2;
  padding: 0px 5px;
}

.btn-icon .fa,
.btn-icon-sm .fa {
  margin-right: 10px;
  color: #fe5e3c;
}

.btn-icon-sm,
.btn-icon-sm:hover,
.btn-icon-sm:focus {
  color: #0079c2;
  padding: 0px 5px;
}

.btn-group.link-style {
  padding: 9px 0px 7px;
}

.btn-group.link-style button,
.btn-group.link-style button.btn:first-child {
  color: #fe5e3c;
  padding: 3px 0px;
  margin-left: 10px;
}

.btn-group.link-style li a.icon-item {
  background-color: transparent;
  color: #fe5e3c;
  margin-bottom: 5px;
}

/** Button Ends **/
/** Links Start **/
a.ant-action-link {
  font-size: 0.857rem;
}
a.ant-action-link .fa {
  padding-right: 0.8571428571rem;
  font-size: 1.714rem;
}
a.ant-action-link .fa.fa-file-excel-o {
  font-size: 1.286rem;
}

a[rel=external] {
  margin-right: 2.1428571429rem;
}
a[rel=external]:after {
  color: #a3a3a3;
}

a.ant-arrow-previous:before {
  color: #fe5e3c;
  padding-right: 0.2857142857rem;
}

a.ant-arrow-next:after {
  color: #fe5e3c;
  padding-left: 0.2857142857rem;
}

a.ant-arrow-up:after {
  color: #fe5e3c;
  padding-left: 0.2857142857rem;
}

a.ant-arrow-down:after {
  color: #fe5e3c;
  padding-left: 0.2857142857rem;
}

/** Links End **/
/** Spacing  (dupe of spacing file in Layout?) **/
/** Main.scss styles that need to be split up **/
a {
  color: #0079c2;
}
a:hover, a:focus {
  color: #002e58;
}

h1,
.ant-heading-one {
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 36px;
  font-weight: 300;
}

h2,
.ant-heading-two {
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  font-weight: 300;
}

h3,
.ant-heading-three {
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  font-weight: 500;
}

h4,
.ant-heading-four {
  font-family: "Lato", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 300;
}

h5,
.ant-heading-five {
  font-family: "Lato", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
}

h6,
.ant-heading-six {
  font-family: "Lato", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: 400;
}

/** Font Awesome -- Anthem Custom Classes **/
.fa {
  color: #0079c2;
  background: transparent;
}

.fa.green {
  color: #00cc33;
}

.fa.salmon {
  color: #fe5e3c;
}

.fa.red {
  color: #e82d05;
}

.fa.teal {
  color: #06a59d;
}

.fa.white {
  color: #ffffff;
}

.fa.gray {
  color: #666666;
}

.fa.yellow {
  color: #ffd76e;
} /** Star Icon Only! **/
.fa.green-outline {
  color: #fff;
  text-shadow: 1px 1px 0px #669900, -1px -1px 0px #669900, 1px -1px 0px #669900, -1px 1px 0px #669900;
}

.fa.gray-outline {
  color: #fff;
  text-shadow: 2px 2px 0px #666666, -2px -2px 0px #666666, 2px -2px 0px #666666, -2px 2px 0px #666666;
}

.fa-file-pdf-o {
  color: #fe5e3c;
}

/** Font Awesome -- Anthem Custom Classes **/
.fa.xs {
  font-size: 1.6534285714rem;
}

.fa.sm {
  font-size: 2.0198571429rem;
}

.fa.md {
  font-size: 2.3875714286rem;
}

.fa.lg {
  font-size: 2.5714285714rem;
}

.fa.xl {
  font-size: 2.8568571429rem;
}

.fa.jumbo {
  font-size: 5.1428571429rem;
}

.fa-leaf {
  transform: rotate(20deg) rotateY(180deg);
}

.fa.fa-stack-2x {
  font-size: 29px;
  line-height: 29px;
}

.fa.fa-stack-1x {
  font-size: 24px;
  line-height: 28px;
}

.fa.fa-external-link {
  padding-left: 5px;
  top: 2px;
  position: relative;
}

@media (min-width: 801px) {
  .tcp-horizontal-pipe-list li {
    border-right: 1px solid #a3a3a3;
  }
}
/*** Primary Colors as Background ***/
.ant-lt-blue {
  background-color: #0079c2;
  color: #fff;
}

.ant-blue {
  background-color: #00609a;
  color: #fff;
}

.ant-dk-blue {
  background-color: #002e58;
  color: #fff;
}

.ant-white-space {
  background-color: #fff;
  color: #333;
  border: 1px solid;
}

/*** Neutral Colors as Background ***/
.ant-dk-gray {
  background-color: #333;
  color: #fff;
}

.ant-gray {
  background-color: #666666;
  color: #fff;
}

.ant-gray-2 {
  background-color: #a3a3a3;
  color: #fff;
}

.ant-md-gray {
  background-color: #dcdcdc;
  color: #333;
}

.ant-lt-gray {
  background-color: #eeeeee;
  color: #333;
}

/*** Accent Colors as Background ***/
.ant-accent-salmon {
  background-color: #fe5e3c;
  color: #fff;
}

.ant-accent-red {
  background-color: #e82d05;
  color: #fff;
}

.ant-accent-teal {
  background-color: #06a59d;
  color: #fff;
}

.ant-accent-blue {
  background-color: #69b3e7;
  color: #333;
}

.ant-accent-green {
  background-color: #00cc33;
  color: #fff;
}

.ant-accent-magenta {
  background-color: #cc0033;
  color: #fff;
}

/** Utility Colors **/
.ant-error-message {
  color: #333;
  background-color: #fff0fa;
}

.ant-neutral-message {
  color: #333;
  background-color: #e9f4fb;
}

.ant-success-message {
  color: #333;
  background-color: #f6ffe5;
}

.text-positive {
  color: #00cc33;
}

.text-negative {
  color: #cc0033;
}

/* use class "dividers" on row to add vertical/horizontal seperators */
.row.dividers > div[class^=col-] {
  border-bottom: 1px solid #a3a3a3;
}

@media screen and (min-width: 800px) {
  .row.dividers > div[class^=col-] {
    border-right: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
  }
}
.disabled .fa {
  color: #ccc;
}

.change-angular-version-link {
  color: white;
}

p {
  margin-bottom: 1em;
  line-height: 1.5;
}

a {
  border-bottom: 1px solid;
  text-decoration: none;
}
a.glossary-term {
  border-bottom: 1px dashed;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Horizontal Link List w/Dividers */
.tcp-horizontal-pipe-list {
  padding: 0px;
}
.tcp-horizontal-pipe-list li {
  padding: 0px 0px 15px 0px;
  list-style: none;
}

@media (min-width: 801px) {
  .tcp-horizontal-pipe-list li {
    display: inline-block;
    padding: 0px 25px 0px 0px;
    margin-right: 25px;
  }
  .tcp-horizontal-pipe-list li:last-of-type {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}
/* UL with no bullets */
.ant-no-bullets,
.ant-plan-tools-list {
  margin: 0;
  padding: 0;
}
.ant-no-bullets li,
.ant-plan-tools-list li {
  list-style: none;
  margin: 0 0 1.2rem;
}

.ant-span-label {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  max-width: 100%;
}

.ant-inLine {
  display: inline-block;
}

/*** Font Styles ***/
.ant-font-lt {
  font-weight: 300;
}

.ant-font-r {
  font-weight: 400;
}

.ant-font-sb {
  font-weight: 600;
}

.ant-font-b {
  font-weight: 700;
}

.ant-marg-top-20,
.ant-margin-top-20 {
  margin-top: 20px;
}

.ant-margin-bot-20 {
  margin-bottom: 20px;
}

.ant-margin-bot-10 {
  margin-bottom: 10px;
}

.ant-margin-top-10 {
  margin-top: 10px;
}

.ant-margin-bot-15 {
  margin-bottom: 15px;
}

.ant-margin-top-15 {
  margin-top: 15px;
}

.ant-margin-bot-5 {
  margin-bottom: 5px;
}

.ant-margin-top-5 {
  margin-top: 5px;
}

.ant-margin-bot-0 {
  margin-bottom: 0px;
}

.ant-margin-top-0 {
  margin-top: 0px;
}

/* use class "dividers" on row to add vertical/horizontal seperators */
.row.dividers > div[class^=col-] {
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.row.dividers > div[class^=col-]:last-of-type {
  border-bottom: 0px solid transparent;
  margin-bottom: 0px;
}

@media screen and (min-width: 800px) {
  .row.dividers > div[class^=col-] {
    border-bottom: 0px solid transparent;
    padding-right: 50px;
    padding-left: 50px;
    margin-left: -1px;
  }
  .row.dividers > div[class^=col-]:first-of-type {
    border-left: 0px solid transparent;
    padding-left: 15px;
    margin-left: 0px;
  }
  .row.dividers > div[class^=col-]:last-of-type {
    border-right: 0px solid transparent;
    padding-right: 15px;
  }
}
/** simulate rows when col-*-* elements wrap **/
@media (min-width: 480px) {
  .ant-multi-row-helper div[class~=col-xs-2]:nth-child(6n+1),
  .ant-multi-row-helper div[class~=col-xs-3]:nth-child(4n+1),
  .ant-multi-row-helper div[class~=col-xs-4]:nth-child(3n+1),
  .ant-multi-row-helper div[class~=col-xs-6]:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 801px) {
  .ant-multi-row-helper.row > div[class*=col-xs-] {
    clear: none;
  }
  .ant-multi-row-helper div[class~=col-sm-2]:nth-child(6n+1),
  .ant-multi-row-helper div[class~=col-sm-3]:nth-child(4n+1),
  .ant-multi-row-helper div[class~=col-sm-4]:nth-child(3n+1),
  .ant-multi-row-helper div[class~=col-sm-6]:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .ant-multi-row-helper.row > div[class*=col-sm-] {
    clear: none;
  }
  .ant-multi-row-helper div[class~=col-md-2]:nth-child(6n+1),
  .ant-multi-row-helper div[class~=col-md-3]:nth-child(4n+1),
  .ant-multi-row-helper div[class~=col-md-4]:nth-child(3n+1),
  .ant-multi-row-helper div[class~=col-md-6]:nth-child(2n+1) {
    clear: left;
  }
}

.ant-widget-wrapper {
  margin-bottom: 4rem;
}

.ant-widget-heading {
  margin-bottom: 0.714rem;
}

.mockPreTagStyles {
  margin-bottom: 20px;
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.disabled .fa {
  color: #ccc;
}

.change-angular-version-link {
  position: absolute;
  color: white;
  top: 20px;
  left: 20px;
  z-index: 2;
  min-width: 0;
  padding: 3px 10px;
  font-size: 14px;
}

.item-inner dt {
  font-size: 0.9rem;
  font-weight: 600;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tab-example {
  width: 75%;
  float: left;
}

.tab-json {
  width: 25%;
  float: left;
  padding-left: 1rem;
}

.codeNotes {
  clear: both;
}

.mockPreTagStyles {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 0.3em;
}

/** Progress Bar **/
fieldset.ant-progress-bar-cmp .ant-progress-bar-full {
  /*overflow: hidden;*/
  background-color: #ab46bc;
  /*-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;*/
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
}
fieldset.ant-progress-bar-cmp .ant-progress-bar {
  /*background-color: #ab46bc;*/
  border-right: solid 2px #fff;
  font-size: 14px;
  color: #fff;
  /*border-radius: 10px; Save for later*/
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}
fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info {
  color: #666666;
  font-size: 12px;
}
@media screen and (min-width: 801px) {
  fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info {
    font-size: 14px;
  }
}
fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info .ant-progress-saved {
  font-weight: bold;
}
fieldset.ant-progress-bar-cmp .ant-value-yearly {
  color: #666666;
  font-size: 12px;
}
@media screen and (min-width: 801px) {
  fieldset.ant-progress-bar-cmp .ant-value-yearly {
    font-size: 14px;
  }
}
fieldset.ant-progress-bar-cmp .ant-value-yearly .ant-progress-saved {
  color: #ab46bc;
  font-weight: bold;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container {
  background-color: rgba(0, 0, 0, 0);
  /*-- 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 {
  border-bottom-color: #ab46bc;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 1) label:hover {
  background-color: #ab46bc;
  border-bottom-color: #ab46bc;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 1) label.focus {
  background-color: #ab46bc;
  border-bottom-width: 5px;
  color: #fff;
}
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 {
  background-color: #ab46bc;
  border-bottom-width: 5px;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 3) label {
  border-bottom-color: #3399ff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 3) label:hover {
  background-color: #3399ff;
  border-bottom-color: #3399ff;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 3) label.focus {
  background-color: #3399ff;
  border-bottom-width: 5px;
  color: #fff;
}
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 {
  background-color: #3399ff;
  border-bottom-width: 5px;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 2) label {
  border-bottom-color: #0079c2;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 2) label:hover {
  background-color: #0079c2;
  border-bottom-color: #0079c2;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 2) label.focus {
  background-color: #0079c2;
  border-bottom-width: 5px;
  color: #fff;
}
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 {
  background-color: #0079c2;
  border-bottom-width: 5px;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 4) label {
  border-bottom-color: #333399;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 4) label:hover {
  background-color: #333399;
  border-bottom-color: #333399;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n + 4) label.focus {
  background-color: #333399;
  border-bottom-width: 5px;
  color: #fff;
}
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 {
  background-color: #333399;
  border-bottom-width: 5px;
  color: #fff;
}
fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:last-of-type label {
  border-right: solid 1px #666;
}
fieldset .care-gap-buttons label {
  background-color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  border-radius: 0px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
fieldset.color0 .ant-progress-bar-full {
  background-color: #ab46bc;
}
fieldset.color0 .ant-progress-bar-full .ant-progress-saved {
  color: #ab46bc;
}
fieldset.color1 .ant-progress-bar-full {
  background-color: #0079c2;
}
fieldset.color1 .ant-progress-bar-full .ant-progress-saved {
  color: #0079c2;
}
fieldset.color2 .ant-progress-bar-full {
  background-color: #3399ff;
}
fieldset.color2 .ant-progress-bar-full .ant-progress-saved {
  color: #3399ff;
}
fieldset.color3 .ant-progress-bar-full {
  background-color: #333399;
}
fieldset.color3 .ant-progress-bar-full .ant-progress-saved {
  color: #333399;
}

/** Progress Bar End **/
/** Bar Graphs **/
/** Linear Progress Indicators **/
/** Radial Progress Indicators **/
/** Datepicker **/
.ant-classic .ant-datepicker {
  font-family: "ant-classic-icons";
}
.ant-classic .ant-datepicker .datepicker-icon.datepicker-icon-calendar::before {
  content: "\f15c";
}
.ant-classic .ant-datepicker .datepicker-icon.datepicker-icon-close::before {
  content: "\f191";
}

/** 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. */
.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");
 *
 */
/** Form Textfields **/
label {
  font-size: 1rem;
  font-weight: 600;
}

.ant-text-input {
  font-size: 0.8571428571rem;
  border: 1px solid #949494;
  color: #555555;
  padding: 0.2857142857rem 1.1428571429rem;
  height: 31px;
}
.ant-text-input.has-error, .ant-text-input.ant-error-state {
  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;
}

.ant-input-short {
  width: 100px;
}

.ant-input-med {
  width: 250px;
}

.ant-input-long {
  width: 600px;
}

.has-error label {
  color: #cc0033;
}
.has-error input {
  border-color: #cc0033;
}
.has-error input:focus {
  border-color: #cc0033;
}
.has-error .ant-form-item-error {
  color: #cc0033;
}
.has-error .uxd-btn-ddl legend {
  color: #cc0033;
}
.has-error .uxd-btn-ddl .psButton {
  border-color: #cc0033;
}
.has-error .uxd-btn-ddl .psButton .psArrow {
  border-color: #cc0033;
}
.has-error .prLabel:before {
  border: 1px solid #cc0033;
}
.has-error .pcLabel::before {
  border: 1px solid #cc0033;
  background-color: #fff0fa;
}
.has-error legend {
  color: #cc0033;
}

.ant-form-item-valid {
  color: #00cc33;
  font-weight: 400;
  font-size: 1rem;
}
.ant-form-item-valid:before {
  margin-right: 10px;
  font-size: 22px;
}

.form-item .ant-form-item-error {
  font-size: 1rem;
}

/** Form Textfields End **/
/** Text Input Start **/
.uxd-text-input {
  color: #333;
  /* LABEL ==== */
  /* BOTTOM BAR ==== */
  /* INPUT ==== */
}
.uxd-text-input .uxd-error-message {
  color: #e82d05;
  font-size: 0.8571rem;
  font-weight: 400;
  margin-top: 0.6428571429rem;
}
.uxd-text-input label.uxd-text-input__label {
  font-size: 1.2857142857rem;
  padding-left: 0.8571428571rem;
  bottom: -2.1428571429rem;
  font-weight: 400;
  line-height: 1.42857rem;
  max-height: 1.42857rem;
}
.uxd-text-input label.uxd-text-input__label.is-focused {
  color: #0079c2;
  font-size: 1.1071428571rem;
}
.uxd-text-input label.uxd-text-input__label span {
  align-self: flex-end;
}
.uxd-text-input .bottom-bar {
  border-bottom: 1px solid #333;
}
.uxd-text-input .bottom-bar:before {
  border-color: #0079c2;
}
.uxd-text-input input[type=text],
.uxd-text-input input[type=password] {
  font-size: 1rem;
  padding-right: 0.2142857143rem;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
  padding-left: 0.8571428571rem;
}

/** Text Input End **/
/** Auto Suggest Dropdown **/
[data-uxd-auto-suggest-cmp] .psDropdown label.active {
  background: #00609a;
  color: #ffffff;
}
[data-uxd-auto-suggest-cmp].ant-lg-select .ant-text-input {
  width: 600px;
  max-width: 100%;
}
[data-uxd-auto-suggest-cmp].ant-lg-select .psDropdown {
  width: calc(100% - 4px);
  max-width: 596px;
}

/** Auto Suggest Dropdown End **/
/** Radio Button Styles **/
.prLabel {
  color: #555555;
  margin-right: 0.5714285714rem;
  margin-bottom: 0.5714285714rem;
  font-weight: normal;
  top: 0.3rem;
}
.prLabel:before {
  margin-right: 0.5714285714rem;
  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 **/
.pfSelect {
  position: relative;
}

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

.pfSelect {
  position: relative;
}
.pfSelect .pfSelect-legend {
  margin-bottom: 0.7143rem;
  font-size: 1rem;
  font-weight: 600;
}
.pfSelect .psButton {
  background: #ffffff;
  border: 1px solid #666666;
  background: #ffffff;
  color: #666666;
  border-radius: 0px;
  font-size: 1rem;
}
.pfSelect .psButton:active {
  background-color: #ffffff;
}
.pfSelect .psButton:focus {
  border: 1px solid #69b3e7;
}
.pfSelect .psButton:focus .psArrow {
  border-left: 1px solid #69b3e7;
}
.pfSelect .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 {
  border-left: 1px solid #666666;
  color: #0079c2;
  font-size: 1.5rem;
  width: 1.75rem;
  padding: 0rem 0.6rem;
  font-family: "ant-classic-icons";
}
.pfSelect .psArrow::before {
  content: "\f0d7";
}
.pfSelect .psLabel:hover {
  background: #00609a;
  color: #ffffff;
}
.pfSelect .psLabel.active, .pfSelect .psLabel.focus {
  background: #00609a;
  color: #ffffff;
}
.pfSelect .psLabel.psDisabled {
  background: #dcdcdc;
  color: #666666;
}

.ant-sm-select .pfSelect.borderless .psDropdown {
  width: 156px;
}

.ant-md-select .pfSelect.borderless .psDropdown {
  width: 246px;
}

.ant-lg-select .pfSelect.borderless .psDropdown {
  width: 596px;
  max-width: 90vw;
}

.psDropdown {
  background: #ffffff;
}
.psDropdown.active {
  border: 1px solid #dcdcdc;
  max-height: 11.2rem;
}
.psDropdown li {
  overflow: hidden;
  display: block;
}

.psLabel {
  font-size: 1rem;
  padding: 8px 1rem;
  font-weight: 400;
}

.psLabel:hover {
  background: #00609a;
  color: #ffffff;
}

.psOption.focus + .psLabel {
  background: #00609a;
  color: #ffffff;
}

.psLabel.focus {
  background: #00609a;
  color: #ffffff;
}

.psLabel.psDisabled {
  background: #dcdcdc;
  color: #666666;
}

.pfSelect legend,
.pfToggleSwitch legend,
.pfToggleB legend,
.pfRadio legend,
.pfCheckbox {
  margin-bottom: 0.7143rem;
  font-size: 1rem;
  font-weight: 600;
}

.ant-error-state .pfSelect button,
.ant-error-state .pfSelect button:hover,
.ant-error-state .pfSelect button:focus {
  border: 1px solid #cc0033;
  background-color: #fff0fa;
}

.ant-sm-select .pfSelect .psButton {
  width: 160px;
}
.ant-sm-select .pfSelect .psDropdown {
  width: 156px;
}

.ant-md-select .pfSelect .psButton {
  width: 250px;
  max-width: 100%;
}
.ant-md-select .pfSelect .psDropdown {
  width: calc(100% - 4px);
  max-width: 246px;
}

.ant-lg-select .pfSelect .psButton {
  width: 600px;
  max-width: 100%;
}
.ant-lg-select .pfSelect .psDropdown {
  width: calc(100% - 4px);
  max-width: 596px;
}

.psButton .psArrow.dropdown-icon {
  font-family: "ant-motif-icons";
}
.psButton .psArrow.dropdown-icon::before {
  content: "\eaa9";
}

.pfSelect.borderless .btn {
  color: #0072ab;
  padding-right: 1rem;
  padding-left: 0.3rem;
  margin-left: -0.3rem;
}
.pfSelect.borderless .btn:focus, .pfSelect.borderless .btn:active, .pfSelect.borderless .btn:focus:active {
  box-shadow: 0 0 2px #00609a;
}

.ant-ddl-alt .pfSelect button {
  border: 2px solid #eee;
}
.ant-ddl-alt .psArrow {
  border-left: 0px solid #666666;
}

/** Select List End **/
/** Checkbox **/
label.pcLabel {
  margin-bottom: 0.5714285714rem;
  font-size: 0.8571428571rem;
  color: #333333;
  margin-right: 0.5714285714rem;
  font-weight: normal;
  margin-bottom: 0.5714285714rem;
  margin-left: 2.5714285714rem;
}
label.pcLabel::before {
  display: inline-block;
  position: absolute;
  border: 1px solid #949494;
  color: #286ce2;
  height: 1.1428571429rem;
  width: 1.1428571429rem;
  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 2px;
}
label.pcLabel.pcDisabled::before {
  background-color: #cccccc;
}
label.pcLabel.active::before {
  text-indent: -1px;
  content: "\eb31";
  color: #fff;
  background-color: #286ce2;
}
label.pcLabel.ant-error-state::before {
  border: 1px #cc0033;
  background-color: #fff0fa;
}

/** Checkbox End **/
/** Error Notification **/
.ant-form-item-error {
  color: #cc0033;
  font-size: 1rem;
  margin-top: 0.25rem;
  font-weight: 400;
}

.ant-form-item-error:before {
  margin-right: 10px;
  font-size: 22px;
}

.ant-text-input.ant-error-state {
  border: 1px solid #cc0033;
  background-color: #fff0fa;
}

/** Error Notification End **/
/** Toggle Button Component **/
.pfToggleB .ptLabel {
  background: #fff;
  border: 1px solid #666666;
  box-shadow: inset 1px 1px 3px #dcdcdc;
  width: 40px;
  height: 24px;
}
.pfToggleB .ptLabel:before {
  content: " ";
  height: 24px;
  width: 24px;
  border: 1px solid #666666;
  background: #eeeeee;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #666666 25%, #fff 30%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#444444", endColorstr="#ffffff", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  box-shadow: inset 0px -1px 3px #dcdcdc;
}

.pfToggleB .ptOption + .ptLabel.active {
  background-color: #0079c2;
  box-shadow: inset 1px 1px 3px #666666;
}
.pfToggleB .ptOption + .ptLabel.active:before {
  margin: -1px 15px;
}

.pfToggleB .optionWrapper {
  margin: 20px 0px;
  height: 35px;
  padding-top: 3px;
}

.pfToggleSwitch .optionWrapper:first-of-type .ptLabel,
.pfToggleSwitch .optionWrapper:last-of-type .ptLabel {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pfToggleB .ptOption + .ptLabel.focus {
  box-shadow: 0 0 5px #0079c2;
}

.ptLabel.ptDisabled {
  background-color: #dadada !important;
}

/** Toggle Button Component End **/
/** On/Off Switch Component **/
.pfToggleSwitch .ptLabel {
  border-color: #000;
  padding: 2px 12px 1px;
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.pfToggleSwitch .optionWrapper:last-of-type .ptLabel {
  border-right: 1px solid #000;
}

.pfToggleSwitch .ptLabel.active,
.pfToggleSwitch .ptLabel.focus {
  background-color: #0079c2;
  color: #fff;
}

.pfToggleSwitch .ptLabel.focus {
  box-shadow: 0 0 3px #00609a;
}

/** 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.fa {
  color: #0079c2;
  border-left: 1px solid #666666;
}

.ui-datepicker-trigger span.ant-calendar-icon {
  font-family: "ant-classic-icons";
}
.ui-datepicker-trigger span.ant-calendar-icon.ant-calendar-calendar:before {
  content: "\f15c";
}
.ui-datepicker-trigger span.ant-calendar-icon.ant-calendar-remove:before {
  content: "\f191";
}

.ui-datepicker-prev::before,
.ui-datepicker-next::before {
  font-family: "ant-classic-icons";
}

.ui-datepicker-prev::before {
  content: "\f0d9";
}

.ui-datepicker-next::before {
  content: "\f0da";
}

/** Date Picker End **/
/** Search Start **/
.ant-search-button {
  color: #0079c2;
}

.ant-search-button span.fa {
  color: #0079c2;
  border-left: 1px solid #666666;
}

.ant-search-input:focus + .ant-search-button span.fa {
  border-left-color: #0079c2;
}

/** Search End **/
/* motif dropdown */
.pfSelect {
  position: relative;
}
.pfSelect .pfSelect-legend {
  margin-bottom: 0.5714285714rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}
.pfSelect .psButton {
  background: transparent;
  border: 1px solid #949494;
  color: #666666;
  padding: 0.2857142857rem 0.8571428571rem;
  background: #ffffff;
  border-radius: 0px;
}
.pfSelect .psButton:focus .psArrow {
  border: none;
}
.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;
  display: inline-block;
  font-size: 0.85714286rem;
  color: #555555;
  width: unset;
  line-height: 22px;
}
.pfSelect .psArrow {
  color: #4c6684;
  position: relative;
  float: right;
  font-family: "ant-motif-icons";
  display: inline-block;
  padding: 0;
  border: none;
  font-size: initial;
}
.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: 1.1428571429rem 0 1.1428571429rem 0.8571428571rem;
}
.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;
}

fieldset.ant-auto-suggest input {
  padding: 0.25rem 0.75rem;
  font-size: 0.85714286rem;
  color: #555555;
  line-height: 22px;
}
fieldset.ant-auto-suggest .psDropdown {
  position: absolute;
  top: 60px;
}
fieldset.ant-auto-suggest .tcp-pcp-search-pcp-wrapper .ant-search-button span.fa,
fieldset.ant-auto-suggest .ant-search-button span.fa {
  border-left: none;
  color: #4c6684;
}
fieldset.ant-auto-suggest .tcp-pcp-search-pcp-wrapper .ant-search-button span.fa.psArrow.dropdown-icon,
fieldset.ant-auto-suggest .ant-search-button span.fa.psArrow.dropdown-icon {
  font-family: "ant-motif-icons";
}
fieldset.ant-auto-suggest .tcp-pcp-search-pcp-wrapper .ant-search-button span.fa.psArrow.dropdown-icon::before,
fieldset.ant-auto-suggest .ant-search-button span.fa.psArrow.dropdown-icon::before {
  content: "\eaa9";
}

/** Spacing **/
/** Header **/
/** Footer **/
/** Navigation **/
/** Secondary Navigation **/
/** Lockups **/
/** Grid **/
/** Cards **/
.data-uxd-card {
  color: #666666;
}
.data-uxd-card:not(.content-container) {
  background-color: #ffffff;
}
.data-uxd-card .card-title:after {
  background: #41c0b8;
}

/** Cards End **/
/** Back To Top Start **/
.back-to-top-dir {
  line-height: 1.2em;
  color: #fff;
  font-weight: 600;
  background-color: #00609a;
  font-size: 0px;
  border-color: #00609a;
  padding: 10px 15px;
}
@media screen and (min-width: 480px) {
  .back-to-top-dir {
    font-size: 14px;
  }
}
.back-to-top-dir .fa.black {
  font-size: 14px;
}

@media screen and (max-width: 799px) {
  .back-to-top-mobile .round-button:hover,
  .back-to-top-mobile .round-button:focus {
    background-color: #fff;
    border: 1px solid #fff;
    color: #00609a;
  }
}
.back-to-top-dir:hover,
.back-to-top-dir:focus {
  background: #fff;
  color: #00609a;
}

.fa.black {
  color: #fff;
}

.back-to-top-dir:hover > .fa.black,
.back-to-top-dir:focus > .fa.black {
  color: #00609a;
}

/** Back To Top End **/
/** Linked List Block **/
.footer-links .headline-half {
  color: #0f8acb;
}
.footer-links .headline-half + ul li {
  border-bottom: 2px solid #dcdcdc;
}
.footer-links .headline-half + ul li:first-child {
  border-top: 2px solid #dcdcdc;
}
.footer-links .headline-half + ul li:after {
  color: #fe5e3c;
}
.footer-links .headline-half + ul li a {
  color: #666666;
}
.footer-links .headline-half + ul li a:hover, .footer-links .headline-half + ul li a:focus {
  color: #0079c2;
}

/** Linked List Block End **/
/** Sub Navigation **/
.ant-sub-navigation-container, .ant-pattern-library-sub-nav {
  background: #0079c2;
}
.ant-sub-navigation-container .ant-sub-navigation a, .ant-pattern-library-sub-nav .ant-sub-navigation a {
  color: #ffffff;
}
.ant-sub-navigation-container .ant-sub-navigation ul li:not(:last-of-type), .ant-pattern-library-sub-nav .ant-sub-navigation ul li:not(:last-of-type) {
  border-right: 1px solid #ffffff;
}
.ant-sub-navigation-container .ant-sub-navigation ul li .fa, .ant-pattern-library-sub-nav .ant-sub-navigation ul li .fa {
  color: #ffffff;
}

/** Sub Navigation End **/
/** Container Start **/
.wide-container {
  background: #ffffff;
}

.content-container {
  background-color: #ffffff;
}
.content-container.bordered {
  border-top: 8px solid #41c0b8;
}

.hr-container {
  border-bottom: 1px solid #dcdcdc;
}

.wide-block {
  color: #ffffff;
}
.wide-block .headline-underline:after {
  background: #ffffff;
}

/** Container End **/
/** MastHead Start **/
@media (max-width: 479px) {
  .masthead.black-text header {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.masthead header {
  color: #ffffff;
}
.masthead .headline-underline:after {
  background-color: #ffffff;
}
.masthead.black-text header {
  color: #333;
}
.masthead.black-text .headline-underline:after {
  background: #06a59d;
}
.masthead .headline-underline:after {
  background: #ffffff;
}

.headline-underline:after {
  background-color: #06a59d;
}

/* Secure Portal Style Diffs */
.ant-member-secure .bkg-gray {
  background: #fff;
}

.ant-masthead-content {
  background-color: #fff;
}

.ant-masthead-content-two {
  background-color: #fff;
}

.ant-masthead-content-border {
  border-top: solid 1px #eeeeee;
}

/** Masthead End **/
/** Secure Page Layout Start **/
/** Header Bar **/
.mbr-top-of-page {
  background-color: #ffffff;
  box-shadow: 1px 1px #dcdcdc;
  /** Start Menu Button **/
  /** End Menu Button **/
  /** Taskbar Icons **/
  /** Task Bar Dropdowns **/
  /** Widescreen Navigation **/
  /** Small Screen (Side-reveal) Navigation **/
}
.mbr-top-of-page .ant-menu-button .ant-inactive {
  background: #ffffff;
}
.mbr-top-of-page .ant-menu-button .ant-active {
  background: #ffffff;
}
.mbr-top-of-page a.ant-menu-toggle:hover, .mbr-top-of-page a.ant-menu-toggle:focus,
.mbr-top-of-page a.ant-menu-toggle-open:hover,
.mbr-top-of-page a.ant-menu-toggle-open:focus {
  color: #0079c2;
}
.mbr-top-of-page a.ant-task-bar-icon {
  color: #ffffff;
  background-color: #0079c2;
  border: 1px solid #0079c2;
}
.mbr-top-of-page a.ant-task-bar-icon .fa {
  color: #ffffff;
}
.mbr-top-of-page a.ant-task-bar-icon:hover .fa {
  color: #0079c2;
}
.mbr-top-of-page a.ant-task-bar-icon.active, .mbr-top-of-page a.ant-task-bar-icon:hover {
  color: #0079c2;
  background-color: #ffffff;
}
.mbr-top-of-page a.ant-task-bar-icon .badge {
  background-color: #e82d05;
}
.mbr-top-of-page .mbr-top-of-page-wrapper .ant-task-item span.fa {
  color: #fe5e3c;
}
.mbr-top-of-page .ant-navigation-wrapper {
  box-shadow: 1px 1px #dcdcdc;
}
.mbr-top-of-page .ant-navigation-top {
  background-color: #0079c2;
  color: #ffffff;
}
.mbr-top-of-page .ant-nav-primary li {
  border-left: 1px solid #4da1d4;
  border-right: 1px solid #00609a;
}
.mbr-top-of-page .ant-nav-primary li:first-child {
  border-left: 1px solid #0079c2;
}
.mbr-top-of-page .ant-nav-primary li:last-child {
  border-right: 1px solid #0079c2;
}
.mbr-top-of-page .ant-nav-primary li a {
  color: #ffffff;
  border-top: 5px solid #0079c2;
}
.mbr-top-of-page .ant-nav-primary li a:hover, .mbr-top-of-page .ant-nav-primary li a:focus {
  color: #333;
  border-top: 5px solid #fe5e3c;
  background-color: #ffffff;
}
.mbr-top-of-page .ant-nav-primary li.ant-active a {
  color: #333;
  border-top: 5px solid #fe5e3c;
  background-color: #ffffff;
}
.mbr-top-of-page .ant-navigation-main {
  background-color: #ffffff;
  border-bottom: 2px solid #0079c2;
}
.mbr-top-of-page .ant-nav-secondary li {
  border-bottom: 1px solid #eeeeee;
}
.mbr-top-of-page .ant-side-navigation-wrapper {
  background-color: #0079c2;
  box-shadow: 1px 1px 3px -1px #666666;
  color: #ffffff;
}
.mbr-top-of-page .ant-side-navigation-wrapper .fa {
  color: #ffffff;
}
.mbr-top-of-page .ant-side-navigation-wrapper .ant-search-form {
  background-color: #00609a;
}
.mbr-top-of-page .ant-side-navigation-wrapper > ul > li {
  border-bottom: 1px solid #69b3e7;
}
.mbr-top-of-page .ant-side-navigation-wrapper > ul > li > a {
  color: #ffffff;
}
.mbr-top-of-page .ant-side-navigation-wrapper > ul > li > a .fa {
  color: #ffffff;
}
.mbr-top-of-page .ant-side-navigation-wrapper .ant-social .fa {
  background-color: #ffffff;
  color: #0079c2;
}
.mbr-top-of-page .ant-side-navigation-wrapper > ul > li li a {
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  /* all refs to '.mbr-top-of-page' need to be removed RTD 10-5-16*/
  .mbr-top-of-page .ant-navigation-wrapper {
    background: #ffffff;
  }
}
/** Page Title (H1) **/
.mbr-page-header {
  color: #ffffff;
}
.mbr-page-header h1 {
  color: #ffffff;
}

/** Footer Styles **/
.footer-floater .fa {
  color: #fe5e3c;
  font-size: 1.285rem;
}

.mbr-page-footer,
.mbr-bottom-of-page {
  padding: 2rem 0 3.142rem;
  color: #ffffff;
}

.ant-footer-heading {
  margin-bottom: 30px;
  margin-top: 30px;
}

.mbr-page-footer h3 .fa {
  color: #ffffff;
  padding-right: 10px;
}
.mbr-page-footer .ant-footer-link-list {
  font-weight: 600;
}

.ant-footer-link-list li {
  margin-bottom: 1.071rem;
}
.ant-footer-link-list li a,
.ant-footer-link-list li a:hover {
  color: #ffffff;
}

.ant-footer {
  margin-top: 2rem;
}

.mbr-bottom-of-page h3 a {
  color: #ffffff;
}
.mbr-bottom-of-page h3 a .fa {
  color: #ffffff;
}
.mbr-bottom-of-page .ant-block-wrapper.open {
  background-color: rgba(255, 255, 255, 0.1);
}
.mbr-bottom-of-page .ant-social .fa {
  background-color: #ffffff;
  color: #0079c2;
}

.ant-app-promo .ant-app-link {
  color: #ffffff;
}

@media screen and (min-width: 800px) {
  .mbr-bottom-of-page h3.ant-expandable {
    border-top: 0px solid #69b3e7;
  }
  .mbr-bottom-of-page ul.panel-collapse {
    border-bottom: 0px solid #69b3e7;
  }
}
/** Public/Secure Visibility Toggle **/
.mbr-top-of-page-wrapper {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0);
}
.mbr-top-of-page-wrapper .ant-top-wrapper {
  background-color: rgb(255, 255, 255);
}
.mbr-top-of-page-wrapper .ant-menu-toggle,
.mbr-top-of-page-wrapper .ant-menu-toggle:hover,
.mbr-top-of-page-wrapper .ant-menu-toggle:active,
.mbr-top-of-page-wrapper .ant-menu-toggle:focus {
  color: #0079c2;
}
.mbr-top-of-page-wrapper .ant-menu-icon,
.mbr-top-of-page-wrapper .ant-menu-icon:before,
.mbr-top-of-page-wrapper .ant-menu-icon:after {
  background-color: #0079c2;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon {
  color: #fff;
  background-color: #0079c2;
  border: 1px solid #0079c2;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon .fa {
  color: #fff;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon.active,
.mbr-top-of-page-wrapper a.ant-task-bar-icon:hover {
  color: #0079c2;
  background-color: #fff;
  border: 1px solid #0079c2;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon:hover .fa {
  color: #0079c2;
}
.mbr-top-of-page-wrapper .ant-search-active .ant-search-field {
  color: #0079c2;
}
.mbr-top-of-page-wrapper .ant-search-field input {
  color: #0079c2;
  border-bottom: 1px solid;
}
.mbr-top-of-page-wrapper ::-webkit-input-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper :-moz-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper ::-moz-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper :-ms-input-placeholder {
  color: #0079c2;
}
.mbr-top-of-page-wrapper a.ant-task-bar-icon .badge {
  background-color: #e82d05;
}
.mbr-top-of-page-wrapper .ant-navigation-wrapper,
.mbr-top-of-page-wrapper .ant-navigation-wrapper a {
  color: #fff;
}
.mbr-top-of-page-wrapper .ant-nav-col .ant-heading-two .fa {
  color: #fff;
}

.ant-menu-visible .mbr-top-of-page-wrapper {
  background-color: rgba(0, 121, 194, 0.97);
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-top-wrapper {
  background-color: rgba(255, 255, 255, 0.03);
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:hover,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:active,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:focus {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:after,
.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:before {
  background-color: #ffffff;
}
.ant-menu-visible .mbr-top-of-page-wrapper ::-webkit-input-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper :-moz-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper ::-moz-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper :-ms-input-placeholder {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-search-field input {
  border-bottom: 1px solid;
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-search-button .fa {
  color: #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon {
  color: rgba(0, 121, 194, 0.95);
  background-color: #fff;
  border: 1px solid #fff;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon.active,
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon:hover {
  color: #fff;
  background-color: #0079c2;
  border: 1px solid;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon .fa {
  color: #0079c2;
}
.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon:hover .fa {
  color: #ffffff;
}

@media screen and (min-width: 480px) {
  .mbr-top-of-page-wrapper .ant-search-bkg {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .mbr-top-of-page-wrapper .ant-nav-search-button .fa {
    color: #fff;
  }
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
    border-top: 0px transparent;
    border-bottom: 0px transparent;
    border-right: 1px solid #69b3e7;
    border-left: 1px solid #69b3e7;
  }
}
/***** Task Bar Pop-ups *****/
@media screen and (max-width: 480px) {
  .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #dcdcdc;
  }
  .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #ffffff;
  }
}
.mbr-top-of-page-wrapper .ant-task-bar-content {
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px -1px #666666;
}
.mbr-top-of-page-wrapper .ant-task-item span.fa {
  color: #fe5e3c;
}
@media screen and (min-width: 480px) {
  .mbr-top-of-page-wrapper .ant-task-bar-content:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
  }
  .mbr-top-of-page-wrapper .ant-task-bar-content:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #dcdcdc;
  }
}

.mbr-top-of-page-wrapper .ant-nav-secondary li {
  border-bottom: 1px solid #eee;
}

.mbr-page-header {
  color: #fff;
}

/** Secure Page Layout End **/
.section-header-two {
  position: relative;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #555555;
  line-height: 1.36;
  margin-bottom: 55px;
}
.section-header-two:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 45px;
  height: 4px;
  background-color: #81cfc2;
}

.ant-alphabet-tabs-container {
  margin-bottom: 1rem;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li {
  min-width: 100px;
  height: 50px;
  font-size: 1.111rem;
  font-weight: 600;
  border-right: 1px solid #ffffff;
  background-color: #0079c2;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li:hover {
  background-color: #00609a;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li.active {
  background-color: #00609a;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li a {
  color: #ffffff;
  line-height: 50px;
}

.ant-alphabet-tabs-body ul {
  padding-left: 0.5rem;
}
.ant-alphabet-tabs-body ul li {
  margin-bottom: 0.5rem;
}

.alt-toggle-cmp {
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
}

.tab-controls-container ul {
  border-bottom: 1px solid #dcdcdc;
}

.tab-item-control.active-control {
  background: #fff;
  border-bottom: 4px solid #fe5e3c;
}

.tab-item-control.active-control .tab-label {
  color: #333;
}

.tab-item-control .tab-label {
  color: #0079c2;
}

.tab-item-control .fa {
  color: #fe5e3c;
}

.accordion-item-control {
  border-bottom: 2px solid #dcdcdc;
}

.accordion-item-control.active-control.open {
  border-bottom: 2px solid #fe5e3c;
}

.accordion-item-control .accordion-label {
  color: #0079c2;
}

.accordion-item-control .fa {
  color: #fe5e3c;
}

.accordion-item.active-item {
  border-bottom: 2px solid #dcdcdc;
}

.tabs.packed .nav-pills,
.tabs.packed .tab-content {
  background: #f5f5f5;
}

.nav-pills {
  display: flex;
}
.nav-pills li:nth-of-type(1) {
  border-right: 1px solid #fff;
}
.nav-pills li:nth-of-type(3),
.nav-pills li:nth-of-type(4) {
  border-left: 1px solid #fff;
}

.tab-wrapper .tab-tile {
  border-right: 1px solid white;
}
.tab-wrapper .tab-tile a,
.tab-wrapper .tab-tile a:hover {
  color: #333;
}

.tab-wrapper .tab-tile {
  background-color: #eee;
}
.tab-wrapper .tab-tile h6 span.fa {
  color: black;
}
.tab-wrapper .tab-tile.active span {
  color: white;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+1) h6 {
  border-bottom: 30px solid #0079c2;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+1).active:after {
  border-color: #0079c2 transparent transparent transparent;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+1):before {
  background-color: #0079c2;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+2) h6 {
  border-bottom: 30px solid #00609a;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+2).active:after {
  border-color: #00609a transparent transparent transparent;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+2):before {
  background-color: #00609a;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+3) h6 {
  border-bottom: 30px solid #683c7a;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+3).active:after {
  border-color: #683c7a transparent transparent transparent;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+3):before {
  background-color: #683c7a;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+4) h6 {
  border-bottom: 30px solid #a21851;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+4).active:after {
  border-color: #a21851 transparent transparent transparent;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+4):before {
  background-color: #a21851;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+5) h6 {
  border-bottom: 30px solid #cc0033;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+5).active:after {
  border-color: #cc0033 transparent transparent transparent;
}
.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+5):before {
  background-color: #cc0033;
}

[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile h6,
[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile.active h6 {
  border-color: #00609a;
}
[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile.active:before,
[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile:before {
  background-color: #00609a;
}
[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile.active:after {
  border-color: #00609a transparent transparent transparent;
}

/* Tabbed View - BLUE */
.nav-pills li {
  background: #dcdcdc;
}
.nav-pills li a {
  color: #2d2d2d;
  font-weight: 600;
}
.nav-pills li.active a,
.nav-pills li.active a:focus,
.nav-pills li.active a:active,
.nav-pills li.active a:hover {
  background: #00609a;
  color: #ffffff;
}
.nav-pills li.active:after {
  background: #00609a;
}

.tabs.teal ul.nav-pills {
  border-bottom: 1px solid #a3a3a3;
}
.tabs.teal ul.nav-pills li {
  background: transparent;
}
.tabs.teal ul.nav-pills li a {
  background: transparent;
  color: #0079c2;
  font-weight: 400;
}
.tabs.teal ul.nav-pills li.active {
  background: transparent;
}
.tabs.teal ul.nav-pills li.active a {
  color: #0079c2;
}
.tabs.teal ul.nav-pills li.active a:after {
  background-color: #06a59d;
}

/** Styles for button selector carousel */
.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;
}

/** Styles for blue & gray child carousel */
.carousel-content-container ul .default-select-item-container {
  background-color: #dcdcdc;
}
.carousel-content-container ul .default-select-item-container:hover {
  background-color: #eeeeee;
}
.carousel-content-container ul .default-select-item-container.active {
  color: #ffffff;
  background-color: #0079c2;
}
.carousel-content-container ul .color-select-item-container > .select-item {
  background-color: #eeeeee;
}
.carousel-content-container ul .color-select-item-container > .select-item:hover {
  background-color: #dcdcdc;
}
.carousel-content-container ul .color-select-item-container.active {
  color: #ffffff;
}
.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;
}

/* SCSS for the data display carousel */
[data-uxd-data-display-carousel-cmp] {
  /* 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] .fa {
  color: white;
  background: #fe5e3c;
}

/** Tabs **/
.nav-pills {
  border-radius: 3px;
}
.nav-pills li {
  background: #ffffff;
}
.nav-pills li a {
  color: #555555;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid #286ce2;
  border-radius: 0;
  box-shadow: none;
}
.nav-pills li a:hover {
  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: 25px;
  height: 25px;
  bottom: -8px;
}

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

.alt-toggle-cmp {
  border-top: #f7f7f7;
  border-bottom: #f7f7f7;
}

/*!
 * 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: 142%;
}

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[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .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: 20px;
  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: 20px;
  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: 40px;
  padding: 6px 10px;
  font-size: 20px;
  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: 20px;
  }
}

.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: 20px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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. */
.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. */
.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-previous:before, a.ant-arrow-next:after, a.ant-arrow-up:after, a.ant-arrow-down:after, .fad-page-wrapper a.ant-arrow-next:after {
  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.5714285714rem;
}

.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: 2rem 0.8571428571rem;
  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: 2.2857142857rem;
}
.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.5714285714rem 0.8571428571rem 2rem 0.8571428571rem;
}
.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.5714285714rem 0;
}
.ant-theme-secondary .ant-collapse-button .accordion-button-icon {
  margin-right: 1.1428571429rem;
  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.5714285714rem 0.8571428571rem 2rem 2.2857142857rem;
}
.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.4285714286rem 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: 2.2857142857rem;
  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.4285714286rem;
  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: 1.1428571429rem;
  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.8571428571rem 10px 0.8571428571rem 0.5714285714rem;
  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.8571428571rem;
}

.dismiss-icon {
  font-family: "ant-motif-icons";
  color: #ffffff;
  padding: 0.8571428571rem;
  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.7142857143rem 1.1428571429rem 2.8571428571rem 1.1428571429rem;
  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.4285714286rem;
  padding-bottom: 1.4285714286rem;
}
[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.5714285714rem;
}

@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.2857142857rem;
  }
}
/** 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: 1.1428571429rem 1.1428571429rem;
}
.popover .popover-close {
  z-index: 2;
  height: 1.7142857143rem;
  width: 1.7142857143rem;
  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.5714285714rem;
}
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.8571428571rem 1.1428571429rem;
  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.5714285714rem;
}
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: 1.1428571429rem;
  padding-right: 1.1428571429rem;
}
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.8571428571rem;
  padding-bottom: 0.8571428571rem;
}
global-alert-container.ant-global-alert.ant-global-alert--solid .alert-icon {
  font-family: "ant-motif-icons";
  font-size: 1.5rem;
  margin-right: 1.1428571429rem;
}
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.2857142857rem;
  color: #666666;
  font-size: 1.1428571429rem;
}
.ant-inline-alert .alert-icon {
  font-family: "ant-motif-icons";
  font-size: 1.5rem;
  margin-right: 0.5714285714rem;
}
.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.5714285714rem;
  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: 1.1428571429rem;
}
.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.8571428571rem 3.4285714286rem;
  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.8571428571rem;
  padding: 0.5714285714rem 2.8571428571rem;
}

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

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

.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.8571428571rem 3.4285714286rem;
  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: 1.1428571429rem 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.8571428571rem;
  height: 20px;
}
.ant-bar-chart .ant-bar-chart-heading {
  display: block;
  margin-bottom: 1.4285714286rem;
  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: 1.1428571429rem 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.1428571429rem;
  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.5714285714rem 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.2857142857rem;
}
.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.2857142857rem 1.1428571429rem;
  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.2857142857rem;
  padding-right: 0.2857142857rem;
}
.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: 3.4285714286rem;
  padding-right: 3.4285714286rem;
  background: #286ce2;
  border-color: #286ce2;
  color: #ffffff;
}

.ant-form-label {
  margin-bottom: 0.5714285714rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}

.ant-text-input {
  font-size: 0.8571428571rem;
  border: 1px solid #949494;
  color: #555555;
  padding: 0.2857142857rem 1.1428571429rem;
  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.5714285714rem;
  margin-bottom: 0.5714285714rem;
  font-weight: normal;
  top: 0.3rem;
}
.prLabel:before {
  margin-right: 0.5714285714rem;
  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.5714285714rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}
.pfSelect .psButton {
  background: transparent;
  border: 1px solid #949494;
  color: #666666;
  padding: 0.2857142857rem 0.8571428571rem;
  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: 1.1428571429rem 0 1.1428571429rem 0.8571428571rem;
}
.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.5714285714rem;
  font-size: 0.8571428571rem;
  color: #333333;
  margin-right: 0.5714285714rem;
  font-weight: normal;
  margin-bottom: 0.5714285714rem;
  margin-left: 2.5714285714rem;
}
label.pcLabel::before {
  display: inline-block;
  position: absolute;
  border: 1px solid #949494;
  color: #286ce2;
  height: 1.4285714286rem;
  width: 1.4285714286rem;
  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.7142857143rem;
  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: 2rem;
}

.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.8571428571rem;
  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.5714285714rem;
  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.1428571429rem;
}

.motif-margin-right-1 {
  margin-right: 0.1428571429rem;
}

.motif-margin-bottom-1 {
  margin-bottom: 0.1428571429rem;
}

.motif-margin-left-1 {
  margin-left: 0.1428571429rem;
}

/** Padding spacers */
.motif-pad-top-1 {
  padding-top: 0.1428571429rem;
}

.motif-pad-right-1 {
  padding-right: 0.1428571429rem;
}

.motif-pad-bottom-1 {
  padding-bottom: 0.1428571429rem;
}

.motif-pad-left-1 {
  padding-left: 0.1428571429rem;
}

/** Margin spacers */
.motif-margin-top-2 {
  margin-top: 0.2857142857rem;
}

.motif-margin-right-2 {
  margin-right: 0.2857142857rem;
}

.motif-margin-bottom-2 {
  margin-bottom: 0.2857142857rem;
}

.motif-margin-left-2 {
  margin-left: 0.2857142857rem;
}

/** Padding spacers */
.motif-pad-top-2 {
  padding-top: 0.2857142857rem;
}

.motif-pad-right-2 {
  padding-right: 0.2857142857rem;
}

.motif-pad-bottom-2 {
  padding-bottom: 0.2857142857rem;
}

.motif-pad-left-2 {
  padding-left: 0.2857142857rem;
}

/** Margin spacers */
.motif-margin-top-3 {
  margin-top: 0.5714285714rem;
}

.motif-margin-right-3 {
  margin-right: 0.5714285714rem;
}

.motif-margin-bottom-3 {
  margin-bottom: 0.5714285714rem;
}

.motif-margin-left-3 {
  margin-left: 0.5714285714rem;
}

/** Padding spacers */
.motif-pad-top-3 {
  padding-top: 0.5714285714rem;
}

.motif-pad-right-3 {
  padding-right: 0.5714285714rem;
}

.motif-pad-bottom-3 {
  padding-bottom: 0.5714285714rem;
}

.motif-pad-left-3 {
  padding-left: 0.5714285714rem;
}

/** Margin spacers */
.motif-margin-top-4 {
  margin-top: 0.8571428571rem;
}

.motif-margin-right-4 {
  margin-right: 0.8571428571rem;
}

.motif-margin-bottom-4 {
  margin-bottom: 0.8571428571rem;
}

.motif-margin-left-4 {
  margin-left: 0.8571428571rem;
}

/** Padding spacers */
.motif-pad-top-4 {
  padding-top: 0.8571428571rem;
}

.motif-pad-right-4 {
  padding-right: 0.8571428571rem;
}

.motif-pad-bottom-4 {
  padding-bottom: 0.8571428571rem;
}

.motif-pad-left-4 {
  padding-left: 0.8571428571rem;
}

/** Margin spacers */
.motif-margin-top-5 {
  margin-top: 1.1428571429rem;
}

.motif-margin-right-5 {
  margin-right: 1.1428571429rem;
}

.motif-margin-bottom-5 {
  margin-bottom: 1.1428571429rem;
}

.motif-margin-left-5 {
  margin-left: 1.1428571429rem;
}

/** Padding spacers */
.motif-pad-top-5 {
  padding-top: 1.1428571429rem;
}

.motif-pad-right-5 {
  padding-right: 1.1428571429rem;
}

.motif-pad-bottom-5 {
  padding-bottom: 1.1428571429rem;
}

.motif-pad-left-5 {
  padding-left: 1.1428571429rem;
}

/** Margin spacers */
.motif-margin-top-6 {
  margin-top: 1.4285714286rem;
}

.motif-margin-right-6 {
  margin-right: 1.4285714286rem;
}

.motif-margin-bottom-6 {
  margin-bottom: 1.4285714286rem;
}

.motif-margin-left-6 {
  margin-left: 1.4285714286rem;
}

/** Padding spacers */
.motif-pad-top-6 {
  padding-top: 1.4285714286rem;
}

.motif-pad-right-6 {
  padding-right: 1.4285714286rem;
}

.motif-pad-bottom-6 {
  padding-bottom: 1.4285714286rem;
}

.motif-pad-left-6 {
  padding-left: 1.4285714286rem;
}

/** Margin spacers */
.motif-margin-top-7 {
  margin-top: 1.7142857143rem;
}

.motif-margin-right-7 {
  margin-right: 1.7142857143rem;
}

.motif-margin-bottom-7 {
  margin-bottom: 1.7142857143rem;
}

.motif-margin-left-7 {
  margin-left: 1.7142857143rem;
}

/** Padding spacers */
.motif-pad-top-7 {
  padding-top: 1.7142857143rem;
}

.motif-pad-right-7 {
  padding-right: 1.7142857143rem;
}

.motif-pad-bottom-7 {
  padding-bottom: 1.7142857143rem;
}

.motif-pad-left-7 {
  padding-left: 1.7142857143rem;
}

/** Margin spacers */
.motif-margin-top-8 {
  margin-top: 2rem;
}

.motif-margin-right-8 {
  margin-right: 2rem;
}

.motif-margin-bottom-8 {
  margin-bottom: 2rem;
}

.motif-margin-left-8 {
  margin-left: 2rem;
}

/** Padding spacers */
.motif-pad-top-8 {
  padding-top: 2rem;
}

.motif-pad-right-8 {
  padding-right: 2rem;
}

.motif-pad-bottom-8 {
  padding-bottom: 2rem;
}

.motif-pad-left-8 {
  padding-left: 2rem;
}

/** Margin spacers */
.motif-margin-top-9 {
  margin-top: 2.2857142857rem;
}

.motif-margin-right-9 {
  margin-right: 2.2857142857rem;
}

.motif-margin-bottom-9 {
  margin-bottom: 2.2857142857rem;
}

.motif-margin-left-9 {
  margin-left: 2.2857142857rem;
}

/** Padding spacers */
.motif-pad-top-9 {
  padding-top: 2.2857142857rem;
}

.motif-pad-right-9 {
  padding-right: 2.2857142857rem;
}

.motif-pad-bottom-9 {
  padding-bottom: 2.2857142857rem;
}

.motif-pad-left-9 {
  padding-left: 2.2857142857rem;
}

/** Margin spacers */
.motif-margin-top-10 {
  margin-top: 2.5714285714rem;
}

.motif-margin-right-10 {
  margin-right: 2.5714285714rem;
}

.motif-margin-bottom-10 {
  margin-bottom: 2.5714285714rem;
}

.motif-margin-left-10 {
  margin-left: 2.5714285714rem;
}

/** Padding spacers */
.motif-pad-top-10 {
  padding-top: 2.5714285714rem;
}

.motif-pad-right-10 {
  padding-right: 2.5714285714rem;
}

.motif-pad-bottom-10 {
  padding-bottom: 2.5714285714rem;
}

.motif-pad-left-10 {
  padding-left: 2.5714285714rem;
}

/** Margin spacers */
.motif-margin-top-11 {
  margin-top: 2.8571428571rem;
}

.motif-margin-right-11 {
  margin-right: 2.8571428571rem;
}

.motif-margin-bottom-11 {
  margin-bottom: 2.8571428571rem;
}

.motif-margin-left-11 {
  margin-left: 2.8571428571rem;
}

/** Padding spacers */
.motif-pad-top-11 {
  padding-top: 2.8571428571rem;
}

.motif-pad-right-11 {
  padding-right: 2.8571428571rem;
}

.motif-pad-bottom-11 {
  padding-bottom: 2.8571428571rem;
}

.motif-pad-left-11 {
  padding-left: 2.8571428571rem;
}

/** Margin spacers */
.motif-margin-top-12 {
  margin-top: 3.1428571429rem;
}

.motif-margin-right-12 {
  margin-right: 3.1428571429rem;
}

.motif-margin-bottom-12 {
  margin-bottom: 3.1428571429rem;
}

.motif-margin-left-12 {
  margin-left: 3.1428571429rem;
}

/** Padding spacers */
.motif-pad-top-12 {
  padding-top: 3.1428571429rem;
}

.motif-pad-right-12 {
  padding-right: 3.1428571429rem;
}

.motif-pad-bottom-12 {
  padding-bottom: 3.1428571429rem;
}

.motif-pad-left-12 {
  padding-left: 3.1428571429rem;
}

/** Margin spacers */
.motif-margin-top-13 {
  margin-top: 3.4285714286rem;
}

.motif-margin-right-13 {
  margin-right: 3.4285714286rem;
}

.motif-margin-bottom-13 {
  margin-bottom: 3.4285714286rem;
}

.motif-margin-left-13 {
  margin-left: 3.4285714286rem;
}

/** Padding spacers */
.motif-pad-top-13 {
  padding-top: 3.4285714286rem;
}

.motif-pad-right-13 {
  padding-right: 3.4285714286rem;
}

.motif-pad-bottom-13 {
  padding-bottom: 3.4285714286rem;
}

.motif-pad-left-13 {
  padding-left: 3.4285714286rem;
}

/** Margin spacers */
.motif-margin-top-14 {
  margin-top: 3.7142857143rem;
}

.motif-margin-right-14 {
  margin-right: 3.7142857143rem;
}

.motif-margin-bottom-14 {
  margin-bottom: 3.7142857143rem;
}

.motif-margin-left-14 {
  margin-left: 3.7142857143rem;
}

/** Padding spacers */
.motif-pad-top-14 {
  padding-top: 3.7142857143rem;
}

.motif-pad-right-14 {
  padding-right: 3.7142857143rem;
}

.motif-pad-bottom-14 {
  padding-bottom: 3.7142857143rem;
}

.motif-pad-left-14 {
  padding-left: 3.7142857143rem;
}

/** Margin spacers */
.motif-margin-top-15 {
  margin-top: 4rem;
}

.motif-margin-right-15 {
  margin-right: 4rem;
}

.motif-margin-bottom-15 {
  margin-bottom: 4rem;
}

.motif-margin-left-15 {
  margin-left: 4rem;
}

/** Padding spacers */
.motif-pad-top-15 {
  padding-top: 4rem;
}

.motif-pad-right-15 {
  padding-right: 4rem;
}

.motif-pad-bottom-15 {
  padding-bottom: 4rem;
}

.motif-pad-left-15 {
  padding-left: 4rem;
}

/** Margin spacers */
.motif-margin-top-16 {
  margin-top: 4.2857142857rem;
}

.motif-margin-right-16 {
  margin-right: 4.2857142857rem;
}

.motif-margin-bottom-16 {
  margin-bottom: 4.2857142857rem;
}

.motif-margin-left-16 {
  margin-left: 4.2857142857rem;
}

/** Padding spacers */
.motif-pad-top-16 {
  padding-top: 4.2857142857rem;
}

.motif-pad-right-16 {
  padding-right: 4.2857142857rem;
}

.motif-pad-bottom-16 {
  padding-bottom: 4.2857142857rem;
}

.motif-pad-left-16 {
  padding-left: 4.2857142857rem;
}

/** Margin spacers */
.motif-margin-top-17 {
  margin-top: 4.5714285714rem;
}

.motif-margin-right-17 {
  margin-right: 4.5714285714rem;
}

.motif-margin-bottom-17 {
  margin-bottom: 4.5714285714rem;
}

.motif-margin-left-17 {
  margin-left: 4.5714285714rem;
}

/** Padding spacers */
.motif-pad-top-17 {
  padding-top: 4.5714285714rem;
}

.motif-pad-right-17 {
  padding-right: 4.5714285714rem;
}

.motif-pad-bottom-17 {
  padding-bottom: 4.5714285714rem;
}

.motif-pad-left-17 {
  padding-left: 4.5714285714rem;
}

/** Margin spacers */
.motif-margin-top-18 {
  margin-top: 4.8571428571rem;
}

.motif-margin-right-18 {
  margin-right: 4.8571428571rem;
}

.motif-margin-bottom-18 {
  margin-bottom: 4.8571428571rem;
}

.motif-margin-left-18 {
  margin-left: 4.8571428571rem;
}

/** Padding spacers */
.motif-pad-top-18 {
  padding-top: 4.8571428571rem;
}

.motif-pad-right-18 {
  padding-right: 4.8571428571rem;
}

.motif-pad-bottom-18 {
  padding-bottom: 4.8571428571rem;
}

.motif-pad-left-18 {
  padding-left: 4.8571428571rem;
}

/** Margin spacers */
.motif-margin-top-19 {
  margin-top: 5.1428571429rem;
}

.motif-margin-right-19 {
  margin-right: 5.1428571429rem;
}

.motif-margin-bottom-19 {
  margin-bottom: 5.1428571429rem;
}

.motif-margin-left-19 {
  margin-left: 5.1428571429rem;
}

/** Padding spacers */
.motif-pad-top-19 {
  padding-top: 5.1428571429rem;
}

.motif-pad-right-19 {
  padding-right: 5.1428571429rem;
}

.motif-pad-bottom-19 {
  padding-bottom: 5.1428571429rem;
}

.motif-pad-left-19 {
  padding-left: 5.1428571429rem;
}

/** Margin spacers */
.motif-margin-top-20 {
  margin-top: 5.4285714286rem;
}

.motif-margin-right-20 {
  margin-right: 5.4285714286rem;
}

.motif-margin-bottom-20 {
  margin-bottom: 5.4285714286rem;
}

.motif-margin-left-20 {
  margin-left: 5.4285714286rem;
}

/** Padding spacers */
.motif-pad-top-20 {
  padding-top: 5.4285714286rem;
}

.motif-pad-right-20 {
  padding-right: 5.4285714286rem;
}

.motif-pad-bottom-20 {
  padding-bottom: 5.4285714286rem;
}

.motif-pad-left-20 {
  padding-left: 5.4285714286rem;
}

/** Margin spacers */
.motif-margin-top-21 {
  margin-top: 5.7142857143rem;
}

.motif-margin-right-21 {
  margin-right: 5.7142857143rem;
}

.motif-margin-bottom-21 {
  margin-bottom: 5.7142857143rem;
}

.motif-margin-left-21 {
  margin-left: 5.7142857143rem;
}

/** Padding spacers */
.motif-pad-top-21 {
  padding-top: 5.7142857143rem;
}

.motif-pad-right-21 {
  padding-right: 5.7142857143rem;
}

.motif-pad-bottom-21 {
  padding-bottom: 5.7142857143rem;
}

.motif-pad-left-21 {
  padding-left: 5.7142857143rem;
}

/** Margin spacers */
.motif-margin-top-22 {
  margin-top: 6rem;
}

.motif-margin-right-22 {
  margin-right: 6rem;
}

.motif-margin-bottom-22 {
  margin-bottom: 6rem;
}

.motif-margin-left-22 {
  margin-left: 6rem;
}

/** Padding spacers */
.motif-pad-top-22 {
  padding-top: 6rem;
}

.motif-pad-right-22 {
  padding-right: 6rem;
}

.motif-pad-bottom-22 {
  padding-bottom: 6rem;
}

.motif-pad-left-22 {
  padding-left: 6rem;
}

/** Margin spacers */
.motif-margin-top-23 {
  margin-top: 6.2857142857rem;
}

.motif-margin-right-23 {
  margin-right: 6.2857142857rem;
}

.motif-margin-bottom-23 {
  margin-bottom: 6.2857142857rem;
}

.motif-margin-left-23 {
  margin-left: 6.2857142857rem;
}

/** Padding spacers */
.motif-pad-top-23 {
  padding-top: 6.2857142857rem;
}

.motif-pad-right-23 {
  padding-right: 6.2857142857rem;
}

.motif-pad-bottom-23 {
  padding-bottom: 6.2857142857rem;
}

.motif-pad-left-23 {
  padding-left: 6.2857142857rem;
}

/** Margin spacers */
.motif-margin-top-24 {
  margin-top: 6.5714285714rem;
}

.motif-margin-right-24 {
  margin-right: 6.5714285714rem;
}

.motif-margin-bottom-24 {
  margin-bottom: 6.5714285714rem;
}

.motif-margin-left-24 {
  margin-left: 6.5714285714rem;
}

/** Padding spacers */
.motif-pad-top-24 {
  padding-top: 6.5714285714rem;
}

.motif-pad-right-24 {
  padding-right: 6.5714285714rem;
}

.motif-pad-bottom-24 {
  padding-bottom: 6.5714285714rem;
}

.motif-pad-left-24 {
  padding-left: 6.5714285714rem;
}

/** Margin spacers */
.motif-margin-top-25 {
  margin-top: 6.8571428571rem;
}

.motif-margin-right-25 {
  margin-right: 6.8571428571rem;
}

.motif-margin-bottom-25 {
  margin-bottom: 6.8571428571rem;
}

.motif-margin-left-25 {
  margin-left: 6.8571428571rem;
}

/** Padding spacers */
.motif-pad-top-25 {
  padding-top: 6.8571428571rem;
}

.motif-pad-right-25 {
  padding-right: 6.8571428571rem;
}

.motif-pad-bottom-25 {
  padding-bottom: 6.8571428571rem;
}

.motif-pad-left-25 {
  padding-left: 6.8571428571rem;
}

/** Margin spacers */
.motif-margin-top-26 {
  margin-top: 7.1428571429rem;
}

.motif-margin-right-26 {
  margin-right: 7.1428571429rem;
}

.motif-margin-bottom-26 {
  margin-bottom: 7.1428571429rem;
}

.motif-margin-left-26 {
  margin-left: 7.1428571429rem;
}

/** Padding spacers */
.motif-pad-top-26 {
  padding-top: 7.1428571429rem;
}

.motif-pad-right-26 {
  padding-right: 7.1428571429rem;
}

.motif-pad-bottom-26 {
  padding-bottom: 7.1428571429rem;
}

.motif-pad-left-26 {
  padding-left: 7.1428571429rem;
}

/*-------------------------------------------*\
  Header
\*-------------------------------------------*/
.change-angular-version-link,
.toggle-app {
  display: none;
}

#sideNav.affix-top {
  padding: 150px 0px 0px;
}

.top-bar {
  padding: 0px 0px 1.4285714286rem;
}

#hideme4,
#hideme,
#hideme2,
#hideme3,
#defaultSelectorCarousel {
  display: none;
}

.section-header {
  position: relative;
  display: inline-block;
  padding-top: 1.7142857143rem;
  padding-bottom: 2.8571428571rem;
}

.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.1428571429rem 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.7142857143rem 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.8571428571rem;
}
.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.4285714286rem;
}
.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.4285714286rem;
}
.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.2857142857rem 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.8571428571rem;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4285714286rem;
  margin-left: 0.5714285714rem;
}
.footer-social .social {
  display: flex;
  flex-direction: column;
}
.footer-social .social .social-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2.2857142857rem;
  margin-left: 1.1428571429rem;
}
.footer-social .social .social-container .social-icon-footer {
  font-size: 30px;
  margin-right: 0.5714285714rem;
}
.footer-social .footer-app {
  display: flex;
  flex-direction: row;
  margin-top: 0.5714285714rem;
}
.footer-social .footer-app a {
  display: block;
}
.footer-social .footer-app a .mobile-app-icon {
  height: 40px;
  width: 40px;
  margin-right: 0.8571428571rem;
}

.footer-bottom {
  padding-top: 2.5714285714rem;
  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.4285714286rem 48px 1.4285714286rem 1.4285714286rem;
  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.4285714286rem;
    padding-bottom: 1.4285714286rem;
  }
  .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.7142857143rem;
  }
  .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.5714285714rem;
  }
  .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: 4rem;
  padding-bottom: 4rem;
  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.5714285714rem;
  }
  .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.4285714286rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4285714286rem;
  font-weight: 300;
  color: #555555;
}
.sidebar-nav .sidebar-list {
  list-style-type: none;
  padding-left: 1.1428571429rem;
}
.sidebar-nav .sidebar-list .sidebar-item {
  display: block;
  margin-bottom: 1.1428571429rem;
  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.7142857143rem;
}
@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: 2rem;
}
.modal-container .login-modal .modal-component-body {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 2rem;
}
.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.1428571429rem 0.5714285714rem;
  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.4285714286rem 0 1.4285714286rem 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.8571428571rem;
}
.accordion .accordionContent {
  display: none;
  margin: 0 0 0 0.8571428571rem;
}

.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.4285714286rem;
  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: 2.2857142857rem;
  padding-bottom: 2.2857142857rem;
}
.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: 1.1428571429rem;
  border-left: thin solid #eaeaea;
  padding: 1.7142857143rem 0 1.7142857143rem 2.2857142857rem;
  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.8571428571rem;
  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.1428571429rem;
}
.uxd-floating-footer.style-one .footer-item .footer-block p:last-of-type {
  margin-bottom: 0.5714285714rem;
}
.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: 2.2857142857rem;
  }
}
.uxd-floating-footer.style-two {
  padding-top: 5.1428571429rem;
  padding-bottom: 6.8571428571rem;
  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: 3.1428571429rem;
  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: 2rem;
  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: 2.2857142857rem;
  }
}

/** 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.8571428571rem;
}
.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.1428571429rem;
}
.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.1428571429rem;
}
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;
}

.mbr-top-of-page-wrapper {
  height: auto;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper {
  /* Non-Menu Items START */
  /* Non-Menu Items END */
  /* Hamberger Menu Bars START */
  /* Hamberger Menu Bars END */
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a img {
  padding: 19px 0;
  margin: 0;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a img {
    padding: 17px 0;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a img {
    padding: 22px 0;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
  border-bottom: solid 1px #dcdcdc;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
    float: right;
    height: 30px;
    position: relative;
    top: 15px;
    width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
    top: 30px;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content input {
  border: 0;
  color: #666;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  font-size: 14px;
  position: relative;
  top: -5px;
  left: -10px;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content input {
    top: -2px;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content span.fa {
  color: #666;
  float: right;
  position: relative;
  top: -25px;
  transform: rotateY(180deg);
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-spanish-link a {
  border: 0;
  color: #333;
  font-size: 12px;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper {
  background-color: #fff;
  height: auto;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper {
    position: relative;
    z-index: 5;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-spanish-link {
  margin-top: 22px;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-spanish-link {
    margin-top: 5px;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-top-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: left;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-top-nav ul li {
  cursor: pointer;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button {
  margin-top: 12px;
  height: 40px;
  overflow: hidden;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle {
  margin: 0;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle:hover {
  margin: 0;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle:focus {
  margin: 0;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle .ant-menu-icon {
  background-color: #333;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle .ant-menu-icon:before {
  background-color: #333;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle .ant-menu-icon:after {
  background-color: #333;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav {
  padding-top: 15px;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav {
    padding: 0;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav.menu-options {
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav.menu-options {
    margin-left: -20px;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li .menu-contents {
  display: none;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.active {
  background-color: #0079c2;
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.active .menu-contents {
  display: block;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.active .menu-contents {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.active .menu-contents {
    width: 80%;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul {
    margin: 0;
    padding: 0;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li {
  display: block;
  padding: 5px 0;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li {
    display: inline-block;
    margin: 0 0;
    padding: 5px 10px 7px;
  }
}
@media screen and (min-width: 1024px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li {
    margin: 0 0;
    padding: 5px 20px 7px;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li:first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li:last-of-type {
    margin-right: 0;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li a {
  font-size: 16px;
  display: inline-block;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li a {
    color: #333;
    border: 0;
    font-size: 12px;
    padding: 5px 0;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li a:hover {
  color: #0079c2;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li a:after {
    content: " ";
    width: 0;
  }
}
.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li.active > a {
  background-color: #0079c2;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li.active > a:after {
    content: " ";
    border-bottom: solid 3px #fff;
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 100%;
    left: 0;
    transition: width 1.5s ease-in-out;
  }
}
@media screen and (min-width: 801px) {
  .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper {
    height: 0;
    position: relative;
    top: -450px;
    transition: top 1.5s;
    -webkit-transition: top 1.5s;
    z-index: 1;
  }
}

/* MENU VISIBLE START */
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper {
  background-color: rgba(0, 0, 0, 0);
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper {
  height: auto;
  /* Non-Menu Items START */
  /* Non-Menu Items END */
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper {
  background-color: #fff !important;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper-col {
  display: block;
  visibility: visible;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper {
  opacity: 1;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
  margin: 0 15px;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
    margin: 0;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-nav {
  background-color: #fff;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper a .ant-menu-icon {
  background-color: transparent;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper a .ant-menu-icon {
    color: #0079c2;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper {
  background-color: #fff;
  padding: 15px 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper {
    background-color: #0079c2;
    top: 0;
    transition: top 1.5s;
    -webkit-transition: top 1.5s;
  }
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col {
    margin-right: 39px;
    width: 21%;
  }
}
@media screen and (min-width: 1200px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col {
    margin-right: 60px;
    width: 21%;
  }
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:first-of-type {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:first-of-type {
    margin-right: 70px;
    width: 34%;
  }
}
@media screen and (min-width: 1200px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:first-of-type {
    margin-right: 109px;
    width: 32%;
  }
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
    width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
    margin: 0;
    width: 31%;
  }
}
@media screen and (min-width: 1200px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
    margin: 0;
    width: 29%;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col.ant-menu-expanded ul {
  padding-bottom: 0;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li {
    display: block;
    padding: 0;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li a {
  border: 0;
  color: #333;
  padding: 5px 15px;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li a:hover {
    color: #0079c2;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li a span.fa {
  color: #333;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li.active a {
  color: #fff;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li.active a span.fa {
  color: #fff;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li.active.ant-menu-expanded > a span.fa {
  transform: rotateX(180deg);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents div.ant-landing-link {
    margin-bottom: 30px;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents div.ant-landing-link a {
  display: block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li.ant-menu-expanded a span.fa {
  transform: rotateX(180deg);
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li a {
  font-weight: 600;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li a span.fa {
  transform: rotateX(0deg);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li a {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li a {
    font-size: 16px;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li a:hover {
  background-color: rgba(255, 255, 255, 0.85);
  color: #0079c2;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li ul {
  margin-left: 15px;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li ul li a {
  padding-bottom: 3px;
  padding-top: 3px;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li ul li a {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col {
  border: 0;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col .ant-menu-title {
  display: block;
  margin-bottom: 10px;
  margin-left: 15px;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col li {
  margin: 5px 0;
}
.ant-menu-visible .mbr-page-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col li li {
  margin: 0 0 0 15px;
}

/* MENU VISIBLE END */
/* code below isnt working */
.mbr-page-wrapper .mbr-top-of-page-wrapper .ant-navigation-wrapper ul ul ul {
  margin: 0;
}
.mbr-page-wrapper .mbr-top-of-page-wrapper .ant-navigation-wrapper ul ul.ant-menu-column {
  margin-top: 0;
}

/** 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. */
.ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/* Import Reimagined Classic Icon Variables */
@font-face {
  font-family: "ant-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

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

a.anchor-underline {
  text-decoration: underline !important;
  font-size: 14px;
}

.anchor-icon {
  text-decoration: none;
}

.ant-form-item-error {
  font-size: 14px !important;
}

.ant-form-item-error:before {
  font-size: 18px !important;
}

#backButtonLink {
  padding-top: 10px;
  display: block;
  font-weight: 400;
}

.header-section-name {
  font-size: 1.25rem !important;
  color: #333 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
}

.pop-over-cnt p {
  font-size: 14px;
}
.pop-over-cnt .glossary-term {
  font-weight: normal;
}
.pop-over-cnt .popover.ant-tooltip-component {
  position: fixed !important;
  border: solid 1px #3a77e4 !important;
}
.pop-over-cnt .popover.top {
  margin-left: 0px !important;
}
.pop-over-cnt .popover-close,
.pop-over-cnt .popover-indicator {
  display: none !important;
}
.pop-over-cnt .popover-content a {
  font-size: 14px !important;
  font-family: "Lato", sans-serif !important;
}

.dropdown-fix legend {
  margin-bottom: 5px;
}

.sidebar-nav .sidebar-list .sidebar-item {
  background: transparent;
  font-size: 14px;
}

.close:focus {
  opacity: 1;
}

.sidebar-nav .siderail-header {
  font-size: 1.22rem;
}

.popover.top {
  margin-left: 0px;
}

a.ant-action-link span.fa {
  font-size: 25px;
}

.routing-col-tip {
  font-size: 14px;
}

p,
a,
label,
.form-item label,
legend {
  font-size: 14px;
}

.sidebar-item {
  background: transparent;
}

.section-header .header-page-name {
  font-size: 0.89rem;
}
.section-header .header-section-name {
  font-size: 1.25rem;
}

.tmp-form-overrides .temp-input-style {
  height: 37px;
  border-radius: 0px;
  border: 1px solid #ccc;
}

.modal-header {
  border-bottom: none !important;
}

small,
.small {
  font-size: 80% !important;
}

.ant-font-bold {
  font-weight: bold;
}

.psDropdown .psLabel,
.psDropdown .psLabel:last-of-type,
.psDropdown .psLabel:last-of-type {
  padding: 0.75rem 0 0.75rem 0.75rem !important;
}

.x-ant-toggle-ctrl .fa-caret-down {
  float: right;
  padding-left: 10px;
  padding-right: 5px;
  font-size: 22px;
  color: #4c6684;
  bottom: 0.15rem;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .pfToggleSwitch .ptLabel {
    max-width: 12.6rem !important;
  }
  .x-ant-toggle-ctrl .fa-caret-down {
    font-size: 18px;
    bottom: 0rem;
  }
}
@media only screen and (max-width: 370px) {
  .pfToggleSwitch .ptLabel {
    max-width: 9rem !important;
  }
}
.section-header .header-page-name {
  font-size: 0.88889rem;
}
.section-header .header-section-name {
  font-size: 1.25rem;
}

h1,
.ant-heading-one {
  font-size: 32px;
}

h2,
.ant-heading-two {
  font-size: 26px;
}

h3,
.ant-heading-three {
  font-size: 22px;
}

h4,
.ant-heading-four {
  font-size: 22px;
}

h5,
.ant-heading-five {
  font-size: 18px;
}

h6,
.ant-heading-six {
  font-size: 16px;
}

p,
span:not(.fa.fa-remove):not(.inheritFontSize):not(.alert-icon):not(.fa-caret-down),
div,
label {
  font-size: 14px;
}

button:not(.uxd-expansion-button),
.btn {
  font-size: 14px;
}

.pfSelect legend {
  font-size: 14px;
  font-weight: 400;
}

#searchWrapper .vgr-btn-float-right {
  float: right;
}

#searchWrapper .vgr-btn-float {
  float: left;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url('Lato-Light.ttf') format("truetype");
}
/* lato-300italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url('Lato-LightItalic.ttf') format("truetype");
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url('Lato-Regular.ttf') format("truetype");
}
/* lato-italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url('Lato-Italic.ttf') format("truetype");
}
/* Lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url('Lato-Bold.ttf') format("truetype");
}
/* Lato-700italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url('Lato-BoldItalic.ttf') format("truetype");
}
/* Lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url('Lato-Black.ttf') format("truetype");
}
/* Lato-900italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  src: url('Lato-BlackItalic.ttf') format("truetype");
}
/* Montserrat-300italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url('Montserrat-LightItalic.ttf') format("truetype");
}
/* Montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url('Montserrat-Light.ttf') format("truetype");
}
/* Montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url('Montserrat-Regular.ttf') format("truetype");
}
/* montserrat-italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url('Montserrat-Italic.ttf') format("truetype");
}
/* Montserrat-700italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url('Montserrat-BoldItalic.ttf') format("truetype");
}
/* Montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url('Montserrat-Bold.ttf') format("truetype");
}
/* Montserrat-900 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url('Montserrat-Black.ttf') format("truetype");
}
/* Montserrat-900italic - latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  src: url('Montserrat-BlackItalic.ttf') format("truetype");
}
div,
span {
  font-family: "Lato", sans-serif;
}

.modal-body .ant-alert .ant-alert-left {
  min-width: 55px;
  /* for IE using older alert style */
}

.button-link-motif {
  color: #0079c2;
  font-style: normal;
  font-weight: normal;
  background: transparent;
  border: none;
  text-decoration: underline;
  padding-left: none !important;
}
.button-link-motif:hover {
  color: #005080;
}

.ant-auto-suggest .psDropdown {
  position: relative;
  height: auto;
}
.ant-auto-suggest .psArrow {
  color: #4c6684;
}

.ant-lg-select .ant-auto-suggest {
  width: 100%;
}

.ant-alert.ant-dismissable.on {
  top: 130px;
}

@font-face {
  font-family: "ant-classic-icons";
  src: url('ant-classic-icons.eot');
  src: url('ant-classic-icons.eot') format("embedded-opentype"), url('ant-classic-icons.ttf') format("truetype"), url('ant-classic-icons.woff') format("woff"), url('ant-classic-icons.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ant-motif-icons";
  src: url('ant-motif-icons.eot');
  src: url('ant-motif-icons.eot') format("embedded-opentype"), url('ant-motif-icons.ttf') format("truetype"), url('ant-motif-icons.woff') format("woff"), url('ant-motif-icons.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url('OpenSans-Light.woff') format("woff"), url('OpenSans-Light.ttf') format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url('OpenSans-Regular.woff') format("woff"), url('OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url('OpenSans-Semibold.woff') format("woff"), url('OpenSans-Semibold.ttf') format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url('OpenSans-Bold.woff') format("woff"), url('OpenSans-Bold.ttf') format("truetype");
  font-weight: 700;
}
.ant-alert {
  background: none;
  border: 0px;
}

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

@media screen and (min-width: 480px) and (max-width: 640px) {
  .modal-content {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .modal .modal-body {
    padding-bottom: 5rem;
  }
  .modal-footer {
    right: 0;
  }
}
.fad-page-wrapper {
  /* hiding dropdown content for base toggle */
  /* dashboard alert */
  /* claims orange filter button */
  /* fix for alt togglt on claims and benefits */
  /* fix for auto suggest not pushing input content behind icon */
  /* search field fix to reduce input so button doesn't overlap - darrel */
}
.fad-page-wrapper .base-toggle-collapsed {
  overflow: hidden;
}
.fad-page-wrapper .ant-text-input.ant-search-input {
  padding-right: 3rem;
}
.fad-page-wrapper .align-vertical {
  display: inline-block;
  float: left;
}
.fad-page-wrapper .carousel-content-container ul .color-select-item-container.active {
  cursor: default;
  color: #fff;
}
.fad-page-wrapper .badge {
  font-size: 12px;
}
.fad-page-wrapper div[data-uxd-collapse-item-cmp] .ant-collapse-body,
.fad-page-wrapper div[data-fad-wcs-expand-collapse] .ant-collapse-body {
  overflow: hidden;
}
.fad-page-wrapper a.ant-arrow-next {
  border-bottom: none;
}
.fad-page-wrapper a.ant-arrow-next:after {
  content: "\e924";
}
.fad-page-wrapper .ant-content-callout .ant-callout-content h3 {
  color: #00609a;
}
.fad-page-wrapper .pfSelect.borderless .btn {
  width: auto;
  border-color: transparent;
}
.fad-page-wrapper .ant-alert {
  width: 100%;
  border: 0px;
  background: transparent;
}
.fad-page-wrapper .input-alert .ant-alert {
  max-width: 100%;
}
.fad-page-wrapper .search-alert {
  margin-left: 10px;
}
.fad-page-wrapper .filter-panel-btn {
  min-width: 200px;
  text-align: left;
}
.fad-page-wrapper .alt-toggle-cmp .alt-toggle-header .alt-toggle-body.closed {
  height: 0;
}
.fad-page-wrapper .search-text-input {
  padding-right: 3rem;
}
.fad-page-wrapper .panel-group .panel {
  border-radius: 0px;
}
.fad-page-wrapper .panel-group .panel.panel-default {
  border-color: transparent;
}
.fad-page-wrapper .panel-group .panel + .panel {
  margin-top: 0px;
}
.fad-page-wrapper .fad-auto-suggest input {
  padding-right: 50px;
}
@media only screen and (max-width: 800px) {
  .fad-page-wrapper {
    font-size: 0.875rem;
  }
}
.fad-page-wrapper .fad-page-header h1 {
  float: none;
}
.fad-page-wrapper .ant-toggle-ctrl {
  color: transparent;
}
.fad-page-wrapper .btn-icon,
.fad-page-wrapper .btn-icon:focus,
.fad-page-wrapper .btn-icon:hover {
  background: transparent;
  border: none;
  padding: 0px;
}
.fad-page-wrapper .prLabel.email.active:before,
.fad-page-wrapper .prLabel.mail.active:before,
.fad-page-wrapper .prLabel.text.active:before,
.fad-page-wrapper .prLabel.voice.active:before {
  background: none;
}
.fad-page-wrapper .prLabel.focus:before {
  box-shadow: none;
}
@media screen and (min-width: 800px) {
  .fad-page-wrapper .ant-responsive-collapse-heading a {
    display: none;
  }
}

/* additional fix when modal content imports page markup using nested .container wrapper - darrel */
.modal-body .container {
  width: auto;
}

html,
body {
  height: 100%;
  -ms-overflow-style: scrollbar;
  background-color: #eeeeee !important;
}

html.motif-theme {
  overflow-x: hidden !important;
}

.pad-t20 {
  padding-top: 20px;
}

.nav-link-container {
  width: 100%;
  background-color: #ffffff;
}

.fad-page-container {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  background-color: #ffffff;
}

.content-container {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}

div#ng-view {
  top: 0px !important;
}

#isEmulate {
  position: fixed;
  width: 320px;
  background: #eee;
  border-right: 2px solid #fe5e3c;
  min-height: 600px;
  z-index: 1000;
  left: -320px;
  transition: left 0.5s;
}

#isEmulate.active {
  left: 0px;
}

.close-emulation {
  position: absolute;
  top: 10px;
  right: 10px;
  border-bottom: none;
}

#isEmulate .btn {
  font-size: 14px;
  padding: 5px 15px;
  min-width: auto;
  display: inline-block;
}

#isEmulate .btn + div.btn-wrapper {
  margin-left: 15px;
  display: inline-block;
}

#emulation-inner {
  padding: 15px;
  max-height: 100%;
  overflow-x: auto;
}

.height-alignment {
  height: 50px !important;
}

#emulation-inner h3 {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin: 0px 0px 20px;
  clear: both;
}

#emulation-form {
  text-align: left;
  margin-bottom: 20px;
}

.emulate-actions {
  margin-top: 20px;
}

.line-gap {
  height: 5.7rem;
}

.vertical-tab {
  transform: rotate(-90deg);
  width: 100%;
  position: absolute;
  top: 170px;
  transform-origin: 100% 0;
}

.vertical-tab h2 {
  background-color: #fe5e3c;
  float: right;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
}

.vertical-tab a {
  padding: 10px;
  display: inline-block;
}

.vertical-tab a,
.vertical-tab .fa {
  color: white;
  border-bottom: none;
}

.vertical-tab .fa {
  margin-right: 5px;
}

#filterSlide {
  position: fixed;
  width: 320px;
  background: #fff;
  border-right: 2px solid #ccc;
  min-height: 600px;
  z-index: 1000;
  left: -320px;
  transition: left 0.5s;
  top: 0;
}

#filterSlide.active {
  left: 0;
  top: 128px;
}
#filterSlide.active .filter-tab {
  top: 115px;
}
@media screen and (max-width: 800px) {
  #filterSlide.active .filter-tab {
    top: 500px;
    display: none;
  }
}

#filterSlide .btn {
  font-size: 14px;
  padding: 5px 15px;
  min-width: auto;
  display: inline-block;
}

#filterSlide .btn + div.btn-wrapper {
  margin-left: 15px;
  display: inline-block;
}

#filter-slide-inner {
  height: calc(100vh - 120px);
  padding: 20px;
  padding-left: 30px;
  max-height: 100%;
  overflow-x: auto;
}
#filter-slide-inner fieldset.ant-auto-suggest .psDropdown.active {
  position: absolute;
  top: 44px;
}

.filter-tab {
  transform: rotate(-90deg);
  width: 100%;
  position: absolute;
  top: 240px;
  transform-origin: 100% 0;
}
@media screen and (max-width: 800px) {
  .filter-tab {
    top: 625px;
    display: none;
  }
}

.filter-tab h2 {
  background-color: #fe5e3c;
  float: right;
  border: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
}

.filter-tab a {
  padding: 10px;
  display: inline-block;
  font-size: 18px;
}

.filter-tab a,
.filter-tab .fa {
  color: #ffffff !important;
  border-bottom: none;
}

.filter-tab .fa {
  margin-right: 5px;
}

.current-user p,
.current-user .btn {
  margin: 10px 0px;
}

#wcs-navigate,
#wcs-url {
  float: left;
}

.input-with-btn {
  float: left;
  font-size: 13px;
  width: 200px;
}

.input-btn {
  padding: 8px;
  float: left;
  vertical-align: middle;
  line-height: 1.7em;
  margin: 2px 0px 0px 5px;
}

.go-to-url,
.language,
.navigation {
  margin-top: 20px;
}

.navigation ul {
  margin-bottom: 40px;
}

.ant-anthem-alert.ant-dismissable {
  top: -1000px;
  margin-top: 65px;
}
.ant-anthem-alert.ant-dismissable a.ant-dismiss-alert {
  display: none;
}
.ant-anthem-alert.ant-dismissable.on a.ant-dismiss-alert {
  display: block;
}

@media (min-width: 1024px) {
  .ant-anthem-alert.ant-dismissable {
    top: -1000px;
    margin-top: 85px;
  }
}
.fad-top-of-page-wrapper .sk-spinner-wave div {
  background-color: #ffffff;
}

.ant-menu-lastfocus {
  display: none;
}

.ant-menu-visible {
  position: fixed;
}
.ant-menu-visible .ant-menu-lastfocus {
  display: block;
}
.ant-menu-visible .ant-navigation-wrapper {
  padding-bottom: 50px;
}

.modal-open {
  /*removed due to mobile auto scrolling to top
  position: fixed;*/
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .ant-menu-visible {
    position: relative;
  }
  .ant-menu-visible .ant-navigation-wrapper {
    padding-bottom: 0px;
  }
  .modal-open {
    position: relative;
  }
}
.ant-curve-down,
.ant-curve-up {
  width: 100% !important;
  left: 0 !important;
}

.areyouSureModal .modal-footer .btn-primary {
  margin-bottom: 10px;
}
.areyouSureModal .modal-footer .btn-secondary {
  margin-left: 0;
  margin-bottom: 10px;
}

.task-bar-support-center {
  width: 300px !important;
}

.iframe-mode .fad-page-header {
  margin-top: 0px !important;
}

.fad-page-wrapper .fad-top-of-page-wrapper {
  box-shadow: none;
}
.fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button .ant-menu-toggle {
  padding: 0px;
  margin: 0px;
}
@media screen and (min-width: 801px) {
  .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-main-nav.menu-options {
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-main-nav.menu-options {
    margin-left: -20px;
  }
}
.fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper {
  padding: 0.8rem 0;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper {
    padding: 17px 0;
  }
}
@media screen and (min-width: 1024px) {
  .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper {
    padding: 22px 0;
  }
}
.fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper a img {
  padding: 0px;
  margin: 0px;
}
@media screen and (min-width: 801px) {
  .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper a img {
    padding: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper a img {
    padding: 0px;
  }
}
@media screen and (min-width: 801px) {
  .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper .ant-top-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col {
  transition-property: unset;
  transition-timing-function: unset;
  transition-delay: unset;
  transition-duration: unset;
}
.fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col:last-child {
  transition-property: unset;
  transition-timing-function: unset;
  transition-delay: unset;
  transition-duration: unset;
}
.fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li {
  margin: 7px 0;
  position: relative;
}

.page-header-container {
  flex-wrap: wrap;
  height: 92px;
  align-content: center;
  padding: 0;
}
.page-header-container .page-head {
  font-size: 2rem;
}

@media screen and (max-width: 480px) {
  .page-header-wrapper .container {
    margin: 0;
    text-align: left;
  }
}
/* secure changes for nav when menu is open */
.ant-menu-visible {
  position: relative;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible {
    overflow-y: auto;
  }
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides {
  height: 100%;
  overflow-y: scroll;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides {
    overflow-y: hidden;
  }
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides [data-fad-top-menu-cmp],
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides [data-fad-top-menu2-cmp] {
  padding-left: 0px;
  padding-right: 0px;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper {
  padding: 15px 0 30px;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col {
  width: 100%;
  margin: 0px;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col:last-of-type {
  width: 100%;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col ul.ant-menu-cont {
  margin-top: 0px;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li {
  display: inline-block;
  margin: 0.15rem 0px;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li a {
  background-color: transparent;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  padding: 5px 15px;
  width: 100%;
  color: #333;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li a:hover {
  background-color: rgba(255, 255, 255, 0.85);
  color: #0079c2;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li a span.fa-angle-down {
  z-index: 1;
  color: #333;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li a.sub-head {
  padding-left: 0;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col.show-column span.ant-heading-two {
  display: none;
}
.ant-menu-visible a.ant-task-bar-icon {
  background: transparent;
  border: 0px;
}
@media screen and (min-width: 801px) {
  .ant-menu-visible .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper.align-care-left {
    left: 64px;
  }
  .ant-menu-visible .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper.align-support-left {
    left: 109px;
  }
  .ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides {
    background: transparent;
  }
  .ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides [data-fad-top-menu-cmp] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides div.ant-navigation-wrapper {
    width: 393px;
    background: #0079c2;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .ant-menu-visible .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper.align-care-left {
    left: 84px;
  }
  .ant-menu-visible .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper.align-support-left {
    left: 149px;
  }
  .ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides div.ant-navigation-wrapper {
    margin-left: -20px;
  }
}

.ant-menu-visible .toggle-co-brand.fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper-col {
  display: flex;
}

/* secure changes for menu */
.fad-top-of-page-wrapper.ant-secure-nav-overrides {
  /* NEW NAV CSS **********************/
  /* .ant-sub-navigation-container, .ant-pattern-library-sub-nav {
        top: 70px;
      } */
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper ul {
  margin: 0px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper li.ant-menu-expanded a.ant-heading-two.ant-menu-expand {
  font-weight: 600;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper a {
  color: #333;
  font-weight: 400;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .dummy-task-bar {
  float: right;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .data-fad-switch-plans-link,
.fad-top-of-page-wrapper.ant-secure-nav-overrides .data-fad-profile-link,
.fad-top-of-page-wrapper.ant-secure-nav-overrides .data-fad-logout-link {
  display: none;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-wrapper {
  height: auto;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-wrapper .ant-spanish-link {
  position: absolute;
  top: 50%;
  margin: 0px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-item {
  float: none;
  height: auto;
}
@media screen and (min-width: 801px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-wrapper .ant-spanish-link,
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-nav .ant-spanish-link {
    margin-top: 10px;
    position: relative;
  }
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-cont .badge {
  background-color: #fff;
  color: #0079c2;
  margin-left: 10px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .fad-top-of-page-wrapper {
  box-shadow: none;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar {
  float: none;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-tasks,
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-messages {
  display: none;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides a.ant-task-bar-icon {
  margin: 0;
  background: transparent;
  border: 0px;
  display: inline;
  line-height: normal;
  overflow: unset;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides a.ant-task-bar-icon:hover {
  border: none;
  background: transparent;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides a.ant-task-bar-icon .fa {
  color: #0079c2;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides a.ant-task-bar-icon .fa-user {
  font-size: 23px;
  top: 0px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-profile-wrapper {
  margin-top: 10px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper {
  width: 40%;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col {
  display: none;
}
@media screen and (min-width: 801px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col .ant-task-bar-item {
    height: 23px;
  }
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col.show-column {
  display: block;
  padding: 0px;
  margin: 0px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col.show-column.ant-menu-expanded {
  background: #0079c2;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col.show-column ul {
  padding-bottom: 10px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-main-nav.menu-options {
  margin-left: 0px;
}
@media screen and (min-width: 1024px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-main-nav.menu-options {
    margin-left: 0px;
  }
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper img {
    margin: 0px;
  }
}
@media screen and (min-width: 801px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-main-nav.menu-options {
    margin-left: 0px;
  }
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper img {
    margin: 0px;
  }
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides div.ant-navigation-wrapper {
    margin-left: -20px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides div.ant-navigation-wrapper ul {
    margin-top: 0px;
  }
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button {
  overflow: none;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar {
  margin: 0px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-member-secure .masthead {
  margin-top: 109px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content {
  text-align: left;
  top: 70px;
}
@media screen and (min-width: 480px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content {
    top: 46px;
    right: -53%;
    left: unset;
  }
}
@media screen and (min-width: 801px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides {
    /* .ant-sub-navigation-container, .ant-pattern-library-sub-nav {
          top: 106px;
        } */
  }
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content {
    top: 46px;
    right: -53%;
    left: unset;
  }
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content {
    top: 46px;
    right: -55%;
    left: unset;
  }
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .fad-page-header {
  margin-top: 107px;
}
@media screen and (min-width: 1024px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .fad-page-header {
    margin-top: 125px;
  }
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-widget {
  display: flex;
  align-items: flex-end;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-widget .profile-text {
  font-size: 12px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button {
  height: 40px;
  overflow: visible;
}
@media screen and (min-width: 480px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button {
    margin-top: 17px;
    height: 40px;
    overflow: visible;
  }
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button .ant-menu-toggle .ant-menu-icon {
  background-color: #0079c2;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button .ant-menu-toggle .ant-menu-icon:before {
  background-color: #0079c2;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button .ant-menu-toggle .ant-menu-icon:after {
  background-color: #0079c2;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-wrapper .ant-top-nav ul,
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-nav ul {
  justify-content: flex-end;
  align-items: center;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-wrapper .ant-top-nav ul li.data-fad-switch-plans-link a,
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-nav ul li.data-fad-switch-plans-link a {
  color: #0079c2;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-spanish-link ul.ant-task-bar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  flex-direction: row;
}

/* gray background manual code */
.fad-page-body.bkg-gray {
  background: #eee;
  margin-top: 0px;
}

.toggle-co-brand .co-brand-logo-wrapper {
  display: flex;
  align-items: center;
}

.toggle-co-brand .fad-middle-of-page .ant-sub-navigation-container, .toggle-co-brand .fad-middle-of-page .ant-pattern-library-sub-nav {
  top: 52px;
}
@media screen and (min-width: 480px) {
  .toggle-co-brand .fad-middle-of-page .ant-sub-navigation-container, .toggle-co-brand .fad-middle-of-page .ant-pattern-library-sub-nav {
    top: 72px;
  }
}
@media screen and (min-width: 800px) {
  .toggle-co-brand .fad-middle-of-page .ant-sub-navigation-container, .toggle-co-brand .fad-middle-of-page .ant-pattern-library-sub-nav {
    top: 119px;
  }
}
@media screen and (min-width: 960px) {
  .toggle-co-brand .fad-middle-of-page .ant-sub-navigation-container, .toggle-co-brand .fad-middle-of-page .ant-pattern-library-sub-nav {
    top: 134px;
  }
}

.toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper-col {
  display: flex;
  align-items: center;
}
.toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper-col .ant-logo-wrapper {
  display: flex;
}
.toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper-col .ant-logo-wrapper a {
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #c5c9cc;
}
.toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image {
  padding: 0 0 0 10px;
}
@media screen and (min-width: 480px) {
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper-col .ant-logo-wrapper a {
    padding-right: 15px;
  }
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-logo-wrapper-col .ant-logo-wrapper.co-brand-image {
    padding: 0 0 0 15px;
  }
}
.toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content {
  top: 102px;
  right: unset;
}
@media screen and (min-width: 480px) {
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content {
    top: 46px;
  }
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content::before {
    right: 86%;
  }
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content::after {
    right: 86%;
  }
}
@media screen and (min-width: 801px) {
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content {
    right: -53%;
  }
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content::before {
    right: 50px;
  }
  .toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-task-bar-content::after {
    right: 50px;
  }
}
.toggle-co-brand .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-menu-button {
  margin-top: 8px;
}

.toggle-co-brand .ant-member-secure .masthead {
  margin-top: 86px;
}

.toggle-co-brand.fad-page-wrapper .fad-page-header {
  margin-top: 50px;
}

.fad-page-wrapper .ant-anthem-alert.ant-dismissable,
.toggle-co-brand .ant-anthem-alert.ant-dismissable {
  margin-top: 52px;
}

@media screen and (min-width: 480px) {
  .toggle-co-brand.fad-page-wrapper .fad-page-header {
    margin-top: 67px;
  }
  .fad-page-wrapper .ant-anthem-alert.ant-dismissable,
  .toggle-co-brand .ant-anthem-alert.ant-dismissable {
    margin-top: 67px;
  }
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-top-wrapper .ant-top-nav ul.ant-nav-secondary {
  display: block;
}

/* Cart Icon --------------------------------------------------*/
.fad-top-of-page-wrapper .fa-cart:before {
  content: "\f2fa";
  color: #0079c2;
}

/* End Cart Icon -----------------------------------------------*/
@media screen and (min-width: 801px) {
  .toggle-co-brand.fad-page-wrapper .fad-page-header,
  .fad-page-wrapper .fad-page-header {
    margin-top: 105px;
  }
  .toggle-co-brand .ant-anthem-alert.ant-dismissable {
    margin-top: 118px;
  }
  .fad-page-wrapper .ant-anthem-alert.ant-dismissable {
    margin-top: 113px;
  }
}
@media screen and (min-width: 1024px) {
  .toggle-co-brand.fad-page-wrapper .fad-page-header,
  .fad-page-wrapper .fad-page-header {
    margin-top: 127px;
  }
  .toggle-co-brand .ant-member-secure .masthead {
    margin-top: 126px;
  }
  .fad-page-wrapper .ant-anthem-alert.ant-dismissable {
    margin-top: 132px;
  }
  .toggle-co-brand .ant-anthem-alert.ant-dismissable {
    margin-top: 128px;
  }
}
/** Dismissable Alerts **/
.ant-alert.ant-dismissable {
  position: fixed;
  left: 0px;
  top: -120px;
  margin: 0px auto;
  width: 100%;
  padding: 0px;
  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;
  background: #eeeeee;
}
.ant-alert.ant-dismissable.on {
  top: 55px;
}
@media screen and (min-width: 480px) {
  .ant-alert.ant-dismissable.on {
    top: 70px;
  }
}
@media screen and (min-width: 800px) {
  .ant-alert.ant-dismissable.on {
    top: 110px;
  }
}
@media screen and (min-width: 960px) {
  .ant-alert.ant-dismissable.on {
    top: 130px;
  }
}
@media screen and (min-width: 800px) {
  .ant-alert.ant-dismissable {
    width: 70%;
    left: 15%;
  }
}
.ant-alert.ant-dismissable .media-left {
  background: #0079c2;
  text-align: center;
  padding: 0px 12px 0px 13px;
}
.ant-alert.ant-dismissable .fa {
  color: #ffffff;
  font-size: 1.25rem;
  top: 1px;
  position: relative;
}
.ant-alert.ant-dismissable p {
  display: block;
  float: left;
  max-width: 94%;
  margin: 0;
  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-alert.ant-dismissable.ant-negative .media-left {
  background-color: #cc0033;
}
.ant-alert.ant-dismissable.ant-positive .media-left {
  background-color: #00cc33;
}

.toggle-co-brand .ant-sub-navigation-container, .toggle-co-brand .ant-pattern-library-sub-nav {
  top: 52px;
}
@media screen and (min-width: 480px) {
  .toggle-co-brand .ant-sub-navigation-container, .toggle-co-brand .ant-pattern-library-sub-nav {
    top: 72px;
  }
}
@media screen and (min-width: 800px) {
  .toggle-co-brand .ant-sub-navigation-container, .toggle-co-brand .ant-pattern-library-sub-nav {
    top: 119px;
  }
}
@media screen and (min-width: 960px) {
  .toggle-co-brand .ant-sub-navigation-container, .toggle-co-brand .ant-pattern-library-sub-nav {
    top: 134px;
  }
}

.fad-page-wrapper .ant-sub-navigation-container, .fad-page-wrapper .ant-pattern-library-sub-nav {
  top: 53px;
}
@media screen and (min-width: 480px) {
  .fad-page-wrapper .ant-sub-navigation-container, .fad-page-wrapper .ant-pattern-library-sub-nav {
    top: 67px;
  }
}
@media screen and (min-width: 800px) {
  .fad-page-wrapper .ant-sub-navigation-container, .fad-page-wrapper .ant-pattern-library-sub-nav {
    top: 107px;
  }
}
@media screen and (min-width: 960px) {
  .fad-page-wrapper .ant-sub-navigation-container, .fad-page-wrapper .ant-pattern-library-sub-nav {
    top: 127px;
  }
}

.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col .ant-heading-two {
  font-size: 16px;
  border: 0;
  color: #333;
  padding: 15px 15px;
  margin-bottom: 0px;
  display: inline-block;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col .ant-heading-two span.fa {
  font-size: 16px;
  color: #333;
  z-index: 1;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li {
  width: 100%;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col li a {
  color: white;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col.ant-menu-expanded .ant-heading-two {
  color: white;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col.ant-menu-expanded .ant-heading-two span.fa {
  color: white;
}
.ant-menu-visible .fad-page-wrapper .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .ant-nav-col.ant-menu-expanded.show-column ul.ant-menu-cont {
  padding-bottom: 10px;
}

#ant-logout-link-tb .vivr-bb-caption {
  color: #0079c2;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  #ant-logout-link-tb .vivr-bb-caption {
    font-size: 12px;
    font-weight: 400;
  }
}

#ant-logout-link-tb .fa-sign-out {
  display: none;
}

.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-profile-link,
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-logout-link {
  display: block;
  text-align: left;
  padding-bottom: 10px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-profile-link a,
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-logout-link a {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-profile-link,
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-logout-link {
    display: none;
  }
}

.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-profile-link a.ant-heading-two {
  padding: 15px 15px;
  margin: 0px;
}
.fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper .data-fad-profile-link a.ant-heading-two ul {
  padding-bottom: 10px;
}

.data-fad-profile-link .ant-menu-cont {
  max-height: 0px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0.1;
  transition: max-height 0.25s ease-out, opacity 0.25s ease-out, visibility 0s ease-out;
}

.data-fad-profile-link.ant-menu-expanded .ant-menu-cont {
  max-height: 1000px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}

.care ul.ant-menu-cont li:first {
  font-weight: 400;
  font-size: 14px;
}

/** Start temp fix for spinning loaders */
.ant-data-load {
  outline: 0 none;
  overflow: hidden;
  position: relative;
  padding: 50px 15px 50px 15px;
  text-align: center;
  background-color: #f7f7f7;
}
.ant-data-load .ant-data-spin {
  float: left;
  width: 100%;
  display: block;
}
.ant-data-load .ant-data-text {
  float: left;
  width: 100%;
  display: block;
}
.ant-data-load .sk-spinner-wave div {
  background-color: #dcdcdc;
}

.sk-spinner-wave.sk-spinner {
  font-size: 10px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}

.sk-spinner-wave div {
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  background-color: #0079c2;
  display: inline-block;
  height: 100%;
  margin: 0 1px;
  width: 6px;
}

.sk-spinner-wave .sk-rect2 {
  animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
  animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
  animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
  animation-delay: -0.8s;
}

.align-vertical .prLabel {
  width: 100%;
}

[data-fad-top-menu2-cmp] {
  padding: 0;
  margin: 0;
  width: 100%;
}

.searchLoader {
  animation: 2s fadeIn;
  animation-fill-mode: forwards;
  visibility: hidden;
}

@keyframes fadeIn {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
[data-uxd-auto-suggest-cmp] .psDropdown.noresults {
  margin-top: 0px;
}
[data-uxd-auto-suggest-cmp] .psDropdown.noresults input,
[data-uxd-auto-suggest-cmp] .psDropdown.noresults label {
  display: none;
}

.pf-removecare-modal-container .modal-content .modal-footer {
  display: block !important;
}

.careteam-page-container {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.careteam-page-container .anchor-icon {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .careteam-page-container .tile-view-wrapper .floater-tag {
    right: 0%;
  }
}
@media screen and (max-width: 1200px) {
  .careteam-page-container .tile-view-wrapper .floater-tag {
    right: 0%;
  }
}
.careteam-page-container .row-spacing {
  padding-top: 1.2rem;
}
.careteam-page-container .pf-action-links {
  float: right;
  display: flex;
}
@media screen and (max-width: 800px) {
  .careteam-page-container .pf-action-links {
    flex-flow: row;
  }
}
.careteam-page-container .sort-container .sort-dropdown .psButton {
  width: 16em !important;
}
.careteam-page-container .care-add {
  font-weight: bold;
}
.careteam-page-container .care-pencil,
.careteam-page-container .care-cancel,
.careteam-page-container .care-save {
  padding-left: 5px;
}
.careteam-page-container .btn-sort {
  border: 0;
  background-color: #fff;
  color: #0079c2;
}
.careteam-page-container .btn-icon,
.careteam-page-container .btn-icon:hover,
.careteam-page-container .btn-icon:focus {
  text-decoration: none;
}
.careteam-page-container .ant-text-input {
  margin: 0px;
  padding: 5px;
  height: 25px;
}
.careteam-page-container .content-header-separator {
  margin-top: 1.5rem;
}
.careteam-page-container .content-header-separator .color-dash {
  width: 50px;
  height: 4px;
  background-color: #53b1a3;
}
.careteam-page-container .content-head-container {
  background-color: #fff;
  font-size: 1rem;
  padding-top: 1.5rem;
}
.careteam-page-container .content-head-container .content-head-right {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
}
.careteam-page-container .content-head-container a {
  border-bottom: 0px solid #fff;
  text-decoration: none;
}
.careteam-page-container .content-head-container .blue1 {
  color: #286ce2;
}
.careteam-page-container .content-head-container .bold {
  font-weight: bold;
}
.careteam-page-container .content-head-container .icon-size {
  font-size: 1.4rem;
}
.careteam-page-container .content-head-container .icon-box {
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: 0.3rem;
}
.careteam-page-container .content-head-container .provider-name {
  margin-top: 2rem;
}
.careteam-page-container .content-head-container .util-tray {
  font-size: 1.2rem;
  margin-top: 3.5rem;
}
.careteam-page-container .content-head-container .util-tray a span {
  color: #000;
}
.careteam-page-container .content-head-container .fa-print,
.careteam-page-container .content-head-container .fa-envelope,
.careteam-page-container .content-head-container .motif-id-card {
  font-size: 24px;
}
.careteam-page-container .content-head-container .fa-envelope {
  margin-left: 2rem;
}
.careteam-page-container .flex-tile-wrap .fad-flex-tile {
  margin: 0px;
}
@media (min-width: 480px) {
  .careteam-page-container .flex-tile-wrap .fad-flex-tile {
    margin: 0 0 0 1.25rem;
  }
}
.careteam-page-container .tile-view-wrapper .tile-name-wrapper,
.careteam-page-container .tile-view-wrapper .tile-address-wrapper {
  padding: 0.5rem 0;
}
.careteam-page-container .tile-view-wrapper .tile-button-wrapper {
  margin-top: 1rem;
  align-items: normal;
}
@media screen and (min-width: 960px) {
  .careteam-page-container .tile-view-wrapper .tile-button-wrapper {
    width: 100%;
  }
}
.careteam-page-container .tile-view-wrapper .tile-button-wrapper .btn {
  width: 100%;
  align-self: flex-end;
}
@media screen and (max-width: 960px) {
  .careteam-page-container .tile-view-wrapper .tile-button-wrapper .btn {
    width: 100%;
  }
}

.lho-float-left {
  float: left;
  width: auto;
}

.modal-container.slide-in.right .close {
  top: 1rem;
}
.modal-container.slide-in.right .close-icon {
  padding: 1rem;
  font-size: 2rem;
}

.rtModalContent h2 {
  padding-bottom: 4rem;
}
.rtModalContent h3 {
  font-weight: normal;
}
.rtModalContent .slide-modal-title {
  padding-bottom: 4rem;
}
.rtModalContent h6 {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}
.rtModalContent .detail-group {
  padding-left: 0;
  margin-bottom: 3rem;
}
.rtModalContent .detail-group .item-label {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}
.rtModalContent .detail-group .detail-right {
  padding-right: 0;
}
.rtModalContent .detail-group .detail-left {
  padding-left: 0;
}
.rtModalContent .detail-group .price {
  font-size: 1.25rem;
}
.rtModalContent .detail-group .description {
  border-top: 1px #000 solid;
  padding-right: 0;
  padding-left: 0;
}
.rtModalContent .pcp-remove {
  padding-bottom: 1.5rem;
}
.rtModalContent .rtModalContentTop {
  margin-left: 0;
  margin-right: 0;
}
.rtModalContent .rtModalContentTop input {
  margin-right: 0.7rem;
}
.rtModalContent .rtModalContentTop .pcp-info {
  padding-left: 1.6rem;
  padding-bottom: 0.9rem;
}
.rtModalContent .slidePcpIdSection {
  margin-top: 2rem;
}
.rtModalContent .slidePcpIdSection .pcpdesc {
  padding-top: 0.8rem;
}
.rtModalContent .selectDropList {
  margin-top: 2rem;
}
.rtModalContent .selectDropList button {
  height: 2.3rem;
  width: 100% !important;
}
.rtModalContent .selectDropList .ant-lg-select {
  width: 100% !important;
}
.rtModalContent .button-group {
  float: right;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .rtModalContent .button-group {
    float: none;
  }
  .rtModalContent .button-group .btn,
  .rtModalContent .button-group .btn-secondary {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    display: block;
    width: 100%;
  }
}
.rtModalContent .clear {
  clear: both;
}

.floater-tag {
  color: white;
  background: #268476;
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding: 5px;
  line-height: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .floater-tag {
    right: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .floater-tag {
    right: 10%;
  }
}

.addCT-btn-container .btn-addCT {
  position: relative;
  top: -0.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: 0.5rem;
}
.addCT-btn-container .btn-addCT .motif-icon.motif-plus {
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: 0.25rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 800px) {
  .addCT-btn-container .btn {
    padding: 6px 12px;
  }
  .addCT-btn-container .btn-addCT {
    top: -0.5rem;
  }
}

.care-team-item .floater-tag {
  display: block;
  float: right;
}

.tile-view-wrapper .floater-tag {
  display: block;
  float: right;
}

.buttonContainer {
  margin-top: 2rem;
}
.buttonContainer .pcpBtn {
  width: 100%;
  padding: 0.3rem;
  margin-bottom: 1rem;
  border: none;
}

.remove-border {
  border: none;
}

.margin-top10 {
  margin-top: 10px;
}

.pricetab.rtModalContent h2 {
  padding-bottom: 4rem;
}
.pricetab.rtModalContent h3 {
  font-weight: normal;
}
.pricetab.rtModalContent .slide-modal-title {
  padding-bottom: 4rem;
}
.pricetab.rtModalContent h6 {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}
.pricetab.rtModalContent .detail-group {
  padding-left: 0;
  margin-bottom: 3rem;
}
.pricetab.rtModalContent .detail-group .item-label {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}
.pricetab.rtModalContent .detail-group .detail-right {
  padding-right: 0;
}
.pricetab.rtModalContent .detail-group .detail-left {
  padding-left: 0;
}
.pricetab.rtModalContent .detail-group .price {
  font-size: 1.25rem;
}
.pricetab.rtModalContent .detail-group .description {
  border-top: 1px #000 solid;
  padding-right: 0;
  padding-left: 0;
}
.pricetab.rtModalContent .rtModalContentTop {
  margin-left: 0;
  margin-right: 0;
}
.pricetab.rtModalContent .rtModalContentTop input {
  margin-right: 0.7rem;
}
.pricetab.rtModalContent .rtModalContentTop .pcp-info {
  padding-left: 1.6rem;
  padding-bottom: 0.9rem;
}
.pricetab.rtModalContent .button-group {
  float: right;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .pricetab.rtModalContent .button-group {
    float: none;
  }
  .pricetab.rtModalContent .button-group .btn,
  .pricetab.rtModalContent .button-group .btn-secondary {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    display: block;
    width: 100%;
  }
}
.pricetab.rtModalContent .fad-action-buttons {
  display: block;
}
.pricetab.rtModalContent .clear {
  clear: both;
}

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

@media only screen and (max-width: 600px) {
  .fixed-tray-wrap-btn {
    padding-top: 20px;
  }
  .fixed-tray-wrap-btn .fixed-tray .tray-button-row {
    flex-flow: wrap;
    justify-content: flex-start;
    padding: 0.1rem 0;
  }
  .fixed-tray-wrap-btn .fixed-tray .tray-button-row .btn {
    margin-top: 0.5rem;
  }
  .fixed-tray-wrap-btn .fixed-tray .tray-button-row .img {
    margin: 0 0 5px 5px !important;
  }
}
@media only screen and (max-width: 800px) {
  .pf-side-panel .fad-action-buttons {
    display: block;
  }
  .pricing-location-wrapper span {
    top: -10px !important;
  }
}
.pricing-print-only {
  display: none;
}

.green-medical-BH-close-button {
  display: none;
}

@media print {
  .fad-page-container {
    border-bottom: none !important;
  }
  .pricing-print-only {
    display: block;
  }
  div.masthead.ant-bkg-blue {
    display: none;
  }
  div.state-header {
    margin-top: 0px;
  }
  .pf-location-phone a[href]:after {
    visibility: hidden;
  }
}
.assign-care-side-panel .rtModalContent h2 {
  padding-bottom: 2rem;
}

.pf-btn-disabled {
  padding: 0.85714286rem 3.42857143rem;
  border: 1px solid transparent;
  border-color: #dcdcdc;
  margin-bottom: 1rem;
}

.faux-disabled {
  opacity: 0.3;
}

.faux-input-disabled input,
.faux-input-disabled button {
  opacity: 0.3;
}

.motif-theme .modal-footer {
  border-top: none !important;
}

.fad-page-wrapper .page-header-wrapper {
  background-image: url("/assets/images/common/page-header-background.svg"), linear-gradient(347deg, #58abdf, #0079c2);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

.ant-alert .ant-alert-left span.alert-icon.alert-icon-negative::before {
  content: "\e93b";
}

.fad-plan-selection fieldset.ant-auto-suggest .ant-search-button span.fa {
  margin-top: 5px;
}

.flex-col {
  display: flex;
  flex-flow: column;
}

.flex-row {
  display: flex;
  flex-flow: row;
}

#txt-results-error .ant-alert:not(.ant-negative) .ant-alert-main {
  padding: 0.86rem 10px 0.86rem 0.57rem !important;
}
#txt-results-error .ant-alert:not(.ant-negative) .ant-alert-left {
  background: #cc0033;
  padding: 0.5rem !important;
}
#txt-results-error .ant-alert:not(.ant-negative) .ant-alert-left .alert-icon {
  padding: 1.4rem !important;
}
#txt-results-error .ant-alert:not(.ant-negative) .ant-alert-left .alert-icon:before {
  color: white;
  content: "\e93b";
}

.fad-page-wrapper {
  background: #fff;
}
.fad-page-wrapper .pill-list-wrapper .searchFilterItem label.pcLabel {
  font-size: 14px;
}

.pf-search-results-section .provider-name-link {
  width: 90%;
}

.motif-theme [data-uxd-modal-cmp].pf-map-modal-container .modal-content .close .fa.fa-remove {
  margin-right: 0px;
}

.motif-theme .pf-map-modal-container.modal .modal-header .close {
  right: -27px;
}

[data-uxd-modal-cmp] .modal-content .modal-footer {
  display: block !important;
}

@media (max-width: 800px) {
  .flyout-spec-panel .pf-side-panel .modal-component-body {
    padding: 5rem 1rem 5rem 2rem !important;
  }
  .modal-container.slide-in.right .close {
    position: absolute !important;
  }
  .overlay-container .modal-container.slide-in.right .close .close-icon {
    top: 0rem !important;
    left: 0rem !important;
    padding-top: 1rem !important;
  }
  .overlay-container .modal-container.slide-in.right .close .close-icon:before {
    font-size: 2rem !important;
  }
}
.overlay-container .modal-container.slide-in.right .modal-panel {
  max-width: 500px;
  --filter-panel-width: auto;
}
@media (min-width: 480px) {
  .overlay-container .modal-container.slide-in.right .modal-panel {
    width: 80% !important;
    --filter-panel-width: 80%;
  }
}
@media (min-width: 800px) {
  .overlay-container .modal-container.slide-in.right .modal-panel {
    width: 60% !important;
    --filter-panel-width: 60%;
  }
}
@media (min-width: 960px) {
  .overlay-container .modal-container.slide-in.right .modal-panel {
    width: 50% !important;
    --filter-panel-width: 50%;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .overlay-container .modal-container.slide-in.right .modal-panel {
    width: 100% !important;
    --filter-panel-width: 100%;
    max-width: none;
  }
}
.overlay-container .modal-container.slide-in.right .modal-panel .filter-side-panel-buttons {
  width: var(--filter-panel-width);
}

.pf-side-panel {
  overflow-y: auto !important;
  height: 100% !important;
}
.pf-side-panel .close-btn-ht {
  height: 60px;
}
.pf-side-panel .close-btn-ht .fcr-close-icon {
  font-size: 26px !important;
  color: #286ce2;
}
@media screen and (max-width: 800px) {
  .pf-side-panel .close-btn-ht .fcr-close-icon {
    font-size: 22px !important;
  }
}
.pf-side-panel .modal-component-body {
  padding: 5rem 1rem 5rem 5.5rem !important;
}
@media screen and (min-width: 801px) {
  .pf-side-panel .modal-component-body {
    padding: 1rem 5rem 5rem 5rem !important;
  }
}
.pf-side-panel .price-detail-modal.modal-component-body.cost-share {
  overflow: auto;
}
.pf-side-panel .sidepanel-plan-search {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-basis: 80%;
  width: 80%;
  align-self: stretch;
}
.pf-side-panel .sidepanel-plan-search.margin-adjust {
  margin-bottom: 0;
  margin-top: 20px;
}
.pf-side-panel .sidepanel-plan-search .plan-search-inputs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.pf-side-panel .sidepanel-plan-search .plan-search-inputs-container .plan-search-input-wrapper p {
  margin: 0;
  margin-top: 0.5rem;
}
.pf-side-panel .sidepanel-plan-search .plan-search-inputs-container .plan-search-input-wrapper legend {
  margin-bottom: 0.5rem;
}
.pf-side-panel .sidepanel-plan-search .plan-search-inputs-container .plan-search-input-wrapper > * {
  margin-top: 30px;
}
.pf-side-panel .sidepanel-plan-search .plan-search-inputs-container .plan-search-input-wrapper .ant-text-input {
  width: 100%;
}
.pf-side-panel .sidepanel-plan-search .plan-search-inputs-container .plan-search-input-wrapper .ant-text-input:focus-visible {
  border-color: #000000 !important;
  opacity: 1 !important;
}
.pf-side-panel .sidepanel-footer-actions {
  text-align: right;
  padding: 20px 30px;
  border-top: solid 1px #e4e4e4;
}
@media screen and (max-width: 480px) {
  .pf-side-panel .sidepanel-footer-actions {
    text-align: center;
    padding: 20px;
  }
}
.pf-side-panel .sidepanel-footer-actions .btn {
  padding: 0;
  height: 40px;
  width: 125px;
}
@media (max-width: 620px) {
  .pf-side-panel .sidepanel-footer-actions .btn {
    width: 40%;
  }
}
.pf-side-panel .sidepanel-footer-actions > * {
  margin-left: 15px;
}
.pf-side-panel .sidepanel-footer-actions :first-child {
  margin-left: 0;
}
.pf-side-panel .print-and-heading-container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.pf-side-panel .print-and-heading-container a {
  padding-top: 5px;
}
.pf-side-panel .print-and-heading-container .pf2-mb-40 {
  margin-bottom: 0;
}
.pf-side-panel .print-and-heading-container .print-link {
  margin-left: auto;
}
.pf-side-panel .motif-theme .modal-component-body {
  padding: 5rem 1rem 5rem 4.5rem !important;
}
@media screen and (min-width: 801px) {
  .pf-side-panel .motif-theme .modal-component-body {
    padding: 5rem 5rem 5rem 6rem !important;
  }
}
.pf-side-panel .motif-theme .care-team-container .uxd-panel-content {
  overflow: unset;
}
.pf-side-panel [data-uxd-radio-input-cmp] {
  display: flex;
}
.pf-side-panel .dropddown-wrapper {
  padding: 3rem 0 1rem 0;
}
.pf-side-panel .modal-title {
  font-weight: 300;
  font-size: 22px;
  padding-bottom: 2rem;
}
.pf-side-panel .modal-search-suggestion-box {
  padding-top: 25px;
}
.pf-side-panel .modal-search-suggestion-box a {
  text-decoration: none;
  color: #286ce2;
  cursor: pointer;
  padding-bottom: 4px;
}
.pf-side-panel .pf-side-panel-details {
  padding-bottom: 2rem;
}
.pf-side-panel .pf-side-panel-details label.pcLabel {
  margin-left: 25px;
}
@media only screen and (max-width: 800px) {
  .pf-side-panel .pf-side-panel-details label.pcLabel {
    margin-left: 7%;
  }
}
@media only screen and (max-width: 480px) {
  .pf-side-panel .pf-side-panel-details label.pcLabel {
    margin-left: 9%;
  }
}
.pf-side-panel .pcp-radio-grp div {
  display: flex;
  flex-flow: column;
}
.pf-side-panel .fad-action-buttons {
  display: flex;
  margin: 2rem 0 1rem 0;
}
.pf-side-panel .fad-action-buttons .btn {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 800px) {
  .pf-side-panel .fad-action-buttons .btn {
    width: 80% !important;
  }
}
.pf-side-panel .fad-action-buttons .btn:not(:only-child) {
  margin-right: 1rem;
}
.pf-side-panel .fad-action-buttons a {
  display: inline-block;
}
.pf-side-panel .fad-action-buttons a:not(:only-child) {
  margin-right: 1rem;
}
@media screen and (max-width: 480px) {
  .pf-side-panel .fad-action-buttons .btn {
    width: 100%;
  }
}
.pf-side-panel .panel-pcp-row {
  padding-bottom: 2rem;
}
.pf-side-panel .pcp-info-wrapper .motif-phone {
  color: #286ce2;
  padding-right: 0.25rem;
}
.pf-side-panel .dropdown-wrapper {
  padding-bottom: 0.5rem;
}
.pf-side-panel .ant-auto-suggest {
  width: 80% !important;
}
.pf-side-panel [data-uxd-auto-suggest-cmp].ant-lg-select .ant-text-input {
  width: 600px;
  max-width: 100%;
}
.pf-side-panel [data-uxd-radio-input-cmp] .prLabel {
  line-height: inherit;
}
.pf-side-panel fieldset.ant-auto-suggest .psDropdown.active {
  position: absolute;
  top: 100%;
}
@media screen and (max-width: 800px) {
  .pf-side-panel .fad-action-buttons {
    display: flex;
    justify-content: flex-start;
    margin: 2rem 0 1rem;
  }
}
.pf-side-panel .width80 {
  width: 80%;
}

.ant-alert.ant-dismissable .media-left .fa {
  color: white !important;
  font-size: 2.38rem !important;
}

.pf2-mt-14 {
  margin-top: 1rem;
}

.pf2-mt-10 {
  margin-top: 10px;
}

.pf2-mb-10 {
  margin-bottom: 10px;
}

.pf2-mt-20 {
  margin-top: 20px;
}

.pf2-mb-40 {
  margin-bottom: 40px;
}

.pf2-pb-40 {
  padding-bottom: 40px;
}

.pf2-mt-40 {
  margin-top: 40px;
}

.pf2-mt-8 {
  margin-top: 8px;
}

.pf2-mb-32 {
  margin-bottom: 32px;
}

.pf2-block {
  display: block;
}

.pf2-modal-line {
  border-top: 1px solid #ccc;
}

.pf2-width-40 {
  width: 40%;
}

@media only screen and (max-width: 480px) {
  .pf2-responsive-width {
    width: 100%;
  }
}

.pf2-btn-slider {
  position: absolute;
  bottom: 10%;
  right: 10%;
}

@media only screen and (max-width: 480px) {
  .pf-side-panel .fad-action-buttons.pf2-btn-slider {
    display: block;
    margin-top: 10%;
    position: static;
  }
  .pf-side-panel .fad-action-buttons.pf2-btn-slider .btn {
    width: 100% !important;
  }
}
.changeLocation .pf2-disclaimer {
  font-size: 12px;
  color: #fff;
  display: block;
  margin-top: 10px;
}
.changeLocation .pf2-link-white {
  text-decoration: underline;
  color: #fff !important;
  cursor: pointer;
}

.disabled-input {
  background: #e4e4e4;
  opacity: 1 !important;
}

@media only screen and (max-width: 480px) {
  .pf2-change-location .fly-out {
    z-index: 0;
    position: static;
  }
  .pf2-change-location .fly-out .look-up-item-header .col-sm-7 {
    width: 50%;
    float: left;
  }
  .pf2-change-location .fly-out .look-up-item-header .show-more-label {
    width: 50%;
    float: right;
  }
}
.pf2-change-location .fly-out {
  height: 200px;
  width: 250px !important;
  overflow-y: auto;
}
.pf2-change-location .fly-out .look-up-item-header .col-sm-7 {
  width: 50%;
}
.pf2-change-location .fly-out .look-up-item-header .show-more-label {
  width: 50%;
}

.motif-theme .ant-font-bold {
  font-weight: bold;
}
.motif-theme .change-location .align-vertical .prLabel {
  padding-left: 0;
}
.motif-theme #txt-reason-code-other {
  margin-left: 20px !important;
}
.motif-theme .not-interested-input {
  width: calc(100% - 25px) !important;
}

@media only screen and (max-width: 768px) {
  .yns-main-wrapper-side-pannel .yns-sidepan-body .yns-action-item-section {
    padding: 20px 35px 20px 0px;
  }
  .yns-action-item-section .yns-action-item-cta {
    padding-right: 10px;
    min-width: 75%;
  }
  .yns-action-item-section .yns-action-item-main-text {
    padding-right: 10px;
    min-width: 100%;
  }
  .yns-action-item-kebab {
    margin-top: -40px;
    margin-left: none;
  }
}
.yns-main-wrapper .yns-header-section,
.yns-main-wrapper-side-pannel .yns-header-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 20px 20px 35px;
  background-color: #f8f8f8;
  line-height: 30px;
  border-top: 1px solid #cccccc;
  align-items: center;
}
.yns-main-wrapper .yns-header-section .yns-header-left-title,
.yns-main-wrapper-side-pannel .yns-header-section .yns-header-left-title {
  font-size: 1.25em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1px;
  color: #2453a6;
}
.yns-main-wrapper .yns-action-item-section,
.yns-main-wrapper-side-pannel .yns-action-item-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 32px 35px 32px 35px;
  border-bottom: 1px solid #cccccc;
  align-items: center;
}
.yns-main-wrapper .yns-action-item-section .yns-action-item-main-text,
.yns-main-wrapper-side-pannel .yns-action-item-section .yns-action-item-main-text {
  width: 60%;
  padding-right: 26px;
  text-align: left;
}
.yns-main-wrapper .yns-action-item-section .yns-action-item-cta,
.yns-main-wrapper-side-pannel .yns-action-item-section .yns-action-item-cta {
  display: flex;
  width: 30%;
  justify-content: flex-start;
  text-align: left;
}
.yns-main-wrapper .yns-action-item-section .yns-action-item-cta a,
.yns-main-wrapper-side-pannel .yns-action-item-section .yns-action-item-cta a {
  text-decoration: none;
}
.yns-main-wrapper .yns-action-item-section .yns-action-item-cta .yns-cirle-arrow-right,
.yns-main-wrapper-side-pannel .yns-action-item-section .yns-action-item-cta .yns-cirle-arrow-right {
  margin-top: 3px;
  padding-right: 7px;
  vertical-align: middle;
}
.yns-main-wrapper .yns-action-item-section .yns-action-item-archive-x,
.yns-main-wrapper-side-pannel .yns-action-item-section .yns-action-item-archive-x {
  width: 18px;
  height: 18px;
  margin: 2px 0px 24px 18px;
  object-fit: contain;
}
.yns-main-wrapper .yns-action-item-section .yns-action-item-archive-x span,
.yns-main-wrapper-side-pannel .yns-action-item-section .yns-action-item-archive-x span {
  width: 10px;
  font-size: 2rem;
}
.yns-main-wrapper .yns-no-aviable-actions-section,
.yns-main-wrapper-side-pannel .yns-no-aviable-actions-section {
  text-align: center;
  padding: 20px 40px 20px 40px;
}
.yns-main-wrapper .yns-no-aviable-actions-section .yns-no-available-actions-big-check,
.yns-main-wrapper-side-pannel .yns-no-aviable-actions-section .yns-no-available-actions-big-check {
  font-size: 80px;
  color: #53b1a3;
}
.yns-main-wrapper .yns-no-aviable-actions-section .yns-no-available-actions-big-text,
.yns-main-wrapper-side-pannel .yns-no-aviable-actions-section .yns-no-available-actions-big-text {
  margin-top: 19px;
  padding: 0px;
  font-size: 1.375rem;
  font-weight: 300;
  color: #555555;
  margin-bottom: 15px;
}
.yns-main-wrapper .yns-no-aviable-actions-section .yns-no-available-actions-link .yns-cirle-arrow-right,
.yns-main-wrapper-side-pannel .yns-no-aviable-actions-section .yns-no-available-actions-link .yns-cirle-arrow-right {
  padding-right: 7px;
  vertical-align: middle;
}
.yns-main-wrapper .yns-covid-section,
.yns-main-wrapper-side-pannel .yns-covid-section {
  padding: 20px 30px 20px 30px;
  border: 1px solid #cccccc;
  border-left: 4px solid #c03;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: flex-start;
}
.yns-main-wrapper .yns-covid-section .motif-megaphone,
.yns-main-wrapper-side-pannel .yns-covid-section .motif-megaphone {
  font-size: 2rem;
}
.yns-main-wrapper .yns-covid-section .covid-text a,
.yns-main-wrapper-side-pannel .yns-covid-section .covid-text a {
  text-decoration: underline !important;
}
.yns-main-wrapper .yns-action-err-occured-alert,
.yns-main-wrapper-side-pannel .yns-action-err-occured-alert {
  padding: 0px 35px;
}
.yns-main-wrapper .minimal-tabbedview .ant-tab-button,
.yns-main-wrapper-side-pannel .minimal-tabbedview .ant-tab-button {
  flex-basis: 100%;
  background-color: #ffffff;
}
.yns-main-wrapper .yns-sidepan-header,
.yns-main-wrapper-side-pannel .yns-sidepan-header {
  margin-bottom: 20px;
}
.yns-main-wrapper .ant-tab-button.is-active,
.yns-main-wrapper-side-pannel .ant-tab-button.is-active {
  font-weight: bold;
}

.card-white {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.pf-personalization-modal-container .modal-dialog .modal-content {
  margin: 25% auto;
}
.pf-personalization-modal-container .modal-dialog .modal-content .modal-top .modal-header {
  display: none !important;
}
.pf-personalization-modal-container .modal-dialog .modal-content .modal-top .modal-body .close-button {
  left: 95%;
  position: relative;
}
.pf-personalization-modal-container .modal-dialog .modal-content .modal-top .modal-body .btn-secondary {
  margin-right: 2%;
}
.pf-personalization-modal-container .modal-dialog .modal-content .modal-top .modal-body .footer {
  display: flex;
  justify-content: flex-end;
}
.pf-personalization-modal-container .modal-dialog .modal-content .modal-footer {
  display: none !important;
}

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

.applied-filters .filter-item {
  background: #286ce2;
  color: #ffffff;
}

.fts-suggestion .suggestion-item {
  background: #00609a;
  color: #ffffff;
}
.fts-suggestion .suggestion-item:hover, .fts-suggestion .suggestion-item:focus {
  background: #31b0d5;
  border-color: #269abc;
}

.landing-header-wrapper .ant-tooltip-component.top {
  top: 60px !important;
}

.plan-search-wrapper {
  z-index: unset !important;
}

.external-link-bh {
  text-decoration: none;
  margin-left: 8px;
}

.external-link-icon {
  font-size: 30px !important;
  padding: 0 !important;
}

.external-link-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

fieldset.ant-auto-suggest .ant-search-button span.fa {
  color: #000;
  top: 7px;
}

.rc-side-panel {
  overflow-y: auto;
  height: 100%;
}

.model-recent-chat {
  padding: 5rem 1rem 5rem 5.5rem !important;
}
@media screen and (min-width: 801px) {
  .model-recent-chat {
    padding: 1rem 12.5rem 5rem 5rem !important;
  }
}

.model-recent-chat-title {
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  margin-bottom: 24px;
}

.rc-rows-container {
  overflow-y: auto !important;
  height: 100% !important;
  margin: 0, 30px, 50px, 30px;
}

.rc-chat-row {
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.rc-chat-detail-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.rc-chat-row-toggle-container {
  width: 30px;
  justify-content: center;
}

.rc-detail-desc {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.rc-chat-title {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.rc-chat-type {
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.2rem;
}

.rc-desc-go-chat {
  margin-top: 16px;
  padding-right: 15px;
}

.rc-chat-row-description {
  align-self: center;
  margin-bottom: 16px;
}

.rc-close-btn-slider {
  position: absolute;
  bottom: 1%;
  right: 5%;
}

.rc-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.rc-header-divider {
  margin: 0 0 24px;
}

.rc-row-devider {
  margin: 24px 0 24px;
}

.rc-no-decorate {
  text-decoration: none !important;
}

.rc-full-width {
  width: 100%;
}

.rc-go-to-chat {
  padding: 0 0.25rem 0 0.25rem;
}

.rc-back-btn {
  float: none;
  height: 60px;
  width: 60px;
  border: none !important;
}

.backButton {
  font-family: "ant-classic-icons", serif;
}
.backButton:before {
  content: "\f121";
  font-size: 2rem;
  color: #286ce2;
}

.pf-vc-lm-container {
  text-align: end;
}

.pf-vc-bottom-space {
  padding-bottom: 3rem;
}

.BaseFooter {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.08);
  padding: 1rem 2rem 1rem 1rem;
  position: absolute;
  width: 100%;
  text-align: end;
}

.pf-split-col-adjust {
  display: flex;
  position: relative;
  left: 0;
}

.colorgray {
  color: #808080;
}

.headingRecent {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7882352941);
}

.padding-10 {
  padding: 1rem 0;
}

.padding-5 {
  padding: 0.25rem 0;
}

.pf-justify-content-between {
  display: flex;
  justify-content: space-between;
}

.pf1-split-col {
  width: 50%;
  float: left !important;
}
.pf1-split-col:first-child {
  float: left;
  margin-right: 40px;
}
.pf1-split-col:last-child {
  float: right;
}
@media (max-width: 800px) {
  .pf1-split-col {
    width: 100%;
  }
}

.ra-pf-bold {
  font-weight: bold;
}

.ra-pf2-split-col {
  width: 50%;
  float: left !important;
}
.ra-pf2-split-col:first-child {
  float: left;
  margin-right: 110px;
}
.ra-pf2-split-col:last-child {
  float: right;
}
@media (max-width: 800px) {
  .ra-pf2-split-col {
    width: 100%;
  }
}
.ra-pf2-split-col.firstchildpfSplit {
  width: 44%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0784313725);
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  flex: 1 1 calc(50% - 14px);
  text-align: center;
  margin-right: 14px;
  max-width: calc(50% - 14px);
  min-width: 120px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 800px) {
  .cpt-flyout {
    padding: 5rem 1rem !important;
  }
}
.cpt-flyout .minimal-tabbedview .ant-tab-button {
  flex-basis: 28%;
}
@media only screen and (max-width: 800px) {
  .cpt-flyout .minimal-tabbedview .ant-tab-button {
    flex-basis: 50%;
  }
}

.cpt-scroll {
  height: auto;
  max-height: 141px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 0 !important;
}

.sticky-btn {
  position: absolute;
  bottom: -8px;
  padding: 0 !important;
  margin: 0;
  background: #fff;
  width: auto;
}

.relative {
  position: relative;
}

.speciality-sticky-button .btn-row-area {
  position: absolute;
}
@media screen and (max-width: 800px) {
  .speciality-sticky-button .btn-row-area {
    width: 100%;
    left: 0;
  }
}
.speciality-sticky-button .btn-row-area .btn-align-right {
  width: 50%;
  float: right;
}
.speciality-sticky-button .btn-row-area .btn-align-right .btn-position {
  justify-content: space-evenly;
}
.speciality-sticky-button .btn-row-area .btn-location-slider {
  width: auto;
  margin-top: 24px;
  margin-bottom: 12px;
  float: right;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .speciality-sticky-button .btn-row-area .btn-location-slider {
    width: 100%;
  }
  .speciality-sticky-button .btn-row-area .btn-location-slider .btn {
    display: block;
    width: 90%;
    margin-top: 8px;
    margin-left: 10%;
  }
}
.speciality-sticky-button .btn-row-area .btn-align-right-direction {
  width: 100%;
  padding: 1rem 6rem 0 5rem !important;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .speciality-sticky-button .btn-row-area .btn-align-right-direction {
    padding-right: 5rem !important;
  }
}
@media only screen and (max-width: 800px) {
  .speciality-sticky-button .btn-row-area .btn-align-right-direction .btn-container {
    display: flex;
    justify-content: flex-end;
  }
  .speciality-sticky-button .btn-row-area .btn-align-right-direction .btn-container .btn.btn-primary {
    width: 48%;
  }
}
@media only screen and (max-width: 800px) {
  .speciality-sticky-button .btn-row-area .btn-align-right-direction .btn-position {
    text-align: end;
    width: 100%;
    display: inline-block;
    padding: 0;
  }
}

.font-speciality {
  font-weight: 400;
}

.eyeball-svg {
  filter: invert(43%) sepia(60%) saturate(5958%) hue-rotate(209deg) brightness(94%) contrast(88%);
}

.disabled-section {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.pf-link-white-swtich {
  color: #fff;
  cursor: pointer;
  text-decoration: underline !important;
}

.fts-infoBox-container {
  position: relative;
  padding: 1rem;
  margin: 18px;
  border: 1px solid #b3b3b3;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.fts-infoBox-container .search-criteria-suggestions {
  margin: 1%;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fts-infoBox-container .search-criteria-suggestions .fts-alternative-suggestions {
  flex: 4;
  flex-shrink: 1;
}
.fts-infoBox-container .search-criteria-suggestions .beta-feedback {
  margin-top: 1%;
  text-align: right;
  flex: 1;
  flex-shrink: 3;
  order: 2;
}
.fts-infoBox-container .dismiss {
  position: absolute;
  top: 16%;
  right: 2%;
}
.fts-infoBox-container .dismiss .fa.fa-plus, .fts-infoBox-container .dismiss .collapse-block .ant-collapse-heading .ant-collapse-button .fa, .collapse-block .ant-collapse-heading .ant-collapse-button .fts-infoBox-container .dismiss .fa {
  transform: rotate(45deg);
  color: #949494;
  font-size: 28px !important;
}
@media (max-width: 600px) {
  .fts-infoBox-container .search-criteria-suggestions {
    flex-direction: column;
  }
  .fts-infoBox-container .search-criteria-suggestions .beta-feedback {
    text-align: center;
    margin-top: 2%;
  }
}

.fcr-fts-available-suggestions-container {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.fcr-fts-available-suggestions-container.margin-right-1rem {
  margin-right: 1rem;
}
@media (max-width: 600px) {
  .fcr-fts-available-suggestions-container {
    flex-direction: column;
  }
}

.fcr-fts-infoBox-container {
  position: relative;
  padding: 1rem;
  border: 1px solid #b3b3b3;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.fcr-fts-infoBox-container .search-criteria-suggestions {
  max-width: 90%;
  flex: 1;
  margin: 1%;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fcr-fts-infoBox-container .search-criteria-suggestions .fts-alternative-suggestions {
  max-width: 70%;
  flex-shrink: 1;
  margin-right: 1%;
}
.fcr-fts-infoBox-container .search-criteria-suggestions .fcr-beta-feedback {
  position: relative;
  order: 2;
}
.fcr-fts-infoBox-container .search-criteria-suggestions .fcr-beta-feedback .fcr-beta-feedback-btn-container {
  width: 100%;
  height: auto;
}
.fcr-fts-infoBox-container .search-criteria-suggestions .fcr-beta-feedback .fcr-beta-feedback-btn-container .fcr-beta-feedback-btn {
  width: auto;
  height: auto;
  white-space: nowrap;
  padding: 0.5em 1em;
  background: #ffffff;
  border: 1px solid #286ce2;
  color: #286ce2;
  text-align: center;
}
.fcr-fts-infoBox-container .dismiss {
  margin-left: auto;
  order: 2;
}
.fcr-fts-infoBox-container .dismiss .fa.fa-plus, .fcr-fts-infoBox-container .dismiss .collapse-block .ant-collapse-heading .ant-collapse-button .fa, .collapse-block .ant-collapse-heading .ant-collapse-button .fcr-fts-infoBox-container .dismiss .fa {
  transform: rotate(45deg);
  color: #949494;
  font-size: 28px !important;
}
@media (max-width: 600px) {
  .fcr-fts-infoBox-container {
    width: 100%;
  }
  .fcr-fts-infoBox-container .search-criteria-suggestions {
    flex-direction: column;
  }
  .fcr-fts-infoBox-container .search-criteria-suggestions .fts-alternative-suggestions {
    max-width: 100%;
  }
  .fcr-fts-infoBox-container .search-criteria-suggestions .fcr-beta-feedback {
    text-align: left;
    margin-top: 2%;
  }
}

.pf-fts-suggestions a {
  color: #286ce2;
  text-decoration: none !important;
}
.pf-fts-suggestions a:hover {
  font-weight: bold;
}

.pf-fts-alternate-search-options {
  margin-top: 20px;
}

.feedback-btn {
  margin-top: 1%;
  padding: 2% 10%;
}

.fcr-feedback-btn {
  background: #ffffff;
  color: #286ce2 !important;
  padding: 0.5em 1em;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #286ce2;
}

.feedback-row {
  margin-bottom: 5%;
}

.feedback-div {
  display: flex;
  box-sizing: inherit;
}
.feedback-div .feedback-textarea {
  overflow: auto;
  resize: none;
  width: 100%;
  height: 20vh;
}

.pf-feedback-remaining-chars {
  display: flex;
  justify-content: flex-start;
  font-size: 0.8rem;
  color: #808080;
}

.modal-component-footer {
  border-top: 1px solid #f7f7f7;
  padding: 2.5%;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: #ffffff;
}

.modal-action-btn {
  display: flex;
  justify-content: flex-end;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.fcr-clear-filter {
  display: flex;
  align-items: center;
}
.fcr-clear-filter .fcr-clear-filter-icon {
  font-size: 26px !important;
}
.fcr-clear-filter .fcr-clear-filter-btn-txt {
  font-weight: 700;
}

.fcr-pagination-content {
  width: max-content;
  margin: 0 auto;
}

.fcr-pagination-summary {
  margin-bottom: 20px;
}

.fcr-pagination-container {
  display: flex;
  justify-content: center;
}
.fcr-pagination-container .pagination li.active > a {
  background-color: #286ce2;
  border-color: #286ce2;
  color: #ffffff;
}
.fcr-pagination-container .pagination li a {
  border-radius: 50%;
  margin: 0 5px;
  background: #286ce2;
  color: #fff;
}
.fcr-pagination-container .pagination li a#lnk-pf-pagination-next, .fcr-pagination-container .pagination li a#lnk-pf-pagination-last, .fcr-pagination-container .pagination li a#lnk-pf-pagination-first, .fcr-pagination-container .pagination li a#lnk-pf-pagination-previous {
  background: transparent;
  color: rgb(40, 108, 226);
  font-size: 52px;
  padding: 0;
  border: none;
  height: 32px;
  position: relative;
  top: 12px;
  line-height: 0;
  font-weight: 200;
}
.fcr-pagination-container .pagination li .pagination-number {
  background-color: #f7f7f7;
  border: 1px solid #949494;
  border-radius: 50%;
  color: #286ce2;
}
.fcr-pagination-container .fad-pf-pagination-link a {
  border-bottom: none;
}

.care-now-container .care-now-cards-container {
  padding: 0 18.5%;
}
.care-now-container .care-now-cards-container > uxd-expansion-panel {
  border-bottom: none;
}
.care-now-container .care-now-cards-container .card-title {
  font-weight: 400;
  color: #333333;
}
.care-now-container .care-now-cards-container .card-content-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 76px 60px 76px;
}
@media screen and (max-width: 800px) {
  .care-now-container .care-now-cards-container .card-content-container {
    display: none;
  }
}
.care-now-container .care-now-cards-container .card-content-container-resp {
  display: none;
}
@media screen and (max-width: 800px) {
  .care-now-container .care-now-cards-container .card-content-container-resp {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 48px 32px;
  }
}
@media screen and (max-width: 800px) {
  .care-now-container .care-now-cards-container {
    padding: 0;
    margin: 0 15px;
  }
}
.care-now-container .care-now-banner-container {
  position: relative;
  margin-bottom: 59px;
}
.care-now-container .care-now-banner-container .care-now-banner {
  width: 100%;
  height: 316px;
}
.care-now-container .care-now-banner-container .banner-text-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  top: 15%;
  left: 52%;
  padding-right: 10%;
}
.care-now-container .care-now-banner-container .banner-text-container .banner-title {
  line-height: 39px;
}
.care-now-container .care-now-banner-container .banner-text-container .banner-description {
  line-height: 22px;
}
@media screen and (max-width: 800px) {
  .care-now-container .care-now-banner-container {
    display: none;
  }
}
.care-now-container .care-now-banner-container-resp {
  display: none;
}
@media screen and (max-width: 800px) {
  .care-now-container .care-now-banner-container-resp {
    display: block;
    margin-bottom: 42px;
  }
  .care-now-container .care-now-banner-container-resp .banner-text-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 22px 0 20px;
    margin-bottom: 27px;
  }
  .care-now-container .care-now-banner-container-resp .banner-text-container .banner-title {
    line-height: 39px;
  }
  .care-now-container .care-now-banner-container-resp .banner-text-container .banner-description {
    line-height: normal;
  }
  .care-now-container .care-now-banner-container-resp .care-now-banner {
    width: 100%;
  }
}
.care-now-container .text-container {
  display: flex;
  gap: 33px;
}
.care-now-container .text-container .care-text {
  flex: 1;
  line-height: 22px;
}
.care-now-container .text-container .good-choice-text {
  font-weight: 700;
}
.care-now-container .care-button {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 7px 30px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.care-now-container .care-button-accessibility {
  background: #286ce2;
  color: #ffffff;
}
.care-now-container .care-button-accessibility:hover, .care-now-container .care-button-accessibility:focus {
  background: #286ce2;
  border-color: #004070;
}
.care-now-container .flex-container {
  display: flex;
  align-items: center;
  gap: 2.375rem;
}
.care-now-container .cost-time-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.care-now-container .cost-time-container .cost-container {
  display: flex;
  flex-direction: column;
}
.care-now-container .cost-time-container .cost-container .cost-label {
  font-size: 12px !important;
  font-weight: 700;
  line-height: 15px;
}
.care-now-container .cost-time-container .cost-container .dollar-sign {
  color: var(--Grays-Dark-Gray-2, #4a4a4a);
  font-size: 22px !important;
  font-weight: 700;
  line-height: normal;
}
.care-now-container .cost-time-container .separator {
  border-left: 1px solid #ccc;
}
.care-now-container .points-container {
  margin-top: 98px;
}
.care-now-container .points-container .points-ol {
  color: var(--Grays-Dark-Gray-1, #000);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding-left: 12px;
}
@media screen and (max-width: 800px) {
  .care-now-container .points-container {
    margin-top: 43px;
  }
}
@media screen and (max-width: 800px) {
  .care-now-container .uxd-expansion-button {
    margin-right: 3px !important;
  }
}

.fcr-plan-slider .ant-auto-suggest {
  width: 100% !important;
}

.fcr-page-wrapper {
  background-color: #ffffff;
}
.fcr-page-wrapper .mbr-top-of-page-wrapper {
  height: 61px;
}
.fcr-page-wrapper .mbr-top-of-page-wrapper .ant-logo-wrapper.brand-logo {
  height: auto;
  /*  @media screen and (min-width: $fc-breakpoint-md) {
    height: 6rem;
  } */
}
@media screen and (min-width: 1200px) {
  .fcr-page-wrapper .mbr-top-of-page-wrapper .ant-logo-wrapper.brand-logo {
    height: 6rem;
  }
}
.fcr-page-wrapper .mbr-top-of-page-wrapper .ant-logo-wrapper.brand-logo a img {
  width: 12.5rem;
}
@media screen and (max-width: 480px) {
  .fcr-page-wrapper .mbr-top-of-page-wrapper .ant-logo-wrapper.brand-logo a img {
    max-width: auto;
    max-height: auto;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  .fcr-page-wrapper .mbr-top-of-page-wrapper .ant-logo-wrapper.brand-logo a img {
    padding: 17px 0;
  }
}
@media screen and (min-width: 1200px) {
  .fcr-page-wrapper .mbr-top-of-page-wrapper .ant-logo-wrapper.brand-logo a img {
    width: 16rem;
    padding: 22px 0;
  }
}
.fcr-page-wrapper .sticky-back-container {
  position: sticky;
  top: 24px;
  width: auto;
  z-index: 200;
  background: #fff;
  padding: 0.5rem 0;
}
.fcr-page-wrapper .page-header-wrapper {
  margin-top: 4.65rem;
}
.fcr-page-wrapper .page-header-wrapper::after, .fcr-page-wrapper .page-header-wrapper::before {
  display: none;
}
@media screen and (min-width: 800px) {
  .fcr-page-wrapper .page-header-wrapper {
    margin-top: 4.35rem;
  }
}
@media screen and (min-width: 960px) {
  .fcr-page-wrapper .page-header-wrapper {
    margin-top: 4.35rem;
  }
}
@media screen and (min-width: 1200px) {
  .fcr-page-wrapper .page-header-wrapper {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .fcr-page-wrapper .page-header-wrapper {
    margin-top: 4.45rem;
  }
}
.fcr-page-wrapper .fcr-page-sticky-top-container {
  position: sticky;
  top: 84px;
  z-index: 120;
  height: 50px;
}
@media screen and (max-width: 1200px) {
  .fcr-page-wrapper .fcr-page-sticky-top-container {
    top: 60px;
  }
}
@media screen and (max-width: 800px) {
  .fcr-page-wrapper .fcr-page-sticky-top-container {
    top: 63px;
  }
}
.fcr-page-wrapper .fcr-container-spacing-left {
  padding-left: 15px;
}
@media screen and (min-width: 800px) {
  .fcr-page-wrapper .fcr-container-spacing-left {
    padding-left: calc((100vw - 750px + 30px) / 2);
  }
}
@media screen and (min-width: 960px) {
  .fcr-page-wrapper .fcr-container-spacing-left {
    padding-left: calc((100vw - 930px + 30px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .fcr-page-wrapper .fcr-container-spacing-left {
    padding-left: calc((100vw - 1170px + 30px) / 2);
  }
}
.fcr-page-wrapper .fcr-container-spacing-right {
  padding-right: 15px;
}
@media screen and (min-width: 800px) {
  .fcr-page-wrapper .fcr-container-spacing-right {
    padding-right: calc((100% - 750px + 30px) / 2);
  }
}
@media screen and (min-width: 960px) {
  .fcr-page-wrapper .fcr-container-spacing-right {
    padding-right: calc((100% - 930px + 30px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .fcr-page-wrapper .fcr-container-spacing-right {
    padding-right: calc((100% - 1170px + 30px) / 2);
  }
}
.fcr-page-wrapper .secure-sticky-back {
  width: 158% !important;
  margin-left: -24rem !important;
  padding-left: 24rem !important;
}

@media print {
  .fcr-page-wrapper:has(.fcr-page-print-enabled) {
    display: block !important;
  }
  html:has(.fcr-page-print-enabled),
  body:has(.fcr-page-print-enabled) {
    background-color: #fff !important;
  }
}
.container.fcr-container-no-spacing {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 960px) {
  .container {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.pr-10 {
  padding-right: 10px !important;
}

.fcr-results-content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  --result-content-width: 100%;
}
.fcr-results-content .fcr-results-main-content {
  display: flex;
  position: relative;
}
.fcr-results-content .fcr-results-main-content .fcr-member-plan-widget {
  max-width: 480px;
}
.fcr-results-content .fcr-results-main-content .fcr-disable-actions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6901960784);
  z-index: 1;
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container {
  width: 100%;
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container.show-card-view {
  flex: 0 0 51%;
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container.show-card-view.show-affiliation-card-view {
  overflow: hidden;
  position: relative;
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container.show-card-view.show-location-card-view {
  overflow: hidden;
  position: relative;
  flex: 0 0 150px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container.show-card-view.list-full-width {
  flex: 0 0 100%;
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-list-container.show-card-view {
    display: none;
  }
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container.show-map-view {
  flex: 0 0 49%;
  position: relative;
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container.show-map-view.show-affiliation-map-view {
  flex: 0 0 174px;
  overflow: hidden;
  position: relative;
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container.show-map-view.show-affiliation-map-view .provider-card-container {
  height: 150px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container.show-map-view.show-location-map-view {
  flex: 0 0 174px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-list-container.show-map-view {
    display: none;
  }
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container .fcr-list-buttons-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-list-container .fcr-list-buttons-wrapper {
    position: fixed;
    bottom: 16px;
    top: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    z-index: 1;
    justify-content: center;
  }
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container .fcr-plan-progress-widget-container {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container .fcr-plan-progress-widget-container > div {
  flex: 1 1 auto;
  max-width: 50%;
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-list-container .fcr-plan-progress-widget-container > div {
    max-width: 100%;
  }
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container .fcr-plan-progress-widget-container.flex-col {
  flex-direction: col;
  align-items: stretch;
  padding-right: 10px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container .fcr-plan-progress-widget-container.flex-col > div {
  flex: 1 1 auto;
  max-width: 100%;
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container .fcr-plan-progress-widget-container.flex-row {
  flex-direction: row;
  align-items: stretch;
  padding-right: 10px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-list-container .fcr-plan-progress-widget-container.flex-row > div {
  flex: 1 1 auto;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-list-container .fcr-plan-progress-widget-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-list-container {
    width: 100%;
  }
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container {
  position: relative;
  flex: 0 0 51%;
  z-index: 1;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-affiliation-map-view {
  overflow: visible !important;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-location-map-view {
  overflow: visible !important;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-map-view {
  flex: 0 0 51%;
  --map-sticky-offset: 110px;
  height: calc(100% - 1px);
  position: sticky;
  top: var(--map-sticky-offset);
  overflow: hidden;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-map-view.single-page-map-ht {
  height: calc(100% - 75px);
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-map-view {
    flex: 0 0 100%;
  }
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-map-view.show-affiliation-map-view {
  flex: 0 0 calc(100% - 174px);
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-map-view.show-location-map-view {
  flex: 0 0 calc(100% - 174px);
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-map-view .fcr-provider-card {
  border-radius: 20px;
  position: absolute;
  left: 0px;
  z-index: 1;
  bottom: 10px;
  top: 0px;
  margin: 10px;
  height: calc(100% - 20px) !important;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-card-view {
  flex: 0 0 49%;
  --map-sticky-offset: 125px;
  position: sticky;
  top: var(--map-sticky-offset);
  height: calc(100vh - 16px);
  display: flex;
  gap: 10px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-card-view.single-page-card-ht {
  height: calc(100vh - 90px);
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-card-view.show-location-card-view {
  flex: 1;
  display: flex;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-card-view.show-location-card-view .fcr-view-locations-card {
  background-color: #ffffff;
  height: calc(100vh - 160px);
  border: solid 1px #cccccc;
  margin-top: 10px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-card-view.show-location-card-view .fcr-view-locations-card .fcr-inner-card-header {
  flex-direction: column;
  height: auto;
  align-items: flex-start;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-card-view.list-full-width {
  flex: 0;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-card-view .fcr-provider-card {
  border-radius: 0px;
  left: inherit;
  margin-top: 10px;
  max-width: none;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-card-view .fcr-map-toggle-button {
  display: none;
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-card-view {
    flex: 0 0 100%;
    width: var(--result-content-width);
  }
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-card-view .fcr-map-toggle-button {
    display: block;
  }
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-card-view .fcr-provider-card {
    width: 100%;
    top: 70px;
    max-width: 100%;
    height: calc(100vh - 160px);
  }
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container.hide-it {
  display: none !important;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card {
  width: 100%;
  max-width: 454px;
  height: calc(100vh - 160px);
  max-height: 100vh;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-details-cmp {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header {
  padding: 20px 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  min-height: 72px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header .fcr-out-network {
  display: block;
  padding: 5px;
  width: max-content;
  border-radius: 2px;
  background-color: #a35c00;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 12px;
  font-weight: 700;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header .fcr-provider-card-header-top {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header .fcr-provider-card-header-top a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header .fcr-provider-card-header-top p {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header .fcr-provider-card-header-top .fcr-provider-card-top-actions-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
  gap: 1px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header .fcr-provider-card-header-top .fcr-provider-print-icon {
  color: #286ce2;
  line-height: 26px;
  cursor: pointer;
  background: transparent;
  border: none;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header .fcr-provider-card-header-top .fcr-provider-print-icon img {
  padding-right: 5px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header .fcr-provider-card-header-top .fcr-provider-print-icon span {
  font-weight: 700;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header .fcr-provider-card-header-top .fcr-provider-card-close-icon {
  border: none;
  background: transparent;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header .fcr-provider-card-header-top .fcr-provider-card-close-icon span {
  height: 22px;
  width: 22px;
  cursor: pointer;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header .fcr-provider-card-header-down {
  display: flex;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header .fcr-provider-card-header-down .fcr-provider-card-location {
  display: flex;
  font-weight: 400;
  color: #666666;
  text-transform: capitalize;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header .fcr-provider-card-header-down .fcr-provider-card-location .county-label {
  padding-left: 5px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-header .fcr-provider-card-header-down .fcr-provider-card-location a {
  padding-left: 10px;
  font-weight: 700;
  color: #286ce2;
  text-decoration: none;
  cursor: pointer;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-page-alert-details-content {
  margin: 20px 10px 20px 10px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content {
  flex: 1;
  margin-top: 21px;
  overflow-y: auto;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content.hide-footer {
  height: calc(100% - 95px);
  margin-top: 0px;
  padding-bottom: 20px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-tab {
  position: relative;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-tab .ant-tab-header {
  border-bottom: solid 1px #cccccc;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  align-items: center;
  width: 100%;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-tab .ant-tab-header .ant-tab-list {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 10px;
  justify-content: space-evenly;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-tab .ant-tab-header .ant-tab-list .ant-tab-button {
  border-bottom: none;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-tab .ant-tab-header .ant-tab-list .ant-tab-button.is-active {
  border-bottom: solid 2px #286ce2;
  font-weight: 700;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-tab .tab-body {
  height: calc(100% - 50px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-tab .tab-body::-webkit-scrollbar {
  display: none;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-tab .tab-body .ant-tab-body {
  height: 100%;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-tab .tab-body .ant-tab-body .card-loader {
  display: flex;
  align-items: center;
  height: 100%;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top {
  display: flex;
  border-bottom: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-img {
  width: 200px;
  overflow: hidden;
  object-fit: contain;
  background-color: #cccccc;
  height: 200px;
  display: flex;
  align-items: flex-end;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-img img {
  width: 100%;
  height: auto;
  max-height: 200px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks {
  flex: 1;
  padding: 15px 10px 10px 10px;
  align-items: center;
  display: flex;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 7px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .quick-link-item {
  padding: 5px 0px;
  display: flex;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .quick-link-item img {
  padding-right: 5px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .quick-link-item .fcr-pcp-list {
  display: flex;
  flex-direction: column;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .quick-link-item .fcr-pcp-list .fcr-pcp-tag {
  display: flex;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .quick-link-item .fcr-pcp-list p {
  margin-bottom: 0;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .quick-link-item .fcr-pcp-list p img {
  padding-right: 5px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .quick-link-item .fcr-pcp-list p a {
  color: #286ce2;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .quick-link-item .fcr-pcp-list p:not(:first-of-type) {
  padding-left: 25px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .quick-link-item .fcr-anp-list {
  display: flex;
  flex-direction: column;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .quick-link-item .fcr-anp-list p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .quick-link-item .fcr-anp-list p .fcr-anp-icon {
  color: #949494;
  font-size: 16px;
  padding-right: 5px;
}
@media screen and (max-width: 480px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .quick-link-item .fcr-anp-list p .fcr-anp-icon {
    padding-right: 3px;
  }
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .quick-link-item .fcr-anp-list p a {
  color: #286ce2;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .quick-link-item .fcr-anp-list p:not(:first-of-type) {
  padding-left: 25px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-top .fcr-provider-quicklinks .fcr-quicklink .fcr-affiliation-tier-link a {
  color: #286ce2;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-down {
  display: flex;
  height: 70px;
  align-items: center;
  text-align: center;
  border-bottom: solid 1px #cccccc;
  justify-content: space-between;
  padding: 0 20px;
  gap: 7px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-down .fcr-provider-appointment {
  flex: 0 0 auto;
  display: none;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-down .fcr-provider-appointment .fcr-provider-btn {
  min-width: 152px;
  width: auto;
  height: 30px;
  font-weight: 700;
  border: solid 1px #286ce2;
  background-color: #ffffff;
  color: #286ce2;
  font-size: 12px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-down .fcr-provider-review-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-down .fcr-provider-rating {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-down .fcr-provider-rating.justify-left {
  justify-content: flex-start;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-down .fcr-provider-rating .total-reviews {
  color: #286ce2;
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-down .fcr-provider-rating .total-reviews.is-disabled {
  text-decoration: none;
  color: #333333;
  font-weight: 400;
  cursor: inherit;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-down .fcr-provider-add-review {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-down .fcr-provider-add-review a {
  font-weight: 700;
  color: #286ce2;
  text-decoration: none;
  cursor: pointer;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian {
  padding: 16px 20px;
  border-bottom: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border-right: none;
  border-left: none;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .cpt-expansion-panel {
  width: 100%;
  border: none;
  margin-bottom: 0;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-title {
  font-weight: 700;
  display: flex;
  cursor: pointer;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-title .uxd-expansion-header .uxd-expansion-toggle {
  margin-top: 0px !important;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-title .accordian-title {
  flex: 1;
  padding-left: 5px;
  padding-top: 2px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-title .action-btn.affiliation {
  transform: rotate(270deg);
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-title .action-btn.recognition {
  transform: rotate(270deg);
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-title .uxd-expansion-header {
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 0;
  width: 100%;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-title .uxd-expansion-header .uxd-expansion-toggle {
  flex: 1;
  margin-top: 0px !important;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-title .uxd-expansion-header .uxd-expansion-toggle .uxd-expansion-button {
  width: 100% !important;
  margin-right: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-title .uxd-expansion-header .uxd-expansion-toggle .uxd-expansion-button span.motif-icon.motif-angle-down.ant-font-bold.ant-heading-two {
  font-size: 24px !important;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-title .uxd-expansion-header .uxd-expansion-toggle .uxd-expansion-button .accordian-title {
  padding-top: 0;
  color: #333333;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-no-accordian-title {
  font-weight: 700;
  display: flex;
  color: #333333;
  text-decoration: none;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-no-accordian-title .no-accordian-title {
  flex: 1;
  padding-left: 5px;
  padding-top: 2px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-no-accordian {
  padding-left: 21px;
  padding-top: 2px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian:last-child {
  border-top: none;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-content {
  padding-top: 16px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-content .fcr-office-hour-time {
  text-transform: capitalize;
  padding-right: 24px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-content ul {
  list-style: none;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-content ul li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-content ul li span:first-child {
  font-weight: 700;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-content ul:first-child {
  padding-top: 0;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-overview-accordian .fcr-accordian-content ul:last-child {
  padding-bottom: 0;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks .action-title {
  font-weight: 700;
  padding: 20px 20px 0px;
  font-size: 14px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks .fcr-more-tier-list {
  padding-top: 0;
  margin-bottom: 0;
  color: #333333 !important;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul {
  list-style: none;
  color: #286ce2;
  line-height: 22px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 20px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul.quick-facts {
  color: #333333;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul.quick-facts li {
  display: flex;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul.quick-facts li a {
  cursor: pointer;
  color: #286ce2;
  font-weight: 700;
  text-decoration: none;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul.quick-facts li.fcr-tier-li {
  padding-top: 0px !important;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul.quick-facts li.fcr-tier-li ul.fcr-more-tier-list {
  overflow: visible;
  position: relative;
  padding: 0;
  margin: 0;
  color: #333333;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul.fcr-more-action li span {
  top: 2px;
  position: relative;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul.fcr-more-action li span a.online-provider {
  color: #333333;
  cursor: initial;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul li {
  display: flex;
  padding: 5px 0px;
  font-weight: 700;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul li.fcr-education-entry {
  display: flex;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul li.fcr-education-entry img {
  align-self: flex-start;
  padding-top: 5px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul li img {
  padding-right: 5px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul li a {
  text-decoration: none;
  font-weight: 700;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul li.fcr-regional-address-li {
  color: #333333 !important;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul:last-child {
  padding-bottom: 10px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-footer {
  min-height: 90px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.0784313725);
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-footer .fcr-card-btn {
  height: 45px;
  width: auto;
  min-width: 168px;
  font-weight: 700;
  margin-right: 10px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-footer .fcr-card-btn.fcr-primary-button {
  background: #286ce2;
  color: #ffffff;
  border: none;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-footer .fcr-card-btn.fcr-border-button {
  background: #ffffff;
  color: #286ce2;
  border: solid 1px #286ce2;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-footer .fcr-card-btn.fcr-no-border-button {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #286ce2;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: none;
  background: #f7f7f7;
}
@media (min-width: 340px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-footer .fcr-card-btn.fcr-assign-button {
    min-width: 149px !important;
  }
}
@media (min-width: 370px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-footer .fcr-card-btn.fcr-assign-button {
    min-width: 165px !important;
  }
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-results-map-container {
  width: 100%;
  background-color: #d9d9d9;
  position: relative;
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-results-map-container {
    width: 100%;
  }
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-map-buttons-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-direction: column;
  transition: bottom 0.3s ease;
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-map-buttons-wrapper {
    flex-direction: row;
    position: fixed;
    bottom: 16px;
    top: auto;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-search-results-floating-button {
  position: absolute;
  top: 16px;
  right: calc(100% + 16px);
  background-color: #286ce2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 8px;
  cursor: pointer;
  padding: 10px;
  width: 120px;
  height: 90px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: none;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-search-results-floating-button.fcr-reset-btn {
  right: auto;
  top: 150px;
  z-index: 2;
  left: 20px;
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-search-results-floating-button .motif-numbered-list {
  font-size: 28px !important;
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-search-results-floating-button .motif-numbered-list {
    font-size: 20px !important;
  }
}
.fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-search-results-floating-button-text {
  font-size: 12px;
  line-height: 15px;
  text-transform: capitalize;
  margin-top: 8px;
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-search-results-floating-button-text {
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-search-results-floating-button {
    display: flex;
    gap: 8px;
    width: 135px;
    height: 36px;
  }
}
.fcr-results-content .fcr-results-main-content .fcr-map-toggle-button {
  width: 170px;
  height: 45px;
  padding: 10px;
  border-radius: 40px;
  background: #333333;
  border: none;
  justify-content: center;
}
.fcr-results-content .fcr-results-main-content .fcr-map-toggle-button img {
  margin-right: 10px;
}
.fcr-results-content .fcr-results-main-content .fcr-map-toggle-button .motif-icon {
  font-size: 16px;
  margin-right: 12px;
}
.fcr-results-content .fcr-results-main-content .fcr-map-toggle-button .fcr-map-toggle-button-desktop {
  display: inline-flex;
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content .fcr-map-toggle-button .fcr-map-toggle-button-desktop {
    display: none;
  }
}
.fcr-results-content .fcr-results-main-content .fcr-map-toggle-button .fcr-map-toggle-button-mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content .fcr-map-toggle-button .fcr-map-toggle-button-mobile {
    display: block;
  }
}
.fcr-results-content .fcr-results-main-content .fcr-view-options-toggle-button {
  width: 170px;
  height: 45px;
  padding: 10px 5px;
  border-radius: 40px;
  color: #286ce2;
  background: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
  border: none;
}
.fcr-results-content .fcr-results-main-content .fcr-view-options-toggle-button .fcr-virtual-options-label {
  margin-left: 8px;
}
@media screen and (max-width: 960px) {
  .fcr-results-content .fcr-results-main-content {
    flex-direction: column;
  }
}

.fad-app-wrapper .fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-card-view .fcr-provider-card {
  top: 70px;
  height: calc(100vh - 220px);
}

label.pcLabel.focus {
  outline: none;
}

.fcr-disclaimer {
  width: 100%;
  max-width: 83.12rem;
  margin: 0 auto;
  padding: 1rem;
}

.map-view {
  height: calc(100% - 100px);
  overflow-y: auto;
  border-right: solid #0c7905 8px;
}

.member-phone {
  margin-right: 10px;
}

.fcr-selected-provider-container {
  background-color: #113966;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 85px;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .fcr-selected-provider-container .fcr-selected-providers {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .fcr-selected-provider-container .fcr-selected-providers-count {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .fcr-selected-provider-container .selected-provider {
    width: 100%;
    margin-top: 10px;
  }
  .fcr-selected-provider-container .selected-providers-toggle {
    margin-bottom: 10px;
  }
}
.fcr-selected-provider-container .fcr-selected-providers {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.fcr-selected-provider-container .selected-provider-count {
  font-family: Lato;
  margin-right: 10px;
  line-height: 26.4px;
  text-align: left;
  font-size: 22px !important;
  color: #ffffff;
  flex: 0 0 auto;
  font-weight: 400;
}
.fcr-selected-provider-container .fcr-selected-message {
  padding-left: 15px;
  padding-right: 15px;
}
.fcr-selected-provider-container .fcr-selected-message img {
  margin-right: 10px;
  height: 20px;
  width: 20px;
}
.fcr-selected-provider-container .selected-providers-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  order: 0;
  flex-wrap: wrap;
  padding: 0 10px;
}
@media screen and (max-width: 960px) {
  .fcr-selected-provider-container .selected-providers-toggle {
    padding: 0px;
  }
}
.fcr-selected-provider-container .selected-provider-count-mobile {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #ffffff;
  padding-right: 8px;
}
.fcr-selected-provider-container .selected-provider {
  display: flex;
  justify-content: space-between;
  padding: 4px 20px;
  align-items: flex-start;
  background-color: #113966;
  height: 30px;
  color: #ffffff;
  gap: 8px;
  border-radius: 32px;
  border: 1px solid #ffffff;
}
.fcr-selected-provider-container .selected-provider .selected-provider-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 110px;
}
.fcr-selected-provider-container .selected-provider .compare-close {
  font-size: 10px !important;
  padding: 5px 0px;
  cursor: pointer;
}
.fcr-selected-provider-container .selected-providers-actions {
  margin-left: auto;
}
.fcr-selected-provider-container .selected-providers-actions .cancel-selection {
  color: #ffffff;
}
.fcr-selected-provider-container .selected-providers-actions .compare-providers {
  padding: 4px 20px;
  color: #113966;
  height: 30px;
  background-color: #ffffff;
  border-radius: 32px;
  border: 1px solid #ffffff;
  margin-left: 20px;
}

@media only screen and (max-width: 480px) {
  .fcr-selected-provider-container {
    top: 65px;
  }
}
.fcr-filter-chips-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  height: 50px;
  align-self: stretch;
  background-color: #f7f7f7;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
  height: 50px;
}
@media screen and (max-width: 480px) {
  .fcr-filter-chips-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.fcr-filter-chips-container .fcr-selected-filters {
  display: flex;
  gap: 10px;
  padding: 2px 0px;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 801px) {
  .fcr-filter-chips-container .fcr-selected-filters {
    width: 750px;
  }
}
@media screen and (min-width: 960px) {
  .fcr-filter-chips-container .fcr-selected-filters {
    width: 930px;
  }
}
@media screen and (min-width: 1201px) {
  .fcr-filter-chips-container .fcr-selected-filters {
    width: 1170px;
  }
}
.fcr-filter-chips-container .filter-chips-button {
  display: flex;
  align-items: center;
  padding: 4px 20px;
  gap: 3px;
  border: 1px solid #949494;
  border-radius: 32px;
  background-color: #ffffff;
}
.fcr-filter-chips-container .filter-chips-button:focus {
  outline: 3px solid;
  outline-offset: 3px;
}
@media screen and (max-width: 960px) {
  .fcr-filter-chips-container .filter-chips-button.no-mobile {
    display: none;
  }
}
.fcr-filter-chips-container .fcr-caret-down {
  margin-left: 7px;
}
.fcr-filter-chips-container .single-line-text {
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 2.28rem;
}
.fcr-filter-chips-container .filter-chips-selected-button {
  border: 2px solid #286ce2;
}
.fcr-filter-chips-container .filter-sort-lookup-container .fcr-look-up {
  display: grid;
}
.fcr-filter-chips-container .filter-sort-lookup-container .filter-sort-button {
  border: none;
  background: none;
  text-align: left;
}

.fad-app-wrapper .fcr-filter-chips-container {
  top: 5px;
}
.fad-app-wrapper .fcr-selected-provider-container {
  top: 5px;
}

.fcr-sav-container {
  padding: 30px 15px;
}
.fcr-sav-container .fcr-sav-results-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.fcr-sav-container .fcr-sav-search-wrapper {
  padding: 40px 15px;
  margin-top: 0;
  border: none 0;
}
.fcr-sav-container .fcr-sav-county-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.provider-card-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 0;
  border-top: 0 !important;
  border-bottom: 1px solid #ccc;
}
.provider-card-container.is-active {
  background-color: #f7f7f7;
}
.provider-card-container:hover {
  background-color: #f7f7f7;
}
.provider-card-container.in-network {
  border-right: solid 8px #0c7905;
}
.provider-card-container.in-network-until {
  border-right: solid 8px #cb2a73;
}
.provider-card-container.in-network-termed {
  border-right: solid 8px #cb2a73;
}
.provider-card-container.not-in-network {
  border-right: solid 8px #d49203;
}
.provider-card-container.out-of-network {
  border-right: solid 8px #a35c00;
}
.provider-card-container.virtual-provider {
  border-right: solid 8px #511284;
}
.provider-card-container .child-element {
  flex-grow: 1;
  /* Allow child elements to grow and fill the remaining space */
}
.provider-card-container:first-child {
  border-top: 1px solid #ccc;
}
.provider-card-container label.pcLabel {
  font-size: 1em;
}
.provider-card-container label.pcLabel::before {
  font-size: 11px;
  font-weight: 100;
  width: 16px;
  height: 16px;
  padding: 2px;
}
.provider-card-container .provider-card-input-wrapper {
  padding: 0 5px 0 0;
}
.provider-card-container .provider-card-input-wrapper input {
  width: 16px;
  height: 16px;
  border-radius: 0 !important;
}
.provider-card-container .provider-card-user-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex: 1;
}
.provider-card-container .provider-card-left-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-right: 10px;
  max-width: 103px;
}
.provider-card-container .provider-card-left-container .member-avatar {
  background: rgba(204, 204, 204, 0.8);
  border-radius: 50%;
  margin-bottom: 10px;
}
.provider-card-container .provider-card-left-container .member-profile-check {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #0c7905;
  color: #fff;
  bottom: 50px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.provider-card-container .provider-card-left-container .member-profile-pic {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  padding: 3px;
  position: relative;
  top: 3px;
}
.provider-card-container .provider-card-left-container .network-status {
  font-size: 12px;
  color: #666;
  font-weight: 600;
  text-align: center;
}
.provider-card-container .provider-card-left-container .network-status-icon-overlay {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: transparent;
  top: 62px;
  right: 0;
}
.provider-card-container .provider-card-left-container .network-status-icon-overlay.in-network {
  background-image: url(/assets/images/common/icon-green-circle.svg);
  background-size: 26px 26px;
}
.provider-card-container .provider-card-left-container .network-status-icon-overlay.not-in-network {
  background-image: url(/assets/images/common/icon-warning-circle.svg);
  background-size: 26px 26px;
}
.provider-card-container .provider-card-left-container .network-status-icon-overlay.in-network-until {
  background-image: url(/assets/images/common/icon-tick-red-circle.svg);
  background-size: 26px 26px;
}
.provider-card-container .provider-card-left-container .network-status-icon-overlay.in-network-termed {
  background-image: url(/assets/images/common/icon-tick-red-circle.svg);
  background-size: 26px 26px;
}
.provider-card-container .provider-card-mid-container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.provider-card-container .provider-card-mid-container .provider-card-row {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.provider-card-container .provider-card-mid-container .provider-card-row .cost-info {
  width: 150px;
}
.provider-card-container .provider-card-mid-container .provider-card-row .provider-card-phone {
  flex: 1;
}
.provider-card-container .provider-card-mid-container .provider-name-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .provider-card-container .provider-card-mid-container .provider-name-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.provider-card-container .provider-card-mid-container .provider-name-wrapper.col-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.provider-card-container .provider-card-mid-container .provider-name-wrapper.row-flex {
  flex-direction: row !important;
  justify-content: space-between !important;
}
.provider-card-container .provider-card-mid-container .fcr-address-line {
  line-height: 1.45rem;
}
.provider-card-container .provider-card-mid-container .fcr-spfi-disclaimer {
  color: #666666;
  font-weight: 700;
  font-size: 12px;
  font-family: Lato;
  line-height: 15px;
}
.provider-card-container .provider-card-mid-container .provider-label-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 18px;
  overflow: visible;
}
.provider-card-container .provider-card-mid-container .provider-hours-wrapper {
  width: 200px;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .provider-card-container .provider-card-mid-container .provider-hours-wrapper {
    text-align: left;
    width: 100%;
  }
}
.provider-card-container .provider-card-mid-container .provider-hours-wrapper.mobile-view {
  text-align: left;
  width: 100%;
}
.provider-card-container .provider-card-mid-container .provider-hours-wrapper > span {
  font-size: 12px !important;
}
.provider-card-container .provider-card-mid-container .provider-hours-wrapper .hours-label {
  font-weight: 700;
  padding-right: 5px;
}
.provider-card-container .provider-card-mid-container .base-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}
.provider-card-container .provider-card-mid-container .member-name {
  color: #286ce2;
  font-size: 16px;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .provider-card-container .provider-card-mid-container .member-name {
    margin-right: 10px;
  }
}
.provider-card-container .provider-card-mid-container .member-type {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
  font-weight: 700;
}
.provider-card-container .provider-card-mid-container .fcr-provider-address {
  padding: 5px 0;
  color: #666;
  font-weight: 400;
}
.provider-card-container .provider-card-mid-container.greyOut-text {
  opacity: 1;
}
.provider-card-container .provider-card-mid-container.greyOut-text .member-name {
  opacity: 0.8;
  color: #666666 !important;
  pointer-events: none;
}
.provider-card-container .provider-card-mid-container .phone-and-cost-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .provider-card-container .provider-card-mid-container .phone-and-cost-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.provider-card-container .provider-card-mid-container .phone-and-cost-container.col-flex {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.provider-card-container .provider-card-mid-container .padding-right-2 {
  padding-right: 2px;
}
.provider-card-container .provider-card-mid-container .phone-info {
  padding-top: 8px;
}
.provider-card-container .provider-card-mid-container .cost-info {
  justify-content: flex-end;
  display: flex;
  align-items: baseline;
}
.provider-card-container .provider-card-mid-container .affliation-label {
  margin-top: 10px;
  color: #666;
  font-weight: 600;
}
.provider-card-container .provider-card-mid-container .affliation-provider-name {
  margin-top: 5px;
  font-weight: 600;
  color: #286ce2;
  margin-bottom: 5px;
}
.provider-card-container .provider-card-mid-container .affliation-provider-name .provider-name-link {
  cursor: pointer !important;
}
.provider-card-container .fcr-provider-card-label,
.provider-card-container .fcr-online-provider-label {
  font-family: Lato;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #511284 !important;
  border-radius: 2px;
  margin: 0;
  width: max-content;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.provider-card-container .fcr-provider-card-label.fcr-out-of-network-label,
.provider-card-container .fcr-online-provider-label.fcr-out-of-network-label {
  background: #a35c00 !important;
}
.provider-card-container .provider-card-right-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.provider-card-container .cost-info {
  align-self: flex-end;
  justify-content: flex-end;
}
.provider-card-container .cost-info a {
  font-size: 18px;
}
.provider-card-container .provider-labels {
  display: flex !important;
  padding: 3px 6px !important;
  background: #511284;
  border: 2px;
  margin-bottom: auto;
}
.provider-card-container .provider-labels span {
  color: #ffffff !important;
  width: max-content !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}
.provider-card-container .provider-labels.fcr-provider-badge--pcp {
  background-color: #027c1d;
}
.provider-card-container .provider-labels.fcr-provider-badge--pcp-future {
  background-color: #027c1d;
}
.provider-card-container .provider-labels-mobile {
  margin-top: 8px;
  width: max-content;
}

.fcr-online-pharmacy {
  height: 18px;
  margin-top: 3px;
}
@media screen and (max-width: 800px) {
  .fcr-online-pharmacy {
    display: flex !important;
  }
}
.fcr-online-pharmacy .online-pharmacy-text {
  letter-spacing: 1px;
  text-align: center;
}
.fcr-online-pharmacy .online-phramacy-label {
  font-family: Lato;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #511284 !important;
  border-radius: 2px;
  margin: 0;
  width: 123px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .fcr-online-pharmacy .online-phramacy-label {
    right: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .fcr-online-pharmacy .online-phramacy-label {
    right: 10%;
  }
}
.fcr-online-pharmacy .popIcon {
  margin-left: 0;
  vertical-align: sub !important;
  display: flex;
  align-items: center;
  padding-right: 0;
}
.fcr-online-pharmacy .popIcon .fa {
  color: #286ce2 !important;
  font-size: 20px !important;
  top: 0;
  height: 18px;
}

button.popIcon {
  border: none !important;
  background: transparent !important;
  color: #286ce2 !important;
  margin-left: 0;
  padding-right: 5px;
  position: relative;
  top: 1px;
}

.fcr-result-summary-container {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
.fcr-result-summary-container.fcr-result-actions {
  min-width: 100%;
  justify-content: space-between;
  margin-top: 0;
}
.fcr-result-summary-container.fcr-result-actions.top-border {
  border-top: 1px solid #ccc;
}
.fcr-result-summary-container.fcr-result-actions .fcr-action-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  gap: 10px;
}
.fcr-result-summary-container.fcr-result-actions .fcr-action-links > * {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .fcr-result-summary-container.fcr-result-actions .fcr-action-links {
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .fcr-result-summary-container.fcr-result-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.fcr-result-summary-container .fcr-compare-link-mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .fcr-result-summary-container .fcr-compare-link-mobile {
    display: block;
    margin-left: auto !important;
  }
}
.fcr-result-summary-container .logo {
  height: 25px;
}

.fcr-result-cost-range-container {
  padding-right: 20px;
  margin-top: 20px;
}
.fcr-result-cost-range-container .fcr-result-cost-range-box {
  padding: 13px 15px 13px 15px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.fcr-result-cost-range-container .fcr-result-cost-range-box .cost-range-label {
  font-size: 16px;
  font-weight: 400;
  padding-right: 5px;
}
.fcr-result-cost-range-container .fcr-result-cost-range-box .cost-range-info {
  font-size: 16px;
  font-weight: 700;
}

.fcr-infobox-address-line {
  display: none;
}

.fcr-map-container {
  --map-sticky-offset: 105px;
  height: calc(100vh - var(--map-sticky-offset));
  position: sticky;
  top: var(--map-sticky-offset);
  transition: max-height 0.3s ease-in;
  overflow: hidden;
}
.fcr-map-container .fcr-map-default-view {
  height: 100%;
  min-height: calc(100vh - var(--map-sticky-offset));
}
@media screen and (max-width: 960px) {
  .fcr-map-container .fcr-map-default-view .fcr-map-pushpin-infobox {
    display: none;
  }
  .fcr-map-container .fcr-map-default-view .fcr-map-cluster-infobox {
    display: none;
  }
}
.fcr-map-container .fcr-map-pushpin-infobox {
  display: flex;
  width: 380px;
  padding: 12px 10px;
  min-height: 90px;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  cursor: auto;
  transition: 0.3s ease;
}
.fcr-map-container .fcr-map-pushpin-infobox p {
  margin: 0;
  min-height: 18px;
}
.fcr-map-container .fcr-map-pushpin-infobox .infobox-img-wrapper {
  position: relative;
  margin: 0 10px auto 0;
  border-radius: 50%;
  background-color: #ccc;
}
.fcr-map-container .fcr-map-pushpin-infobox .infobox-img-wrapper img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.fcr-map-container .fcr-map-pushpin-infobox .infobox-img-wrapper svg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.fcr-map-container .fcr-map-pushpin-infobox .infobox-img-wrapper .network-status-icon-overlay {
  position: absolute;
  --overlay-size: 17px;
  width: var(--overlay-size);
  height: var(--overlay-size);
  background-color: transparent;
  top: 40px;
  left: 40px;
}
.fcr-map-container .fcr-map-pushpin-infobox .infobox-img-wrapper .network-status-icon-overlay.in-network {
  background-image: url(/assets/images/common/icon-green-circle.svg);
  background-size: var(--overlay-size);
}
.fcr-map-container .fcr-map-pushpin-infobox .infobox-img-wrapper .network-status-icon-overlay.not-in-network {
  background-image: url(/assets/images/common/icon-warning-circle.svg);
  background-size: var(--overlay-size);
}
.fcr-map-container .fcr-map-pushpin-infobox .infobox-img-wrapper .network-status-icon-overlay.in-network-until, .fcr-map-container .fcr-map-pushpin-infobox .infobox-img-wrapper .network-status-icon-overlay.in-network-termed {
  background-image: url(/assets/images/common/icon-tick-red-circle.svg);
  background-size: var(--overlay-size);
}
.fcr-map-container .fcr-map-pushpin-infobox .infobox-text-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  line-height: 2px;
}
.fcr-map-container .fcr-map-pushpin-infobox .infobox-text-wrapper .infobox-title {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #1355e9;
  cursor: pointer;
}
.fcr-map-container .fcr-map-pushpin-infobox .infobox-text-wrapper .affliation-label {
  margin-top: 10px;
  color: #666;
  font-weight: 600;
}
.fcr-map-container .fcr-map-pushpin-infobox .infobox-text-wrapper .infobox-subtitle {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #333333;
}
.fcr-map-container .fcr-map-pushpin-infobox .infobox-text-wrapper .infobox-address {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
  text-align: left;
}
.fcr-map-container .fcr-map-pushpin-infobox .infobox-text-wrapper .infobox-address .fcr-infobox-address-line {
  display: inline;
}
.fcr-map-container .fcr-map-pushpin-infobox .infobox-text-wrapper .infobox-address .fcr-address-line.line-two, .fcr-map-container .fcr-map-pushpin-infobox .infobox-text-wrapper .infobox-address .fcr-address-line.county-name {
  display: none;
}
@media screen and (max-width: 960px) {
  .fcr-map-container .fcr-map-pushpin-infobox {
    position: fixed;
    width: auto;
    bottom: 14px;
    left: 16px;
    right: 16px;
    padding: 16px;
    border-radius: 8px;
    z-index: 100;
  }
}
.fcr-map-container .fcr-map-cluster-infobox {
  overflow: hidden;
  border-radius: 8px;
  transition: 0.3s ease;
}
.fcr-map-container .fcr-map-cluster-infobox .fcr-providers-at-location {
  padding: 16px;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
}
.fcr-map-container .fcr-map-cluster-infobox .fcr-providers-at-location .fcr-map-cluster-infobox-close {
  width: 22px;
  height: 22px;
  background: none;
  border: none;
}
@media screen and (max-width: 960px) {
  .fcr-map-container .fcr-map-cluster-infobox .fcr-providers-at-location {
    display: none;
  }
}
.fcr-map-container .fcr-map-cluster-infobox .fcr-cluster-infobox-content {
  min-width: 380px;
  max-height: 270px;
  overflow-y: scroll;
}
@media screen and (max-width: 960px) {
  .fcr-map-container .fcr-map-cluster-infobox .fcr-cluster-infobox-content {
    display: flex;
    gap: 15px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 960px) {
  .fcr-map-container .fcr-map-cluster-infobox {
    position: fixed;
    bottom: 14px;
    left: 0;
    right: 0;
    overflow: scroll;
    z-index: 100;
  }
  .fcr-map-container .fcr-map-cluster-infobox .fcr-map-pushpin-infobox {
    position: relative;
    width: 280px;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.fcr-map-container .fcr-map-overlay-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(55, 71, 90);
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fcr-map-container .fcr-map-overlay-container span {
  color: #ffffff;
  opacity: 1;
  max-width: 250px;
  text-align: center;
}
.fcr-map-container .btn-fcr-map-search-area {
  position: absolute;
  top: 20px;
  left: 135px;
  transform: translateX(-50%);
  cursor: pointer;
  width: 232px;
  height: 45px;
  background-color: #fff;
  border: none;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25), 0px 0px 3px rgba(0, 0, 0, 0.17);
  font-size: 14px;
  font-weight: 600;
  color: #286ce2;
  line-height: 22px;
  text-align: center;
}
.fcr-map-container .btn-fcr-map-search-area .motif-icon {
  font-size: 24px !important;
  transform: rotate(-90deg);
  margin-right: 10px;
}
@media screen and (max-width: 960px) {
  .fcr-map-container .btn-fcr-map-search-area {
    left: 50%;
  }
}
@media screen and (max-width: 800px) {
  .fcr-map-container .btn-fcr-map-search-area {
    top: 12px;
    bottom: unset;
  }
}
.fcr-map-container .fcr-map-navigation-bar {
  position: absolute;
  bottom: 60px;
  right: 32px;
  z-index: 10;
  width: 58px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.fcr-map-container .fcr-map-navigation-bar .btn-fcr-map-recenter {
  width: 48px;
  height: 48px;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.fcr-map-container .fcr-map-navigation-bar .fcr-map-zoom-wrapper {
  width: 40px;
  height: 88px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08), 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.fcr-map-container .fcr-map-navigation-bar .fcr-map-zoom-wrapper .btn-fcr-map-zoom {
  border: none;
  background-color: #fff;
  flex: 1;
  line-height: 0px;
  text-align: center;
}
.fcr-map-container .fcr-map-navigation-bar .fcr-map-zoom-wrapper .fcr-zoom-btn-divider {
  border: solid 0.5px #949494;
}
@media screen and (max-width: 800px) {
  .fcr-map-container .fcr-map-navigation-bar .fcr-map-zoom-wrapper {
    display: none;
  }
}
.fcr-map-container .fcr-map-navigation-bar .btn-fcr-map-chat {
  width: 58px;
  height: 58px;
  border: none;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.8), 0px 10px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 800px) {
  .fcr-map-container .fcr-map-navigation-bar {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .fcr-rsp-cmp-map-cntr {
    overflow: visible;
  }
}

.fcr-map-infobox-placeholder {
  display: none;
}

@media screen and (max-width: 960px) {
  .fcr-map-infobox-mobile-view {
    display: block;
  }
}

.change-language-wrapper {
  text-align: right;
  margin: 20px auto 0;
}
.change-language-wrapper .row {
  padding: 0 15px;
}
.change-language-wrapper .row > * {
  margin-left: 15px;
}

.fcr-page-main-content {
  margin: 30px auto 96px;
}
.fcr-page-main-content .fcr-landing-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 48px;
}
.fcr-page-main-content .fcr-landing-content .fcr-landing-content-secondary {
  display: flex;
  width: 100%;
  gap: 24px;
}
.fcr-page-main-content .fcr-landing-content .fcr-landing-content-secondary .fcr-column {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}
.fcr-page-main-content .fcr-landing-content .fcr-landing-content-secondary .fcr-column.more-options-container {
  flex-basis: 100%;
}
.fcr-page-main-content .fcr-landing-content .fcr-landing-content-secondary .fcr-column.more-options-container.fcr-secure-card {
  flex-basis: 50%;
}
@media only screen and (max-width: 800px) {
  .fcr-page-main-content .fcr-landing-content .fcr-landing-content-secondary .fcr-column {
    flex-basis: 100%;
  }
  .fcr-page-main-content .fcr-landing-content .fcr-landing-content-secondary .fcr-column.more-options-container.fcr-secure-card {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .fcr-page-main-content .fcr-landing-content .fcr-landing-content-secondary {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 800px) {
  .fcr-page-main-content {
    margin: 0;
  }
}

.fcr-page-alert-content {
  margin: 20px auto 0;
}

.fcr-search-qlink-wrapper .fcr-motif-info {
  font-size: 16px;
}
.fcr-search-qlink-wrapper .fcr-search-qlink-title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.fcr-search-qlink-wrapper .fcr-search-qlink-title-wrapper .fcr-qlink-title-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.fcr-search-qlink-wrapper .fcr-search-qlink-title-wrapper .fcr-qlink-title-container .fcr-search-qlink-title {
  font-family: Lato;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 0;
}
.fcr-search-qlink-wrapper .fcr-search-qlink-title-wrapper .fcr-qlink-title-container .fcr-pop-icon {
  display: flex;
  align-self: center;
  text-decoration: none;
  margin-left: 8px;
  border: none;
  background: none;
  color: #286ce2;
}
.fcr-search-qlink-wrapper .fcr-search-qlink-title-wrapper .fcr-qlink-viewmore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
  text-decoration: none;
  margin-bottom: 16px;
}
.fcr-search-qlink-wrapper .fcr-search-qlink-title-wrapper .fcr-qlink-viewmore .fcr-motif-info {
  color: #949494;
  font-size: 22px !important;
  margin-right: 8px;
}
.fcr-search-qlink-wrapper .fcr-search-qlink-title-wrapper .fcr-qlink-viewmore .fcr-learn-more {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  color: #286ce2;
}
.fcr-search-qlink-wrapper .fcr-list-of-iconCards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
}
@media only screen and (max-width: 480px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards {
    gap: 20px;
  }
}
.fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #cccccc;
  background-color: #ffffff;
  flex: 1 1 calc(14.28% - 24px);
  text-align: center;
  max-width: calc(20% - 14px);
  min-width: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard {
    min-width: 140px;
  }
}
@media screen and (max-width: 960px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard {
    min-width: 162px;
  }
}
@media screen and (max-width: 800px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard {
    min-width: 170px;
  }
}
@media only screen and (max-width: 480px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard {
    padding: 26px 40px;
    min-width: 40%;
    max-width: 47%;
  }
}
.fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .fcr-qlink-icon-section:focus-visible {
  outline: 2px solid #101010; /* Add a visible outline */
  outline-offset: 2px; /* Add spacing between the outline and the element */
  box-shadow: 0 0 4px #101010; /* Optional: Add a shadow for better visibility */
}
.fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .fcr-qlink-icon-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 76px;
  min-width: 106px;
  text-decoration: none;
  cursor: pointer;
  padding: 24px 8px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .fcr-qlink-icon-section {
    min-width: 98px;
  }
}
.fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .fcr-qlink-icon-section .motif-icon {
  color: #286ce2;
  font-size: 42px !important;
  margin-bottom: 16px;
}
.fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .fcr-qlink-icon-section .fcr-iconCardLabel {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #286ce2;
}
@media only screen and (max-width: 480px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .fcr-qlink-icon-section .fcr-iconCardLabel {
    line-height: 1.6;
  }
}
.fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item {
  display: flex;
  align-items: flex-start;
  height: 100%;
  position: absolute;
  right: 30px;
  top: 20px;
}
@media only screen and (max-width: 480px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item {
    right: 24px;
    top: 16px;
  }
}
.fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item .fcr-action-icon {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}
.fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item .fcr-action-icon::before {
  font-size: 18px;
  color: #949494;
  display: flex;
  width: 4px;
}
@media only screen and (max-width: 480px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item .fcr-action-icon::before {
    width: 0;
  }
}
.fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item .action-item-feedback-menu {
  margin-bottom: 10px;
  box-shadow: 0px 10px 21px -5px rgba(120, 119, 119, 0.368627451);
  border: 2px solid #eeeeee;
  border-radius: 8px;
  right: -78px;
  top: 9px;
}
@media screen and (min-width: 800px) and (max-width: 960px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item .action-item-feedback-menu {
    right: -36px;
  }
}
@media screen and (min-width: 480px) and (max-width: 800px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item .action-item-feedback-menu {
    right: -24px;
  }
}
@media only screen and (max-width: 480px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item .action-item-feedback-menu {
    right: -38px;
  }
}
.fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item .action-item-feedback-menu li .motif-icon {
  font-size: 24px !important;
  color: #2a67d1 !important;
  padding: 24px 20px 18px !important;
  min-width: 268px;
  text-decoration: none;
}
@media screen and (min-width: 800px) and (max-width: 960px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item .action-item-feedback-menu li .motif-icon {
    min-width: 254px;
  }
}
@media screen and (min-width: 480px) and (max-width: 800px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item .action-item-feedback-menu li .motif-icon {
    min-width: 246px;
  }
}
@media only screen and (max-width: 480px) {
  .fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item .action-item-feedback-menu li .motif-icon {
    padding: 14px 12px !important;
    min-width: 188px;
  }
}
.fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item .action-item-feedback-menu li .motif-icon::before {
  margin: 0 15px 0 0;
}
.fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item .action-item-feedback-menu li .motif-icon .item-font {
  font-size: 19px;
  line-height: 1.2;
}
.fcr-search-qlink-wrapper .fcr-list-of-iconCards .fcr-qlink-iconCard .action-item .action-item-feedback-menu li .motif-icon:hover {
  background-color: #2a67d1;
  color: #fff !important;
}

.fcr-qlink-procedure {
  margin-top: 48px;
}

.fcr-more-options-cmp .fcr-headingStyle {
  margin-bottom: 10px;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
}
.fcr-more-options-cmp .fcr-iconCards {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0px;
}
.fcr-more-options-cmp .fcr-iconCards .fcr-listClass {
  padding: 28px 24px;
  box-shadow: 0 4px 8px 0 #cccccc;
  transition: 0.3s;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .fcr-more-options-cmp .fcr-iconCards .fcr-listClass {
    padding: 16px;
  }
}
.fcr-more-options-cmp .fcr-iconCards .fcr-listClass ul li .fcr-cardHeading {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 4px;
  font-family: "Lato", sans-serif !important;
}
.fcr-more-options-cmp .fcr-iconCards .fcr-listClass ul li .fcr-mr-24 {
  margin-right: 24px;
}
.fcr-more-options-cmp .fcr-iconCards .fcr-listClass ul li .fcr-cardheadingDiv {
  padding: 0px;
}
.fcr-more-options-cmp .fcr-iconCards .fcr-listClass ul li .fcr-cardheadingDiv:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.fcr-more-options-cmp .fcr-iconCards-wrapper {
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: row;
}
.fcr-more-options-cmp .fcr-iconCards-wrapper .fcr-listClass {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin-bottom: 0px;
}
@media screen and (max-width: 800px) {
  .fcr-more-options-cmp .fcr-iconCards-wrapper .fcr-listClass {
    flex: 1 1 calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}
@media screen and (max-width: 1200px) {
  .fcr-more-options-cmp .fcr-card-style {
    display: block;
    margin: 0;
    height: 92%;
  }
}
@media screen and (max-width: 960px) {
  .fcr-more-options-cmp .fcr-card-style {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .fcr-more-options-cmp .fcr-card-style .fcr-listClass {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .fcr-more-options-cmp .fcr-card-style .fcr-listClass {
    height: 100%;
  }
}
.fcr-more-options-cmp ul.fcr-actionItemList.infoBox.pf2-mar-rt-10 {
  margin-right: 10px;
}
.fcr-more-options-cmp ul.fcr-actionItemList li.infoBox {
  padding-top: 0;
  padding-bottom: 0;
}
.fcr-more-options-cmp ul.fcr-actionItemList li.infoBox.fcr-infoBox {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
}
.fcr-more-options-cmp ul.fcr-actionItemList li.infoBox.fcr-infoBox .fcr-imgView img {
  max-width: 70px;
  margin: 0 !important;
  float: none;
}
.fcr-more-options-cmp ul.fcr-actionItemList {
  margin: 0;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0;
  list-style: none;
  text-align: left;
}
.fcr-more-options-cmp ul.fcr-actionItemList .fcr-cardDesc,
.fcr-more-options-cmp ul.fcr-actionItemList li {
  border-bottom: 1px solid #ccc;
  padding: 1rem 2rem;
  position: relative;
}
.fcr-more-options-cmp ul.fcr-actionItemList .fcr-cardDesc:last-child,
.fcr-more-options-cmp ul.fcr-actionItemList li:last-child {
  border-bottom: none;
}
.fcr-more-options-cmp ul.fcr-actionItemList .fcr-cardDesc:first-child,
.fcr-more-options-cmp ul.fcr-actionItemList li:first-child {
  padding-top: 0;
}
.fcr-more-options-cmp ul.fcr-actionItemList .fcr-cardDesc .fcr-imgView,
.fcr-more-options-cmp ul.fcr-actionItemList li .fcr-imgView {
  display: flex;
  align-items: center;
}
.fcr-more-options-cmp ul.fcr-actionItemList .fcr-cardDesc .fcr-imgView .motif-icon,
.fcr-more-options-cmp ul.fcr-actionItemList li .fcr-imgView .motif-icon {
  font-size: 70px !important;
  width: 70px;
  margin-right: 24px;
}
.fcr-more-options-cmp ul.fcr-actionItemList .infoBox {
  min-height: 70px;
  display: flex;
}
.fcr-more-options-cmp ul.fcr-actionItemList .infoBox .fcr-cardDesc {
  padding: 0px;
  margin: 0px;
  line-height: 22px;
}
@media (max-width: 800px) {
  .fcr-more-options-cmp ul.fcr-actionItemList .pf2-sub-link {
    float: right;
    margin-top: 0;
  }
}

.fcr-last-updated-cmp {
  font-weight: 400;
}
.fcr-last-updated-cmp .fcr-search-footer-updated {
  font-size: 0.8571rem;
}
.fcr-last-updated-cmp .fcr-margin-top-20 {
  margin-top: 20px;
}

.modal-open:has(.fcr-member-selection-modal) {
  overflow: auto;
}

.fcr-search-header-cmp {
  background-image: url(/assets/images/common/fcr-page-header-background.svg), linear-gradient(347deg, #58abdf, #0079c2);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  --fcr-responsive-page-width: 100%;
}
.fcr-search-header-cmp .care-plan-wrapper {
  height: 50px;
}
.fcr-search-header-cmp .fcr-tooltip-info-content {
  text-align: left !important;
  display: block;
}
.fcr-search-header-cmp .fcr-display-flex {
  display: flex;
}
.fcr-search-header-cmp .fcr-display-flex.fcr-justify-content-space-btw {
  justify-content: space-between;
}
.fcr-search-header-cmp .fcr-display-flex .flex-col {
  flex-direction: column !important;
}
.fcr-search-header-cmp .fcr-display-flex .flex-row {
  flex-direction: row !important;
}
@media only screen and (max-width: 480px) {
  .fcr-search-header-cmp {
    background: #286ce2;
    top: 81px;
    gap: 24px;
  }
}
.fcr-search-header-cmp .fcr-font-lato {
  font-family: "Lato", sans-serif !important;
}
.fcr-search-header-cmp .fcr-font-montserrat {
  font-family: "Montserrat", sans-serif !important;
}
.fcr-search-header-cmp .fcr-font-bold {
  font-weight: 700;
}
.fcr-search-header-cmp .fcr-for-content {
  font-family: "Lato", sans-serif !important;
  font-size: 32px !important;
  font-weight: 300 !important;
}
.fcr-search-header-cmp .fcr-normal-text {
  font-size: 14px;
  line-height: 22px;
}
.fcr-search-header-cmp .fcr-page-container {
  margin: 64px auto 96px;
}
.fcr-search-header-cmp .fcr-page-container .fcr-landing-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 48px;
}
.fcr-search-header-cmp .fcr-page-container .fcr-landing-content .fcr-landing-content-secondary {
  display: flex;
  width: 100%;
  gap: 24px;
}
.fcr-search-header-cmp .fcr-page-container .fcr-landing-content .fcr-landing-content-secondary .fcr-column {
  flex-basis: 50%;
}
.fcr-search-header-cmp .fcr-page-container .fcr-landing-content .fcr-landing-content-secondary .fcr-column.more-options-container {
  flex-basis: 100%;
}
.fcr-search-header-cmp .fcr-page-container .fcr-landing-content .fcr-landing-content-secondary .fcr-column.more-options-container.fcr-secure-card {
  flex-basis: 50%;
}
@media only screen and (max-width: 800px) {
  .fcr-search-header-cmp .fcr-page-container .fcr-landing-content .fcr-landing-content-secondary .fcr-column {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .fcr-search-header-cmp .fcr-page-container .fcr-landing-content .fcr-landing-content-secondary {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 800px) {
  .fcr-search-header-cmp .fcr-page-container {
    margin: 48px auto 64px;
  }
}
.fcr-search-header-cmp .fcr-page-header-wrapper {
  display: flex;
  margin-top: 0;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .fcr-search-header-cmp .fcr-page-header-wrapper {
    padding-top: 0;
  }
}
.fcr-search-header-cmp .fcr-page-header-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
}
.fcr-search-header-cmp .fcr-page-header-container .fcr-find-care-text {
  font-family: "Montserrat", sans-serif !important;
  font-size: 32px !important;
  line-height: 39px;
  margin-right: 8px;
  flex-shrink: 0;
  font-weight: 700;
}
@media only screen and (max-width: 600px) {
  .fcr-search-header-cmp .fcr-page-header-container .fcr-find-care-text {
    font-size: 22px !important;
    line-height: 26px;
  }
}
.fcr-search-header-cmp .fcr-header-content {
  font-weight: 700;
}
.fcr-search-header-cmp .fcr-header-content .fcr-single-member-name {
  font-size: 32px !important;
  margin-left: 5px;
  margin-top: 0px;
}
.fcr-search-header-cmp .fcr-header-content .header-lang-links > a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 10px;
}
.fcr-search-header-cmp .fcr-header-content .header-lang-links > a:hover {
  opacity: 0.7;
}
.fcr-search-header-cmp .fcr-header-content .en-es-toggle-link::before {
  content: " ";
  background: url(/assets/images/common/right-arrow2.svg) left top;
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
@media screen and (max-width: 600px) {
  .fcr-search-header-cmp .fcr-header-content-spacing {
    margin-top: 24px;
  }
  .fcr-search-header-cmp .fcr-header-content-spacing.last-content {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 601px) {
  .fcr-search-header-cmp .fcr-header-content-spacing {
    margin-top: 16px;
  }
  .fcr-search-header-cmp .fcr-header-content-spacing:has(.fcr-change-plan-search-disabled) {
    margin-bottom: 20px;
  }
  .fcr-search-header-cmp .fcr-header-content-spacing.last-content {
    margin-bottom: 20px;
  }
}
.fcr-search-header-cmp .fcr-single-member-name {
  font-family: "Montserrat", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 601px) {
  .fcr-search-header-cmp .fcr-single-member-name {
    font-size: 22px !important;
    margin-top: 0;
  }
}
.fcr-search-header-cmp .fcr-header-content {
  font-weight: 700;
}
.fcr-search-header-cmp .fcr-row {
  display: flex;
  flex-direction: row;
}
.fcr-search-header-cmp .fcr-justify-end {
  justify-content: flex-end;
}
.fcr-search-header-cmp .fcr-align-center {
  align-items: center;
}
.fcr-search-header-cmp .fcr-align-stretch {
  align-items: stretch;
}
.fcr-search-header-cmp .fcr-justify-content-end {
  justify-content: flex-end;
}
.fcr-search-header-cmp .margin-t10 {
  margin-top: 10px;
}
.fcr-search-header-cmp .fcr-start-over {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  cursor: pointer;
}
.fcr-search-header-cmp .fcr-start-over span {
  padding-left: 8px;
}
.fcr-search-header-cmp .desktop-only .fcr-header-mem-chips {
  flex-direction: row;
  align-items: center;
}
.fcr-search-header-cmp .desktop-only .fcr-header-mem-chips.single-member .fcr-mem-chips-cmp {
  margin-top: 2px;
}
.fcr-search-header-cmp .desktop-only .fcr-header-mem-chips.single-member .fcr-mem-chips-cmp span {
  flex: 1 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 600px;
}
.fcr-search-header-cmp .desktop-only .fcr-header-mem-chips.single-member.col-wise {
  flex-direction: column;
  align-items: flex-start;
}
.fcr-search-header-cmp .desktop-only .fcr-header-mem-chips.multiple-members .fcr-mem-chips-cmp {
  margin-left: 8px;
  gap: 9px;
}
.fcr-search-header-cmp .desktop-only .fcr-header-mem-chips.multiple-members .fcr-mem-chips-cmp.clear-left {
  margin-left: 0 !important;
}
.fcr-search-header-cmp .desktop-only .fcr-header-mem-chips.multiple-members.col-wise {
  flex-direction: column;
  align-items: flex-start;
}
.fcr-search-header-cmp .desktop-only .fcr-header-mem-chips .fcr-mob-care-plan-wrapper {
  display: none;
}
.fcr-search-header-cmp .desktop-only .fcr-change-plan-search-disabled {
  max-width: 250px;
  flex-grow: 1;
}
@media screen and (min-width: 800px) {
  .fcr-search-header-cmp .desktop-only {
    width: 750px;
  }
}
@media screen and (min-width: 960px) {
  .fcr-search-header-cmp .desktop-only {
    width: 930px;
  }
}
@media screen and (min-width: 1200px) {
  .fcr-search-header-cmp .desktop-only {
    width: 1170px;
  }
}
.fcr-search-header-cmp .mobile-only .fcr-mem-chips-cmp {
  gap: 8px;
}
@media only screen and (min-width: 601px) {
  .fcr-search-header-cmp .mobile-only .fcr-mob-care-plan-wrapper {
    display: none;
  }
  .fcr-search-header-cmp .search-bar-container .location-wrapper {
    flex: 1 0 25% !important;
  }
  .fcr-search-header-cmp .fcr-search-bar-container {
    display: flex;
  }
  .fcr-search-header-cmp .fcr-search-bar-container .fcr-search-wrapper {
    flex: 0 1 70%;
  }
  .fcr-search-header-cmp .fcr-search-bar-container .fcr-integrated-search-cmp {
    flex: 1 1 70%;
  }
  .fcr-search-header-cmp .fcr-search-bar-container .fcr-free-text-search-cmp {
    flex: 1 1 70%;
  }
  .fcr-search-header-cmp .fcr-search-bar-container .care-plan-wrapper {
    max-width: 35%;
    flex: 1 1 30%;
    padding: 0;
    margin: 0;
    background-color: white;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .fcr-search-icon input.fcr-search-input {
    border: none;
    margin-top: 8px;
    padding-left: 8px;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .fcr-clear-text-search {
    display: none;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .fcr-fts-clear-text-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.25rem !important;
    color: #286ce2;
    border: 0;
    background: #ffffff;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .fcr-fts-clear-text-search .motif-icon {
    font-size: 24px !important;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .look-up-container {
    width: var(adjustedWidth);
    margin-top: 15px;
    border-radius: 10px;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .look-up-container .look-up-item-header .fcr-align-lookup-header {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .look-up-container .fcr-assistanceHelpText {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #333333;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .look-up-container .fcr-assistanceHelpText .fcr-fts-example-link img {
    margin-left: 134px;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .look-up-container .fcr-assistanceHelpText .fcr-fts-example-link a.fts-more-example {
    float: right;
    position: relative;
    margin-left: 8px;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .look-up-container .fcr-assistanceHelpText .row .col-sm-3 {
    display: flex;
    justify-content: flex-end;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .look-up-container .fcr-assistanceHelpText .row .col-sm-3 a {
    margin-left: 8px;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .fcr-search-btn-container {
    outline: none !important;
    outline-width: 0 !important;
    border-left: none;
    padding: 0 8px !important;
    justify-content: center;
    align-content: center;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .fcr-search-btn-container .fcr-search-btn {
    background-color: #286ce2;
    border: 1px solid #949494;
    width: 60px;
    border-radius: 4px;
    height: 31px;
    font-size: 12px;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fcr-search-header-cmp .search-bar-container .care-plan-wrapper {
    flex: 1 0 2% !important;
  }
  .fcr-search-header-cmp .search-bar-container .care-plan-wrapper .fcr-care-plan-box {
    width: 100%;
  }
  .fcr-search-header-cmp .search-bar-container .care-plan-wrapper .fcr-care-plan-box .fcr-change-plan-content {
    flex-direction: column;
  }
  .fcr-search-header-cmp .search-bar-container .care-plan-wrapper .fcr-care-plan-box .fcr-change-plan-content.fcr-care-plan-def-height {
    height: 50px;
  }
  .fcr-search-header-cmp .search-bar-container .care-plan-wrapper .fcr-care-plan-box .fcr-change-plan-content.fcr-care-plan-def-height:hover {
    height: auto;
    background-color: white;
    border: 1px solid #949494;
  }
  .fcr-search-header-cmp .search-bar-container .care-plan-wrapper .fcr-care-plan-box .fcr-change-plan-content .pf-justify-content-between {
    margin-top: 0;
    flex-direction: column;
    margin-left: 48px;
  }
  .fcr-search-header-cmp .search-bar-container .care-plan-wrapper .fcr-care-plan-box .fcr-change-plan-content .pf-justify-content-between h2.lbl-finding-care-1 span {
    font-family: Lato;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
  }
}
.fcr-search-header-cmp .search-bar-container .look-up-container .look-up-item-header .fcr-lookup-header-txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  font-family: "lato";
  color: #333333;
}
.fcr-search-header-cmp .search-bar-container .look-up-container .look-up-item-header .show-more-label {
  justify-content: flex-start;
}
.fcr-search-header-cmp .search-bar-container .look-up-container .look-up-item-header .show-more-label img {
  cursor: pointer;
}
.fcr-search-header-cmp .search-bar-container .look-up-container .look-up-item-header .show-more-label a.result-link {
  margin-right: 8px;
}
.fcr-search-header-cmp .search-bar-container .look-up-container .look-up-item-header .col-sm-3.show-more-label {
  padding: 0px;
  justify-content: flex-end;
  padding-right: 16px !important;
}
.fcr-search-header-cmp .search-bar-container .look-up-container .look-up-item-border span.look-up-sub {
  color: #333333;
}
.fcr-search-header-cmp .search-bar-container .look-up-container .look-up-item-border .address-container {
  color: #333333;
  line-height: 22px;
  font-weight: 400;
}
.fcr-search-header-cmp .search-bar-container .look-up-container .look-up-item-border .fcr-npi-name-location-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fcr-search-header-cmp .search-bar-container .look-up-container .look-up-item-border .fcr-npi-location-container {
  display: flex;
  color: #333333;
}
.fcr-search-header-cmp .search-bar-container .look-up-container .look-up-item-border .fcr-npi-distance-text {
  padding-left: 5px;
}
.fcr-search-header-cmp .search-bar-container .look-up-container .look-up-item-border .row .distance-wrapper {
  padding-top: unset;
  justify-content: flex-end;
}
.fcr-search-header-cmp .search-bar-container .look-up-container .look-up-item-border .row .distance-wrapper .summary-dist-text {
  font-weight: 700;
  line-height: 22px;
  margin-left: 4px;
}
.fcr-search-header-cmp .search-bar-container .look-up-container .look-up-item-more {
  height: unset;
  overflow-y: hidden;
}
.fcr-search-header-cmp .search-bar-container .look-up-container .fts-look-up-item {
  height: unset;
  overflow-y: hidden;
}
@media screen and (max-width: 480px) {
  .fcr-search-header-cmp .search-bar-container .look-up-container .fts-look-up-item {
    max-height: unset;
  }
}
.fcr-search-header-cmp .search-bar-container .look-up-container .fts-look-up-item .look-up-item {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #333333;
}
.fcr-search-header-cmp .search-bar-container .fcr-classic-search {
  background-color: white;
  border: 1px solid rgb(148, 148, 148);
  flex: 1 1 auto;
  position: relative;
}
.fcr-search-header-cmp .search-bar-container .fcr-classic-search .fcr-look-up-container-cmp {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 125;
}
.fcr-search-header-cmp .search-bar-container .fcr-classic-search .fcr-look-up-container-cmp.fcr-fts-look-up-container .fcr-look-up-scroll {
  overflow-y: hidden;
}
.fcr-search-header-cmp .search-bar-container .fcr-classic-search .fcr-look-up .fcr-align-lookup-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fcr-search-header-cmp .search-bar-container .fcr-classic-search .fcr-look-up .fcr-down-arrow-button {
  color: #286ce2;
  border: none;
  background: none;
}
.fcr-search-header-cmp .search-bar-container .fcr-classic-search .fcr-look-up-scroll {
  height: auto;
  max-height: 485px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .fcr-search-header-cmp .search-bar-container .fcr-classic-search .fcr-look-up-scroll {
    max-height: 340px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 600px) {
  .fcr-search-header-cmp .search-bar-container .fcr-classic-search {
    height: 50px;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .fcr-search-header-cmp .search-bar-container .fcr-classic-search {
    flex: 1 1 calc(60% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .fcr-search-header-cmp .search-bar-container .fcr-dynamic-care-plan {
    margin-top: 23px;
    flex: 1 1 40%;
  }
}
.fcr-search-header-cmp .search-bar-container .fcr-dynamic-care-plan .fcr-mob-location-wrapper {
  width: 50%;
  flex: 0 1 auto;
  min-width: 158px;
}
@media screen and (min-width: 960px) {
  .fcr-search-header-cmp .search-bar-container .fcr-dynamic-care-plan .fcr-mob-location-wrapper {
    width: 200px;
  }
}
@media screen and (min-width: calc(var(800px) + 1)) and (max-width: 960px) {
  .fcr-search-header-cmp .search-bar-container .fcr-dynamic-care-plan .fcr-mob-location-wrapper {
    width: 164px;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .fcr-search-header-cmp .search-bar-container .fcr-dynamic-care-plan .fcr-mob-location-wrapper {
    width: 158px;
  }
}
@media screen and (max-width: 600px) {
  .fcr-search-header-cmp .search-bar-container .fcr-dynamic-care-plan .fcr-mob-care-plan-wrapper {
    flex: 1 0 auto;
    background-color: white;
    height: 50px;
    width: 50%;
  }
  .fcr-search-header-cmp .search-bar-container .fcr-dynamic-care-plan .fcr-mob-care-plan-wrapper .fcr-care-plan-box {
    width: 100%;
  }
  .fcr-search-header-cmp .search-bar-container .fcr-dynamic-care-plan .fcr-mob-care-plan-wrapper .fcr-care-plan-box .fcr-change-plan-content.fcr-care-plan-def-height {
    height: 50px;
  }
  .fcr-search-header-cmp .search-bar-container .fcr-dynamic-care-plan .fcr-mob-care-plan-wrapper .fcr-care-plan-box .fcr-change-plan-content.fcr-care-plan-hov-height {
    height: 80px;
    background: #ffffff;
    border: 1px solid #949494;
  }
}
@media screen and (min-width: 601px) {
  .fcr-search-header-cmp .search-bar-container .fcr-dynamic-care-plan .fcr-mob-care-plan-wrapper {
    display: none;
  }
}
.fcr-search-header-cmp .search-bar-container .fcr-search-icon {
  margin: auto 10px;
}
.fcr-search-header-cmp .search-bar-container .search-input {
  padding: 0;
  padding-right: 5px;
  width: auto;
  max-width: calc(98% - 32px);
  flex: 1 0 auto;
  font-size: 16px;
  color: #666666;
  border: none;
  font-weight: 400;
  background-color: #ffffff;
}
.fcr-search-header-cmp .search-bar-container .search-input::placeholder {
  color: #666666;
  font-family: "Lato";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: unset;
}
.fcr-search-header-cmp .search-bar-container .search-term-wrapper {
  flex: 1 0 auto;
}
.fcr-search-header-cmp .search-bar-container .search-term-wrapper .fcr-clear-text-search {
  display: none;
}
.fcr-search-header-cmp .search-bar-container .search-term-wrapper .fcr-fts-clear-text-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.25rem;
  color: #286ce2;
  border: 0;
  background: #ffffff;
}
.fcr-search-header-cmp .search-bar-container .search-term-wrapper .fcr-fts-clear-text-search .motif-icon {
  font-size: 24px !important;
}
@media only screen and (max-width: 600px) {
  .fcr-search-header-cmp .desktop-only {
    display: none;
  }
  .fcr-search-header-cmp .mobile-only {
    display: flex;
  }
  .fcr-search-header-cmp .mobile-only.fcr-margin-top-mobile app-fc-member-chips-cmp.fcr-margin-top {
    margin-top: 24px;
  }
  .fcr-search-header-cmp .fcr-fts-plan-wrapper .fcr-care-plan-box {
    border-width: 1px, 1px, 1px, 0px;
    border-style: solid;
    border-color: #cccccc;
    background: #ffffff;
    margin-top: 24px;
    display: grid;
    justify-content: center;
  }
  .fcr-search-header-cmp .fcr-change-plan-content .pf-justify-content-between {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    margin-left: 45px;
  }
  .fcr-search-header-cmp .fcr-change-plan-content .care-side-link {
    max-width: calc(100% - 45px);
  }
  .fcr-search-header-cmp .fcr-for-content {
    font-size: 22px !important;
    font-weight: 300;
    line-height: 26.4px;
  }
  .fcr-search-header-cmp .fcr-selected-member {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
  }
}
.fcr-search-header-cmp .fcr-change-plan {
  color: #333333;
  width: 100%;
  height: 100%;
  border: none;
  appearance: none;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  box-sizing: border-box;
}
.fcr-search-header-cmp .fcr-change-plan-cmp {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  min-height: 50px;
  padding-left: 45px;
  padding-right: 8px;
  background-color: white;
  height: max-content;
  border: 1px solid rgb(148, 148, 148);
}
.fcr-search-header-cmp .fcr-change-plan-cmp .pf-care-team-container {
  width: calc(100% - 15px);
  padding: 2px;
  flex-grow: 1;
}
.fcr-search-header-cmp .fcr-change-plan-cmp .fcr-plan-includes-info {
  text-decoration: none;
  align-self: flex-start;
  margin-top: 15px;
}
.fcr-search-header-cmp .fcr-change-plan-cmp .fcr-plan-includes-info + tooltip-container .popover.ant-tooltip-component {
  width: 240px;
  font-family: "Lato";
  font-size: 14px;
  color: #666666;
}
.fcr-search-header-cmp .fcr-plan-icon {
  margin: auto 10px;
  position: absolute;
  z-index: 1;
  color: #286ce2;
  font-size: 26px !important;
}
.fcr-search-header-cmp .fcr-location-icon {
  margin: auto 10px;
}
.fcr-search-header-cmp .fcr-location-icon .fcr-location-pin {
  height: 26px;
  width: 26px;
}
.fcr-search-header-cmp .fcr-ht50 {
  height: 50%;
}
.fcr-search-header-cmp .fcr-w-100 {
  width: 100%;
}
.fcr-search-header-cmp .fcr-justify-space-around {
  justify-content: space-around;
}
.fcr-search-header-cmp .fcr-search-bar-container .fcr-care-plan-box {
  width: 100%;
  position: relative;
}
.fcr-search-header-cmp .fcr-search-bar-container .fcr-integrated-search-cmp {
  flex: 1 1 100%;
}
.fcr-search-header-cmp .fcr-search-bar-container .fcr-free-text-search-cmp {
  flex: 1 1 100%;
}
.fcr-search-header-cmp .fcr-search-bar-container .fcr-free-text-search-cmp .search-input-container {
  height: 100%;
}
.fcr-search-header-cmp .fcr-search-bar-container .btn-update-location {
  height: 50px;
  background-color: #2453a6;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  padding: 0;
  padding-right: 10px;
}
.fcr-search-header-cmp .fcr-search-bar-container .btn-update-location.no-padding {
  padding: 0;
}
.fcr-search-header-cmp .fcr-search-bar-container .btn-update-location .fcr-location-wrapper {
  padding: 4px 0;
}
.fcr-search-header-cmp .fcr-search-bar-container .btn-update-location .fcr-location-wrapper > * {
  height: 50%;
  margin: auto 0;
}
.fcr-search-header-cmp .fcr-search-bar-container .btn-update-location .fcr-search-location-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .fcr-search-header-cmp .fcr-search-bar-container .btn-update-location .fcr-search-location-text {
    max-width: 100px;
  }
}
.fcr-search-header-cmp .fcr-search-bar-container .btn-update-location .fcr-update-location-label {
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .fcr-search-header-cmp .fcr-search-bar-container .btn-update-location {
    padding: unset;
    height: 51px;
  }
}
.fcr-search-header-cmp .fcr-search-disabled-bar-container {
  position: relative;
  display: flex;
  align-items: stretch;
}
.fcr-search-header-cmp .fcr-search-disabled-bar-container .fcr-plan-icon {
  color: #ffffff;
}
.fcr-search-header-cmp .fcr-search-disabled-bar-container .fcr-change-plan-cmp {
  background-color: transparent;
  border-color: #f7f7f7;
}
.fcr-search-header-cmp .fcr-search-disabled-bar-container .fcr-change-plan-cmp .fcr-single-plan {
  color: #ffffff;
  max-width: none;
}
.fcr-search-header-cmp .fcr-search-disabled-bar-container .fcr-change-plan-cmp .fcr-open-panel-link {
  background: transparent;
  color: #ffffff;
}
.fcr-search-header-cmp .fcr-search-disabled-bar-container .fcr-change-plan-cmp .fcr-plan-includes-info {
  color: #ffffff;
}
.fcr-search-header-cmp .fcr-input {
  outline: none !important;
  outline-width: 0 !important;
}
.fcr-search-header-cmp .fcr-input::placeholder {
  color: #ffffff;
  font-family: Lato;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.fcr-search-header-cmp .fcr-search-input {
  outline: none !important;
  outline-width: 0 !important;
  flex: 80%;
  border-left: none;
  padding: 0 8px !important;
  border-right: none;
}
.fcr-search-header-cmp .fcr-search-input::placeholder {
  color: #666666;
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.fcr-search-header-cmp #selid {
  outline: none !important;
  outline-width: 0 !important;
}
.fcr-search-header-cmp .fcr-single-plan {
  font-family: "Lato";
  font-size: 14px !important;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-line-clamp: 2;
  margin: auto 0;
  color: #286ce2;
  max-width: 275px;
}
@media screen and (max-width: 960px) {
  .fcr-search-header-cmp .fcr-single-plan {
    max-width: 166px;
  }
}
@media screen and (max-width: 800px) {
  .fcr-search-header-cmp .fcr-single-plan {
    max-width: 178px;
  }
}
@media screen and (max-width: 600px) {
  .fcr-search-header-cmp .fcr-single-plan {
    max-width: 172px;
  }
}
.fcr-search-header-cmp .fcr-plan-name-one-liner {
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
}
.fcr-search-header-cmp .fcr-single-plan:hover,
.fcr-search-header-cmp .fcr-plan-name-one-liner:hover {
  line-clamp: unset;
  -webkit-line-clamp: unset;
  -moz-line-clamp: unset;
}
.fcr-search-header-cmp .fcr-change-plan-disabled {
  cursor: default;
}
.fcr-search-header-cmp .fcr-change-plan-disabled .fcr-single-plan {
  color: #666666;
}
.fcr-search-header-cmp .fcr-open-panel-link {
  text-decoration: none;
  cursor: pointer;
  width: max-content;
  font-weight: 600;
  margin: auto 0;
  padding-top: 0px;
  background-color: white;
  width: 100%;
}
.fcr-search-header-cmp .fcr-flex {
  display: flex;
  justify-content: center;
}
.fcr-search-header-cmp .fcr-trybeta-btn {
  display: flex;
  align-items: center;
  margin: auto 0;
  justify-content: center;
  height: 30px;
  width: 165px;
  gap: 10px;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.fcr-search-header-cmp .fcr-trybeta-btn.mt-10 {
  margin-top: 10px;
}
.fcr-search-header-cmp .fcr-trybeta-btn svg.fcr-try-beta-icon {
  float: left;
  margin-left: 20px;
}
.fcr-search-header-cmp .fcr-trybeta-btn > span {
  font-size: 12px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: auto 0;
  padding-right: 5px;
  max-width: 125px;
}
.fcr-search-header-cmp .fcr-multiple-member {
  flex: 1 1 auto;
  height: 30px;
  gap: 6px;
  border: 1px solid #ffffff;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
  position: relative;
}
.fcr-search-header-cmp .fcr-multiple-member.first-button {
  font-family: "Lato";
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  background: #ffffff;
}
.fcr-search-header-cmp .fcr-multiple-member ~ .fcr-tooltip-info-content {
  top: 40%;
  transform: translate(-33%);
  font-family: Lato, sans-serif;
  font-size: 14px !important;
  color: #666666;
  text-align: center;
  position: absolute;
  z-index: 1;
  border: 1px solid #286ce2;
  background-color: #ffffff;
  width: 240px;
  height: 134px;
  word-wrap: break-word;
  line-height: 22px;
  padding: 24px 24px 22px;
  font-weight: 400;
}
.fcr-search-header-cmp .fcr-multiple-member .fcr-multiple-member-span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70px;
  margin: auto 0;
  font-weight: normal;
  font-size: 12px !important;
}
.fcr-search-header-cmp .fcr-multiple-member:disabled .fcr-tooltip-container:hover ~ .fcr-tooltip-content {
  visibility: hidden;
}
.fcr-search-header-cmp .fcr-view-multiple-member {
  border: 0;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0;
  background-color: transparent;
}
.fcr-search-header-cmp .fcr-view-multiple-member .fcr-view-link {
  margin-left: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.fcr-search-header-cmp .fcr-view-multiple-member .motif-right-round {
  font-size: 22px !important;
  color: #ffffff;
  margin-left: 0;
}
.fcr-search-header-cmp .fcr-multiple-member.desktop-view-only {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .fcr-search-header-cmp .fcr-multiple-member.desktop-view-only {
    display: none;
  }
}
.fcr-search-header-cmp .fcr-multiple-member.mobile-view-only {
  display: none;
}
@media screen and (max-width: 480px) {
  .fcr-search-header-cmp .fcr-multiple-member.mobile-view-only {
    display: inline-block;
  }
}
.fcr-search-header-cmp .fcr-member-chip-btn {
  position: relative;
  min-width: 80px;
  justify-content: center;
}
.fcr-search-header-cmp .fcr-tooltip-container {
  position: relative;
  /* Establishes a positioning context for the tooltip */
  display: inline-block;
  /* Makes the container fit its content */
}
.fcr-search-header-cmp .fcr-tooltip-content {
  bottom: -130%;
  left: -3%;
  right: 0;
  margin: 0 auto;
  font-family: "Lato";
  font-size: 12px !important;
  visibility: hidden;
  color: #333333;
  width: 80px;
  height: 40px;
  text-align: center;
  position: absolute;
  padding: 16px 0;
  z-index: 501;
  background: none;
}
.fcr-search-header-cmp .fcr-tooltip-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/assets/images/common/tooltip-frame.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  z-index: -1;
}
.fcr-search-header-cmp .fcr-tooltip-content::after {
  position: absolute;
  /* Positions the arrow relative to the tooltip */
  top: 100%;
  /* Positions the arrow at the bottom of the tooltip */
  left: 50%;
  /* Centers the arrow horizontally */
  margin-left: -5px;
  /* Adjusts horizontal alignment of the arrow */
  border-width: 5px;
  /* Size of the arrow */
  border-style: solid;
  /* Solid color for the arrow */
  border-color: #333 transparent transparent transparent;
  /* Colors the arrow */
}
.fcr-search-header-cmp .fcr-tooltip-container:hover ~ .fcr-tooltip-content {
  visibility: visible;
  /* Shows the tooltip on hover */
  opacity: 1;
  /* Makes the tooltip fully visible */
}
.fcr-search-header-cmp .fcr-circle-button {
  margin-top: 24px;
  margin-left: 10px;
  width: 26px;
  /* Adjust the width and height as needed */
  height: 26px;
  background-color: #3498db;
  /* Button color */
  border: 2px solid #ffffff;
  border-radius: 50%;
  /* Makes the button circular */
  color: white;
  /* Text color */
  font-size: 20px;
  /* Text size */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  outline: none;
  /* Removes outline on focus */
}
.fcr-search-header-cmp #mobButton:active {
  color: #333333;
  background: #ffffff;
}
.fcr-search-header-cmp #mobButton:last-child {
  color: transparent;
}
.fcr-search-header-cmp #mobButton:last-child::after {
  content: "...";
  /* New content to replace the original text */
  color: #ffffff;
  /* Color of the new content */
  font-size: 20px;
  /* Adjust font size if needed */
  position: absolute;
  /* Position the content absolutely */
  top: 25%;
  /* Center the text vertically */
  left: 50%;
  /* Center the text horizontally */
  transform: translate(-50%, -50%);
  /* Center the text */
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .fcr-search-header-cmp .fcr-search-bar-container .fcr-search-wrapper {
    width: 100%;
  }
  .fcr-search-header-cmp .search-bar-container {
    flex-wrap: wrap;
    box-shadow: none;
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .fcr-search-header-cmp .search-bar-container app-fc-look-up-container-cmp .fcr-look-up.fly-out.look-up-container .look-up-item-header .fcr-align-lookup-header {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .fcr-search-header-cmp .search-bar-container app-fc-look-up-container-cmp .fcr-look-up.fly-out.look-up-container .fcr-assistanceHelpText {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #333333;
  }
  .fcr-search-header-cmp .search-bar-container app-fc-look-up-container-cmp .fcr-look-up.fly-out.look-up-container .fcr-assistanceHelpText .fcr-fts-example-link {
    margin-top: 10px;
  }
  .fcr-search-header-cmp .search-bar-container app-fc-look-up-container-cmp .fcr-look-up.fly-out.look-up-container .fcr-assistanceHelpText .fcr-fts-example-link a.fts-more-example {
    padding-left: 4px;
  }
  .fcr-search-header-cmp .search-bar-container .search-zip-container {
    display: block;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .fcr-search-wrapper {
    border: 1px solid rgb(148, 148, 148);
    width: 100%;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .fcr-clear-text-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px !important;
    color: #286ce2;
    border: 0;
    background: #ffffff;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .fcr-clear-text-search .motif-icon {
    font-size: 24px !important;
  }
  .fcr-search-header-cmp .search-bar-container .search-term-wrapper .fcr-clear-text-search:focus {
    outline: 1px solid #286ce2;
    outline-offset: 1px;
  }
  .fcr-search-header-cmp .fcr-page-header-container .search-term-wrapper .fts-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .fcr-search-header-cmp .fcr-page-header-container .search-term-wrapper .fcr-flex-wrap {
    flex-wrap: wrap;
  }
  .fcr-search-header-cmp .fcr-page-header-container .search-term-wrapper .fcr-flex-wrap .fcr-search-icon + input.fcr-search-input {
    padding-top: 14px !important;
  }
  .fcr-search-header-cmp .fcr-page-header-container .search-term-wrapper .fcr-search-btn-container {
    margin-top: 9px;
    height: 31px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
  }
  .fcr-search-header-cmp .fcr-page-header-container .search-term-wrapper .fcr-search-btn-container .fcr-search-btn {
    width: 100%;
    height: 100%;
    background-color: #286ce2;
    border: 1px solid #286ce2;
    border-radius: 4px;
    font-size: 12px;
    color: #ffffff;
  }
}

.collapsible {
  transition: all 0.5s;
  max-height: 500px;
}
.collapsible.collapsed {
  transition: all 0.5s;
}
.collapsible.collapsed.fcr-header-title {
  max-height: 0;
  overflow-y: hidden;
  margin-top: 0;
}
.collapsible.collapsed.fcr-header-search {
  max-height: 0;
  overflow-y: hidden;
  margin-top: 0;
  margin-bottom: 10px;
}
.collapsible.collapsed .container {
  visibility: hidden;
}

.fcr-header-collapse-bar {
  background-color: rgb(36, 83, 166);
  margin-top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 100%;
  gap: 5px;
}
.fcr-header-collapse-bar .fcr-header-collapse-button {
  color: white;
  font-size: 15px;
  text-decoration: none;
  padding: 0 10px;
  display: flex;
  gap: 4px;
  align-self: stretch;
  outline: none;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
}
.fcr-header-collapse-bar .fcr-header-collapse-button:focus {
  outline: 2px solid;
}

.fcr-live-chat .ant-alert {
  display: flex;
  align-items: flex-start;
  margin: 0;
  border: none;
  border-left: none;
}
.fcr-live-chat .ant-alert .ant-alert-left {
  background-color: transparent;
  padding: 0;
}
.fcr-live-chat .ant-alert .ant-alert-left span.alert-icon.alert-icon-info {
  background: url(/assets/images/common/fcr-Info.svg) no-repeat center center;
  background-size: 24px 24px;
  width: 30px;
  height: 30px;
  margin-top: 1.6425;
}
.fcr-live-chat .ant-alert .ant-alert-left span.alert-icon.alert-icon-info::before {
  content: "";
  color: #286ce2;
}
.fcr-live-chat .ant-alert .ant-alert-left ~ .ant-alert-main {
  background: transparent !important;
  word-break: break-word;
}

.fcr-height-100 {
  height: 92%;
}

.fcr-care-team-cmp .fcr-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.fcr-care-team-cmp .fcr-card-header .fcr-card-heading {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  font-family: "Lato", sans-serif !important;
}
.fcr-care-team-cmp .fcr-card-header a {
  text-decoration: none;
}
.fcr-care-team-cmp .fcr-card-header a.pf2-iconLinkRight:focus-visible {
  outline: 2px solid #101010;
  outline-offset: 2px;
  box-shadow: 0 0 4px #101010;
}
.fcr-care-team-cmp .fcr-careTeam-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container {
  padding: 16px 24px;
  border-bottom: solid #cccccc 1px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media only screen and (max-width: 800px) {
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container {
    gap: 24px;
  }
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-more-button .action-item {
  display: flex;
  align-items: flex-start;
  height: 100%;
  position: relative;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-more-button .action-item .fcr-action-icon {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-more-button .action-item .fcr-action-icon::before {
  font-size: 18px;
  color: #949494;
  display: flex;
  height: 32px;
  margin-top: 16px;
  align-items: flex-start;
}
@media only screen and (max-width: 480px) {
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-more-button .action-item .fcr-action-icon::before {
    width: 0;
  }
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-more-button .action-item .action-item-menu a {
  text-decoration: none;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-provider-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-provider-name.fcr-provider-name--disabled {
  cursor: default;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-phone-num {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-phone-num {
  color: #2a67d1;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-provider-address {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin: 10px 0;
  text-decoration: none;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-provider-badge {
  color: #ffffff;
  margin-left: 12px;
  font-size: 10px !important;
  font-weight: 700;
  line-height: 12px;
  padding: 3px 6px;
  border-radius: 2px;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-provider-badge.fcr-provider-badge--pcp {
  background-color: #108808;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-provider-badge.fcr-provider-badge--pcp-future {
  background-color: #108808;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-provider-badge.fcr-provider-badge--virtual {
  background-color: #511284;
}
@media only screen and (max-width: 800px) {
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-provider-badge {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 12px 0px 18px 0px;
  }
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .fcr-pcp-effective-date {
  font-family: "Lato";
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  margin: 10px 0;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .action-item {
  position: relative;
  right: 10%;
  top: -10%;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .action-item .more-icon .action-item-button {
  right: -24px;
  padding: 0;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-card-container .action-item .more-icon .action-item-button:after {
  font-size: 21.5px;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-careTeam-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-careTeam-flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-ct-text-width {
  display: flex;
  flex-direction: column;
  width: 379px;
  align-items: center;
  justify-content: center;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state {
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state {
    padding: 32px 24px;
  }
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-doctor-icon {
  font-size: 64px !important;
  color: #949494;
  margin-bottom: 24px;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-ct-text {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-ct-description,
.fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-ct-description-center {
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  margin-bottom: 0;
  cursor: pointer;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-ct-description-center {
  text-align: center;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-search-pcp-btn {
  margin-top: 16px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #ffffff;
  background: #286ce2;
  border: 0;
  min-width: 149px;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex-row .fcr-doctor-icon {
  margin: 0;
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex-row .fcr-careTeam-flex {
  align-items: flex-start;
  margin-left: 24px;
}
@media screen and (max-width: 800px) {
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex-row .fcr-careTeam-flex {
    margin-left: 0;
    align-items: center;
  }
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex-row .fcr-search-pcp-btn {
  margin-top: -24px;
  min-width: 115px;
}
@media screen and (max-width: 800px) {
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex-row .fcr-search-pcp-btn {
    margin-top: 24px;
    min-width: 149px;
  }
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex-row .fcr-ct-text {
  padding-right: 45px;
}
@media screen and (max-width: 800px) {
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex-row .fcr-ct-text {
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex,
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex-row {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex .fcr-doctor-icon,
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex-row .fcr-doctor-icon {
    font-size: 55px !important;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex .fcr-ct-description,
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex .fcr-ct-description-center,
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex .fcr-ct-text,
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex-row .fcr-ct-description,
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex-row .fcr-ct-description-center,
  .fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state .fcr-careTeam-flex-row .fcr-ct-text {
    text-align: center;
  }
}
.fcr-care-team-cmp .fcr-careTeam-card .fcr-empty-state-padding {
  padding: 20px 24px;
}
.fcr-care-team-cmp .fcr-careTeam-card.fcr-height-100 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fcr-ct-side-panel {
  overflow-y: auto !important;
  height: 100vh !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.fcr-ct-side-panel .fcr-close {
  width: 62px;
  height: 60px;
  background: #f7f7f7;
  border: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .fcr-ct-side-panel .fcr-close {
    width: 48px;
    height: 48px;
  }
}
.fcr-ct-side-panel .fcr-close .fcr-close-icon {
  font-size: 26px !important;
  color: #286ce2;
}
@media screen and (max-width: 800px) {
  .fcr-ct-side-panel .fcr-close .fcr-close-icon {
    font-size: 22px !important;
  }
}
.fcr-ct-side-panel .fcr-modal-component-body {
  flex: 1;
  padding: 8px 40px 42px 82px;
  overflow-y: auto;
}
@media screen and (max-width: 800px) {
  .fcr-ct-side-panel .fcr-modal-component-body {
    padding: 25px 16px 42px 25px;
  }
}
@media screen and (max-width: 480px) {
  .fcr-ct-side-panel .fcr-modal-component-body {
    padding-left: 56px !important;
  }
}
.fcr-ct-side-panel .fcr-modal-component-body .fcr-modal-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #000000;
}
@media screen and (max-width: 800px) {
  .fcr-ct-side-panel .fcr-modal-component-body .fcr-modal-title {
    margin-bottom: 22px;
  }
}
.fcr-ct-side-panel .fcr-modal-component-body .fcr-modal-description {
  line-height: 22px;
  margin-bottom: 30px;
}
.fcr-ct-side-panel .fcr-modal-component-body .fcr-modal-description .bold-title {
  font-weight: 700;
}
.fcr-ct-side-panel .fcr-modal-component-body .fcr-modal-description p {
  padding-right: 42px;
}
@media screen and (max-width: 800px) {
  .fcr-ct-side-panel .fcr-modal-component-body .fcr-modal-description {
    margin-bottom: 22px;
  }
}
.fcr-ct-side-panel .fcr-modal-component-body .fcr-modal-text {
  line-height: 22px;
  list-style: none;
}
.fcr-ct-side-panel .fcr-modal-component-body .fcr-modal-text span {
  display: list-item;
  list-style: disc outside none;
  margin-left: 16px;
}
.fcr-ct-side-panel .fcr-modal-component-body .fcr-modal-text span b {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.fcr-ct-side-panel .fcr-modal-component-body .fcr-modal-text-bold {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  .fcr-ct-side-panel .fcr-modal-component-body .fcr-modal-text-bold {
    margin-bottom: 22px;
  }
}
.fcr-ct-side-panel .fcr-modal-component-body .fcr-ct-iconLink {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 30px;
}
.fcr-ct-side-panel .fcr-modal-component-body .fcr-ct-iconLink .motif-icon {
  font-size: 22px !important;
  color: #666;
  margin-right: 8px;
}
.fcr-ct-side-panel .fcr-modal-component-body .fcr-ct-iconLink .fcr-link-text {
  font-weight: 700;
  line-height: 1.6;
}
.fcr-ct-side-panel .fcr-pcp-modal-footer {
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.0784313725);
  background: #ffffff;
  width: 100%;
  flex-shrink: 0;
}
.fcr-ct-side-panel .fcr-pcp-modal-footer .fcr-pcp-close-btn {
  float: right;
  padding: 24px 30px;
}
@media screen and (max-width: 800px) {
  .fcr-ct-side-panel .fcr-pcp-modal-footer .fcr-pcp-close-btn {
    float: unset;
    padding: 16px 24px;
  }
}
.fcr-ct-side-panel .fcr-pcp-modal-footer .btn.fcr-btn-primary {
  background: #286ce2;
  width: auto !important;
  height: 45px;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .fcr-ct-side-panel .fcr-pcp-modal-footer .btn.fcr-btn-primary {
    width: 100%;
  }
}
.fcr-ct-side-panel .fcr-pcp-modal-footer .fcr-remove-cta {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 12px;
  padding: 24px;
}
@media screen and (max-width: 480px) {
  .fcr-ct-side-panel .fcr-pcp-modal-footer .fcr-remove-cta .btn {
    width: 153px;
  }
}
@media screen and (max-width: 480px) {
  .fcr-ct-side-panel .fcr-pcp-modal-footer .fcr-remove-cta .btn .fcr-btn-primary {
    width: 153px;
  }
}

.fcr-row-item-list {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  /* Ensures items wrap according to the container */
  gap: 10px;
  /* Optional: Adds space between items */
}
.fcr-row-item-list a {
  text-decoration: none;
  line-height: 1rem;
}
.fcr-row-item-list .fcr-row-item {
  display: inline-flex;
  align-items: center;
}

@media print {
  body .fcr-compare-providers {
    visibility: hidden;
  }
  .print-table-container *,
  .print-content-container * {
    visibility: visible;
  }
  .print-table-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: white;
  }
  .print-content-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: white;
  }
  .print-content-container .fcr-provider-rating-container,
  .print-content-container .fcr-provider-rewards-scroll,
  .print-content-container .fcr-provider-telehealth-container {
    visibility: visible !important;
  }
  .print-table-container table {
    width: 100%;
    border-collapse: collapse;
    font-family: Lato;
  }
  .print-table-container th,
  .print-table-container td,
  .print-table-header > tr {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
  }
  .print-table-container th img,
  .print-table-container td img,
  .print-table-header > tr img {
    padding-right: 8px;
    vertical-align: text-top;
  }
  .print-table-container thead {
    display: table-header-group !important;
  }
  .print-table-container .fcr-provider-map-data,
  .fcr-table-sticky-footer,
  .fcr-provider-empty-cell-data,
  .fcr-empty-footer-cell {
    display: none !important;
  }
  .fcr-page-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 370px) {
  .fcr-pcp-search-wrapper {
    text-align: center;
  }
}

.fcr-search-pcp {
  margin: 20px 0px;
  padding: 7px 30px !important;
  background: #286ce2 !important;
}
.fcr-search-pcp .motif-icon {
  font-size: 16px !important;
  padding-right: 6px;
}

.fcr-card-more-details .fcr-highlighted-details {
  background: #f7f7f7;
}
.fcr-card-more-details .fcr-highlighted-details.fcr-common,
.fcr-card-more-details .fcr-more-details-cont.fcr-common {
  padding: 24px 20px;
  border-top: solid 1px #cccccc;
}
.fcr-card-more-details .fcr-highlighted-details ul,
.fcr-card-more-details .fcr-more-details-cont ul {
  list-style: none;
  padding-left: 0;
}
.fcr-card-more-details .fcr-highlighted-details ul li,
.fcr-card-more-details .fcr-more-details-cont ul li {
  padding-bottom: 16px;
}
.fcr-card-more-details .fcr-highlighted-details ul li.fcr-accredit-status,
.fcr-card-more-details .fcr-more-details-cont ul li.fcr-accredit-status {
  display: flex;
}
.fcr-card-more-details .fcr-highlighted-details ul li.fcr-accredit-status .highlight-label,
.fcr-card-more-details .fcr-more-details-cont ul li.fcr-accredit-status .highlight-label {
  padding-right: 5px;
}
.fcr-card-more-details .fcr-highlighted-details ul li:last-child,
.fcr-card-more-details .fcr-more-details-cont ul li:last-child {
  padding-bottom: 0px;
}
.fcr-card-more-details .fcr-highlighted-details ul li .highlight-label,
.fcr-card-more-details .fcr-more-details-cont ul li .highlight-label {
  font-weight: 700;
  padding-right: 5px;
}
.fcr-card-more-details .fcr-highlighted-details ul li a,
.fcr-card-more-details .fcr-more-details-cont ul li a {
  color: #286ce2;
  text-transform: capitalize;
  font-weight: 700;
  text-decoration: none;
  margin-left: 0;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
.fcr-card-more-details .fcr-highlighted-details ul li .clickables,
.fcr-card-more-details .fcr-more-details-cont ul li .clickables {
  cursor: pointer;
  position: relative;
  top: 0px;
}
.fcr-card-more-details .fcr-highlighted-details ul li.flex-list,
.fcr-card-more-details .fcr-more-details-cont ul li.flex-list {
  display: flex;
}
.fcr-card-more-details .fcr-highlighted-details ul li .state-view-code,
.fcr-card-more-details .fcr-more-details-cont ul li .state-view-code {
  width: -webkit-fill-available;
  white-space: nowrap;
  display: contents;
}
.fcr-card-more-details .fcr-highlighted-details ul li .provider-service-state-code,
.fcr-card-more-details .fcr-more-details-cont ul li .provider-service-state-code {
  margin-left: 5px;
}
.fcr-card-more-details .fcr-highlighted-details ul li .state-code-limit-rows,
.fcr-card-more-details .fcr-more-details-cont ul li .state-code-limit-rows {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-line-clamp: 2;
  max-height: 3.6em;
}
.fcr-card-more-details .fcr-more-details-accordian {
  padding: 20px;
  border-bottom: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  justify-content: space-between;
}
.fcr-card-more-details .fcr-more-details-accordian .fcr-accordian-title {
  font-weight: 700;
  display: flex;
  cursor: pointer;
  color: #333333;
  text-decoration: none;
}
.fcr-card-more-details .fcr-more-details-accordian .fcr-accordian-title .accordian-title {
  flex: 1;
  padding-left: 5px;
  padding-top: 2px;
}
.fcr-card-more-details .fcr-more-details-accordian .fcr-accordian-title .action-btn.affiliation {
  transform: rotate(270deg);
}
.fcr-card-more-details .fcr-more-details-accordian .fcr-accordian-title .action-btn.recognition {
  transform: rotate(270deg);
}
.fcr-card-more-details .fcr-more-details-accordian .fcr-no-accordian-title {
  font-weight: 700;
  display: flex;
  color: #333333;
  text-decoration: none;
}
.fcr-card-more-details .fcr-more-details-accordian .fcr-no-accordian-title .no-accordian-title {
  flex: 1;
  padding-left: 5px;
  padding-top: 2px;
}
.fcr-card-more-details .fcr-more-details-accordian .fcr-no-accordian {
  padding-left: 5px;
  padding-top: 2px;
}
.fcr-card-more-details .fcr-more-details-accordian:last-child {
  border-top: none;
}

.fcr-inner-card-cmp {
  height: 100%;
}

.fcr-inner-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fcr-inner-card .fcr-inner-card-header {
  height: 80px;
  padding: 20px 0px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0784313725);
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fcr-inner-card .fcr-inner-card-header .back-icon {
  cursor: pointer;
}
.fcr-inner-card .fcr-inner-card-header .fcr-insurance-header {
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
}
.fcr-inner-card .fcr-inner-card-header h5 {
  text-align: center;
  flex: 1;
  font-size: 16px;
  font-weight: 700;
}
.fcr-inner-card .fcr-inner-card-header h3.fcr-recognition-title {
  text-align: center;
  flex: 1;
  font-size: 16px;
}
.fcr-inner-card .fcr-inner-card-header .close-icon {
  cursor: pointer;
}
.fcr-inner-card .fcr-inner-card-header .close-icon img {
  height: 24px;
  width: 24px;
}
.fcr-inner-card .fcr-inner-card-content {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
  scrollbar-width: none;
  text-align: left;
}
.fcr-inner-card .fcr-auto-scroll-width {
  scrollbar-width: auto;
}
.fcr-inner-card .fcr-inner-card-footer {
  height: 100px;
  box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.0784313725);
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.fcr-inner-card .fcr-inner-card-footer .fcr-back-btn {
  border: none;
  width: 100%;
  height: 45px;
  background: #286ce2;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}

.fcr-pcp-card .fcr-pcp-content ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.fcr-pcp-card .fcr-pcp-content ul li {
  padding-bottom: 11px;
}
.fcr-pcp-card .fcr-pcp-content ul li .pcp-id {
  font-weight: 700;
}
.fcr-pcp-card .fcr-pcp-content ul:last-child {
  padding-bottom: 0;
}

.fcr-speciality-card .fcr-speciality-header {
  padding: 20px 24px;
  background: #f7f7f7;
}
.fcr-speciality-card .fcr-speciality-header h5 {
  text-align: left;
  padding-left: 10px;
}
.fcr-speciality-card .fcr-speciality-content p {
  padding-top: 20px;
}
.fcr-speciality-card .fcr-speciality-content ul {
  margin: 0;
  padding-left: 25px;
}
.fcr-speciality-card .fcr-speciality-content ul li {
  padding-bottom: 5px;
}
.fcr-speciality-card .fcr-speciality-content ul:last-child {
  padding-bottom: 10px;
}

.fcr-recognition-card .fcr-inner-card-affiliation-content {
  padding: 20px;
  scrollbar-width: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-sizing: border-box;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.fcr-recognition-card .fcr-inner-card-affiliation-content a {
  color: #286ce2;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.fcr-recognition-card .fcr-recognition-content {
  padding: 0px;
}
.fcr-recognition-card .fcr-recognition-content .fcr-recognition-card .fcr-recognition-card-header {
  padding: 20px 24px;
  background: #f7f7f7;
}
.fcr-recognition-card .fcr-recognition-content .fcr-recognition-card .fcr-recognition-card-header .fcr-recognition-name {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}
.fcr-recognition-card .fcr-recognition-content .fcr-recognition-card .fcr-recognition-card-content {
  padding: 20px 24px;
}
.fcr-recognition-card .fcr-recognition-footer {
  border-top: solid 1px #ccc;
  box-shadow: -6px 12px 0px rgba(0, 0, 0, 0.0784313725);
}

.fcr-sort-items {
  width: 275px;
  border-radius: 0 !important;
  margin-top: 10px !important;
  padding: 20px !important;
}
.fcr-sort-items .fcr-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}
.fcr-sort-items .providerType {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
}
.fcr-sort-items .providerType label {
  margin: 0;
}
.fcr-sort-items .providerType input[type=radio] {
  margin-top: 0;
}
.fcr-sort-items .providerType .personalized-message {
  margin-left: 20px;
}
.fcr-sort-items .fcr-sort-buttons .mr-1 {
  margin-right: 10px;
}
.fcr-sort-items .fcr-sort-buttons .btn-small {
  padding: 0.4rem 1.5rem;
}
.fcr-sort-items .apply-button {
  background: #286ce2;
}
.fcr-sort-items .fcr-sort-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.fcr-insurance-card .fcr-insurance-content {
  padding: 10px 0px;
}
.fcr-insurance-card .fcr-insurance-content .insurance-item {
  padding: 10px 24px;
  border-bottom: 1px solid #cccccc;
}
.fcr-insurance-card .fcr-insurance-content .insurance-item .fcr-insurance-item-heading {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 14px;
  text-transform: capitalize;
}
.fcr-insurance-card .fcr-insurance-content .insurance-item ul {
  padding-left: 25px;
  margin-bottom: 0px;
}
.fcr-insurance-card .fcr-insurance-content .insurance-item ul li {
  padding-bottom: 3px;
}
.fcr-insurance-card .fcr-insurance-content .insurance-item ul li:last-child {
  padding-bottom: 0;
}
.fcr-insurance-card .fcr-insurance-content .insurance-item hr {
  width: calc(100% + 48px);
  margin-left: -24px;
  height: 1px;
  background-color: #cccccc;
}
.fcr-insurance-card .fcr-insurance-content .insurance-item:last-child {
  border-bottom: none;
}

.fcr-page-alert-panel-heading {
  padding: 0 0 2rem 0.15rem;
}

.fcr-result-alert-container {
  padding: 1rem 2rem 0 0.15rem;
}

.fcr-page-alert-icon {
  font-size: 20px !important;
}

.fcr-assign-care-panel .fcr-close-icon {
  color: #286ce2;
}
.fcr-assign-care-panel button.fcr-btn-secondary {
  background: #ffffff;
  color: #286ce2;
  border: solid 1px #286ce2;
}
.fcr-assign-care-panel button.fcr-btn-primary {
  background: #286ce2;
  color: #ffffff;
  border: none;
}

.fcr-service-card .fcr-service-content {
  padding: 20px 0px;
}
.fcr-service-card .fcr-service-content .service-item {
  padding: 0px 24px;
  border-bottom: 1px solid #cccccc;
}
.fcr-service-card .fcr-service-content .service-item ul {
  margin-bottom: 0px;
}
.fcr-service-card .fcr-service-content .service-item ul li {
  padding-bottom: 10px;
}
.fcr-service-card .fcr-service-content .service-item ul li:last-child {
  padding-bottom: 0;
}
.fcr-service-card .fcr-service-content .service-item:last-child {
  border-bottom: none;
}

.fcr-page-alert-panel-heading {
  padding: 0 0 2rem 0.15rem;
}

.fcr-result-alert-container {
  padding: 1rem 2rem 0 0.15rem;
}

.fcr-page-alert-icon {
  font-size: 20px !important;
}

.fcr-assign-care-panel .fcr-close-icon {
  color: #286ce2;
}
.fcr-assign-care-panel button.fcr-btn-secondary {
  background: #ffffff;
  color: #286ce2;
  border: solid 1px #286ce2;
}
.fcr-assign-care-panel button.fcr-btn-primary {
  background: #286ce2;
  color: #ffffff;
  border: none;
}

.fcr-affiliation-card .fcr-affiliation-heading {
  text-align: center;
  flex: 1;
  font-size: 16px;
  font-weight: 700;
}
.fcr-affiliation-card .fcr-inner-card-content {
  padding: 0px;
}
.fcr-affiliation-card .fcr-inner-card-content .affiliation-card-no-content {
  padding: 20px;
}
.fcr-affiliation-card .fcr-inner-card-content .affiliation-card h6 {
  background-color: #f7f7f7;
  padding: 18px 24px;
  font-weight: 700;
  color: #333333;
  font-weight: 16px;
}
.fcr-affiliation-card .fcr-inner-card-content .affiliation-card .affiliation-list {
  list-style: none;
  padding-left: 0;
}
.fcr-affiliation-card .fcr-inner-card-content .affiliation-card .affiliation-list li {
  padding: 20px 24px;
  display: flex;
  cursor: pointer;
  border-bottom: solid 1px #cccccc;
}
.fcr-affiliation-card .fcr-inner-card-content .affiliation-card .affiliation-list li:last-child {
  border-bottom: none;
}
.fcr-affiliation-card .fcr-inner-card-content .affiliation-card .affiliation-list li .affiliation-left {
  flex: 1;
}
.fcr-affiliation-card .fcr-inner-card-content .affiliation-card .affiliation-list li .affiliation-left h5 {
  background: none;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}
.fcr-affiliation-card .fcr-inner-card-content .affiliation-card .affiliation-list li .affiliation-left .fcr-provider-name {
  background: none;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}
.fcr-affiliation-card .fcr-inner-card-content .affiliation-card .affiliation-list li .affiliation-left p {
  line-height: 22px;
  margin-bottom: 0;
}
.fcr-affiliation-card .fcr-inner-card-content .affiliation-card .affiliation-list li .affiliation-right {
  width: 30px;
}
.fcr-affiliation-card .fcr-inner-card-content .affiliation-card .affiliation-list li .affiliation-right img {
  transform: rotate(270deg);
}
.fcr-affiliation-card .fcr-inner-card-content .fcr-affiliation-filter-card {
  padding: 15px 20px;
  display: flex;
  cursor: pointer;
  border-bottom: solid 1px #cccccc;
  background-color: #f7f7f7;
  gap: 10px;
}
.fcr-affiliation-card .fcr-inner-card-content .fcr-affiliation-filter-card .fcr-affiliation-filter-button {
  display: flex;
  align-items: center;
  padding: 4px 20px;
  gap: 3px;
  border: 1px solid #949494;
  border-radius: 32px;
  background-color: #ffffff;
  font-weight: 700;
}
.fcr-affiliation-card .fcr-inner-card-content .fcr-affiliation-filter-items {
  padding: 24px;
  border-bottom: solid 1px #cccccc;
}
.fcr-affiliation-card .fcr-inner-card-content .fcr-affiliation-filter-items h6 {
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 15px;
}
.fcr-affiliation-card .fcr-inner-card-content .fcr-affiliation-filter-items .fcr-affiliation-radio-items {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 15px;
}
.fcr-affiliation-card .fcr-inner-card-content .fcr-affiliation-filter-items .fcr-affiliation-radio-items label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
  color: #555555;
}
.fcr-affiliation-card .fcr-affiliation-footer {
  box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.0784313725);
}
@media only screen and (max-width: 480px) {
  .fcr-affiliation-card .fcr-affiliation-filter-footer-btn-group {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .fcr-affiliation-card .fcr-affiliation-filter-footer-btn-group button {
    margin-right: 3px !important;
  }
}

.fcr-license-card .fcr-license-content {
  padding: 10px 0px;
}
.fcr-license-card .fcr-license-content.fcr-features-content {
  height: calc(100% - 180px);
}
.fcr-license-card .fcr-license-content .license-item {
  padding: 10px 24px;
  border-bottom: 1px solid #cccccc;
}
.fcr-license-card .fcr-license-content .license-item h5 {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 14px;
  text-transform: capitalize;
}
.fcr-license-card .fcr-license-content .license-item ul {
  padding-left: 25px;
  margin-bottom: 0px;
}
.fcr-license-card .fcr-license-content .license-item ul li {
  padding-bottom: 10px;
}
.fcr-license-card .fcr-license-content .license-item ul li:last-child {
  padding-bottom: 0;
}
.fcr-license-card .fcr-license-content .license-item:last-child {
  border-bottom: none;
}

#fcr-result-cost-range-tooltip {
  margin: 0px !important;
}

.popover.ant-tooltip-component.top.tooltip-top.in.fade,
.popover.ant-tooltip-component.left.tooltip-left.in.fade,
.popover.ant-tooltip-component.right.tooltip-right.in.fade,
.popover.ant-tooltip-component.bottom.tooltip-bottom.in.fade {
  box-shadow: none;
  border: solid 1px #3a77e4;
}
@media only screen and (max-width: 480px) {
  .popover.ant-tooltip-component.top.tooltip-top.in.fade,
  .popover.ant-tooltip-component.left.tooltip-left.in.fade,
  .popover.ant-tooltip-component.right.tooltip-right.in.fade,
  .popover.ant-tooltip-component.bottom.tooltip-bottom.in.fade {
    right: 5px !important;
  }
}

.popover.top .popover-close,
.popover.top .popover-indicator,
.popover.bottom .popover-close,
.popover.bottom .popover-indicator,
.popover.left .popover-close,
.popover.left .popover-indicator,
.popover.right .popover-close,
.popover.right .popover-indicator {
  display: none;
}

.popover.ant-tooltip-component.top-right.tooltip-top-right.in.fade {
  width: 17vw !important;
  border: solid 1px #3a77e4 !important;
  border-radius: 0px !important;
  z-index: 200 !important;
  position: absolute;
  transform: translate(-10px, 20px);
}
.popover.ant-tooltip-component.top-right.tooltip-top-right.in.fade .popover-close {
  display: none;
}
.popover.ant-tooltip-component.top-right.tooltip-top-right.in.fade .popover-content {
  padding: 15px;
}

.popover-content {
  max-height: 160px !important;
  overflow: hidden !important;
  overflow-y: auto !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.popover-content::-webkit-scrollbar {
  display: none;
}

.virtual-connect-container {
  padding: 0px 16px;
  width: max-content;
  border: 1px solid #286ce2;
  margin-top: 8px;
  color: #286ce2;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}
.virtual-connect-container span {
  margin: 8px;
}

.fcr-sso-connect-now {
  color: #286ce2;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  padding-right: 8px;
  text-decoration: none;
}

.fcr-infoBox-container {
  padding: 8px;
  padding-bottom: unset !important;
}

.virtual-connect-now .virtual-connect-container {
  background-color: #286ce2;
  color: #fff;
}
.virtual-connect-now .virtual-connect-container #connect-now-text {
  position: relative;
  top: -3px;
  margin-right: 0px;
}
.virtual-connect-now .virtual-connect-container .fa-external-link::before {
  font-size: 20px;
}

.search-dropdown-container .toggle-body {
  border: solid 1px;
  width: min-content;
  padding: 8px;
}

.fcr-pharmacy-card {
  height: 100%;
}
.fcr-pharmacy-card .fcr-provider-card-header {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px !important;
}
.fcr-pharmacy-card .fcr-provider-card-header .fcr-provider-card-header-top {
  position: relative;
  top: 5px;
}
.fcr-pharmacy-card .fcr-provider-card-content {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: 0px !important;
  height: calc(100% - 164px) !important;
}
.fcr-pharmacy-card .fcr-provider-card-content.hide-footer {
  height: calc(100% - 95px) !important;
}
.fcr-pharmacy-card .fcr-provider-card-content .fcr-provider-card-content-top {
  border-top: none !important;
}
.fcr-pharmacy-card .fcr-provider-card-content::-webkit-scrollbar {
  display: none;
}
.fcr-pharmacy-card .fcr-provider-card-content .uxd-expansion-button {
  align-items: center;
}
.fcr-pharmacy-card .fcr-provider-card-content .acordian-cont {
  font-weight: 400;
  display: inline-block;
  padding-left: 5px;
}
.fcr-pharmacy-card .fcr-pharmacy-provider-name {
  flex: 1 1 auto;
  font-weight: 700;
}

.feature-txt {
  display: inline-block;
  padding-left: 5px !important;
}

.feature-list {
  padding: 0px 0px 0px 21px !important;
}
.feature-list .listed-features {
  display: inline-block;
  padding: 5px 0px;
}

.fcr-pharmacy-item ul {
  list-style: none;
}

.fcr-view-all-features {
  padding-left: 20px;
}
.fcr-view-all-features .fcr-view-all-features-link {
  font-weight: 600;
  text-decoration: none;
  top: 0px !important;
  display: inline-block;
  text-transform: capitalize;
}

.listed-features::before {
  content: "•";
  display: inline-block;
  margin-right: 5px;
  color: black;
}

.info-section {
  padding: 20px 0px 10px 0px;
  border-bottom: solid 1px #ccc;
}
.info-section ul {
  list-style: none;
  padding-left: 24px;
}
.info-section ul li {
  padding-bottom: 10px;
  display: flex;
}
.info-section ul li .highlight-label {
  font-weight: 700;
  padding-right: 5px;
}

.fcr-inner-card .fcr-inner-card-header {
  text-align: left;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
}
.fcr-inner-card .fcr-inner-card-header h4 {
  font-family: Lato;
  font-weight: 700;
}
.fcr-inner-card .fcr-inner-card-header p {
  margin-bottom: 0;
  padding-top: 3px;
}
.fcr-inner-card .fcr-locations-content {
  padding: 0px;
  height: calc(100% - 100px);
}
.fcr-inner-card .fcr-locations-content .locations-card .locations-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.fcr-inner-card .fcr-locations-content .locations-card .locations-list li {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 0px;
}
.fcr-inner-card .fcr-locations-content .locations-card .locations-list li.active .location-top .location-address {
  font-weight: 700;
}
.fcr-inner-card .fcr-locations-content .locations-card .locations-list li .location-top {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.fcr-inner-card .fcr-locations-content .locations-card .locations-list li .location-top .location-address {
  display: flex;
  width: 70%;
  margin-bottom: 7px;
}
.fcr-inner-card .fcr-locations-content .locations-card .locations-list li .location-down {
  display: flex;
  justify-content: space-between;
}
.fcr-inner-card .fcr-locations-content .locations-card .locations-list li .location-down .location-phone {
  color: #286ce2;
  padding-left: 24px;
}
.fcr-inner-card .fcr-locations-content .locations-card .locations-list li .location-down .location-cost {
  padding-right: 24px;
}
.fcr-inner-card .fcr-locations-content .locations-card .locations-list li .location-down .location-cost .cost-text {
  text-transform: capitalize;
}
.fcr-inner-card .fcr-locations-content .locations-card .locations-list li .location-down .location-cost .cost {
  font-size: 18px;
  color: #286ce2;
  font-weight: 700;
  padding-left: 10px;
}
.fcr-inner-card .fcr-locations-content .locations-card .locations-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.fcr-inner-card .fcr-locations-content .locations-card .locations-list li:hover {
  background-color: #f7f7f7;
}
.fcr-inner-card .fcr-locations-content .locations-card .locations-list li.active {
  background-color: #f7f7f7;
}

.card-loader .sk-spinner-wave.sk-spinner {
  height: 60px;
  font-size: 14px;
}
.card-loader .sk-spinner-wave.sk-spinner div {
  background: #dddddd;
}

.provider-lang {
  display: inline-block;
  padding-left: 5px;
}

@media print {
  body .fcr-providerprint-card-container,
  body .fcr-pharmacy-card-container {
    visibility: hidden;
  }
  .provider-card-print-content-container * {
    visibility: visible;
  }
  .fcr-page-wrapper {
    display: none !important;
  }
  .provider-card-print-content-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: white;
  }
  .provider-card-print-content-container .affiliation-list {
    padding-top: 15px;
  }
  .provider-card-print-content-container .affiliation-list li {
    padding-top: 15px;
  }
  .provider-card-print-content-container .pc-card-section {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .provider-card-print-content-container .pc-card-section h4 {
    font-size: 16px;
    font-weight: 700;
  }
  .provider-card-print-content-container .pc-card-section h4.affilation-title {
    padding-bottom: 15px;
  }
  .provider-card-print-content-container .pc-card-section a {
    text-decoration: none;
    font-weight: 700;
    padding-left: 10px;
  }
  .provider-card-print-content-container .provider-card-section {
    padding-bottom: 15px;
    padding-top: 0;
  }
  .provider-card-print-content-container .provider-card-section .icon-space {
    padding-left: 10px;
    display: inline-block;
  }
  .provider-card-print-content-container .provider-card-section h4 {
    font-size: 16px;
    font-weight: 700;
  }
  .provider-card-print-content-container .provider-card-section a {
    text-decoration: none;
    font-weight: 700;
    padding-left: 10px;
  }
  .provider-card-print-content-container .print-main-title {
    font-weight: 700;
  }
}
.hide-preview {
  display: none;
}

.license-numbers {
  display: flex;
  align-items: flex-start !important;
}
.license-numbers .fcr-license-number-tooltip {
  width: 25px !important;
}
.license-numbers .view-all-wrapper {
  flex: 1 !important;
  justify-content: flex-start !important;
}

.fcr-expertise {
  display: flex;
}
.fcr-expertise .highlight-label {
  min-width: 75px;
}

.fcr-nodata-available {
  padding-left: 20px;
}

.fcr-office-feature-name {
  text-transform: capitalize;
}

#fcr-assign-pcp-btn {
  display: none;
}

.view-all-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  padding-top: 0px;
}

@media all and (max-width: 960px) {
  .fcr-results-content {
    z-index: 110 !important;
    top: 0px;
  }
  .fcr-results-content.fcr-set-top {
    top: 63px;
  }
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-map-view .fcr-provider-card {
    position: fixed;
    top: 42px;
    height: calc(100vh - 52px) !important;
    left: -10px;
    max-width: 100%;
    z-index: 2 !important;
  }
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-location-map-view-mobile .fcr-results-map-container {
    height: calc(100vh - var(--map-sticky-offset));
  }
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-location-map-view-mobile .fcr-results-map-container .fcr-rsp-cmp-map-cntr {
    top: 0px !important;
  }
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container.show-card-view .fcr-provider-card {
    position: fixed;
    top: 55px;
    left: 0;
    height: calc(100vh - 55px) !important;
    max-width: 100%;
    z-index: 2 !important;
  }
  body:has(.fcr-provider-card) {
    overflow: hidden;
  }
  body:has(.fcr-provider-card) .fcr-page-wrapper .mbr-top-of-page-wrapper {
    opacity: 0.35;
    pointer-events: none;
  }
  body:has(.fcr-provider-card) .fcr-page-wrapper .page-header-wrapper {
    display: none;
  }
  body:has(.fcr-provider-card) .fcr-inner-card .fcr-inner-card-content {
    height: calc(100% - 125px);
  }
  body:has(.fcr-provider-card) .fcr-page-wrapper .fcr-page-sticky-top-container {
    display: none !important;
  }
  body:has(.fcr-provider-card) .chatContainer {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .fcr-search-header-cmp .search-bar-container .fcr-dynamic-care-plan .fcr-mob-care-plan-wrapper .fcr-care-plan-box {
    width: 100%;
  }
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-down {
    flex-direction: column-reverse;
    height: auto;
    gap: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-down .fcr-provider-appointment {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 15px;
    border-top: solid 1px #ccc;
  }
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-down .fcr-provider-appointment .fcr-provider-btn {
    width: calc(100% - 20px);
    text-align: center;
    height: 42px;
  }
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-provider-card-content .fcr-provider-card-content-down .fcr-provider-review-wrapper {
    flex: 0 0 100%;
    width: 100%;
  }
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul li.fcr-languages-entry {
    display: flex;
  }
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul li.fcr-languages-entry img {
    align-self: flex-start;
    padding-top: 5px;
  }
  .fcr-results-content .fcr-results-main-content .fcr-results-right-container .fcr-provider-card .fcr-morelinks ul li.fcr-languages-entry .fcr-languages-span {
    display: flex;
  }
  .fcr-filter-chips-container .fcr-selected-filters {
    width: 100%;
  }
}
.fcr-distance-filter-container {
  margin-left: 24px;
  display: flex;
  row-gap: 8px;
  flex-direction: column;
}
.fcr-distance-filter-container .fcr-distance-filter {
  display: flex;
  padding: 0px 10px;
  margin-bottom: 12px;
  align-items: center;
}
.fcr-distance-filter-container .fcr-distance-filter-label {
  margin: 0px;
  font-weight: 400;
  padding-bottom: 2px;
}
.fcr-distance-filter-container input {
  margin: 0px 8px 0px 0px;
  width: 16px;
  height: 16px;
}

@keyframes slideDownFCRLoader {
  0% {
    top: 0%;
    bottom: 100%;
    opacity: 0;
  }
  5% {
    top: 0%;
    bottom: 0%;
  }
  12% {
    opacity: 1;
  }
  50% {
    top: 0%;
    bottom: 0%;
    opacity: 1;
  }
  55% {
    top: 0%;
    bottom: 100%;
  }
  62% {
    opacity: 0;
  }
  100% {
    top: 0%;
    bottom: 100%;
    opacity: 0%;
  }
}
@keyframes slideUpFCRLoader {
  0% {
    top: 100%;
    bottom: 0%;
    opacity: 0;
  }
  5% {
    top: 0%;
    bottom: 0%;
  }
  12% {
    opacity: 1;
  }
  50% {
    top: 0%;
    bottom: 0%;
  }
  55% {
    top: 100%;
    bottom: 0%;
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  100% {
    top: 100%;
    bottom: 0%;
  }
}
.fcr-app-load {
  width: 100%;
  height: 100%;
}
.fcr-app-load .ant-loading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 100%;
  margin: 0 auto;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart {
  display: flex;
  padding: 10px;
  height: 120px;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart span {
  position: relative;
  background: #eee;
  width: 8px;
  display: flex;
  margin: 4px;
  border-radius: 4px;
  height: 80px;
  top: 25px;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(even)::before {
  animation: slideUpFCRLoader 5s ease-out infinite;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(odd)::before {
  animation: slideDownFCRLoader 5s ease-out infinite;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(2)::before {
  animation-delay: 0.286s;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(3)::before {
  animation-delay: 0.572s;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(4)::before {
  animation-delay: 0.858s;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(5)::before {
  animation-delay: 1.144s;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(6)::before {
  animation-delay: 1.43s;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(7)::before {
  animation-delay: 1.716s;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(1), .fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(7) {
  height: 30px;
  top: 20px;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(2), .fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(6) {
  height: 60px;
  top: 10px;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(3), .fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(5) {
  height: 80px;
  top: 10px;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(odd)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(42, 181, 202), rgb(0, 121, 194));
  border-radius: 4px;
  top: 0%;
}
.fcr-app-load .ant-loading-wrapper .motif-spinner-heart span:nth-child(even)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgb(42, 181, 202), rgb(0, 121, 194));
  border-radius: 4px;
  bottom: 0%;
}

.pcp-search-container {
  padding-left: 9px;
}
.pcp-search-container .pcp-search-link {
  cursor: pointer;
}
.pcp-search-container .pcp-description {
  color: #000;
}

.pcp-search-container-text {
  padding-top: 10px;
}

.bh-non-crisis-padding {
  margin-right: 3px;
}

.bh-non-crisis-image-padding {
  margin-left: 3px;
}

.intent-search-info-margin {
  margin-top: 5px;
  margin-left: 3px;
}

.intent-search-info-margin-bh {
  margin-left: 3px;
  word-break: break-word;
}

.intent-search-info-margin-non-bh {
  margin-top: 3px;
}

.bh-non-crisis-image {
  content: url(/assets/images/common/bh-non-crisis.svg);
}

.arrowExternal-image {
  content: url(/assets/images/common/arrowExternal.svg);
}

.intent-fcr .ant-alert {
  border: none;
  border-left: none;
}

.bh-non-crisis-btn {
  text-decoration: none !important;
}

.bh-alert-link {
  text-decoration: none;
  cursor: pointer;
}

.fcr-view-all-licenses-link {
  top: 0px !important;
  display: inline-block;
}

.fcr-view-all-licenses {
  display: block;
}

.fcr-license-number-text {
  display: inline-block;
}

.online-pharmacy.accordian-title {
  font-weight: 600;
  padding-left: 5px;
}

.pharmacy-popicon {
  color: #286ce2;
  border: none !important;
  background: none !important;
}

.tty {
  margin-left: 5px;
}

.fcr-provider-network-status {
  display: flex;
}
@media screen {
  .fcr-provider-network-status.row-flex {
    display: flex;
    align-items: flex-start;
  }
}
.fcr-provider-network-status.row-flex img {
  padding-top: 3px;
}
.fcr-provider-network-status span {
  text-transform: capitalize;
}
.fcr-provider-network-status span.termed-status {
  color: #cb2a73;
}
.fcr-provider-network-status .fcr-provider-overview-status-icon {
  color: #949494;
  font-size: 16px !important;
  margin-right: 6px;
  padding-top: 4px;
}

.fcr-qlink-icon-section:focus,
.pf2-iconLinkRight:focus {
  outline: 1px solid #286ce2;
  outline-offset: 1px;
}

.fcr-data-loader {
  height: 100%;
}

/* Styles for provider disclaimer component */
.disclaimer-container {
  position: relative;
  padding: 1.5em 1.3em;
}

.disclaimer-limit-rows {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -moz-box;
  -moz-line-clamp: 5;
  max-height: 9em;
}

.fcr-disclaimer-view-more {
  text-decoration: none;
  padding-top: 8px;
  padding-left: 16px;
  padding-bottom: 20px;
}

.btn-pcp-disabled {
  background-color: #337ab7 !important;
  border-color: #2e6da4 !important;
}

.fcr-disclaimer-card .fcr-disclaimer-content {
  padding: 0px;
}
.fcr-disclaimer-card .fcr-disclaimer-content .fcr-disclaimer-card .fcr-disclaimer-header {
  padding: 20px 24px;
  background: #f7f7f7;
}
.fcr-disclaimer-card .fcr-disclaimer-content .fcr-disclaimer-card .fcr-disclaimer-header h5 {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}
.fcr-disclaimer-card .fcr-disclaimer-content .fcr-disclaimer-card .disclaimer-card-text {
  padding-bottom: 20px;
}
.fcr-disclaimer-card .fcr-disclaimer-footer {
  border-top: solid 1px #ccc;
  box-shadow: -6px 12px 0px rgba(0, 0, 0, 0.0784313725);
}

.fcr-disclaimers-print-container {
  padding: 24px 20px;
}
.fcr-disclaimers-print-container .fcr-disclaimer-print-content .disclaimer-card-print-text {
  padding-bottom: 20px;
}

.fcr-care-circle {
  padding-top: 20px;
}
.fcr-care-circle .fcr-care-info a.fcr-care-link {
  padding-left: 5px;
}
.fcr-care-circle .fcr-care-circle-card-footer {
  padding-top: 30px;
  margin-top: auto;
}
.fcr-care-circle .fcr-care-circle-btn {
  border: none;
  width: 100%;
  height: 45px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  display: block;
  line-height: 40px;
  text-decoration: none;
}
.fcr-care-circle .fcr-care-circle-btn.fcr-addcare-primary-btn {
  background: #286ce2;
  border-color: #286ce2;
  color: #ffffff;
}
.fcr-care-circle .fcr-care-circle-btn.fcr-addcare-primary-btn:hover {
  background: #31b0d5;
  border-color: #269abc;
}
.fcr-care-circle .fcr-care-circle-btn.fcr-addcare-secondary-btn {
  background: #ffffff;
  color: #286ce2;
}
.fcr-care-circle .fcr-care-circle-btn.fcr-addcare-secondary-btn:hover {
  color: #2453a6;
}
.fcr-care-circle .fcr-care-options-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 370px) {
  .fcr-care-circle .fcr-care-options-list {
    flex-direction: column;
    height: 130px;
    justify-content: space-between;
  }
}
.fcr-care-circle .fcr-care-options-list .fcr-careoption-icon {
  padding-left: 15px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  color: #286ce2;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.fcr-care-circle .fcr-care-options-list .fcr-careoption-icon .motif-print {
  font-size: 20px !important;
  color: #949494;
  padding-right: 6px;
}
.fcr-care-circle .fcr-care-options-list .fcr-careoption-icon .motif-message {
  color: #949494;
  font-size: 22px !important;
  padding-right: 5px;
}
.fcr-care-circle .fcr-care-options-list .fcr-careoption-icon img {
  padding-right: 7px;
}
.fcr-care-circle .fcr-care-options-list .fcr-careoption-icon.fcr-add-care {
  background: #286ce2;
  color: #ffffff;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 15px;
  padding: 0px 12px;
}
.fcr-care-circle .fcr-care-options-list .fcr-careoption-icon.fcr-add-care .motif-icon {
  font-size: 26px !important;
  margin-right: 6px;
}
.fcr-care-circle .fcr-carecircle-pcp-btn {
  background: #286ce2;
  color: #ffffff;
  max-width: 225px;
}
.fcr-care-circle .fcr-back-btn {
  color: #286ce2;
  cursor: pointer;
  background: transparent;
}
.fcr-care-circle .fcr-back-btn:hover {
  background: #286ce2;
  color: #ffffff;
}
.fcr-care-circle .fcr-care-circle-info {
  padding-bottom: 15px;
}
.fcr-care-circle .fcr-care-circle-info .fcr-care-circle-headings {
  font-weight: 700;
  margin-bottom: 0px;
}
.fcr-care-circle .fcr-care-circle-info .fcr-care-circle-link {
  text-decoration: none;
}
.fcr-care-circle .fcr-care-circle-info .fcr-cc-pcp-searchbtn {
  background-color: #286ce2;
  color: #ffffff;
  padding: 7px 30px;
}
.fcr-care-circle .fcr-care-list-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
  gap: 20px;
  padding: 16px 0;
}
.fcr-care-circle .fcr-care-list-wrapper .fcr-care-circle-card {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0784313725);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 20px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
}
.fcr-care-circle .fcr-care-list-wrapper .fcr-care-circle-card .fcr-care-circle-card-head .fcr-care-head-title {
  font-size: 18px;
  color: #286ce2;
  font-weight: 400;
  margin-bottom: 0;
  text-decoration: none;
  cursor: pointer;
}
.fcr-care-circle .fcr-care-list-wrapper .fcr-care-circle-card .fcr-care-circle-card-head .fcr-care-head-title.fcr-care-head-title-disabled {
  color: #333333;
  cursor: default;
}
.fcr-care-circle .fcr-care-list-wrapper .fcr-care-circle-card .fcr-care-circle-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.fcr-care-circle .fcr-care-list-wrapper .fcr-care-circle-card .fcr-care-circle-card-content > p {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.fcr-care-circle .fcr-care-list-wrapper .fcr-care-circle-card .fcr-care-circle-card-content > p.fcr-care-speciality-list span {
  padding-top: 10px;
  display: inline-block;
}
.fcr-care-circle .fcr-care-list-wrapper .fcr-care-circle-card .fcr-care-circle-card-content > p.fcr-care-speciality-list span.fcr-care-cardtype {
  background-color: #108808;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  padding: 3px 6px !important;
  border-radius: 2px;
  font-weight: 700;
  position: relative;
  top: -10px;
}
.fcr-care-circle .fcr-care-list-wrapper .fcr-care-circle-card .fcr-care-circle-card-content > p.view-claims span {
  padding-right: 5px;
}
.fcr-care-circle .fcr-care-list-wrapper .fcr-care-circle-card .fcr-care-circle-card-content > p .fcr-carecircle-morelink {
  color: #286ce2;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  font-family: "Lato", sans-serif !important;
  cursor: pointer;
}
.fcr-care-circle .fcr-care-list-wrapper .fcr-care-circle-card .fcr-care-circle-card-content .fcr-care-circle-card-label {
  padding-top: 0px;
}
.fcr-care-circle .fcr-care-list-wrapper .fcr-care-circle-card .fcr-care-circle-card-content .fcr-care-circle-card-label .fcr-care-cardtype {
  display: inline-block;
  background-color: #108808;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 2px;
  font-weight: 700;
}
.fcr-care-circle .fcr-care-list-wrapper .fcr-care-circle-card .fcr-care-circle-card-content .fc-carecircle-list-link {
  text-underline-offset: 5px;
}

.fcr-advocate-details-modal .fcr-ct-side-panel .fcr-btn-transparent {
  color: #286ce2;
  border-color: #286ce2;
  background: transparent;
}
.fcr-advocate-details-modal .fcr-ct-side-panel .fcr-modal-component-body .fcr-adv-phone {
  color: #286ce2;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 700;
  font-family: "Lato", sans-serif !important;
}
.fcr-advocate-details-modal .fcr-ct-side-panel .fcr-modal-component-body .fcr-modal-description .fcr-care-hours {
  padding-right: 5px;
}
.fcr-advocate-details-modal .fcr-ct-side-panel .fcr-modal-component-body .fcr-modal-description p {
  margin-bottom: 0px;
}
.fcr-advocate-details-modal .fcr-ct-side-panel .fcr-modal-component-body .fcr-modal-title {
  margin-bottom: 10px;
}
.fcr-advocate-details-modal .fcr-ct-side-panel .fcr-modal-component-body .fcr-adv-modal-label {
  background: #0c7905;
  color: #fff;
  padding: 3px 6px;
  border-radius: 2px;
}
.fcr-advocate-details-modal .fcr-ct-side-panel .fcr-modal-component-body .fcr-adv-detail-title {
  font-size: 22px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
  padding-top: 30px;
}
.fcr-advocate-details-modal .fcr-ct-side-panel .fcr-modal-component-body h6 {
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 20px;
}
.fcr-advocate-details-modal .fcr-ct-side-panel .fcr-modal-component-body .fcr-adv-desc {
  padding-bottom: 20px;
}
.fcr-advocate-details-modal .fcr-ct-side-panel .fcr-modal-component-body .fcr-adv-info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.fcr-advocate-details-modal .fcr-ct-side-panel .fcr-modal-component-body .fcr-adv-list {
  padding-top: 20px;
}
.fcr-advocate-details-modal .fcr-ct-side-panel .fcr-modal-component-body .fcr-adv-list ul {
  padding-left: 15px;
  padding-bottom: 10px;
}

.sbhc-alert-content {
  display: inline !important;
}

.sbhc-alert-link {
  text-decoration: underline !important;
}

.sbhc-heading {
  font-size: 26px;
  line-height: normal;
}

.sbhc-container {
  margin-top: 29px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fcr-sbhc-alert {
  cursor: pointer;
}

@media all and (max-width: 600px) {
  .fcr-map-container .fcr-map-pushpin-infobox {
    z-index: 100;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fcr-website {
  text-decoration: none;
  font-weight: 700;
}

.is-required {
  color: #cc0033;
  padding-left: 5px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/styles/partials/components.scss?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** 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. */
.fixed-tray .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/* Import Reimagined Classic Icon Variables */
@font-face {
  font-family: "ant-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

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

/** 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. */
.fixed-tray .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/* Import Reimagined Classic Icon Variables */
@font-face {
  font-family: "ant-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

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

.pf-map-input {
  width: 48% !important;
  float: left;
  padding: 0;
}
.pf-map-input .directionsPanel {
  float: left;
  width: 100% !important;
}
.pf-map-input .directionsPanel .dirWp input {
  width: 230px;
}

.pf-pre-wrap {
  white-space: pre-wrap;
}

.pf-inline-span {
  display: inline !important;
}
.pf-inline-span span {
  display: inline !important;
}

.pf-back-to-link {
  padding: 10px 0px;
  list-style: none;
  background-color: #fff;
}
.pf-back-to-link a {
  cursor: pointer;
}
.pf-back-to-link .pf-back-link {
  font-weight: 700;
  border-bottom: none;
  text-decoration: none;
}
.pf-back-to-link .pf-back-link .pf-back-link-text {
  margin-left: 10px;
}
.pf-back-to-link .pf-back-link .phone-color {
  color: #286ce2;
}

.pf-map-directions {
  width: 100%;
  padding: 0;
}

.pf-map-view {
  float: left;
  padding: 0;
  position: relative;
  border: 1px solid black;
  width: 315px;
  height: 300px !important;
}
@media screen and (min-width: 800px) {
  .pf-map-view {
    width: 350px;
    height: 300px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pf-map-view {
    width: 450px;
    height: 400px !important;
  }
}
@media screen and (min-width: 1200px) {
  .pf-map-view {
    width: 550px;
    height: 500px !important;
  }
}

.pf-details-award-container .award-container {
  margin: 20px 0 40px 0;
  padding: 0 10px 0 10px;
}
.pf-details-award-container .award-container .award-image {
  text-align: left;
}
@media screen and (max-width: 800px) {
  .pf-details-award-container .award-container .award-image {
    text-align: left;
    margin-bottom: 1rem;
  }
}
.pf-details-award-container .award-container .award-title {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1.85rem;
}
@media screen and (min-width: 800px) {
  .pf-details-award-container .award-container .award-content {
    border-left: 2px solid #e3e1e1;
  }
}
.pf-details-award-container .award-container .award-text {
  min-height: 75px;
}

.pf-map-modal-container .modal-dialog {
  max-width: 1200px;
}
.pf-map-modal-container .modal-dialog .modal-header {
  padding-bottom: 0;
}
.pf-map-modal-container .modal-dialog .modal-header .close {
  border: none !important;
}
.pf-map-modal-container .MicrosoftMap.dirSDK .directionsPanel {
  width: 100% !important;
}
.pf-map-modal-container .award-container {
  margin: 4rem 0;
}
.pf-map-modal-container .award-container textarea {
  min-height: 100px;
  width: 100%;
}
.pf-map-modal-container .award-container .btn-getdirection {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pf-map-modal-container h2 {
  padding-bottom: 0 !important;
  font-size: 1.86rem !important;
  margin-bottom: 0px;
  padding-top: 0px !important;
}
.pf-map-modal-container .map-img {
  text-align: center;
}
.pf-map-modal-container .start-container,
.pf-map-modal-container .end-container {
  padding-bottom: 0.5rem;
  flex-basis: 100%;
}
.pf-map-modal-container .start-container .fa-map-marker,
.pf-map-modal-container .end-container .fa-map-marker {
  float: left;
}
.pf-map-modal-container .start-container textarea,
.pf-map-modal-container .end-container textarea {
  border: 1px solid black;
}
.pf-map-modal-container .pf-swap-link-container {
  padding-bottom: 0.5rem;
}
.pf-map-modal-container .pf-swap-link-container a {
  border: none;
  text-decoration: none;
  color: #286ce2;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
.pf-map-modal-container a.ant-action-link {
  padding-right: 0;
}
.pf-map-modal-container a.ant-action-link .fa-print {
  color: #fe5e3c !important;
}
.pf-map-modal-container .direction-container {
  margin: 2rem 0 !important;
}
@media screen and (max-width: 1024px) {
  .pf-map-modal-container .direction-container {
    height: 525px;
    overflow: auto;
  }
}
.pf-map-modal-container .route-container {
  margin-top: 2.14rem;
  margin-bottom: 0.71rem;
}
.pf-map-modal-container .route-container .prLabel {
  margin: 0 0 0.79rem 0;
  padding: 0px;
  margin-right: 0.5rem;
  line-height: 1.5;
}
.pf-map-modal-container .directionsPanel {
  max-height: 485px;
  overflow: scroll;
}
.pf-map-modal-container .modal-body .srch-phrm-map-align {
  padding-right: 15px;
  float: left !important;
}
.pf-map-modal-container .modal-body .srch-phrm-map-align .srch-providr-map {
  width: 100%;
  margin-left: 0px;
  height: 485px;
}
.pf-map-modal-container .modal-body #btn-direction-back {
  margin-top: 1rem;
}
.pf-map-modal-container .modal-body .print-btn {
  margin-left: 1rem;
  margin-top: 1rem;
}
.pf-map-modal-container .modal-body .direction-print-btn {
  margin-top: 1rem;
  margin-left: 1rem;
}
.pf-map-modal-container .modal-body .direction-back-btn {
  margin-left: 1rem;
  margin-top: 1rem;
}
.pf-map-modal-container .modal-directions-btn {
  margin-right: 1rem;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1024px) {
  .pf-map-modal-container .modal-directions-btn {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .pf-map-modal-container .modal-header .close {
    top: -4px;
    right: -15px;
  }
}

.pf-fake-show-map {
  margin-bottom: 1rem;
}
.pf-fake-show-map .base-toggle-body {
  margin-top: 0.5rem;
}
.pf-fake-show-map a,
.pf-fake-show-map button {
  border: none;
}

.rc-side-panel {
  overflow-y: auto;
  height: 100%;
}

.model-recent-chat {
  padding: 5rem 1rem 5rem 5.5rem !important;
}
@media screen and (min-width: 801px) {
  .model-recent-chat {
    padding: 1rem 12.5rem 5rem 5rem !important;
  }
}

.model-recent-chat-title {
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  margin-bottom: 24px;
}

.rc-rows-container {
  overflow-y: auto !important;
  height: 100% !important;
  margin: 0, 30px, 50px, 30px;
}

.rc-chat-row {
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.rc-chat-detail-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.rc-chat-row-toggle-container {
  width: 30px;
  justify-content: center;
}

.rc-detail-desc {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.rc-chat-title {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.rc-chat-type {
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.2rem;
}

.rc-desc-go-chat {
  margin-top: 16px;
  padding-right: 15px;
}

.rc-chat-row-description {
  align-self: center;
  margin-bottom: 16px;
}

.rc-close-btn-slider {
  position: absolute;
  bottom: 1%;
  right: 5%;
}

.rc-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.rc-header-divider {
  margin: 0 0 24px;
}

.rc-row-devider {
  margin: 24px 0 24px;
}

.rc-no-decorate {
  text-decoration: none !important;
}

.rc-full-width {
  width: 100%;
}

.vc-ra-title-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  align-items: center;
}

.rc-go-to-chat {
  padding: 0 0.25rem 0 0.25rem;
}

.rc-back-btn {
  float: none;
  height: 60px;
  width: 60px;
  border: none !important;
}

.backButton {
  font-family: "ant-classic-icons", serif;
}
.backButton:before {
  content: "\f121";
  font-size: 2rem;
  color: #286ce2;
}

.pf-vc-lm-container {
  text-align: end;
}

.pf-vc-bottom-space {
  padding-bottom: 3rem;
}

.BaseFooter {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.08);
  padding: 1rem 2rem 1rem 1rem;
  position: absolute;
  width: 100%;
  text-align: end;
}

.pf-toggle-map-wrapper .pf-toggle-map {
  width: 100%;
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.pf-toggle-map-wrapper .pf-toggle-map.show {
  max-height: 485px;
  transition: max-height 0.25s ease-in;
}
.pf-toggle-map-wrapper .pf-toggle-map-button {
  padding: 1rem 0;
  margin-bottom: 1rem;
  width: 100%;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.pf-toggle-map-wrapper .pf-toggle-map-button span {
  margin-left: 5px;
  transform: rotateX(0deg);
  transition: transform 0.25s ease-in;
}
.pf-toggle-map-wrapper .pf-toggle-map-button span:hover {
  cursor: pointer;
}
.pf-toggle-map-wrapper .pf-toggle-map-button span.flipIcon {
  transform: rotateX(180deg);
  transition: transform 0.25s ease-out;
}

.pf-toggle-map-wrapper .pf-toggle-map.show .srch-providr-map {
  max-height: 485px;
  transition: max-height 0.15s ease-out;
  width: 100%;
  margin-top: 0;
}
.pf-toggle-map-wrapper .pf-toggle-map .srch-providr-map {
  height: 485px;
  max-height: 0px;
  transition: max-height 0.15s ease-out;
  width: 100%;
}

.pro-page-header {
  padding: 1.714rem 0;
}

.pro-page-header h1 {
  margin: auto;
  color: #fff;
  font-size: 32px;
}

.pro-page-body {
  background-color: #fff;
}

.fad-margin-top-50 {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .fad-margin-top-50 {
    margin-top: 0px;
  }
}
.fad-margin-top-50 .dropdown-container .psDropdown {
  width: 100%;
}

.fad-margin-auto {
  margin: auto;
}

.fad-margin-top-20 {
  margin-top: 20px;
}

.fad-margin-top-10 {
  margin-top: 10px;
}

.fad-margin-top-5 {
  margin-top: 5px;
}

.fad-search-identification .ant-text-input {
  width: 600px !important;
  max-width: 100%;
}
.fad-search-identification .id-card {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .fad-search-identification .id-card {
    width: 18.75rem;
  }
}
.fad-search-identification .alpha-prefix-label {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 800px) {
  .fad-search-identification {
    padding-top: 0px;
    width: 100%;
    float: none;
  }
  .fad-search-identification .ant-text-input {
    width: 600px !important;
    max-width: calc(100% + 30px);
  }
  .fad-search-identification .input-alert .ant-alert {
    width: 600px;
    max-width: calc(100% + 30px);
  }
  .fad-action-buttons #btn-plan-login.btn {
    padding: 6px 12px;
  }
}
.fad-language {
  padding-top: 20px;
  text-align: right;
}

.mbr-top-of-page-wrapper {
  top: 0;
}

.geo-pf-href-no-border {
  border: 0px;
  cursor: pointer;
  display: block;
}

.desktop-map-locations {
  display: none;
}

.fad-pf-search-wrapper {
  padding: 48px 28px;
  margin-top: 2.125rem;
  border: none 0;
}
@media screen and (max-width: 800px) {
  .fad-pf-search-wrapper {
    padding: 0px;
    padding-bottom: 15px;
  }
}
.fad-pf-search-wrapper #plan-selection-title {
  margin-left: 0px;
}
.fad-pf-search-wrapper #type-care,
.fad-pf-search-wrapper #state-dropdown,
.fad-pf-search-wrapper #plan-drop-down {
  margin-bottom: 0px;
}
.fad-pf-search-wrapper .popover.top, .fad-pf-search-wrapper .popover.bottom, .fad-pf-search-wrapper .popover.left, .fad-pf-search-wrapper .popover.right {
  z-index: 999999999;
}
.fad-pf-search-wrapper .fad-pf-input-lbl {
  font-size: 14px;
  font-weight: 600;
}
.fad-pf-search-wrapper .search-toggle {
  padding: 0 2rem;
}
@media screen and (max-width: 800px) {
  .fad-pf-search-wrapper .search-toggle {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 800px) {
  .fad-pf-search-wrapper .search-toggle .pfRadio span {
    display: inline-flex;
  }
}
.fad-pf-search-wrapper .search-input-zip-height {
  min-height: 120px;
}
@media screen and (max-width: 800px) {
  .fad-pf-search-wrapper .search-input-zip-height {
    min-height: 0px;
  }
}
.fad-pf-search-wrapper .search-input-name-height {
  min-height: 100px;
}
@media screen and (max-width: 800px) {
  .fad-pf-search-wrapper .search-input-name-height {
    min-height: 0px;
  }
}
.fad-pf-search-wrapper #txt-speciiality-description {
  margin-top: 1rem;
}
.fad-pf-search-wrapper .dropdown-container,
.fad-pf-search-wrapper .search-input-container,
.fad-pf-search-wrapper .showSplDetailsLink,
.fad-pf-search-wrapper #hideSplDetails {
  margin-bottom: 2rem;
}
.fad-pf-search-wrapper #showSplDetails,
.fad-pf-search-wrapper #hideSplDetails {
  margin-top: 2rem;
  display: inline-block;
}
.fad-pf-search-wrapper .checkbox-container legend {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.fad-pf-search-wrapper .checkbox-container label {
  font-weight: 400;
}
.fad-pf-search-wrapper .show-more-options-container {
  margin-bottom: 2rem;
}
.fad-pf-search-wrapper .pcLabel {
  margin-right: 0px;
}
.fad-pf-search-wrapper .popIcon {
  margin-left: 0px;
}
.fad-pf-search-wrapper .ps-padding-fix {
  padding-right: 0;
}
.fad-pf-search-wrapper ul.no-padding {
  padding: 0;
  margin-top: 1rem;
}
.fad-pf-search-wrapper .psArrow.dropdown-icon {
  font-size: 0.9286rem;
  padding-left: 0.9286rem;
  padding-top: 0.07143rem;
}
.fad-pf-search-wrapper .landing-h2 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}
.fad-pf-search-wrapper.spacing-fix {
  padding-top: 29px;
  padding-bottom: 29px;
  margin-top: -20px;
}
@media screen and (max-width: 800px) {
  .fad-pf-search-wrapper.spacing-fix {
    margin-top: 0;
  }
}
.fad-pf-search-wrapper .landing-header {
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  flex-basis: 100%;
  border-right: solid 1px #e4e4e4;
}
.fad-pf-search-wrapper .landing-header.max-width-fix {
  max-width: 50%;
}
.fad-pf-search-wrapper .landing-header.max-width-70 {
  max-width: 70%;
}
.fad-pf-search-wrapper .landing-header .input-alert .ant-alert {
  width: 100%;
}
.fad-pf-search-wrapper .landing-header h2 {
  font-weight: bold;
  color: #333;
  font-size: 26px;
}
.fad-pf-search-wrapper .landing-header > * {
  margin-bottom: 15px;
}
.fad-pf-search-wrapper .landing-header > *:last-child {
  margin-bottom: 0;
}
.fad-pf-search-wrapper .landing-header .plansearch-header {
  padding-left: 20px;
}
.fad-pf-search-wrapper .landing-header .plansearch-header > * {
  margin-bottom: 8px;
}
.fad-pf-search-wrapper .landing-header .plansearch-header :last-child {
  margin-bottom: 0;
}
.fad-pf-search-wrapper .landing-header .plansearch-header .plan-search-logo {
  margin-bottom: 0;
}
.fad-pf-search-wrapper .landing-header .plansearch-header .landing-h-link {
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .fad-pf-search-wrapper .landing-header .plansearch-header .landing-h-link {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .fad-pf-search-wrapper .landing-header .plansearch-header {
    padding: 0;
  }
  .fad-pf-search-wrapper .landing-header .plansearch-header .plan-search-logo {
    margin-bottom: 15px;
  }
}
.fad-pf-search-wrapper .landing-header:last-child {
  border: none 0;
}
.fad-pf-search-wrapper .landing-header.plan-search {
  border: none 0;
  flex-direction: row;
}
@media screen and (max-width: 800px) {
  .fad-pf-search-wrapper .landing-header.plan-search {
    flex-direction: column;
    margin-top: 5px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .fad-pf-search-wrapper .landing-header {
    padding: 0 0 24px;
    margin: 24px 40px 0;
    border: none 0;
    border-bottom: solid 1px #e4e4e4;
  }
  .fad-pf-search-wrapper .landing-header.max-width-fix, .fad-pf-search-wrapper .landing-header.max-width-70 {
    max-width: 100%;
  }
}
.fad-pf-search-wrapper .landing-link {
  text-decoration: underline;
}
.fad-pf-search-wrapper .landing-link.bold-txt {
  font-weight: 600;
}
.fad-pf-search-wrapper .landing-link:hover, .fad-pf-search-wrapper .landing-link.no-underline {
  text-decoration: none;
}
.fad-pf-search-wrapper p.landing-h2 {
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .fad-pf-search-wrapper p.landing-h2,
  .fad-pf-search-wrapper a.landing-link {
    line-height: 1.1;
  }
}

.prefix-input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .prefix-input-wrapper {
    flex-direction: column;
  }
}
.prefix-input-wrapper #txt-alpha-prefix {
  width: 100%;
  height: 40px;
}
.prefix-input-wrapper #btn-prefix-search {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 36px;
}
@media screen and (max-width: 480px) {
  .prefix-input-wrapper #btn-prefix-search {
    align-self: flex-start;
    margin-top: 25px;
    padding-left: 48px;
  }
}

.metadata-request-input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.metadata-request-input-wrapper .ant-text-input {
  height: auto;
}

.metadata-emulation {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  justify-content: space-between;
}
.metadata-emulation .metadata-emulation-element {
  flex: 1;
  min-height: 100%;
}
.metadata-emulation .metadata-emulation-footer {
  min-height: 100px;
  background-color: #e9ad2c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.metadata-emulation .metadata-emulation-header {
  min-height: 120px;
  background-color: #e9ad2c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.emulation-instruction-panel {
  border: 1px solid #ccc;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-top: 15px;
}

.emulation-instruction-panel h4 {
  margin-top: 0;
}

.emulation-instruction-item {
  margin-bottom: 10px;
}

.emulation-instruction-item strong {
  display: block;
}

.emulation-field-description {
  margin-left: 20px;
  font-style: italic;
  color: #555;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

pre {
  background-color: #eaeaea;
  padding: 10px;
  border-radius: 5px;
  overflow-x: auto;
}

.login-captcha {
  margin-top: 1.1rem;
}

.fad-pf-search-wrapper.flex-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fad-pf-search-wrapper .landing-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .fad-pf-search-wrapper .landing-header-wrapper {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.fad-pf-search-wrapper .landing-header-wrapper .pf-toolTip-header {
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px;
}
.fad-pf-search-wrapper .landing-header-wrapper .id-card {
  margin-top: 0;
  max-width: 100%;
}
.fad-pf-search-wrapper .landing-header-wrapper .pf-disclaimer-note {
  padding-top: 10px;
  margin: 15px 0 0;
}
.fad-pf-search-wrapper .landing-header-wrapper.margin-btm-fix {
  margin-bottom: 32px;
}
.fad-pf-search-wrapper .spl-brand-wrapper {
  margin: 15px 40px 0;
}
@media screen and (max-width: 800px) {
  .fad-pf-search-wrapper .spl-brand-wrapper {
    margin: 0 40px 24px;
  }
}
.fad-pf-search-wrapper #showSplDetails,
.fad-pf-search-wrapper #hideSplDetails {
  margin-top: 1rem;
  display: inline-block;
}
.fad-pf-search-wrapper .search-input-container label {
  margin-bottom: 0.7143rem;
}
.fad-pf-search-wrapper .search-input-container input {
  max-width: 100%;
}
.fad-pf-search-wrapper .checkbox-container label {
  margin-bottom: 15px;
}
.fad-pf-search-wrapper .show-more-options-container {
  margin-bottom: 25px;
}
.fad-pf-search-wrapper .show-more-options-container a:hover {
  cursor: pointer;
}
.fad-pf-search-wrapper .popover {
  z-index: 9999999;
}

.fad-modal-component-footer .btn + .btn {
  margin-left: 25px;
}

.fad-action-buttons {
  display: flex;
  justify-content: center;
  margin: 1rem 0 1rem 0;
}
.fad-action-buttons .btn {
  margin-bottom: 1rem;
}
.fad-action-buttons .btn:not(:only-child) {
  margin-right: 1rem;
}
.fad-action-buttons a {
  display: inline-block;
}
.fad-action-buttons a:not(:only-child) {
  margin-right: 1rem;
}
@media screen and (max-width: 480px) {
  .fad-action-buttons .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .fad-action-buttons .btn-secondary-previous {
    margin-right: 4px !important;
    margin-left: -11px;
  }
}
@media only screen and (max-width: 370) {
  .fad-action-buttons .btn-secondary-previous {
    margin-right: 5px !important;
    margin-left: -15px;
  }
}

.metadata-request-input-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* Ensures content inside is centered */
  width: 100%;
}

.metadata-schema-container {
  border-bottom: none;
  border-top: none;
}

.metadata-property-schema-container {
  border-bottom: none;
  border-top: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.metadata-property-schema-container .uxd-expansion-header {
  border-bottom: none;
  border-top: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.pf-search-footer-container {
  font-weight: 400;
  margin-top: 35px;
}
.pf-search-footer-container .pf-search-footer-updated {
  font-size: 0.8571rem;
}

b,
strong {
  font-weight: 700;
}

.pro-page-header {
  text-align: center;
  color: #fff;
  margin-top: 65px;
}

.sort-dropdown-container {
  height: 10%;
  font-size: 14px;
  display: inline-block;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .sort-dropdown-container {
    width: 100%;
  }
}

.sort-results-text {
  margin: 14px 10px 0 0;
  display: inline-block;
}

.fad-pf-filter-container .searchFilterItem {
  margin-bottom: 3px;
}
.fad-pf-filter-container .searchFilterItem .pcLabel {
  display: inline-flex;
}
.fad-pf-filter-container .searchFilterItem .pcLabel::before {
  min-width: 14px;
  min-height: 14px;
  top: 0.2rem;
}

.searchFilterItem label.pcLabel:before,
.searchFilterItemNew label.pcLabel:before {
  max-width: 20px;
  max-height: 20px;
}

.pcLabel.focus:before {
  box-shadow: 0 0 8px 1px #005b99 !important;
}

.specialtyScroll {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}

.personalized-match {
  padding: 0 0 15px 0;
}

.fad-pf-summary-wrapper .fad-tabs-wrapper {
  margin-top: -1rem;
}
.fad-pf-summary-wrapper .fad-tabs-wrapper .provider-container-wrap {
  width: 100%;
  display: block;
}
@media screen and (max-width: 800px) {
  .fad-pf-summary-wrapper .fad-tabs-wrapper .provider-container-wrap {
    width: auto;
  }
}
.fad-pf-summary-wrapper .dropdown-container {
  z-index: 99999999;
}
.fad-pf-summary-wrapper .dropdown-container .dropdown-icon {
  padding-top: 0px;
  padding-bottom: 0px;
}
.fad-pf-summary-wrapper .search-results-paragraph {
  margin: 15px 0 10px;
}
.fad-pf-summary-wrapper .pf-border-right {
  border-right: 1px solid #333;
  margin: 5px;
}
.fad-pf-summary-wrapper .clear-all-link {
  display: line;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  width: max-content;
  padding-left: 10px;
}
@media only screen and (max-width: 800px) {
  .fad-pf-summary-wrapper .search-results-paragraph {
    width: 100%;
  }
}
.fad-pf-summary-wrapper .search-results-info {
  margin-top: 2rem;
}
@media screen and (max-width: 800px) {
  .fad-pf-summary-wrapper .search-results-info .col-sm-5.flex-tile-wrap-mobile .tile-view-wrapper.tile-view-wrapper-border {
    border: 2px solid #286ce2 !important;
    margin-top: 1.07rem;
  }
  .fad-pf-summary-wrapper .search-results-info .col-sm-5.flex-tile-wrap-mobile .tile-view-wrapper {
    margin-top: 1.07rem;
  }
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap {
  height: 51.4rem;
  max-height: 47.6rem;
  margin-top: 2rem;
  overflow-y: auto;
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .results {
  display: flex;
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .results .arrow-container {
  height: 4.3rem;
  width: 4.43rem;
  background-color: #f7f7f7;
  float: left;
  margin-right: 1.6rem;
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .results .arrow-container a .motif-right-arrow {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  line-height: 4.3rem;
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .results .drive-search {
  line-height: 60px;
  height: 60px;
  color: #333333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
  margin: 0 0 0 2.1rem;
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .results .drive-search span {
  font-weight: bold;
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .fad-flex-tile {
  display: block;
  width: 85%;
}
@media screen and (max-width: 800px) {
  .fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .fad-flex-tile {
    margin: 0;
  }
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .tile-view-wrapper {
  box-sizing: border-box;
  width: 315px;
  background-color: #ffffff;
  margin-right: 24px;
  padding: 24px;
  border: 2px solid transparent;
  box-shadow: none;
}
@media screen and (max-width: 800px) {
  .fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .tile-view-wrapper {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #ccc;
    width: 345px;
  }
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .tile-view-wrapper:hover {
  border-color: #286ce2 !important;
}
@media screen and (max-width: 800px) {
  .fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .tile-view-wrapper .tile-checkbox-wrapper {
    font-size: 1rem;
    color: #333;
  }
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .tile-view-wrapper .fad-flex.fad-f-column.tile-review-flex .tile-review-wrapper {
  padding: 0;
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .tile-view-wrapper .fad-flex.fad-f-column.tile-review-flex .tile-review-wrapper .popover.top {
  z-index: 100;
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .tile-view-wrapper .fad-flex.fad-f-column.tile-review-flex .level-wrapper {
  padding: 0;
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .tile-view-wrapper .fad-flex.fad-f-column.tile-review-flex .address-wrapper .distance-time {
  display: flex;
  align-items: center;
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .tile-view-wrapper .fad-flex.fad-f-column.tile-review-flex .address-wrapper .distance-time .map-teardrop-icon {
  margin-right: 0.57rem;
  font-size: 1.14rem;
  color: #666;
}
.fad-pf-summary-wrapper .search-results-info .col-sm-5 .flex-tile-wrap .search-result-grid .tile-view-wrapper .fad-flex.fad-f-column.tile-review-flex .address-wrapper .distance-time .summary-dist-text.travel-time {
  padding-top: 3px;
}
.fad-pf-summary-wrapper .search-results-info .col-sm-7.pf-toggle-map-wrapper .pin-label {
  color: #37475a;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  margin-bottom: 1rem;
}
.fad-pf-summary-wrapper .search-results-info .col-sm-7.pf-toggle-map-wrapper .pf-toggle-map.show {
  height: 650px;
  max-height: 650px;
}
@media screen and (max-width: 800px) {
  .fad-pf-summary-wrapper .search-results-info .col-sm-7.pf-toggle-map-wrapper .pf-toggle-map.show {
    height: auto;
  }
}
.fad-pf-summary-wrapper .search-results-info .col-sm-7.pf-toggle-map-wrapper .pf-toggle-map.show .srch-providr-map {
  max-height: 650px;
  height: 632px !important;
}
@media screen and (max-width: 800px) {
  .fad-pf-summary-wrapper .search-results-info .col-sm-7.pf-toggle-map-wrapper .pf-toggle-map.show .srch-providr-map {
    height: 440px !important;
    max-height: 440px;
  }
}
.fad-pf-summary-wrapper .booking-buttons {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 1024px) {
  .fad-pf-summary-wrapper .booking-buttons {
    min-width: 170px;
  }
}
.fad-pf-summary-wrapper .booking-buttons .btn {
  margin-bottom: 1rem;
  font-size: 12px;
  padding: 0.5rem 0.5rem;
  width: 170px;
  align-self: flex-end;
}
@media screen and (max-width: 1024px) {
  .fad-pf-summary-wrapper .booking-buttons .btn {
    width: 100%;
  }
}
.fad-pf-summary-wrapper .booking-buttons .btn a {
  text-decoration: none !important;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.fad-pf-summary-wrapper .search-results-headers {
  display: block;
  width: calc(100% - 35px);
  padding: 0.5rem 0;
}
.fad-pf-summary-wrapper .pf-search-results-action-buttons {
  margin: 2rem 0 0;
  overflow: auto;
}
.fad-pf-summary-wrapper .pf-search-results-action-buttons .btn {
  display: inline;
}
.fad-pf-summary-wrapper .pf-search-results-action-buttons .action-buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.fad-pf-summary-wrapper .fake-border {
  border-top: 2px solid #eeeeee;
}
.fad-pf-summary-wrapper .reset-search-container {
  text-align: center;
  margin: 30px 0 30px 0;
}
.fad-pf-summary-wrapper .summary-data-container {
  margin-bottom: 30px;
}
.fad-pf-summary-wrapper .summary-disclaimer {
  margin-top: 30px;
}
.fad-pf-summary-wrapper .alt-toggle-cmp .alt-toggle-header {
  width: calc(100% - 35px);
}
.fad-pf-summary-wrapper .alt-toggle-cmp .alt-toggle-header .mobile-vertical-spacer {
  margin-bottom: 0px;
}
.fad-pf-summary-wrapper .alt-toggle-cmp .alt-toggle-header .mobile-header {
  display: none;
}

/* PF award modal wrapper */
.pf-award-modal-container .awards-header {
  margin-bottom: 2rem;
}
.pf-award-modal-container .award-container {
  margin: 20px 0 40px 0;
}
.pf-award-modal-container .award-container .award-image {
  text-align: center;
}
.pf-award-modal-container .award-container .award-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 1.85rem;
}
@media (min-width: 801px) {
  .pf-award-modal-container .modal-dialog {
    width: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .pf-award-modal-container .motif-theme .modal.motif-theme .modal-header .close {
    top: -18px !important;
  }
}

.pf-list-award-modal .list-award-img {
  max-height: 52px;
  max-width: 100px;
}

.pf-medicaresupplement-modal-container .medicaresupplement-header {
  height: 80px;
}

/* Summary page alt toggles only */
.pf-search-results-section h6 {
  margin: 20px 10px 20px 0;
  display: inline-block;
}
.pf-search-results-section .alt-toggle-icon {
  display: none !important;
}
.pf-search-results-section .address-wrapper a {
  border: none;
  text-decoration: none;
}
.pf-search-results-section .specialty {
  margin: 5px 0;
}
.pf-search-results-section .provider-name-link {
  border-bottom: none;
  font-size: 18px !important;
  text-transform: capitalize !important;
}
.pf-search-results-section .gender-icon {
  float: left;
  margin-right: 5px;
}
.pf-search-results-section .network-icon {
  float: left;
  margin-right: 5px;
}
.pf-search-results-section .network-text {
  margin-top: 10px;
  padding-top: 3px;
  text-align: right;
}

.pf-details-wrapper .address-wrapper {
  padding-bottom: 0.75rem;
  margin: 0 0 0.75rem;
}

.fad-pf-button-placement {
  padding-bottom: 5px;
}
.fad-pf-button-placement .btn + .btn {
  margin-left: 5px;
}

.clear-both {
  clear: both !important;
}

.alt-toggle-cmp .alt-toggle-header {
  width: 100%;
}
.alt-toggle-cmp .fad-pf-provider-details-toggle {
  float: right;
}
.alt-toggle-cmp .mobile-vertical-spacer {
  margin-bottom: 2rem;
}
.alt-toggle-cmp .mobile-vertical-spacer.col-xxs-8.col-sm-2 {
  position: initial;
}
.alt-toggle-cmp .mobile-header {
  margin-bottom: 0.5rem;
  display: block;
}

.pf-add-pointer:hover {
  cursor: pointer;
}

.base-toggle-container {
  margin-bottom: 0.25rem;
}
.base-toggle-container .base-toggle {
  border: none;
}
.base-toggle-container .base-toggle .base-toggle-header {
  border: none;
}
.base-toggle-container .base-toggle .base-toggle-header strong {
  font-weight: 400;
}
.base-toggle-container .base-toggle span::before {
  margin-left: 5px;
}
.base-toggle-container .base-toggle-expanded {
  max-height: 223px !important;
  overflow: auto;
}
.base-toggle-container .base-toggle-body {
  margin-top: 0.5rem;
}
.base-toggle-container .base-toggle-body .affiliation-provNm {
  display: block;
}
.base-toggle-container .base-toggle-body div {
  margin: 0.25rem 0;
}
.base-toggle-container .base-toggle-body .affiliation-provNm-link {
  cursor: pointer;
  text-decoration: none;
}

.fad-pf-summary-wrapper .col-xxs-1,
.fad-pf-summary-wrapper .col-xxs-2,
.fad-pf-summary-wrapper .col-xxs-3,
.fad-pf-summary-wrapper .col-xxs-4,
.fad-pf-summary-wrapper .col-xxs-5,
.fad-pf-summary-wrapper .col-xxs-6,
.fad-pf-summary-wrapper .col-xxs-7,
.fad-pf-summary-wrapper .col-xxs-8,
.fad-pf-summary-wrapper .col-xxs-9,
.fad-pf-summary-wrapper .col-xxs-10,
.fad-pf-summary-wrapper .col-xxs-11,
.fad-pf-summary-wrapper .col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.fad-pf-summary-wrapper .fad-pf-filter-container .searchFilterItem {
  margin-bottom: 3px;
}
.fad-pf-summary-wrapper .fad-pf-filter-container .searchFilterItem .pcLabel {
  display: inline-flex;
}
.fad-pf-summary-wrapper .fad-pf-filter-container .searchFilterItem .pcLabel::before {
  min-width: 14px;
  min-height: 14px;
  top: 0.2rem;
}
.fad-pf-summary-wrapper .base-toggle-icon-expanded.fa.fa-caret-down {
  transform: rotateX(180deg);
  transition: transform 0.25s ease-out;
  color: #0079c2;
}
.fad-pf-summary-wrapper .base-toggle-icon-collapsed.fa.fa-caret-down {
  transform: rotateX(0deg);
  transition: transform 0.25s ease-in;
  color: #0079c2;
}
.fad-pf-summary-wrapper .alt-toggle-icon {
  display: none;
}
.fad-pf-summary-wrapper .award-summary-container .awards,
.fad-pf-summary-wrapper .award-summary-container .reviews {
  margin-top: 1rem;
}
.fad-pf-summary-wrapper .search-results-headers {
  display: none;
}
.fad-pf-summary-wrapper .semi-section-header {
  margin-top: 2rem;
}
.fad-pf-summary-wrapper .map-teardrop-icon {
  display: inline-block;
  border: none;
  cursor: pointer;
  float: left;
  width: auto;
  margin-right: 0.25rem;
}
.fad-pf-summary-wrapper .address-wrapper {
  border-bottom: 1px solid #979797;
}
.fad-pf-summary-wrapper .address-wrapper .address-container {
  font-size: 14px;
}
.fad-pf-summary-wrapper .address-wrapper .address-container .distance-wrapper .distance-time {
  flex-basis: 50%;
}
.fad-pf-summary-wrapper .address-wrapper .address-container .distance-wrapper .distance-time .motif-marker {
  color: #666;
}
.fad-pf-summary-wrapper .address-wrapper .address-container .distance-wrapper .distance-time .travel-duration {
  padding-top: 3px;
  margin-left: 2px;
}
.fad-pf-summary-wrapper .address-wrapper .address-container .spaces {
  margin-top: 10px;
}
.fad-pf-summary-wrapper .address-wrapper .address-container .spaces .directions {
  color: #286ce2;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
  text-decoration: none;
}
.fad-pf-summary-wrapper .address-wrapper.add-border-bottom {
  padding-bottom: 0.75rem;
  margin: 0 0 0.75rem;
  border-bottom: 1px solid #979797;
}
.fad-pf-summary-wrapper .address-wrapper.remove-border-bottom {
  border: none;
}
.fad-pf-summary-wrapper .address-wrapper-last .address-container {
  float: left;
}
.fad-pf-summary-wrapper .address-wrapper-last.add-border-bottom {
  padding-bottom: 0.75rem;
  margin: 0 0 0.75rem;
}
.fad-pf-summary-wrapper .address-wrapper-last.remove-border-bottom {
  border: none;
}
.fad-pf-summary-wrapper .alt-toggle-cmp .alt-toggle-header {
  width: 100%;
}
.fad-pf-summary-wrapper .alt-toggle-cmp .fad-pf-provider-details-toggle {
  float: right;
}
.fad-pf-summary-wrapper .alt-toggle-cmp .mobile-vertical-spacer {
  margin-bottom: 2rem;
}
.fad-pf-summary-wrapper .alt-toggle-cmp .mobile-vertical-spacer.col-xxs-8.col-sm-2 {
  position: initial;
}
.fad-pf-summary-wrapper .alt-toggle-cmp .mobile-header {
  margin-bottom: 0.5rem;
  display: block;
}
.fad-pf-summary-wrapper .fad-pf-filter-container .fad-pf-search-filter.hideFilter {
  display: none;
}
.fad-pf-summary-wrapper .fad-pf-filter-container .fad-pf-search-filter .fad-pf-search-toggle a {
  /*display: inline-block;
    width: 100%;
    border-bottom: 1px solid #979797;
    padding: 1rem;
    margin-bottom: 0.5rem;*/
}
.fad-pf-summary-wrapper .fad-pf-filter-container .fad-pf-search-filter .fad-pf-search-toggle a span.fa {
  float: right;
  margin-left: 5px;
}
.fad-pf-summary-wrapper .fad-pf-filter-container .fad-pf-search-filter .fad-pf-data-container {
  margin: 0px;
}
.fad-pf-summary-wrapper .fad-pf-filter-container .fad-pf-search-filter .fad-pf-data-container .ant-auto-suggest .psDropdown {
  height: auto;
}
.fad-pf-summary-wrapper .fad-pf-filter-container .fad-pf-search-filter .fad-pf-data-container.pf-filter-hide {
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms linear;
}
.fad-pf-summary-wrapper .fad-pf-filter-container .fad-pf-search-filter .fad-pf-data-container.pf-filter-show {
  height: auto;
  max-height: 400px;
  transition: max-height 250ms linear;
  overflow: hidden;
}
.fad-pf-summary-wrapper .fad-pf-filter-container .hide-filter-container {
  display: block;
  margin-bottom: 2rem;
}
.fad-pf-summary-wrapper .fad-pf-filter-container .apply-filter-container {
  margin: 2rem 0 2rem 0;
  text-align: center;
  width: 100%;
}
.fad-pf-summary-wrapper .fad-pf-filter-container .apply-filter-container.hideFilter {
  display: none;
}
.fad-pf-summary-wrapper .fad-pf-filter-container .apply-filter-container .button {
  display: inline-block;
}
.fad-pf-summary-wrapper .pf-search-results-action-buttons .action-buttons-container,
.fad-pf-summary-wrapper .pf-search-details-action-buttons .action-buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.fad-pf-summary-wrapper .pf-search-results-action-buttons .action-buttons-container .sort-results-text,
.fad-pf-summary-wrapper .pf-search-details-action-buttons .action-buttons-container .sort-results-text {
  margin: 20px 10px 0 0;
}
.fad-pf-summary-wrapper .pf-search-results-action-buttons .action-buttons-container .ant-sm-select .pfSelect .psDropdown,
.fad-pf-summary-wrapper .pf-search-details-action-buttons .action-buttons-container .ant-sm-select .pfSelect .psDropdown {
  width: calc(100% - 3px);
}
.fad-pf-summary-wrapper .pf-search-results-action-buttons .action-buttons-container .btn,
.fad-pf-summary-wrapper .pf-search-details-action-buttons .action-buttons-container .btn {
  display: block;
  width: 13.8888rem;
}
.fad-pf-summary-wrapper .pf-search-results-action-buttons .action-buttons-container .btn.btn-secondary,
.fad-pf-summary-wrapper .pf-search-details-action-buttons .action-buttons-container .btn.btn-secondary {
  margin-right: 15px;
}
.fad-pf-summary-wrapper .summary-data-container {
  margin-bottom: 1rem;
}
.fad-pf-summary-wrapper .summary-data-container .insurance-header {
  margin-bottom: 0.5rem;
}
.fad-pf-summary-wrapper .summary-data-container .ant-font-sb {
  margin-bottom: 0.5rem;
}

.pf-search-details-action-buttons {
  margin: 3rem 0;
}
.pf-search-details-action-buttons .action-buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.pf-search-details-action-buttons .buttons-new .btn {
  padding: 0 46px;
  box-sizing: border-box;
  height: 37px;
}
.pf-search-details-action-buttons .secured-btns-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.pf-search-details-action-buttons .float-left {
  float: left;
}
.pf-search-details-action-buttons .margin-rt-15 {
  margin-right: 15px !important;
}
.pf-search-details-action-buttons .margin-rt-10 {
  margin-right: 10px !important;
}

@media screen and (max-width: 800px) {
  .pf-search-details-action-buttons {
    margin: 3rem 1rem;
  }
}
.details-map-pin {
  float: left;
  padding-right: 0.2rem;
}

.fad-pf-pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.fad-pf-pagination-container .fad-pf-pagination-link a {
  border-bottom: none;
}

@media screen and (max-width: 800px) {
  .toggleProviderDiv {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
.plansearch-img {
  align-self: center;
}
@media screen and (max-width: 800px) {
  .plansearch-img {
    align-self: flex-start;
  }
}

.simply-logo {
  max-height: 70px;
  margin-left: -38px;
}

.sny-logo {
  width: 23rem !important;
}

.hbncm-logo {
  width: 100% !important;
  max-height: 80px;
  margin-left: -40px !important;
}

.bcbsmn-logo {
  height: 100px;
  margin-left: -25px;
}

.bcbswn-logo {
  padding: 0px !important;
}

.unicare-logo {
  width: 115px !important;
}

.ahkp-logo {
  padding-top: 10px !important;
}

.kymbs-logo {
  padding-top: 20px !important;
  padding-bottom: 13px !important;
}

.txdcm-logo {
  padding: 3px 0 !important;
  height: 84px !important;
  width: 160px;
}

.cha-logo {
  height: 100px !important;
  padding-top: 8px !important;
}

@media screen and (min-width: 1024px) {
  .simply-logo {
    max-height: 90px;
    margin-left: -50px;
  }
  .unicare-logo {
    width: 115px !important;
  }
  .sny-logo {
    width: 23rem !important;
  }
}
@media screen and (max-width: 768px) {
  .unicare-logo {
    width: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .pro-top-of-page-wrapper .ant-task-bar-content {
    top: 102%;
    right: -93%;
  }
  .pro-page-header {
    text-align: left;
    margin-top: 120px;
  }
  .brand-logo {
    height: 85px;
  }
}
@media only screen and (min-width: 800px) {
  .pro-page-header {
    text-align: left;
    margin-top: 100px;
  }
  .pro-page-header h1 {
    float: left;
  }
  .pro-page-header .ant-help-container {
    display: block;
    float: right;
    clear: none;
    margin-top: 0;
  }
}
.view-info-container {
  display: flex;
  align-items: center;
  padding-top: 10px;
  text-align: left;
}
.view-info-container .view-info-icon {
  padding-right: 5px;
}
.view-info-container .view-info-label {
  padding-top: 2px;
  cursor: pointer;
}

.search-redirect-wrapper .view-info-icon {
  float: left;
}

@media only screen and (max-width: 800px) {
  .view-info-container {
    width: 100%;
  }
  .sort-container {
    width: 100%;
    padding: 1rem 0;
  }
  .fad-pf-summary-wrapper .pf-search-results-action-buttons .action-buttons-container .btn {
    width: 10rem;
  }
}
.fcr-plan-progress-widget-container {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.fcr-plan-progress-widget-container > div:first-child:empty + div {
  margin-left: auto;
}

.mbr-plan-progress-container {
  width: 100%;
  padding: 13px 15px 13px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.mbr-plan-progress-container .error_card_desc {
  width: 350px;
}
.mbr-plan-progress-container .error_card_items {
  display: flex;
  justify-content: space-between;
}
.mbr-plan-progress-container .error_card_img {
  display: flex;
  align-items: center;
}
.mbr-plan-progress-container .external_card_desc a {
  text-decoration: none;
}
.mbr-plan-progress-container .mbr-plan-progress-header {
  width: 100%;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .mbr-plan-progress-container .mbr-plan-progress-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.mbr-plan-progress-container .mbr-plan-progress-header .plan-progress-title {
  display: flex;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .mbr-plan-progress-container .mbr-plan-progress-header .plan-progress-title {
    width: 100%;
  }
}
.mbr-plan-progress-container .mbr-plan-progress-header .plan-progress-title img {
  cursor: pointer;
}
.mbr-plan-progress-container .mbr-plan-progress-header .mbr-progress-cost {
  margin-left: auto;
}
@media (max-width: 768px) {
  .mbr-plan-progress-container .mbr-plan-progress-header .mbr-progress-cost {
    text-align: right;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.mbr-plan-progress-container .mbr-spent {
  color: #0c7905;
}
.mbr-plan-progress-container .mbr-limit {
  color: #666666;
}
.mbr-plan-progress-container .mbr-plan-progress {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 0px 0px;
  align-items: center;
}
.mbr-plan-progress-container .mbr-plan-progress-bar {
  flex: 1;
  background-color: #e0e0e0;
  border-radius: 10px;
  margin-right: 10px;
}
.mbr-plan-progress-container .mbr-plan-progress-bar-fill {
  height: 10px;
  background-color: #108808;
  border-radius: 10px;
}
.mbr-plan-progress-container .font-16 {
  font-size: 16px !important;
}

.fcr-action-links {
  display: flex;
}
@media screen and (max-width: 800px) {
  .fcr-action-links {
    flex-flow: column;
  }
}
.fcr-action-links .print-link-anchor {
  display: block;
  padding: 0.25rem 5px;
}
@media screen and (min-width: 1024px) {
  .fcr-action-links .print-link-anchor {
    margin-right: 2rem;
    padding: 0.1rem 0;
    display: inline-block;
  }
}
.fcr-action-links .motif-print,
.fcr-action-links .motif-compare,
.fcr-action-links .motif-message {
  margin-right: 0.5rem;
  color: #949494 !important;
}
.fcr-action-links .print-label,
.fcr-action-links .email-label {
  font-weight: 700;
  color: #286ce2;
}

.sort-container {
  width: 100%;
  text-align: left;
}
.sort-container .sort-dropdown {
  float: right;
}
.sort-container .sort-dropdown .psLabel {
  text-align: left;
}
.sort-container .sort-dropdown .psDropdown {
  width: 180px;
}
@media screen and (max-width: 800px) {
  .sort-container .sort-dropdown .psDropdown {
    width: 100%;
  }
}
.sort-container .sort-dropdown .psButton {
  width: 12rem;
}

/* PF wrapper for filters and headers of the results */
@media only screen and (max-width: 800px) {
  .fad-pf-filter-container .fad-pf-search-filter.hideFilter {
    display: none;
  }
  .fad-pf-filter-container .fad-pf-search-filter .fad-pf-search-toggle a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #979797 !important;
    padding: 1rem;
    margin-bottom: 0.5rem;
  }
  .fad-pf-filter-container .fad-pf-search-filter .fad-pf-search-toggle a span.fa {
    float: right;
    margin-left: 5px;
  }
  .fad-pf-filter-container .fad-pf-search-filter .fad-pf-data-container {
    margin: 0px;
  }
  .fad-pf-filter-container .fad-pf-search-filter .fad-pf-data-container .ant-auto-suggest .psDropdown {
    height: auto;
  }
  .fad-pf-filter-container .fad-pf-search-filter .fad-pf-data-container.pf-filter-hide {
    max-height: 0;
    overflow: hidden;
    transition: max-height 250ms linear;
  }
  .fad-pf-filter-container .fad-pf-search-filter .fad-pf-data-container.pf-filter-show {
    height: auto;
    max-height: 400px;
    transition: max-height 250ms linear;
    overflow: hidden;
  }
  .fad-pf-filter-container .hide-filter-container {
    display: block;
    margin-bottom: 2rem;
  }
  .fad-pf-filter-container .hide-filter-container a {
    border-bottom: 1px solid !important;
  }
  .fad-pf-filter-container .apply-filter-container {
    margin: 2rem 0 2rem 0;
    text-align: center;
    width: 100%;
  }
  .fad-pf-filter-container .apply-filter-container.hideFilter {
    display: none;
  }
  .fad-pf-filter-container .apply-filter-container .button {
    display: inline-block;
  }
}
@media only screen and (min-width: 800px) {
  .fad-pf-filter-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .fad-pf-filter-container .searchFilterItem {
    margin-bottom: 3px;
    padding-right: 5px;
    width: 100%;
  }
}
@media only screen and (min-width: 800px) and (min-width: 800px) {
  .fad-pf-filter-container .searchFilterItem .pcLabel {
    display: inline-flex;
  }
  .fad-pf-filter-container .searchFilterItem .pcLabel::before {
    min-width: 18px;
    min-height: 18px;
  }
}
@media only screen and (min-width: 800px) {
  .fad-pf-filter-container .fad-pf-search-filter {
    min-width: 17%;
    width: 25%;
    padding-right: 5px;
  }
  .fad-pf-filter-container .fad-pf-search-filter .fad-pf-search-toggle .toggle-title {
    font-weight: bold;
  }
  .fad-pf-filter-container .fad-pf-search-filter .fad-pf-search-toggle a {
    display: inline-block;
    border: none;
    padding: 0px;
    width: auto;
  }
  .fad-pf-filter-container .fad-pf-search-filter .fad-pf-search-toggle a span.fa {
    float: right;
    margin-left: 5px;
  }
  .fad-pf-filter-container .fad-pf-search-filter .fad-pf-data-container {
    margin: 0px;
  }
  .fad-pf-filter-container .fad-pf-search-filter .fad-pf-data-container .ant-auto-suggest .psDropdown {
    height: auto;
  }
  .fad-pf-filter-container .fad-pf-search-filter .fad-pf-data-container.pf-filter-hide {
    max-height: 0;
    overflow: hidden;
    transition: max-height 250ms linear;
  }
  .fad-pf-filter-container .fad-pf-search-filter .fad-pf-data-container.pf-filter-show {
    height: auto;
    max-height: 400px;
    transition: max-height 250ms linear;
    overflow: hidden;
  }
  .fad-pf-filter-container .hide-filter-container {
    display: none;
  }
  .fad-pf-filter-container .apply-filter-container {
    text-align: center;
    margin: 0;
    width: 16.3333%;
    padding: 0px;
  }
  .fad-pf-filter-container .apply-filter-container .button {
    display: inline-block;
  }
}
/*Compare providers css -start*/
.pf-compare-view {
  display: block;
  line-height: 1.42857;
  background-color: #fff;
  font-family: "Open Sans", "open-sans", sans-serif;
  color: #333;
  font-weight: 400;
  padding: 0;
  margin: 40px 0px 0px 0px;
  overflow-y: hidden;
  overflow-x: hidden !important;
}
@media screen and (max-width: 800px) {
  .pf-compare-view {
    margin-top: 0px;
  }
}
.pf-compare-view p {
  line-height: inherit;
}
.pf-compare-view .insurance-label {
  font-size: 18px;
}

.pf-compare-wrapper .pf-compare-item-container {
  display: flex;
  justify-content: flex-start;
}
.pf-compare-wrapper .pf-compare-item-container:nth-child(even) {
  background: #eee;
}
@media screen and (max-width: 480px) {
  .pf-compare-wrapper .pf-compare-item-container {
    display: block;
  }
}

.pf-address-item .pf-compare-item {
  word-break: break-word;
}

.m-label {
  font-weight: 600;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .m-label {
    display: none;
    font-weight: 600;
  }
}
.pf-compare-wrapper .pf-compare-item-container .pf-compare-item {
  display: flex;
  flex-wrap: wrap !important;
  align-self: stretch;
  flex: 1 1 25%;
  padding: 1.1rem 10px;
  border-right: 1px solid #ccc;
}
.pf-compare-wrapper .pf-compare-item-container .pf-compare-item a {
  border-bottom: none;
  cursor: pointer;
}
.pf-compare-wrapper .pf-compare-item-container .pf-compare-item a .fa {
  top: 2px;
}
.pf-compare-wrapper .pf-compare-item-container .pf-compare-item:last-child {
  border-right: none;
}
.pf-compare-wrapper .pf-compare-item-container .pf-compare-item .provider-header-text-results {
  color: #333333;
  font-size: 1.25rem;
}
.pf-compare-wrapper .pf-compare-item-container .pf-compare-item .provider-at-text {
  color: #333 !important;
}
@media screen and (max-width: 480px) {
  .pf-compare-wrapper .pf-compare-item-container .pf-compare-item {
    border-right: none;
    padding: 1rem 10px;
  }
  .pf-compare-wrapper .pf-compare-item-container .pf-compare-item:first-child {
    width: 100%;
  }
  .pf-compare-wrapper .pf-compare-item-container .pf-compare-item.first {
    display: none;
  }
  .pf-compare-wrapper .pf-compare-item-container .pf-compare-item p {
    margin-bottom: 0px;
    font-size: 1.25rem;
  }
}

.pf-compare-item-alignment {
  display: block !important;
}

.pf-compare-wrapper .pf-compare-item-container .address-wrapper-eyc {
  flex-wrap: nowrap;
}
.pf-compare-wrapper .pf-compare-item-container .address-wrapper-eyc .fa-map-marker {
  font-size: 18px;
}

.pf-compare-wrapper .pf-compare-item-container .pf-compare-item .pf-max-width {
  width: 100%;
}

.pf-header-text {
  width: 100%;
  font-weight: 600;
}

.pf-award-image-container img {
  display: flex;
  flex-direction: column;
}

.pf-award-image {
  display: inline-block;
  margin: 5px 0;
}

.pf-compare-dropdown-wrapper .pf-doctor-accepts-medicaid:nth-last-child(2):first-child,
.pf-compare-dropdown-wrapper .pf-doctor-accepts-medicaid:nth-last-child(2):first-child ~ .pf-doctor-accepts-medicaid {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 50%;
}

.pf-compare-dropdown-wrapper .pf-doctor-accepts-medicaid:nth-last-child(3):first-child,
.pf-compare-dropdown-wrapper .pf-doctor-accepts-medicaid:nth-last-child(3):first-child ~ .pf-doctor-accepts-medicaid {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 33.3333%;
}

.pf-compare-dropdown-wrapper .pf-doctor-accepts-medicaid:nth-last-child(4):first-child,
.pf-compare-dropdown-wrapper .pf-doctor-accepts-medicaid:nth-last-child(4):first-child ~ .pf-doctor-accepts-medicaid {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 25%;
}

.pf-compare-dropdown-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}

.pf-compare-dropdown-wrapper .pf-doctor-accepts-medicaid:nth-last-child(2):first-child,
.pf-compare-dropdown-wrapper .pf-doctor-accepts-medicaid:nth-last-child(2):first-child ~ .pf-doctor-accepts-medicaid {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 50%;
}

.pf-compare-dropdown-wrapper .pf-doctor-accepts-medicaid:nth-last-child(3):first-child,
.pf-compare-dropdown-wrapper .pf-doctor-accepts-medicaid:nth-last-child(3):first-child ~ .pf-doctor-accepts-medicaid {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 33.3333%;
}

.pf-compare-dropdown-wrapper .pf-doctor-accepts-medicaid:nth-last-child(4):first-child,
.pf-compare-dropdown-wrapper .pf-doctor-accepts-medicaid:nth-last-child(4):first-child ~ .pf-doctor-accepts-medicaid {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 25%;
}

.pf-compare-btn {
  margin: 20px 0px 20px 0px;
}

/*Compare providers css -end*/
.disclaimermsg {
  margin-bottom: 20px !important;
}

.disclaimer-wrapper {
  margin: 40px auto 40px auto;
}
.disclaimer-wrapper .tabs .tab-content .tab-body {
  padding-left: 0;
  padding-bottom: 15px;
}
.disclaimer-wrapper.spacing-btm {
  margin-bottom: 100px;
}
@media only screen and (max-width: 800px) {
  .disclaimer-wrapper {
    padding: 0.5rem;
  }
  .disclaimer-wrapper.spacing-btm {
    margin-bottom: 50px;
  }
}
.disclaimer-wrapper .show-more {
  text-align: right !important;
}
.disclaimer-wrapper .header-text {
  margin-bottom: 10px;
}

.modal-component-body .more-info-header {
  padding-bottom: 1rem;
}
.modal-component-body .text-container {
  padding-bottom: 5px;
}
.modal-component-body .text-container .text-data {
  padding-top: 5px;
  text-align: justify;
}

.base-toggle-icon-expanded.fa.fa-caret-down {
  transform: rotateX(180deg);
  transition: transform 0.25s ease-out;
  color: #0079c2;
}

.base-toggle-icon-collapsed.fa.fa-caret-down {
  transform: rotateX(0deg);
  transition: transform 0.25s ease-in;
  color: #0079c2;
}

/*Emulate Badge - start*/
.pf-emulate-badge {
  width: 0.1em;
  height: 100px;
  padding-top: 1.2em;
  padding-right: 0.1em;
  cursor: pointer;
  border-radius: 7px 0px 0px 7px;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  position: fixed;
  top: 250px;
  left: 0;
}

.pf-emulate-badge:hover {
  width: 30px;
}

.fad-pf-details-wrapper .summary-data-container,
.modal-component-body .summary-data-container {
  margin-bottom: 20px;
}
.fad-pf-details-wrapper .summary-data-container .column-holder,
.modal-component-body .summary-data-container .column-holder {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}
.fad-pf-details-wrapper .summary-data-container .column-holder .noprocedure-card,
.modal-component-body .summary-data-container .column-holder .noprocedure-card {
  padding-right: 0px;
  border-right: none;
}
.fad-pf-details-wrapper .summary-data-container .column-holder .noprocedure-card a,
.modal-component-body .summary-data-container .column-holder .noprocedure-card a {
  font-size: 26px;
  font-family: "Montserrat";
}
.fad-pf-details-wrapper .summary-data-container .card-align,
.modal-component-body .summary-data-container .card-align {
  margin-bottom: 3rem;
  padding-left: 0px;
}
@media screen and (max-width: 800px) {
  .fad-pf-details-wrapper .summary-data-container .card-align,
  .modal-component-body .summary-data-container .card-align {
    margin-top: 1.5rem;
    padding-right: 0px;
  }
}
.fad-pf-details-wrapper .summary-data-container .details-column-1-on,
.modal-component-body .summary-data-container .details-column-1-on {
  border-right: solid 1px #e3e1e1;
}
.fad-pf-details-wrapper .summary-data-container .details-column-2-on,
.modal-component-body .summary-data-container .details-column-2-on {
  border-left: solid 1px #e3e1e1;
}
.fad-pf-details-wrapper .summary-data-container .details-column-1,
.modal-component-body .summary-data-container .details-column-1 {
  border-right: solid 1px #fff;
}
.fad-pf-details-wrapper .summary-data-container .details-column-2,
.modal-component-body .summary-data-container .details-column-2 {
  border-left: solid 1px #fff;
}
.fad-pf-details-wrapper .summary-data-container ul.pricing-included,
.fad-pf-details-wrapper .summary-data-container ul.pricing-services,
.modal-component-body .summary-data-container ul.pricing-included,
.modal-component-body .summary-data-container ul.pricing-services {
  padding-left: 15px;
}
.fad-pf-details-wrapper .summary-data-container .tab-content-sep-wrapper,
.modal-component-body .summary-data-container .tab-content-sep-wrapper {
  padding: 1rem;
  padding-right: 5px;
}
.fad-pf-details-wrapper .summary-data-container .tab-content-sep-wrapper.padding-top-no,
.modal-component-body .summary-data-container .tab-content-sep-wrapper.padding-top-no {
  padding-top: 0;
}
.fad-pf-details-wrapper .summary-data-container .tab-content-sep-wrapper.margin-btm-1rm,
.modal-component-body .summary-data-container .tab-content-sep-wrapper.margin-btm-1rm {
  margin-bottom: 1rem;
}
.fad-pf-details-wrapper .summary-data-container .bg-skyblue,
.modal-component-body .summary-data-container .bg-skyblue {
  background-color: #eff5ff;
}
.fad-pf-details-wrapper .summary-data-container .bg-skyblue .tab-content-section:last-child,
.modal-component-body .summary-data-container .bg-skyblue .tab-content-section:last-child {
  margin-bottom: 0;
}
.fad-pf-details-wrapper .summary-data-container span.fa.fa-question-circle,
.modal-component-body .summary-data-container span.fa.fa-question-circle {
  color: #286ce2;
}
.fad-pf-details-wrapper .summary-data-container .distance-block,
.modal-component-body .summary-data-container .distance-block {
  margin: 10px 0;
}
.fad-pf-details-wrapper .summary-data-container .distance-block .details-map-pin,
.modal-component-body .summary-data-container .distance-block .details-map-pin {
  margin-right: 5px;
}
.fad-pf-details-wrapper .summary-data-container .distance-block .travel-time,
.modal-component-body .summary-data-container .distance-block .travel-time {
  display: inline-block;
  margin-left: 1.5rem;
}
.fad-pf-details-wrapper .summary-data-container .distance-block .travel-time a,
.modal-component-body .summary-data-container .distance-block .travel-time a {
  margin-bottom: 5px;
  margin-right: 3px;
}
.fad-pf-details-wrapper .summary-data-container .details-column-1,
.fad-pf-details-wrapper .summary-data-container .details-column-2,
.fad-pf-details-wrapper .summary-data-container .details-column-1-on,
.fad-pf-details-wrapper .summary-data-container .details-column-2-on,
.modal-component-body .summary-data-container .details-column-1,
.modal-component-body .summary-data-container .details-column-2,
.modal-component-body .summary-data-container .details-column-1-on,
.modal-component-body .summary-data-container .details-column-2-on {
  padding: 2rem;
}
@media screen and (max-width: 800px) {
  .fad-pf-details-wrapper .summary-data-container .details-column-1,
  .fad-pf-details-wrapper .summary-data-container .details-column-2,
  .fad-pf-details-wrapper .summary-data-container .details-column-1-on,
  .fad-pf-details-wrapper .summary-data-container .details-column-2-on,
  .modal-component-body .summary-data-container .details-column-1,
  .modal-component-body .summary-data-container .details-column-2,
  .modal-component-body .summary-data-container .details-column-1-on,
  .modal-component-body .summary-data-container .details-column-2-on {
    border: solid 0px #e3e1e1;
  }
}
.fad-pf-details-wrapper .summary-data-container .details-column-1 h2,
.fad-pf-details-wrapper .summary-data-container .details-column-2 h2,
.fad-pf-details-wrapper .summary-data-container .details-column-1-on h2,
.fad-pf-details-wrapper .summary-data-container .details-column-2-on h2,
.modal-component-body .summary-data-container .details-column-1 h2,
.modal-component-body .summary-data-container .details-column-2 h2,
.modal-component-body .summary-data-container .details-column-1-on h2,
.modal-component-body .summary-data-container .details-column-2-on h2 {
  margin-bottom: 2rem;
}
.fad-pf-details-wrapper .summary-data-container .details-column-1 .pricing-col-content,
.fad-pf-details-wrapper .summary-data-container .details-column-1 .estim-col-content,
.fad-pf-details-wrapper .summary-data-container .details-column-2 .pricing-col-content,
.fad-pf-details-wrapper .summary-data-container .details-column-2 .estim-col-content,
.fad-pf-details-wrapper .summary-data-container .details-column-1-on .pricing-col-content,
.fad-pf-details-wrapper .summary-data-container .details-column-1-on .estim-col-content,
.fad-pf-details-wrapper .summary-data-container .details-column-2-on .pricing-col-content,
.fad-pf-details-wrapper .summary-data-container .details-column-2-on .estim-col-content,
.modal-component-body .summary-data-container .details-column-1 .pricing-col-content,
.modal-component-body .summary-data-container .details-column-1 .estim-col-content,
.modal-component-body .summary-data-container .details-column-2 .pricing-col-content,
.modal-component-body .summary-data-container .details-column-2 .estim-col-content,
.modal-component-body .summary-data-container .details-column-1-on .pricing-col-content,
.modal-component-body .summary-data-container .details-column-1-on .estim-col-content,
.modal-component-body .summary-data-container .details-column-2-on .pricing-col-content,
.modal-component-body .summary-data-container .details-column-2-on .estim-col-content {
  margin-bottom: 1.5rem;
}
.fad-pf-details-wrapper .summary-data-container .details-column-1 .pricing-col-content h5,
.fad-pf-details-wrapper .summary-data-container .details-column-1 .estim-col-content h5,
.fad-pf-details-wrapper .summary-data-container .details-column-2 .pricing-col-content h5,
.fad-pf-details-wrapper .summary-data-container .details-column-2 .estim-col-content h5,
.fad-pf-details-wrapper .summary-data-container .details-column-1-on .pricing-col-content h5,
.fad-pf-details-wrapper .summary-data-container .details-column-1-on .estim-col-content h5,
.fad-pf-details-wrapper .summary-data-container .details-column-2-on .pricing-col-content h5,
.fad-pf-details-wrapper .summary-data-container .details-column-2-on .estim-col-content h5,
.modal-component-body .summary-data-container .details-column-1 .pricing-col-content h5,
.modal-component-body .summary-data-container .details-column-1 .estim-col-content h5,
.modal-component-body .summary-data-container .details-column-2 .pricing-col-content h5,
.modal-component-body .summary-data-container .details-column-2 .estim-col-content h5,
.modal-component-body .summary-data-container .details-column-1-on .pricing-col-content h5,
.modal-component-body .summary-data-container .details-column-1-on .estim-col-content h5,
.modal-component-body .summary-data-container .details-column-2-on .pricing-col-content h5,
.modal-component-body .summary-data-container .details-column-2-on .estim-col-content h5 {
  font-weight: 500;
  margin-bottom: 2rem;
}
.fad-pf-details-wrapper .summary-data-container .details-column-1 .pricing-left-container h5,
.fad-pf-details-wrapper .summary-data-container .details-column-2 .pricing-left-container h5,
.fad-pf-details-wrapper .summary-data-container .details-column-1-on .pricing-left-container h5,
.fad-pf-details-wrapper .summary-data-container .details-column-2-on .pricing-left-container h5,
.modal-component-body .summary-data-container .details-column-1 .pricing-left-container h5,
.modal-component-body .summary-data-container .details-column-2 .pricing-left-container h5,
.modal-component-body .summary-data-container .details-column-1-on .pricing-left-container h5,
.modal-component-body .summary-data-container .details-column-2-on .pricing-left-container h5 {
  margin-bottom: 1rem;
}
.fad-pf-details-wrapper .summary-data-container .details-column-1 .pricing-left-container .left-pricing-group,
.fad-pf-details-wrapper .summary-data-container .details-column-2 .pricing-left-container .left-pricing-group,
.fad-pf-details-wrapper .summary-data-container .details-column-1-on .pricing-left-container .left-pricing-group,
.fad-pf-details-wrapper .summary-data-container .details-column-2-on .pricing-left-container .left-pricing-group,
.modal-component-body .summary-data-container .details-column-1 .pricing-left-container .left-pricing-group,
.modal-component-body .summary-data-container .details-column-2 .pricing-left-container .left-pricing-group,
.modal-component-body .summary-data-container .details-column-1-on .pricing-left-container .left-pricing-group,
.modal-component-body .summary-data-container .details-column-2-on .pricing-left-container .left-pricing-group {
  margin-top: 2rem;
}
.fad-pf-details-wrapper .summary-data-container .details-column-1 .pricing-left-container .left-pricing-group h6,
.fad-pf-details-wrapper .summary-data-container .details-column-2 .pricing-left-container .left-pricing-group h6,
.fad-pf-details-wrapper .summary-data-container .details-column-1-on .pricing-left-container .left-pricing-group h6,
.fad-pf-details-wrapper .summary-data-container .details-column-2-on .pricing-left-container .left-pricing-group h6,
.modal-component-body .summary-data-container .details-column-1 .pricing-left-container .left-pricing-group h6,
.modal-component-body .summary-data-container .details-column-2 .pricing-left-container .left-pricing-group h6,
.modal-component-body .summary-data-container .details-column-1-on .pricing-left-container .left-pricing-group h6,
.modal-component-body .summary-data-container .details-column-2-on .pricing-left-container .left-pricing-group h6 {
  font-size: 1.06rem;
  font-weight: bold;
}
.fad-pf-details-wrapper .summary-data-container .detail-group,
.modal-component-body .summary-data-container .detail-group {
  width: 100%;
  padding-left: 0;
  margin-bottom: 2rem;
}
.fad-pf-details-wrapper .summary-data-container .detail-group .detail-left,
.fad-pf-details-wrapper .summary-data-container .detail-group .detail-right,
.modal-component-body .summary-data-container .detail-group .detail-left,
.modal-component-body .summary-data-container .detail-group .detail-right {
  padding-left: 0;
  padding-right: 0;
}
.fad-pf-details-wrapper .summary-data-container .detail-group .detail-left .price,
.fad-pf-details-wrapper .summary-data-container .detail-group .detail-right .price,
.modal-component-body .summary-data-container .detail-group .detail-left .price,
.modal-component-body .summary-data-container .detail-group .detail-right .price {
  font-size: 1.25rem;
}
.fad-pf-details-wrapper .summary-data-container .detail-group .description,
.modal-component-body .summary-data-container .detail-group .description {
  border-top: solid 1px #000;
  padding-left: 0;
}
.fad-pf-details-wrapper .summary-data-container .detail-group .details-foot,
.modal-component-body .summary-data-container .detail-group .details-foot {
  font-size: 1.1rem;
}
.fad-pf-details-wrapper .summary-data-container .detail-group .details-foot .motif-icon.motif-help,
.modal-component-body .summary-data-container .detail-group .details-foot .motif-icon.motif-help {
  font-size: 1.1rem;
}
.fad-pf-details-wrapper .summary-data-container .selector-price-prod-container,
.modal-component-body .summary-data-container .selector-price-prod-container {
  padding-bottom: 2.5rem;
  width: 50%;
  font-weight: 600;
}
.fad-pf-details-wrapper .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp fieldset,
.fad-pf-details-wrapper .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp input,
.modal-component-body .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp fieldset,
.modal-component-body .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp input {
  width: 100%;
  top: -0.28rem;
  font-weight: 400;
}
.fad-pf-details-wrapper .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp .psDropdown.active,
.modal-component-body .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp .psDropdown.active {
  top: 100%;
}
.fad-pf-details-wrapper .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt fieldset,
.fad-pf-details-wrapper .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt input,
.modal-component-body .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt fieldset,
.modal-component-body .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt input {
  width: 100%;
  top: -0.28rem;
  font-weight: 400;
}
.fad-pf-details-wrapper .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt button,
.modal-component-body .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt button {
  visibility: hidden;
}
.fad-pf-details-wrapper .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt .psDropdown.active,
.modal-component-body .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt .psDropdown.active {
  top: 100%;
}
.fad-pf-details-wrapper .summary-data-container .selector-price-prod-container .selector-label,
.modal-component-body .summary-data-container .selector-price-prod-container .selector-label {
  margin-bottom: 0.5rem;
}
.fad-pf-details-wrapper .summary-data-container .selector-price-prod-container input,
.modal-component-body .summary-data-container .selector-price-prod-container input {
  width: 45%;
  padding: 0.5rem 0.75rem;
  text-overflow: ellipsis;
  padding-right: 2rem;
}
@media screen and (max-width: 800px) {
  .fad-pf-details-wrapper .summary-data-container .selector-price-prod-container .selector-price-prod-container,
  .modal-component-body .summary-data-container .selector-price-prod-container .selector-price-prod-container {
    width: 100%;
  }
}
.fad-pf-details-wrapper .procedure-medicalcode .procedure-dropdown.selector-price-prod-container,
.modal-component-body .procedure-medicalcode .procedure-dropdown.selector-price-prod-container {
  width: 13%;
}
@media screen and (max-width: 800px) {
  .fad-pf-details-wrapper .procedure-medicalcode .procedure-dropdown.selector-price-prod-container,
  .modal-component-body .procedure-medicalcode .procedure-dropdown.selector-price-prod-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media print and (max-width: 800px) {
  .fad-pf-details-wrapper .procedure-medicalcode .procedure-dropdown.selector-price-prod-container,
  .modal-component-body .procedure-medicalcode .procedure-dropdown.selector-price-prod-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.fad-pf-details-wrapper .procedure-medicalcode .procedure-dropdown .pfSelect-legend,
.modal-component-body .procedure-medicalcode .procedure-dropdown .pfSelect-legend {
  width: 150%;
  white-space: nowrap;
}
.fad-pf-details-wrapper .procedure-medicalcode .selector-price-prod-container.pricing-value,
.modal-component-body .procedure-medicalcode .selector-price-prod-container.pricing-value {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .fad-pf-details-wrapper .procedure-medicalcode .selector-price-prod-container.pricing-value,
  .modal-component-body .procedure-medicalcode .selector-price-prod-container.pricing-value {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
@media print and (max-width: 800px) {
  .fad-pf-details-wrapper .procedure-medicalcode .selector-price-prod-container.pricing-value,
  .modal-component-body .procedure-medicalcode .selector-price-prod-container.pricing-value {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
.fad-pf-details-wrapper .procedure-medicalcode .cpt-dropdown,
.modal-component-body .procedure-medicalcode .cpt-dropdown {
  width: 25%;
  padding-left: 3rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .fad-pf-details-wrapper .procedure-medicalcode .cpt-dropdown,
  .modal-component-body .procedure-medicalcode .cpt-dropdown {
    padding-left: 1rem;
  }
}
.fad-pf-details-wrapper .procedure-medicalcode .cpt-dropdown .pricing-dropdown-cmp fieldset,
.fad-pf-details-wrapper .procedure-medicalcode .cpt-dropdown .pricing-dropdown-cmp input,
.modal-component-body .procedure-medicalcode .cpt-dropdown .pricing-dropdown-cmp fieldset,
.modal-component-body .procedure-medicalcode .cpt-dropdown .pricing-dropdown-cmp input {
  width: 100%;
}
.fad-pf-details-wrapper .procedure-medicalcode .cpt-dropdown .pricing-dropdown-cmp .psDropdown.active,
.modal-component-body .procedure-medicalcode .cpt-dropdown .pricing-dropdown-cmp .psDropdown.active {
  top: 100%;
}
@media screen and (max-width: 800px) {
  .fad-pf-details-wrapper .procedure-medicalcode .cpt-dropdown,
  .modal-component-body .procedure-medicalcode .cpt-dropdown {
    margin-top: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0px;
    width: 100%;
  }
}
@media print and (max-width: 800px) {
  .fad-pf-details-wrapper .procedure-medicalcode .cpt-dropdown,
  .modal-component-body .procedure-medicalcode .cpt-dropdown {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0px;
    width: 100%;
  }
}
.fad-pf-details-wrapper .procedure-medicalcode .cpt-sub-dropdown,
.modal-component-body .procedure-medicalcode .cpt-sub-dropdown {
  width: 100%;
  margin-top: 17px;
}
.fad-pf-details-wrapper .pf-location-block-end,
.modal-component-body .pf-location-block-end {
  text-align: right;
}
.fad-pf-details-wrapper .pf-location-block-end a,
.modal-component-body .pf-location-block-end a {
  float: none;
}
.fad-pf-details-wrapper .pf-location-block-end .travel-time,
.modal-component-body .pf-location-block-end .travel-time {
  margin-top: 5px;
}
.fad-pf-details-wrapper .pf-location-block-end .travel-time a,
.modal-component-body .pf-location-block-end .travel-time a {
  float: none;
  margin-right: 7px;
}
.fad-pf-details-wrapper .pf-location-block-end .details-space,
.modal-component-body .pf-location-block-end .details-space {
  margin-top: 1rem;
}
.fad-pf-details-wrapper .pf-location-block-end .details-space a,
.modal-component-body .pf-location-block-end .details-space a {
  font-weight: bold;
}
.fad-pf-details-wrapper .location-icon-wrapper,
.modal-component-body .location-icon-wrapper {
  display: flex;
  flex-flow: row;
}
.fad-pf-details-wrapper .location-cost-icon,
.modal-component-body .location-cost-icon {
  vertical-align: middle;
  margin-right: 0.5rem;
  font-size: 18px;
}
.fad-pf-details-wrapper .address-wrapper .map-teardrop-icon,
.modal-component-body .address-wrapper .map-teardrop-icon {
  display: inline-block;
  border: none;
  cursor: pointer;
  float: left;
  width: auto;
  margin-right: 0.25rem;
  margin-bottom: 60px;
}
.fad-pf-details-wrapper .address-wrapper a,
.modal-component-body .address-wrapper a {
  border: none;
}
.fad-pf-details-wrapper div > .clearfix:not(:last-child) .address-wrapper,
.modal-component-body div > .clearfix:not(:last-child) .address-wrapper {
  border-bottom: 1px solid #979797;
  margin: 0 0 1.75rem;
}
.fad-pf-details-wrapper div > .clearfix:not(:last-child) .address-wrapper.add-border-bottom,
.modal-component-body div > .clearfix:not(:last-child) .address-wrapper.add-border-bottom {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #979797;
}
.fad-pf-details-wrapper div > .clearfix:not(:last-child) .address-wrapper.remove-border-bottom,
.modal-component-body div > .clearfix:not(:last-child) .address-wrapper.remove-border-bottom {
  border: none;
}

.fad-pf-details-wrapper .procedure-medicalcode .selector-price-prod-container.pricing-value.containerWidth {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .fad-pf-details-wrapper .procedure-medicalcode .selector-price-prod-container.pricing-value.containerWidth {
    width: 100%;
  }
}
.fad-pf-details-wrapper .procedure-medicalcode .selector-price-prod-container.pricing-value.containerWidth input {
  width: 100%;
  font-weight: normal;
}
@media print and (max-width: 800px) {
  .fad-pf-details-wrapper .procedure-medicalcode .selector-price-prod-container.pricing-value.containerWidth {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}

.fad-pf-details-wrapper-fc .summary-data-container,
.modal-component-body .summary-data-container {
  margin-bottom: 20px;
}
.fad-pf-details-wrapper-fc .summary-data-container .column-holder,
.modal-component-body .summary-data-container .column-holder {
  border: solid 1px #e3e1e1;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}
.fad-pf-details-wrapper-fc .summary-data-container .column-holder .noprocedure-card,
.modal-component-body .summary-data-container .column-holder .noprocedure-card {
  padding-right: 0px;
  border-right: none;
}
.fad-pf-details-wrapper-fc .summary-data-container .column-holder .noprocedure-card a,
.modal-component-body .summary-data-container .column-holder .noprocedure-card a {
  font-size: 26px;
  font-family: "Montserrat";
}
.fad-pf-details-wrapper-fc .summary-data-container .card-align,
.modal-component-body .summary-data-container .card-align {
  margin-bottom: 3rem;
  padding-left: 0px;
}
@media screen and (max-width: 800px) {
  .fad-pf-details-wrapper-fc .summary-data-container .card-align,
  .modal-component-body .summary-data-container .card-align {
    margin-top: 1.5rem;
    padding-right: 0px;
  }
}
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1-on,
.modal-component-body .summary-data-container .details-column-1-on {
  border-right: solid 1px #e3e1e1;
}
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2-on,
.modal-component-body .summary-data-container .details-column-2-on {
  border-left: solid 1px #e3e1e1;
}
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1,
.modal-component-body .summary-data-container .details-column-1 {
  border-right: solid 1px #fff;
}
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2,
.modal-component-body .summary-data-container .details-column-2 {
  border-left: solid 1px #fff;
}
.fad-pf-details-wrapper-fc .summary-data-container ul.pricing-included,
.fad-pf-details-wrapper-fc .summary-data-container ul.pricing-services,
.modal-component-body .summary-data-container ul.pricing-included,
.modal-component-body .summary-data-container ul.pricing-services {
  padding-left: 15px;
}
.fad-pf-details-wrapper-fc .summary-data-container .tab-content-sep-wrapper,
.modal-component-body .summary-data-container .tab-content-sep-wrapper {
  padding: 1rem;
  padding-right: 5px;
}
.fad-pf-details-wrapper-fc .summary-data-container .tab-content-sep-wrapper.padding-top-no,
.modal-component-body .summary-data-container .tab-content-sep-wrapper.padding-top-no {
  padding-top: 0;
}
.fad-pf-details-wrapper-fc .summary-data-container .tab-content-sep-wrapper.margin-btm-1rm,
.modal-component-body .summary-data-container .tab-content-sep-wrapper.margin-btm-1rm {
  margin-bottom: 1rem;
}
.fad-pf-details-wrapper-fc .summary-data-container .bg-skyblue,
.modal-component-body .summary-data-container .bg-skyblue {
  background-color: #eff5ff;
}
.fad-pf-details-wrapper-fc .summary-data-container .bg-skyblue .tab-content-section:last-child,
.modal-component-body .summary-data-container .bg-skyblue .tab-content-section:last-child {
  margin-bottom: 0;
}
.fad-pf-details-wrapper-fc .summary-data-container span.fa.fa-question-circle,
.modal-component-body .summary-data-container span.fa.fa-question-circle {
  color: #286ce2;
}
.fad-pf-details-wrapper-fc .summary-data-container .distance-block,
.modal-component-body .summary-data-container .distance-block {
  margin: 10px 0;
}
.fad-pf-details-wrapper-fc .summary-data-container .distance-block .details-map-pin,
.modal-component-body .summary-data-container .distance-block .details-map-pin {
  margin-right: 5px;
}
.fad-pf-details-wrapper-fc .summary-data-container .distance-block .travel-time,
.modal-component-body .summary-data-container .distance-block .travel-time {
  display: inline-block;
  margin-left: 1.5rem;
}
.fad-pf-details-wrapper-fc .summary-data-container .distance-block .travel-time a,
.modal-component-body .summary-data-container .distance-block .travel-time a {
  margin-bottom: 5px;
  margin-right: 3px;
}
.fad-pf-details-wrapper-fc .summary-data-container .no-billing-info,
.modal-component-body .summary-data-container .no-billing-info {
  color: #286ce2 !important;
}
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1-on,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2-on,
.modal-component-body .summary-data-container .details-column-1,
.modal-component-body .summary-data-container .details-column-2,
.modal-component-body .summary-data-container .details-column-1-on,
.modal-component-body .summary-data-container .details-column-2-on {
  padding: 2rem;
}
@media screen and (max-width: 800px) {
  .fad-pf-details-wrapper-fc .summary-data-container .details-column-1,
  .fad-pf-details-wrapper-fc .summary-data-container .details-column-2,
  .fad-pf-details-wrapper-fc .summary-data-container .details-column-1-on,
  .fad-pf-details-wrapper-fc .summary-data-container .details-column-2-on,
  .modal-component-body .summary-data-container .details-column-1,
  .modal-component-body .summary-data-container .details-column-2,
  .modal-component-body .summary-data-container .details-column-1-on,
  .modal-component-body .summary-data-container .details-column-2-on {
    border: solid 0px #e3e1e1;
  }
}
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1 h2,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2 h2,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1-on h2,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2-on h2,
.modal-component-body .summary-data-container .details-column-1 h2,
.modal-component-body .summary-data-container .details-column-2 h2,
.modal-component-body .summary-data-container .details-column-1-on h2,
.modal-component-body .summary-data-container .details-column-2-on h2 {
  margin-bottom: 2rem;
}
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1 .pricing-col-content,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1 .estim-col-content,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2 .pricing-col-content,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2 .estim-col-content,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1-on .pricing-col-content,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1-on .estim-col-content,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2-on .pricing-col-content,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2-on .estim-col-content,
.modal-component-body .summary-data-container .details-column-1 .pricing-col-content,
.modal-component-body .summary-data-container .details-column-1 .estim-col-content,
.modal-component-body .summary-data-container .details-column-2 .pricing-col-content,
.modal-component-body .summary-data-container .details-column-2 .estim-col-content,
.modal-component-body .summary-data-container .details-column-1-on .pricing-col-content,
.modal-component-body .summary-data-container .details-column-1-on .estim-col-content,
.modal-component-body .summary-data-container .details-column-2-on .pricing-col-content,
.modal-component-body .summary-data-container .details-column-2-on .estim-col-content {
  margin-bottom: 1.5rem;
}
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1 .pricing-col-content h5,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1 .estim-col-content h5,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2 .pricing-col-content h5,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2 .estim-col-content h5,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1-on .pricing-col-content h5,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1-on .estim-col-content h5,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2-on .pricing-col-content h5,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2-on .estim-col-content h5,
.modal-component-body .summary-data-container .details-column-1 .pricing-col-content h5,
.modal-component-body .summary-data-container .details-column-1 .estim-col-content h5,
.modal-component-body .summary-data-container .details-column-2 .pricing-col-content h5,
.modal-component-body .summary-data-container .details-column-2 .estim-col-content h5,
.modal-component-body .summary-data-container .details-column-1-on .pricing-col-content h5,
.modal-component-body .summary-data-container .details-column-1-on .estim-col-content h5,
.modal-component-body .summary-data-container .details-column-2-on .pricing-col-content h5,
.modal-component-body .summary-data-container .details-column-2-on .estim-col-content h5 {
  font-weight: 500;
  margin-bottom: 2rem;
}
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1 .pricing-left-container h5,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2 .pricing-left-container h5,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1-on .pricing-left-container h5,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2-on .pricing-left-container h5,
.modal-component-body .summary-data-container .details-column-1 .pricing-left-container h5,
.modal-component-body .summary-data-container .details-column-2 .pricing-left-container h5,
.modal-component-body .summary-data-container .details-column-1-on .pricing-left-container h5,
.modal-component-body .summary-data-container .details-column-2-on .pricing-left-container h5 {
  margin-bottom: 1rem;
}
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1 .pricing-left-container .left-pricing-group,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2 .pricing-left-container .left-pricing-group,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1-on .pricing-left-container .left-pricing-group,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2-on .pricing-left-container .left-pricing-group,
.modal-component-body .summary-data-container .details-column-1 .pricing-left-container .left-pricing-group,
.modal-component-body .summary-data-container .details-column-2 .pricing-left-container .left-pricing-group,
.modal-component-body .summary-data-container .details-column-1-on .pricing-left-container .left-pricing-group,
.modal-component-body .summary-data-container .details-column-2-on .pricing-left-container .left-pricing-group {
  margin-top: 2rem;
}
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1 .pricing-left-container .left-pricing-group h6,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2 .pricing-left-container .left-pricing-group h6,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-1-on .pricing-left-container .left-pricing-group h6,
.fad-pf-details-wrapper-fc .summary-data-container .details-column-2-on .pricing-left-container .left-pricing-group h6,
.modal-component-body .summary-data-container .details-column-1 .pricing-left-container .left-pricing-group h6,
.modal-component-body .summary-data-container .details-column-2 .pricing-left-container .left-pricing-group h6,
.modal-component-body .summary-data-container .details-column-1-on .pricing-left-container .left-pricing-group h6,
.modal-component-body .summary-data-container .details-column-2-on .pricing-left-container .left-pricing-group h6 {
  font-size: 1.06rem;
  font-weight: bold;
}
.fad-pf-details-wrapper-fc .summary-data-container .detail-group,
.modal-component-body .summary-data-container .detail-group {
  width: 100%;
  padding-left: 0;
  margin-bottom: 2rem;
}
.fad-pf-details-wrapper-fc .summary-data-container .detail-group .detail-left,
.fad-pf-details-wrapper-fc .summary-data-container .detail-group .detail-right,
.modal-component-body .summary-data-container .detail-group .detail-left,
.modal-component-body .summary-data-container .detail-group .detail-right {
  padding-left: 0;
  padding-right: 0;
}
.fad-pf-details-wrapper-fc .summary-data-container .detail-group .detail-left .price,
.fad-pf-details-wrapper-fc .summary-data-container .detail-group .detail-right .price,
.modal-component-body .summary-data-container .detail-group .detail-left .price,
.modal-component-body .summary-data-container .detail-group .detail-right .price {
  font-size: 1.25rem;
}
.fad-pf-details-wrapper-fc .summary-data-container .detail-group .description,
.modal-component-body .summary-data-container .detail-group .description {
  padding-left: 0;
  font-size: 12px;
  color: #666;
  text-align: left;
}
.fad-pf-details-wrapper-fc .summary-data-container .detail-group .details-foot,
.modal-component-body .summary-data-container .detail-group .details-foot {
  font-size: 1.1rem;
}
.fad-pf-details-wrapper-fc .summary-data-container .detail-group .details-foot .motif-icon.motif-help,
.modal-component-body .summary-data-container .detail-group .details-foot .motif-icon.motif-help {
  font-size: 1.1rem;
}
.fad-pf-details-wrapper-fc .summary-data-container .selector-price-prod-container,
.modal-component-body .summary-data-container .selector-price-prod-container {
  padding-bottom: 10px;
  width: 100%;
  font-weight: 600;
}
.fad-pf-details-wrapper-fc .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp fieldset,
.fad-pf-details-wrapper-fc .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp input,
.modal-component-body .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp fieldset,
.modal-component-body .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp input {
  width: 100%;
  top: -0.28rem;
  font-weight: 400;
}
.fad-pf-details-wrapper-fc .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp .psDropdown.active,
.modal-component-body .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp .psDropdown.active {
  top: 100%;
}
.fad-pf-details-wrapper-fc .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt fieldset,
.fad-pf-details-wrapper-fc .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt input,
.modal-component-body .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt fieldset,
.modal-component-body .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt input {
  width: 100%;
  top: -0.28rem;
  font-weight: 400;
}
.fad-pf-details-wrapper-fc .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt button,
.modal-component-body .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt button {
  visibility: hidden;
}
.fad-pf-details-wrapper-fc .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt .psDropdown.active,
.modal-component-body .summary-data-container .selector-price-prod-container .pricing-dropdown-cmp-cpt .psDropdown.active {
  top: 100%;
}
.fad-pf-details-wrapper-fc .summary-data-container .selector-price-prod-container .selector-label,
.modal-component-body .summary-data-container .selector-price-prod-container .selector-label {
  margin-bottom: 0.5rem;
}
.fad-pf-details-wrapper-fc .summary-data-container .selector-price-prod-container input,
.modal-component-body .summary-data-container .selector-price-prod-container input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  text-overflow: ellipsis;
  padding-right: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .fad-pf-details-wrapper-fc .summary-data-container .selector-price-prod-container .selector-price-prod-container,
  .modal-component-body .summary-data-container .selector-price-prod-container .selector-price-prod-container {
    width: 100%;
  }
}
.fad-pf-details-wrapper-fc .pricing-dropdown-cmp.cpt-sub-dropdown,
.modal-component-body .pricing-dropdown-cmp.cpt-sub-dropdown {
  width: 100%;
}
.fad-pf-details-wrapper-fc .pricing-dropdown-cmp.cpt-sub-dropdown fieldset.ant-auto-suggest,
.modal-component-body .pricing-dropdown-cmp.cpt-sub-dropdown fieldset.ant-auto-suggest {
  width: 100%;
}
.fad-pf-details-wrapper-fc .pricing-dropdown-cmp.cpt-sub-dropdown fieldset.ant-auto-suggest input,
.modal-component-body .pricing-dropdown-cmp.cpt-sub-dropdown fieldset.ant-auto-suggest input {
  width: 100%;
}
.fad-pf-details-wrapper-fc .procedure-medicalcode .procedure-dropdown.selector-price-prod-container,
.modal-component-body .procedure-medicalcode .procedure-dropdown.selector-price-prod-container {
  width: 13%;
}
@media screen and (max-width: 800px) {
  .fad-pf-details-wrapper-fc .procedure-medicalcode .procedure-dropdown.selector-price-prod-container,
  .modal-component-body .procedure-medicalcode .procedure-dropdown.selector-price-prod-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media print and (max-width: 800px) {
  .fad-pf-details-wrapper-fc .procedure-medicalcode .procedure-dropdown.selector-price-prod-container,
  .modal-component-body .procedure-medicalcode .procedure-dropdown.selector-price-prod-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.fad-pf-details-wrapper-fc .procedure-medicalcode .procedure-dropdown .pfSelect-legend,
.modal-component-body .procedure-medicalcode .procedure-dropdown .pfSelect-legend {
  width: 150%;
  white-space: nowrap;
}
.fad-pf-details-wrapper-fc .procedure-medicalcode .selector-price-prod-container.pricing-value,
.modal-component-body .procedure-medicalcode .selector-price-prod-container.pricing-value {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .fad-pf-details-wrapper-fc .procedure-medicalcode .selector-price-prod-container.pricing-value,
  .modal-component-body .procedure-medicalcode .selector-price-prod-container.pricing-value {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
@media print and (max-width: 800px) {
  .fad-pf-details-wrapper-fc .procedure-medicalcode .selector-price-prod-container.pricing-value,
  .modal-component-body .procedure-medicalcode .selector-price-prod-container.pricing-value {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
.fad-pf-details-wrapper-fc .procedure-medicalcode .cpt-dropdown-fc,
.modal-component-body .procedure-medicalcode .cpt-dropdown-fc {
  width: 198px;
  padding-left: 3rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .fad-pf-details-wrapper-fc .procedure-medicalcode .cpt-dropdown-fc,
  .modal-component-body .procedure-medicalcode .cpt-dropdown-fc {
    padding-left: 1rem;
  }
}
.fad-pf-details-wrapper-fc .procedure-medicalcode .cpt-dropdown-fc .pricing-dropdown-cmp fieldset,
.fad-pf-details-wrapper-fc .procedure-medicalcode .cpt-dropdown-fc .pricing-dropdown-cmp input,
.modal-component-body .procedure-medicalcode .cpt-dropdown-fc .pricing-dropdown-cmp fieldset,
.modal-component-body .procedure-medicalcode .cpt-dropdown-fc .pricing-dropdown-cmp input {
  width: 100%;
}
.fad-pf-details-wrapper-fc .procedure-medicalcode .cpt-dropdown-fc .pricing-dropdown-cmp .psDropdown.active,
.modal-component-body .procedure-medicalcode .cpt-dropdown-fc .pricing-dropdown-cmp .psDropdown.active {
  top: 100%;
}
@media screen and (max-width: 800px) {
  .fad-pf-details-wrapper-fc .procedure-medicalcode .cpt-dropdown-fc,
  .modal-component-body .procedure-medicalcode .cpt-dropdown-fc {
    margin-top: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0px;
    width: 100%;
  }
}
@media print and (max-width: 800px) {
  .fad-pf-details-wrapper-fc .procedure-medicalcode .cpt-dropdown-fc,
  .modal-component-body .procedure-medicalcode .cpt-dropdown-fc {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0px;
    width: 100%;
  }
}
.fad-pf-details-wrapper-fc .procedure-medicalcode .cpt-sub-dropdown,
.modal-component-body .procedure-medicalcode .cpt-sub-dropdown {
  width: 100%;
  margin-top: 17px;
}
.fad-pf-details-wrapper-fc .pf-location-block-end,
.modal-component-body .pf-location-block-end {
  text-align: right;
}
.fad-pf-details-wrapper-fc .pf-location-block-end a,
.modal-component-body .pf-location-block-end a {
  float: none;
}
.fad-pf-details-wrapper-fc .pf-location-block-end .travel-time,
.modal-component-body .pf-location-block-end .travel-time {
  margin-top: 5px;
}
.fad-pf-details-wrapper-fc .pf-location-block-end .travel-time a,
.modal-component-body .pf-location-block-end .travel-time a {
  float: none;
  margin-right: 7px;
}
.fad-pf-details-wrapper-fc .pf-location-block-end .details-space,
.modal-component-body .pf-location-block-end .details-space {
  margin-top: 1rem;
}
.fad-pf-details-wrapper-fc .pf-location-block-end .details-space a,
.modal-component-body .pf-location-block-end .details-space a {
  font-weight: bold;
}
.fad-pf-details-wrapper-fc .location-icon-wrapper,
.modal-component-body .location-icon-wrapper {
  display: flex;
  flex-flow: row;
}
.fad-pf-details-wrapper-fc .location-cost-icon,
.modal-component-body .location-cost-icon {
  vertical-align: middle;
  margin-right: 0.5rem;
  font-size: 18px;
}
.fad-pf-details-wrapper-fc .address-wrapper .map-teardrop-icon,
.modal-component-body .address-wrapper .map-teardrop-icon {
  display: inline-block;
  border: none;
  cursor: pointer;
  float: left;
  width: auto;
  margin-right: 0.25rem;
  margin-bottom: 60px;
}
.fad-pf-details-wrapper-fc .address-wrapper a,
.modal-component-body .address-wrapper a {
  border: none;
}
.fad-pf-details-wrapper-fc div > .clearfix:not(:last-child) .address-wrapper,
.modal-component-body div > .clearfix:not(:last-child) .address-wrapper {
  border-bottom: 1px solid #979797;
  margin: 0 0 1.75rem;
}
.fad-pf-details-wrapper-fc div > .clearfix:not(:last-child) .address-wrapper.add-border-bottom,
.modal-component-body div > .clearfix:not(:last-child) .address-wrapper.add-border-bottom {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #979797;
}
.fad-pf-details-wrapper-fc div > .clearfix:not(:last-child) .address-wrapper.remove-border-bottom,
.modal-component-body div > .clearfix:not(:last-child) .address-wrapper.remove-border-bottom {
  border: none;
}
.fad-pf-details-wrapper-fc .fc-panel,
.modal-component-body .fc-panel {
  margin-left: -18px;
  width: auto;
  background: #f7f7f7;
  padding-left: 15px;
  width: 113%;
}
.fad-pf-details-wrapper-fc .expand-header,
.modal-component-body .expand-header {
  color: #333;
  font-size: 14px;
}
.fad-pf-details-wrapper-fc .uxd-expansion-panel .uxd-expansion-button,
.modal-component-body .uxd-expansion-panel .uxd-expansion-button {
  color: #333;
}
.fad-pf-details-wrapper-fc .uxd-expansion-panel .uxd-expansion-button span.cost-share,
.modal-component-body .uxd-expansion-panel .uxd-expansion-button span.cost-share {
  text-align: end;
  float: left;
  width: 60%;
}
.fad-pf-details-wrapper-fc .uxd-expansion-panel .uxd-expansion-button span.arrow-icon,
.modal-component-body .uxd-expansion-panel .uxd-expansion-button span.arrow-icon {
  color: #286ce2 !important;
  font-size: 14px !important;
  font-weight: bold;
}
.fad-pf-details-wrapper-fc .flex-container,
.modal-component-body .flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.map-loader {
  margin-bottom: 20px;
}
.map-loader .ant-data-load {
  padding: 5px !important;
}

/*Emulate Badge - end*/
.cost-info div.row {
  padding: 5px 0px 5px 0px;
}

.col-sm-3.fad-side-filter {
  margin-top: 20px;
}
@media screen and (min-width: 800px) {
  .col-sm-3.fad-side-filter {
    padding-right: 0px;
  }
}
.col-sm-3.fad-side-filter .alt-toggle-header {
  width: auto;
}
.col-sm-3.fad-side-filter .alt-toggle-plus,
.col-sm-3.fad-side-filter .alt-toggle-minus {
  margin-right: 15px;
}
@media screen and (min-width: 800px) {
  .col-sm-3.fad-side-filter {
    border-right: 2px solid #eeeeee;
  }
}

.clear-filter {
  text-align: right;
  float: right;
}
.clear-filter a {
  cursor: pointer;
  margin-right: 1rem;
}
.clear-filter a:focus {
  border: 1px solid #dcdcdc;
}

.filter-actions {
  padding-bottom: 30px;
}

.filter-align {
  width: min-content;
}

a.align-icon {
  position: absolute;
}

.specialty-dropdown {
  height: 13rem;
}
.specialty-dropdown .ant-text-input {
  width: 400px;
}
@media screen and (min-width: 800px) {
  .specialty-dropdown .ant-text-input {
    width: 225px;
  }
}
@media screen and (min-width: 1024px) {
  .specialty-dropdown .ant-text-input {
    width: 300px;
  }
}
.specialty-dropdown .psLabel {
  word-break: break-word;
}
.specialty-dropdown .psDropdown.active {
  max-height: 9.5rem;
}

.dental-vision-wrapper {
  margin-top: 2rem;
  margin-bottom: 1.1rem;
}
.dental-vision-wrapper .keep-left {
  float: left;
}
.dental-vision-wrapper .blank-style {
  font-weight: normal !important;
  padding-bottom: 15px;
}
.dental-vision-wrapper .padding-left {
  padding-left: 2px;
}
.dental-vision-wrapper .full-width {
  width: 100%;
}
.dental-vision-wrapper label {
  /*font-size: 0.875em;*/
  font-weight: normal !important;
}
.dental-vision-wrapper .reason-label {
  font-weight: 600;
  font-size: 1rem;
  padding-bottom: 0.7143rem;
}
.dental-vision-wrapper .radio-container {
  width: 90%;
}
.dental-vision-wrapper .radio-container .prLabel {
  padding-left: 0px;
}

.fad-error {
  color: #cc0033;
  font-weight: normal !important;
  padding-bottom: 20px;
  /* margin-top: 19px; */
}
.fad-error img {
  width: 25px;
}
.fad-error a {
  cursor: pointer;
  color: #cc0033;
  font-weight: bold !important;
}

.search-results-wrapper {
  padding-left: 30px !important;
}

.fad-search-filter {
  margin-bottom: 4rem;
}
.fad-search-filter .pcLabel,
.fad-search-filter .prLabel {
  font-size: 14px !important;
  font-weight: 400;
  margin-right: 0;
  padding-left: 0;
}
.fad-search-filter legend,
.fad-search-filter label {
  width: inherit;
}
.fad-search-filter .fad-pcp-filter {
  padding-bottom: 0.5rem;
}
.fad-search-filter .filter-checkbox-label {
  display: flex;
  padding-right: 20px;
}
.fad-search-filter .alt-toggle-cmp .alt-toggle-header .alt-toggle-body {
  width: 20rem;
}
.fad-search-filter .alt-toggle-cmp .alt-toggle-header .alt-toggle-body .filter-check {
  display: inline-block;
}
@media screen and (min-width: 800px) {
  .fad-search-filter .alt-toggle-cmp .alt-toggle-header .alt-toggle-body {
    width: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .fad-search-filter .alt-toggle-cmp .alt-toggle-header .alt-toggle-body {
    width: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .fad-search-filter .alt-toggle-cmp .alt-toggle-header .alt-toggle-body {
    width: 13rem;
  }
}

.helpful-hints {
  padding-right: 1rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #eeeeee;
}
.helpful-hints .hint-header {
  padding-bottom: 1rem;
}
.helpful-hints .hint {
  padding: 0.5rem 0;
}

.helpful-hints-wrapper .helpful-hints {
  padding-right: 1rem;
  padding-bottom: 0rem;
  padding-top: 0px;
  border-bottom: 0px solid #ffffff;
}
.helpful-hints-wrapper .helpful-hints .hint-header {
  padding-bottom: 1rem;
}
.helpful-hints-wrapper .helpful-hints .hint {
  padding: 0.5rem 0;
}

.eyc-Banner {
  margin-bottom: 1rem;
}
.eyc-Banner div {
  text-align: right;
}
.eyc-Banner div span {
  font-weight: 600;
  padding: 0px 5px 0px 5px;
}
@media screen and (max-width: 800px) {
  .eyc-Banner {
    margin-top: 1rem;
  }
}

.filter-toggle {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 1rem;
}
.filter-toggle .toggle-icon {
  float: right;
  padding-right: 15px;
}
.filter-toggle .toggle-header {
  padding-bottom: 1rem;
}
.filter-toggle .toggle-body {
  padding-bottom: 1rem;
}
.filter-toggle .toggle-body .ant-sm-select {
  padding-right: 1rem;
}
.filter-toggle .long-toggle-heading {
  display: inline-block;
  max-width: 80%;
}
@media screen and (max-width: 1024px) {
  .filter-toggle .long-toggle-heading {
    max-width: 70%;
  }
}

.greyOut {
  color: grey;
  border-bottom: none;
  font-weight: 600;
  opacity: 0.8;
}

.select-header {
  min-width: 50px;
  word-break: break-word;
  hyphens: auto;
}

.recognition-header {
  word-break: break-word;
  hyphens: auto;
}

.emulate-border {
  border-top: 2px solid #eeeeee;
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding-bottom: 10px;
}

ul.pfbreadcrumb {
  padding: 10px 0px;
  list-style: none;
  background-color: #fff;
}
ul.pfbreadcrumb a {
  cursor: pointer;
}

ul.pfbreadcrumb li {
  display: inline;
  font-size: 14px;
}

ul.pfbreadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: url("/assets/images/common/bc_right_arrow.png");
}

ul.pfbreadcrumb li a {
  color: #0275d8;
  text-decoration: none;
  font-size: 14px;
}

ul.pfbreadcrumb li a:hover {
  color: #01447e;
  text-decoration: none;
}

a.popIcon-wrapper {
  text-decoration: underline;
  margin-left: 0px;
  display: flex;
  text-indent: 0px;
}

.leaving-disclaimer-btns {
  margin-bottom: 2rem !important;
}
.leaving-disclaimer-btns .btn-primary {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .leaving-disclaimer-btns .btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .leaving-disclaimer-btns .btn-primary {
    margin-left: 0px;
  }
}

.fad-float-right {
  float: right;
}

.fad-float-left {
  float: left;
}

/* PF homehealthcare modal wrapper */
.pf-homehealthcare-modal-container h2 {
  margin-bottom: 20px;
}
.pf-homehealthcare-modal-container .homehealthcare-header {
  margin-bottom: 2rem;
}
.pf-homehealthcare-modal-container .homehealthcare-container {
  margin: 20px 0 40px 0;
}
.pf-homehealthcare-modal-container .homehealthcare-container .homehealthcare-image {
  text-align: center;
}
.pf-homehealthcare-modal-container .homehealthcare-container .homehealthcare-title {
  font-size: 1.05rem;
  font-weight: 600;
}
@media (min-width: 801px) {
  .pf-homehealthcare-modal-container .modal-dialog {
    max-width: 660px;
  }
}

div.account-balance {
  margin-top: 1em;
}

.print-tabs {
  display: none;
}

.print-toggle {
  display: none;
}

.print-disclaimer {
  display: none;
}

.print-disclaimer-heading {
  display: none;
}

.print-disclaimer-rule {
  display: none;
}

.print-award {
  display: none;
}

.print-search-results-paragraph {
  display: none;
}

.print-tooltip {
  display: none;
  font-size: 0.875rem;
}

.print-cost-disclaimer-tab-content {
  display: none;
}

@media print {
  .mbr-top-of-page-wrapper {
    display: none;
  }
  .ant-alert {
    display: none;
  }
  .nav-links {
    display: none;
  }
  .fad-side-filter {
    display: none;
  }
  .pf-toggle-map-wrapper {
    display: none;
  }
  .checkbox-print {
    display: none;
  }
  .ant-tab-header {
    display: none;
  }
  .print-margin-label {
    margin-left: 8.33333333%;
  }
  .pf-search-results-action-buttons {
    display: none;
  }
  .fad-pf-pagination-container {
    display: none;
  }
  .back-to-top-dir {
    display: none;
  }
  .fad-search-results {
    width: 100%;
  }
  .brand-logo {
    display: none;
  }
  .fad-language {
    display: none;
  }
  .show-more-btn {
    display: none;
  }
  .pf-emulate-badge {
    display: none;
  }
  .m-label {
    display: none;
  }
  .nav-links {
    display: none;
  }
  .pf-compare-btn {
    display: none;
  }
  .tabs {
    display: none;
  }
  .print-tabs {
    display: block;
  }
  .new-line {
    clear: both;
    padding-top: 20px;
  }
  .fad-pf-details-wrapper .details-column-2 {
    margin-left: 15px;
  }
  .email-print-container {
    display: none;
  }
  .detail-helpfulhints {
    display: none;
  }
  .print-toggle {
    display: block;
    word-break: break-word;
  }
  .base-toggle-container {
    display: none;
  }
  .provider-details {
    padding-top: 0px;
  }
  .cost-tab-disc {
    display: none;
  }
  .print-link {
    display: none;
  }
  .dismissable-alert {
    display: none;
  }
  .desktop-disclaimer {
    display: none;
  }
  .print-disclaimer {
    display: block;
  }
  .print-disclaimer-heading {
    display: block;
    margin-top: 1rem;
  }
  .print-disclaimer-rule {
    display: block;
  }
  .pf-award-modal-container {
    background: #ffffff !important;
  }
  .modal-component-footer {
    display: none;
  }
  .beFirstReview {
    display: none;
  }
  .modal .modal-header .close {
    display: none;
  }
  .print-award {
    display: block;
  }
  .print-award .award-container {
    position: relative;
  }
  .pf-details-award-container .award-container {
    position: relative;
  }
  .award-image {
    width: 100%;
    margin: 1rem 0;
  }
  .pf-details-award-container .award-container .award-image {
    text-align: left !important;
  }
  .mbr-page-header {
    padding: 0px;
  }
  .search-results-paragraph {
    display: block;
  }
  .print-search-results-paragraph {
    display: block;
  }
  .print-tooltip {
    display: block;
  }
  .popIcon {
    display: none;
  }
  .transportation-print {
    display: none;
  }
  .mobile-provider-label {
    margin-left: 8.33333333%;
  }
  .cost-disclaimer-tab-content {
    display: none;
  }
  .print-cost-disclaimer-tab-content {
    display: block;
  }
  .fp-map-container {
    display: none;
  }
  .pf-map-modal-container {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    overflow: visible !important;
  }
  .pf-map-modal-container .award-container {
    margin: 0;
  }
  .pf-map-modal-container .pf-map-directions {
    width: 100%;
    padding-bottom: 1rem;
  }
  .pf-map-modal-container .pf-map-directions p {
    font-size: 0.75rem;
  }
  .pf-map-modal-container .pf-map-directions .MicrosoftMap .dirIcon img {
    height: 25px;
  }
  .pf-map-modal-container .pf-map-view {
    width: 100%;
    height: 500px !important;
    border: none;
  }
  .pf-map-modal-container .modal-dialog {
    visibility: visible !important;
    overflow: visible !important;
    margin: -155px auto;
  }
  .pf-map-modal-container .modal-dialog .modal-header {
    padding-bottom: 0;
  }
  .pf-map-modal-container div.print-break-point {
    clear: both;
    display: block;
    break-before: page;
    page-break-after: always;
    position: relative;
  }
  .pf-map-modal-container .modal-content {
    max-width: 100%;
    margin: 0 auto;
    border: none;
    padding-bottom: 20px;
    width: 990px;
    max-width: 990px;
  }
  .pf-map-modal-container .modal-content .modal-title {
    padding-bottom: 0;
    font-size: 1.86rem;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .pf-map-modal-container .directionsPanel {
    display: inline;
    max-height: 100%;
    overflow: visible;
  }
  .pf-map-modal-container .bm_bottomLeftOverlay,
  .pf-map-modal-container .bm_bottomRightOverlay {
    display: none !important;
  }
  .no-print {
    display: none !important;
  }
}
.align-right {
  float: right;
}

.print-preview .mbr-top-of-page-wrapper {
  display: none;
}
.print-preview .ant-alert {
  display: none;
}
.print-preview .nav-links {
  display: none;
}
.print-preview .fad-side-filter {
  display: none;
}
.print-preview .pf-toggle-map-wrapper {
  display: none;
}
.print-preview .checkbox-print {
  display: none;
}
.print-preview .ant-tab-header {
  display: none;
}
.print-preview .print-margin-label {
  margin-left: 8.33333333%;
}
.print-preview .pf-search-results-action-buttons {
  display: none;
}
.print-preview .fad-pf-pagination-container {
  display: none;
}
.print-preview .back-to-top-dir {
  display: none;
}
.print-preview .fad-search-results {
  width: 100%;
}
.print-preview .brand-logo {
  display: none;
}
.print-preview .fad-language {
  display: none;
}
.print-preview .show-more-btn {
  display: none;
}
.print-preview .pf-emulate-badge {
  display: none;
}
.print-preview .m-label {
  display: none;
}
.print-preview .nav-links {
  display: none;
}
.print-preview .pf-compare-btn {
  display: none;
}
.print-preview .tabs {
  display: none;
}
.print-preview .print-tabs {
  display: block;
}
.print-preview .new-line {
  clear: both;
  padding-top: 20px;
}
.print-preview .fad-pf-details-wrapper .details-column-2 {
  margin-left: 15px;
}
.print-preview .email-print-container {
  display: none;
}
.print-preview .detail-helpfulhints {
  display: none;
}
.print-preview .print-toggle {
  display: block;
  word-break: break-word;
}
.print-preview .base-toggle-container {
  display: none;
}
.print-preview .provider-details {
  padding-top: 0px;
}
.print-preview .cost-tab-disc {
  display: none;
}
.print-preview .print-link {
  display: none;
}
.print-preview .dismissable-alert {
  display: none;
}
.print-preview .desktop-disclaimer {
  display: none;
}
.print-preview .print-disclaimer {
  display: block;
}
.print-preview .print-disclaimer-heading {
  display: block;
  margin-top: 1rem;
}
.print-preview .print-disclaimer-rule {
  display: block;
}
.print-preview .pf-award-modal-container {
  background: #ffffff !important;
}
.print-preview .modal-component-footer {
  display: none;
}
.print-preview .beFirstReview {
  display: none;
}
.print-preview .modal .modal-header .close {
  display: none;
}
.print-preview .print-award {
  display: block;
}
.print-preview .print-award .award-container {
  position: relative;
}
.print-preview .pf-details-award-container .award-container {
  position: relative;
}
.print-preview .award-image {
  width: 100%;
  margin: 1rem 0;
}
.print-preview .pf-details-award-container .award-container .award-image {
  text-align: left !important;
}
.print-preview .mbr-page-header {
  padding: 0px;
}
.print-preview .search-results-paragraph {
  display: block;
}
.print-preview .print-search-results-paragraph {
  display: block;
}
.print-preview .print-tooltip {
  display: block;
}
.print-preview .popIcon {
  display: none;
}
.print-preview .transportation-print {
  display: none;
}
.print-preview .mobile-provider-label {
  margin-left: 8.33333333%;
}
.print-preview .cost-disclaimer-tab-content {
  display: none;
}
.print-preview .print-cost-disclaimer-tab-content {
  display: block;
}
.print-preview .fp-map-container {
  display: none;
}
.print-preview .pf-map-modal-container {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  overflow: visible !important;
}
.print-preview .pf-map-modal-container .award-container {
  margin: 0;
}
.print-preview .pf-map-modal-container .pf-map-directions {
  width: 100%;
  padding-bottom: 1rem;
}
.print-preview .pf-map-modal-container .pf-map-directions p {
  font-size: 0.75rem;
}
.print-preview .pf-map-modal-container .pf-map-directions .MicrosoftMap .dirIcon img {
  height: 25px;
}
.print-preview .pf-map-modal-container .pf-map-view {
  width: 100%;
  height: 500px !important;
  border: none;
}
.print-preview .pf-map-modal-container .modal-dialog {
  visibility: visible !important;
  overflow: visible !important;
  margin: -155px auto;
}
.print-preview .pf-map-modal-container .modal-dialog .modal-header {
  padding-bottom: 0;
}
.print-preview .pf-map-modal-container div.print-break-point {
  clear: both;
  display: block;
  break-before: page;
  page-break-after: always;
  position: relative;
}
.print-preview .pf-map-modal-container .modal-content {
  max-width: 100%;
  margin: 0 auto;
  border: none;
  padding-bottom: 20px;
  width: 990px;
  max-width: 990px;
}
.print-preview .pf-map-modal-container .modal-content .modal-title {
  padding-bottom: 0;
  font-size: 1.86rem;
  margin-bottom: 0px;
  padding-top: 0px;
}
.print-preview .pf-map-modal-container .directionsPanel {
  display: inline;
  max-height: 100%;
  overflow: visible;
}
.print-preview .pf-map-modal-container .bm_bottomLeftOverlay,
.print-preview .pf-map-modal-container .bm_bottomRightOverlay {
  display: none !important;
}
.print-preview .no-print {
  display: none;
}

.distance-dropdown .pfSelect-legend {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.7rem;
}

@media (max-width: 800px) {
  .results-label-header {
    display: none;
  }
}

@media (min-width: 800px) {
  .mobile-label {
    display: none;
  }
}
.mobile-label div.account-balance {
  margin-bottom: 1em;
}

.no-score {
  width: 100%;
}

.awards-link {
  word-break: break-word;
  hyphens: auto;
  cursor: pointer;
}

.websiteUrl {
  word-break: break-word;
  hyphens: auto;
}

.compareEmail {
  word-break: break-word;
  hyphens: auto;
}

.cost-estimate {
  position: relative;
}

.provider-container {
  display: flex;
}
.provider-container .gridBoxes button.btn {
  width: auto;
  padding: 5px 10px 10px 10px;
  height: 30px;
  margin-right: 9px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 12px;
}
@media only screen and (max-width: 799px) {
  .provider-container {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .provider-container .gridBoxes button.btn {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
.provider-container a {
  cursor: pointer;
}
.provider-container .provider-details-container .picture-block {
  display: flex;
  flex-flow: row;
  margin-bottom: 0.86rem;
}
.provider-container .provider-details-container .picture-block .picture-id {
  flex-basis: 20%;
  margin-right: 8px;
  margin-top: 0.29rem;
}
.provider-container .provider-details-container .picture-block .provider-name-row {
  flex-flow: column;
  flex-basis: 100%;
}
.provider-container .provider-details-container .picture-block .provider-name-row .picture-info {
  display: flex;
  flex-flow: column;
}
.provider-container .provider-details-container .picture-block .provider-name-row.provider-name-row-withimage {
  flex-basis: 75%;
}

.provider-d-wrapper {
  padding: 0.25rem 0;
}

.provider-links {
  margin-top: 5px;
}
.provider-links a {
  cursor: pointer;
}

@media (max-width: 800px) {
  .provider-container {
    margin-bottom: 0.7rem !important;
  }
}
.recognition-container {
  min-height: 1.9rem;
}

.filter-container {
  display: none;
  min-width: 230px !important;
}

.helpful-hints-container {
  display: none;
}

@media screen and (min-width: 800px) {
  .mobile-filter-toggle {
    display: none;
  }
  .mobile-hints-toggle {
    display: none;
  }
  .filter-container {
    display: block;
  }
  .helpful-hints-container {
    display: block;
  }
}
.mobile-filter-toggle {
  margin: 1rem 0;
}
.mobile-filter-toggle .show-filter-options {
  text-decoration: none;
  cursor: pointer;
}
.mobile-filter-toggle .show-filter-options .motif-icon {
  padding-left: 0.5rem;
  color: rgb(51, 51, 51);
}
.mobile-filter-toggle .show-filter-options::before {
  content: "Show Filter Options";
}

.mobile-hints-toggle {
  margin-bottom: 1rem;
}
.mobile-hints-toggle a::after {
  content: "Show Helpful Hints";
}

.show-filter .filter-container {
  display: block;
}
.show-filter .mobile-filter-toggle a::before {
  content: "Hide Filter Options";
}

.show-helpful .helpful-hints-container {
  display: block;
}
.show-helpful .mobile-hints-toggle a::after {
  content: "Hide Helpful Hints";
}

/* Cpt Slide out panel */
.cpt-expansion-panel-label {
  padding-left: 10px;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 18px !important;
}

.cpt-tab-content-section {
  padding: 20px 20px 20px 0;
  width: 95%;
}

.alert-count {
  background-color: #d20a3c;
  color: #ffffff;
  border-radius: 50%;
  padding: 7px 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 9px;
  text-align: center;
  margin: 6px;
  display: inline-flex;
  width: 25px;
  height: 25px;
}

.cpt-tab-top-1 {
  margin-top: 1rem;
}

.cpt-service-limit {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.cpt-slide-content-wrapper {
  padding-bottom: 32px;
  margin-left: 2.3rem;
}

.cpt-slide-content {
  padding-bottom: 32px;
}

.cpt-slider {
  padding-bottom: 32px;
  margin-left: 1.3rem;
}

.cpt-slide-service-limit-wrapper {
  padding-top: 42px;
  padding-bottom: 32px;
  margin-left: 0px;
  border-top: #ccc solid 1px !important;
}
.cpt-slide-service-limit-wrapper .service-limit-label {
  padding-left: 0;
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}
.cpt-slide-service-limit-wrapper .cpt-slide-service-limit-text-container {
  padding-top: 4px;
}
.cpt-slide-service-limit-wrapper .cpt-slide-service-limit-text-container .cpt-slide-service-limit-text {
  font-size: 12px !important;
  color: #666;
  padding-bottom: 12px;
}
.cpt-slide-service-limit-wrapper .cpt-slide-service-limit-text-container .service-limit-value {
  font-size: 12px !important;
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
}
.cpt-slide-service-limit-wrapper .cpt-slide-service-limit-expansion-panel a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.cpt-slide-service-limit-wrapper .cpt-slide-service-limit-expansion-panel .service-limit-icon-text {
  font-size: 12px !important;
  padding-left: 5px;
}

.cpt-expansion-panel {
  border-bottom: 0;
  width: 95%;
  margin-bottom: 10%;
}

.cpt-alertBox-container {
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.cpt-alertBox-container .dismiss {
  position: relative;
  float: right;
}
.cpt-alertBox-container .dismiss .fa.fa-plus, .cpt-alertBox-container .dismiss .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .cpt-alertBox-container .dismiss .fa {
  transform: rotate(45deg);
  color: #949494;
  font-size: 2.25rem;
}
.cpt-alertBox-container .infoBox.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}
.cpt-alertBox-container .infoBox .ant-alert {
  padding: 0em;
  margin-top: 0;
  border: #ccc solid 1px;
  border-left: 5px #cc0033 solid;
}
.cpt-alertBox-container .infoBox .ant-alert .alert-icon {
  padding: 5px 0px !important;
  font-size: 1rem;
}
.cpt-alertBox-container .infoBox .ant-alert .ant-alert-left {
  padding: 0.2rem;
  background-color: #fff;
}
.cpt-alertBox-container .infoBox .ant-alert .ant-alert-left .alert-icon.alert-icon-info::before {
  content: "\e9b4";
  color: #cc0033;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}
.cpt-alertBox-container .infoBox .ant-alert .ant-alert-main {
  padding: 0;
  background-color: #fff !important;
}
.cpt-alertBox-container .infoBox .ant-alert .ant-alert-main .cpt-alert-text {
  padding: 0.4rem 2rem 0.4rem 0.2rem;
}
.cpt-alertBox-container .infoBox .ant-alert .ant-alert-main p {
  width: 100%;
}
.cpt-alertBox-container .infoBox .ant-alert .ant-alert-main p span {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.cpt-alertBox-container .infoBox .ant-alert .ant-alert-main p span .fa.fa-plus, .cpt-alertBox-container .infoBox .ant-alert .ant-alert-main p span .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .cpt-alertBox-container .infoBox .ant-alert .ant-alert-main p span .fa {
  font-size: 1.5rem;
}
.cpt-alertBox-container .infoBox .ant-alert .ant-alert-main a {
  text-decoration: none;
  font-weight: 600;
}
.cpt-alertBox-container .infoBox .ant-alert .ant-alert-main .infoText {
  width: 97%;
}
@media screen and (max-width: 700px) {
  .cpt-alertBox-container .infoBox .ant-alert .ant-alert-main .infoText {
    width: 95%;
  }
}
.cpt-alertBox-container .infoBox .ant-alert .ant-alert-main .ant-alert {
  border: none;
}
.cpt-alertBox-container .infoBox .ant-alert .ant-alert-main .ant-alert .ant-alert-left {
  border: 0 #fff solid;
}
.cpt-alertBox-container .cptAlert.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}
.cpt-alertBox-container .cptAlert .ant-alert {
  padding: 0em;
  margin-top: 0;
  border: #ccc solid 1px;
  border-left: 5px #286ce2 solid;
}
.cpt-alertBox-container .cptAlert .ant-alert .alert-icon {
  padding: 0px !important;
  font-size: 25px;
}
.cpt-alertBox-container .cptAlert .ant-alert .ant-alert-left {
  padding: 0.2rem;
  background-color: #fff;
  display: inline-block;
}
.cpt-alertBox-container .cptAlert .ant-alert .ant-alert-left .alert-icon.alert-icon-info {
  background-image: none;
}
.cpt-alertBox-container .cptAlert .ant-alert .ant-alert-left .alert-icon.alert-icon-info::before {
  content: "\e9f9";
  color: #286ce2;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}
.cpt-alertBox-container .cptAlert .ant-alert .ant-alert-main {
  padding: 0;
  background-color: #fff !important;
  margin-left: 5px;
}

.cpt-alertBox-container.cpt-alert-slide-context .infoBox .ant-alert .alert-icon {
  font-size: 1.5rem;
}
.cpt-alertBox-container.cpt-alert-slide-context .infoBox .ant-alert .ant-alert-left {
  align-items: baseline;
}

@media screen and (max-width: 800px) {
  .price-detail-modal .rtModalContent.pricetab .cpt-slide-modal-title {
    font-size: 1.7rem;
  }
}

.cpt-cost-estimate-content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .cpt-cost-estimate-content-wrapper {
    border-bottom: 1px solid #979797;
    padding-bottom: 5px;
  }
}

.cpt-cost-estimate-description {
  font-size: 12px;
  color: #666;
  padding-top: 4px;
}

.cpt-what-you-pay {
  padding-top: 42px;
  padding-bottom: 15px;
}
@media screen and (min-width: 800px) {
  .cpt-what-you-pay {
    border-top: #ccc solid 1px;
  }
}

.oon-no-cost-share-print {
  display: none;
}

@media print {
  .oon-no-cost-share-print {
    display: block;
  }
  html,
  body {
    height: auto;
  }
  .modal-panel {
    width: 100% !important;
    position: relative !important;
  }
  .overlay-wrapper,
  .overlay-container {
    display: table !important;
    position: relative !important;
  }
  .close-icon {
    display: none !important;
  }
}
.fcr-more-details-accordian {
  padding: 20px;
  border-bottom: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  justify-content: space-between;
}
.fcr-more-details-accordian .detail-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/*Variables*/
/*Pharmacy*/
.pharmacy-content-wrapper .container-wrapper {
  margin-bottom: 2.5rem;
}
.pharmacy-content-wrapper .reson-label {
  border: none;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.7143rem;
}
.pharmacy-content-wrapper .prLabel {
  padding-left: 0;
  font-weight: 500;
}
.pharmacy-content-wrapper .pharmacy-disclaimer-container {
  display: flex;
}

.looking-for .ant-text-input {
  width: 100%;
}

@media (max-width: 800px) {
  .looking-for .ant-text-input {
    width: 600px;
    max-width: 100%;
  }
}
.print-link {
  text-align: right;
}
.print-link a {
  cursor: pointer;
}

.fad-margin-bottom-1em {
  margin-bottom: 1em;
}

.fad-tier-icon {
  width: 1em;
  margin-left: 0.2em;
  margin-bottom: 0.2em;
}

.fad-tier-image {
  max-height: 52px;
  max-width: 100px;
}

/*focus outline for radio buttons*/
.prLabel.focus:before {
  box-shadow: 0 0 8px 1px #005b99 !important;
}

.hideTabs .tabs ul {
  display: none;
}

.fad-search-filter .fad-pf-data-container {
  margin: 0;
}
.fad-search-filter .fad-pf-data-container .ant-auto-suggest .psDropdown {
  height: auto;
}
.fad-search-filter .fad-pf-data-container.pf-filter-hide {
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms linear;
}
.fad-search-filter .fad-pf-data-container.pf-filter-show {
  height: auto;
  max-height: 400px;
  transition: max-height 250ms linear;
  overflow: hidden;
}

.modalVeil {
  width: 100%;
  background-color: rgba(63, 63, 63, 0.6);
  position: fixed;
  left: 0;
  top: 5rem;
  height: 100%;
  z-index: 1000;
}
.modalVeil .rightModal {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 9rem 3rem 3rem 3rem;
  height: 100%;
  overflow-y: hidden;
  overflow-y: scroll;
  width: 50%;
  background-color: #fff;
  float: right;
  /* right: 0rem; */
  /* top: 20rem; */
}
.modalVeil .rightModal .closeBtn {
  position: absolute;
  top: 70px;
  left: 0;
  padding: 1.5rem;
}
.modalVeil .rightModal .closeBtn a.ant-arrow-next {
  font-size: 1.5rem;
  text-decoration: none;
}
.modalVeil .rightModal .closeBtn .motif-arrows-long-right {
  font-size: 2rem;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .modalVeil .rightModal {
    width: 100%;
  }
}
.modalVeil .rightModal .rtModalContentTop input {
  margin-right: 0.7rem;
  margin-bottom: 0.6rem;
}
.modalVeil .rightModal h2 {
  padding-bottom: 4rem;
}
.modalVeil .rightModal .rtModalContent {
  padding: 2rem;
}
.modalVeil .rightModal .rtModalContent .detail-group {
  width: 100%;
  padding-left: 0;
  margin-bottom: 3rem;
}
.modalVeil .rightModal .rtModalContent .detail-group .detail-left,
.modalVeil .rightModal .rtModalContent .detail-group .detail-right {
  padding-left: 0;
  padding-right: 0;
}
.modalVeil .rightModal .rtModalContent .detail-group .detail-left .price,
.modalVeil .rightModal .rtModalContent .detail-group .detail-right .price {
  font-size: 1.25rem;
}
.modalVeil .rightModal .rtModalContent .detail-group .description {
  border-top: solid 1px #000;
  padding-left: 0;
}
.modalVeil .rightModal .rtModalContent .detail-group .details-foot {
  font-size: 1.1rem;
}
.modalVeil .rightModal .rtModalContent .detail-group .details-foot .motif-icon.motif-help {
  font-size: 1.1rem;
}
.modalVeil .rightModal .rtModalContent .slidePcpIdSection {
  margin-top: 3rem;
  margin-left: 0;
  margin-right: 0;
}
.modalVeil .rightModal .rtModalContent .slidePcpIdSection .list-item {
  padding: 0;
  margin-top: 1.5rem;
}
.modalVeil .rightModal .rtModalContent .slidePcpIdSection .list-item .radioBox {
  padding: 0.3rem;
}
.modalVeil .rightModal .rtModalContent .slidePcpIdSection .list-item .radioText {
  padding: 0.3rem;
}
.modalVeil .rightModal .rtModalContent .selectDropList {
  margin-top: 4rem;
}
.modalVeil .rightModal .rtModalContent .selectDropList input {
  height: 2.3rem;
  width: 100%;
}
.modalVeil .rightModal .rtModalContent .selectDropList .rtModalButtons {
  margin-top: 2rem;
}

.tile-view-wrapper .tile-checkbox-wrapper {
  width: 100%;
}
.tile-view-wrapper .tile-checkbox-wrapper .pfCheckboxInputCmp .pcLabel {
  width: 10%;
}
.tile-view-wrapper .negetive-spacing {
  margin-bottom: 0 !important;
}
.tile-view-wrapper .picture-block {
  display: flex;
  flex-flow: row;
  margin-bottom: 1rem;
  margin-top: 0.93rem;
}
.tile-view-wrapper .picture-block .picture-id {
  flex-basis: 20%;
  margin-right: 8px;
  margin-top: 0.29rem;
}
.tile-view-wrapper .picture-block .tile-name-wrapper {
  padding: 0;
}
.tile-view-wrapper .picture-block .tile-name-wrapper .provider-name-link {
  text-transform: capitalize !important;
}
.tile-view-wrapper .picture-block .tile-name-wrapper .provider-d-wrapper {
  padding: 0;
}
.tile-view-wrapper .picture-block .tile-name-wrapper.tile-name-wrapper-withimage {
  flex-basis: 75%;
}
.tile-view-wrapper .picture-block .provider-name-row {
  flex-flow: column;
}
.tile-view-wrapper .picture-block .provider-name-row .picture-info {
  display: flex;
  flex-flow: column;
}
.tile-view-wrapper .picture-block .provider-name-row .picture-info .speciality-comma {
  color: #666666;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

@media screen and (max-width: 800px) {
  .tile-name-wrapper {
    padding: 0 !important;
  }
}
.tile-name-wrapper .speciality-comma {
  color: #666666;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.pf-map-modal-container .modal-content {
  max-width: 990px;
  padding-bottom: 20px;
}
.pf-map-modal-container .modal-content .pf-map-view {
  width: 100%;
  margin-bottom: 20px;
}
.pf-map-modal-container .nav-links {
  justify-content: flex-end;
}
.pf-map-modal-container .nav-links span.print-label {
  height: 34px;
  width: 31px;
  color: #37475a;
  font-family: Lato, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
}
.pf-map-modal-container .nav-links a.anchor-icon {
  margin-left: 0;
  color: #37475a;
}
.pf-map-modal-container .start-container label,
.pf-map-modal-container .end-container label {
  margin-bottom: 0;
  color: #333333;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}
.pf-map-modal-container .start-container textarea,
.pf-map-modal-container .end-container textarea {
  box-sizing: border-box;
  min-height: 52px;
  border: 1px solid #949494;
  background-color: #ffffff;
  padding: 10px 9px;
  font-family: Lato, sans-serif;
  font-size: 0.86rem;
  line-height: 15px;
  resize: none;
  color: #333;
  width: 100%;
}
.pf-map-modal-container .map-input-wrapper {
  display: flex;
  align-items: center;
  flex-flow: row;
  margin-bottom: 10px;
}
.pf-map-modal-container .btn-primary.modal-directions-btn {
  background-color: #286ce2;
}
.pf-map-modal-container .btn-secondary.modal-directions-btn {
  width: 86px;
}
.pf-map-modal-container .virtual-provider {
  padding-bottom: 2rem;
  margin-top: 2rem;
  border-bottom: 1px solid #eee;
}
.pf-map-modal-container .virtual-provider:last-child {
  border-bottom: none;
}
.pf-map-modal-container .virtual-provider .provider-name-link {
  cursor: pointer;
  font-size: 18px !important;
  text-transform: capitalize !important;
  border-bottom: none;
}

.pf-map-modal-container .award-container .btn-getdirection {
  display: block;
}

@media screen and (max-width: 1024px) {
  .pf-map-modal-container .award-container .btn-getdirection {
    margin-bottom: 1rem;
  }
  .pf-map-modal-container .award-container .btn-getdirection #btn-mapdirections-modal-close {
    float: right;
  }
}
@media screen and (max-width: 800px) {
  .fixed-tray.map-sticky-footer {
    padding-bottom: 0.93rem;
    padding-top: 0.64rem;
  }
}
@media screen and (max-width: 800px) {
  .fixed-tray.map-sticky-footer .tray-button-row {
    justify-content: center !important;
    width: 100%;
    display: flex;
  }
}
.fixed-tray.map-sticky-footer .tray-button-row .compare-msg {
  color: #333333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-right: 64px;
  line-height: 32px;
  height: 32px;
}
@media screen and (max-width: 800px) {
  .fixed-tray.map-sticky-footer .tray-button-row .compare-msg {
    margin-right: 0;
  }
}
.fixed-tray.map-sticky-footer .tray-button-row .btn-secondary {
  width: 127px;
}
.fixed-tray.map-sticky-footer .tray-button-row .btn-primary {
  width: 168px;
  background-color: #286ce2;
}

.future-pcp-floater-tag {
  color: white;
  background: #f2bc35;
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  margin: 4px 0px 0px;
  padding: 4px 5px 2px;
  font-weight: bold;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .future-pcp-floater-tag {
    right: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .future-pcp-floater-tag {
    right: 10%;
  }
}

@media screen and (max-width: 800px) {
  .online-pharmacy {
    display: flex !important;
  }
}
.online-pharmacy .online-pharmacy-text {
  letter-spacing: 1px;
  text-align: center;
}
.online-pharmacy .online-phramacy-label {
  color: #000;
  background: #f2bc35;
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  margin: 4px 0px 0px;
  padding: 4px 5px 2px;
  font-weight: bold;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .online-pharmacy .online-phramacy-label {
    right: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .online-pharmacy .online-phramacy-label {
    right: 10%;
  }
}
.online-pharmacy .popIcon {
  margin-left: 0;
  vertical-align: sub !important;
}
.online-pharmacy .popIcon .fa {
  color: #286ce2 !important;
  font-size: 20px !important;
}

.care-team-item .future-pcp-floater-tag {
  display: block;
}

.tile-view-wrapper .future-pcp-floater-tag {
  display: block;
}

.pcp-effective-date {
  height: 17px;
  color: #333333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
  text-align: right;
  padding-top: 0.5rem;
}

.slide-in .affiliate-address-slide-in-content h2.slide-in-header {
  margin-bottom: 0.5rem;
}
.slide-in .affiliate-address-slide-in-content .affiliate-address-container {
  border-bottom: 1px solid #949494;
  padding: 1rem 0;
}
.slide-in .affiliate-address-slide-in-content .affiliate-address-container h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.affiliationItem {
  margin-top: 1rem;
}
.affiliationItem:first-child {
  margin-top: 0.5rem;
}

.modal-component-footer.sticky-slide-in-footer {
  bottom: 0;
  right: 0;
  text-align: right;
  padding: 1rem;
  background-color: #fff;
  padding-top: 1.5rem;
}
.modal-component-footer.sticky-slide-in-footer .btn.btn-primary,
.modal-component-footer.sticky-slide-in-footer .btn.btn-secondary,
.modal-component-footer.sticky-slide-in-footer #btn-view-more-locations-close {
  padding: 0.6rem 3rem;
  font-size: 0.8rem;
}

.popover.right,
.popover.left,
.popover.top,
.popover.bottom {
  z-index: 100 !important;
}

/* email modal consistency quick-fix */
.pf-award-modal-container .modal-content .leaving-disclaimer-btns {
  margin-bottom: 2rem !important;
}
.pf-award-modal-container .modal-content .leaving-disclaimer-btns .btn,
.pf-award-modal-container .modal-content .leaving-disclaimer-btns .btn-primary,
.pf-award-modal-container .modal-content .leaving-disclaimer-btns .btn-secondary {
  border-color: rgb(40, 108, 226);
  font-weight: 400;
  font-family: Lato, sans-serif;
  font-size: 0.8rem;
}
.pf-award-modal-container .modal-content .leaving-disclaimer-btns .btn-secondary {
  margin-right: 0;
  border: 1px solid rgb(40, 108, 226);
  background: rgb(255, 255, 255);
  border-color: rgb(40, 108, 226);
  color: rgb(40, 108, 226);
  font-size: 0.8rem;
}
.pf-award-modal-container .modal-content .leaving-disclaimer-btns .btn-primary {
  background: rgb(0, 96, 154);
  font-size: 0.8rem;
  border: 1px solid rgb(40, 108, 226);
}
.pf-award-modal-container .modal-content p {
  line-height: 2.2;
  font-size: 0.8rem;
  font-weight: 400;
}
.pf-award-modal-container .fad-search-identification #lbl-email {
  display: block;
  font-size: 14px;
}
.pf-award-modal-container .fad-search-identification #txt-email-address {
  font-size: 0.7rem;
}
.pf-award-modal-container .minimal-tabbedview .tab-body.is-active .ant-tab-body {
  overflow: auto;
  min-height: 150px;
  max-height: 200px;
}
@media screen and (max-width: 480px) {
  .pf-award-modal-container .minimal-tabbedview .tab-body.is-active .ant-tab-body {
    overflow: auto;
    min-height: 300px;
    max-height: 320px;
  }
}

.tile-view-wrapper .pay-wrapper {
  text-align: right;
}

.network-text-left-align {
  margin-top: 10px;
  padding-top: 3px;
  text-align: left;
}

.fly-out .searchFilterItem {
  margin-bottom: 0;
}
.fly-out .searchFilterItem .pcLabel.focus {
  outline: none !important;
}
.fly-out [data-uxd-radio-input-cmp].searchFilterItem {
  margin-bottom: 0rem;
}

.fad-app-wrapper .searchFilterItem label.pcLabel {
  width: 85% !important;
  font-size: 14px;
}
.fad-app-wrapper .popover.right {
  right: 10px !important;
}
.fad-app-wrapper .provider-details a.popIcon {
  vertical-align: super;
}
.fad-app-wrapper .fad-page-wrapper {
  overflow-x: visible !important;
}

.tile-view-wrapper .tile-name-wrapper .provider-name-link.anchor-icon.provider-on-hover {
  text-transform: capitalize !important;
}

.fad-tab-title {
  text-transform: none !important;
}

.summary-data-container ul {
  padding-left: 1rem;
  margin-bottom: 0px;
}
.summary-data-container ul.fad-pf-list-nobullet {
  list-style: none;
  padding-left: 0px;
}

.pf-compare-item-container ul {
  padding-left: 1rem;
  margin-bottom: 0px;
}
.pf-compare-item-container ul.fad-pf-list-nobullet {
  list-style: none !important;
  padding-left: 0px !important;
}

.margin-btm-8px {
  margin-bottom: 8px !important;
}

.margin-btm-20px {
  margin-bottom: 20px !important;
}

.margin-btm-28px {
  margin-bottom: 28px !important;
}

.margin-btm-10px {
  margin-bottom: 10px !important;
}

.smallTxt {
  font-size: 0.8em;
}

.line-ht-2em {
  line-height: 2em;
}

.fad-clearfix {
  clear: both !important;
}

.fad-trans-footer-height {
  height: 48px;
  margin-bottom: 2rem !important;
}
.fad-trans-footer-height.pos-static {
  position: static;
}

.margin-rt-5px {
  margin-right: 5px !important;
}

.padding-rt-no {
  padding-right: 0;
}

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

.width-50 {
  width: 50%;
}

.auto {
  width: auto;
}

.width-90 {
  width: 90%;
}

@media screen and (max-width: 800px) {
  .modal-footer {
    background: none !important;
  }
  .provider-details .pf-location-wrapper .pf-location-flex .pf-location-block-end {
    margin-top: 0;
    padding-left: 0 !important;
    flex-basis: 48%;
  }
  .pf-location-block {
    flex-basis: 50%;
  }
}
.telehealth-link {
  margin-left: -3px;
  margin-top: 10px;
}
.telehealth-link a {
  font-weight: bold;
  text-decoration: none;
}
.telehealth-link a .motif-icon {
  font-weight: normal;
  color: #f59a5f;
  font-size: 1.2rem;
  position: relative;
  top: 2px;
}
.telehealth-link a .telehelath-text {
  margin-left: 0.25rem;
}

.specialty-dropdown .popover {
  left: 20px !important;
}

.filter-checkbox-label .popover.right {
  margin-top: 34px;
}

.tile-view-with-map .level-wrapper {
  margin-top: 1rem;
}

.change-plan-side .ant-search-button span.fa {
  padding: 0.14rem 0.6rem !important;
}

.fad-page-wrapper .sticky-back-container {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 50;
  background: #fff;
  padding: 0.5rem 0;
  padding-left: 14rem;
}
@media screen and (max-width: 1024px) {
  .fad-page-wrapper .sticky-back-container {
    padding-left: 5%;
    width: -webkit-fill-available !important; /* Mozilla-based browsers will ignore this. */
    width: -moz-available !important;
    width: stretch !important;
  }
}
.fad-page-wrapper .secure-sticky-back {
  width: 158% !important;
  width: -moz-available !important; /* WebKit-based browsers will ignore this. */
  margin-left: -24rem !important;
  padding-left: 24rem !important;
}
@media screen and (max-width: 1024px) {
  .fad-page-wrapper .secure-sticky-back {
    width: 160% !important;
    margin-left: -14rem !important;
    padding-left: 185px !important;
  }
}
.fad-page-wrapper .pt-20 {
  padding: 20px 0 0 0;
}
.fad-page-wrapper .text-color-blue {
  color: #286ce2;
}
.fad-page-wrapper .btn-primary {
  background-color: #286ce2;
}
.fad-page-wrapper .popover {
  border-color: #286ce2 !important;
}
.fad-page-wrapper .pf-mt-5 {
  margin-top: 5px;
}
.fad-page-wrapper .pf-mt-10 {
  margin-top: 10px;
}
.fad-page-wrapper .pf-mt-30 {
  margin-top: 30px;
}
.fad-page-wrapper .pf-mb-10 {
  margin-bottom: 10px;
}
.fad-page-wrapper .pf-mlr-2 {
  margin-left: 2rem;
}
.fad-page-wrapper .pf-action-links a {
  display: flex !important;
  align-items: center;
}
.fad-page-wrapper .pf-action-links a .motif-icon {
  font-size: 20px;
}
.fad-page-wrapper .pf-action-links .careteam-print-email .motif-icon {
  font-size: 1.3rem !important;
}
.fad-page-wrapper .fad-pf-summary-wrapper #search-results-table {
  padding: 25px 20px;
}
@media only screen and (max-width: 799px) {
  .fad-page-wrapper .fad-pf-summary-wrapper #search-results-table {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
  }
  .fad-page-wrapper .fad-pf-summary-wrapper #search-results-table .fad-pf-search-results-first-col {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.fad-page-wrapper .fad-pf-summary-wrapper .personalized-match-list {
  background-color: #f5f9fd;
  margin-bottom: 20px;
  border-bottom: none;
}
.fad-page-wrapper .fad-pf-summary-wrapper .personalized-match-list:last-child {
  margin-bottom: 0;
}
.fad-page-wrapper .fad-pf-summary-wrapper .personalized-match-list-map .tile-view-wrapper,
.fad-page-wrapper .fad-pf-summary-wrapper .personalized-match-list-item {
  background-color: #f5f9fd !important;
}
.fad-page-wrapper .fad-pf-summary-wrapper .motif-icon.motif-info {
  font-size: 16px;
}
.fad-page-wrapper .fad-pf-summary-wrapper .pf-ratings-wrapper .ratings-text {
  color: #286ce2;
  font-weight: 600;
  margin-bottom: 5px;
}
.fad-page-wrapper .fad-pf-summary-wrapper .pf-ratings-wrapper span.motif-icon {
  margin-right: 5px;
  font-size: 18px;
}
.fad-page-wrapper .fad-pf-summary-wrapper .pf-pcpid-wrapper {
  display: flex;
}
.fad-page-wrapper .fad-pf-summary-wrapper .pf-pcpid-wrapper > p {
  margin-right: 5px !important;
}
.fad-page-wrapper .fad-pf-summary-wrapper .pf-pcpid-wrapper a {
  text-decoration: none;
  margin-left: 5px;
}
.fad-page-wrapper .fad-pf-summary-wrapper .booking-buttons .btn {
  font-weight: 600;
}
.fad-page-wrapper .fad-pf-summary-wrapper .booking-buttons .img {
  margin: 0 0 5px 5px !important;
}
.fad-page-wrapper .fad-pf-summary-wrapper .address-container a {
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  .fad-page-wrapper .fad-pf-summary-wrapper .fad-tabs-wrapper {
    margin-top: 2rem;
  }
  .fad-page-wrapper .fad-pf-summary-wrapper .minimal-tabbedview .ant-tab-button {
    flex: 1;
  }
  .fad-page-wrapper .fad-pf-summary-wrapper .flex-tile-wrap .fad-flex-tile {
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .fad-page-wrapper .fad-pf-summary-wrapper .left-rail-container .pf-search-results-action-buttons {
    display: flex;
  }
}
.fad-page-wrapper .personalized-match-title {
  width: 100%;
}
.fad-page-wrapper .personalized-match-title h6 {
  display: inline-block;
  margin-right: 10px;
}
.fad-page-wrapper .personalized-match-title h5 {
  display: inline-block;
  margin-right: 10px;
}
.fad-page-wrapper .personalized-match-title h5.sub-header5 {
  font-weight: 100;
  margin: 30px 5px 25px 16px;
}
.fad-page-wrapper .personalized-match-title a {
  text-decoration: none;
}
.fad-page-wrapper .provider-exp-tooltip {
  margin-bottom: 5px;
}
.fad-page-wrapper .provider-exp-tooltip a {
  text-decoration: none;
}
.fad-page-wrapper .map-provider-exp {
  margin-top: 5px;
  margin-bottom: -5px;
}
.fad-page-wrapper .fad-pf-pagination-container #pagination > li.active > a {
  background-color: #286ce2;
  border-color: #286ce2;
}
.fad-page-wrapper .fad-pf-pagination-container #pagination > li a {
  margin: 0 2px;
  border-radius: 50% !important;
  border-width: 2px;
  background-color: #ddd;
}
@media only screen and (min-width: 800px) {
  .fad-page-wrapper .fad-pf-pagination-container #pagination > li a {
    margin: 0 12px;
  }
}
.fad-page-wrapper .fad-pf-pagination-container #pagination > li:not(.active) a {
  color: #000000;
  border-color: #ddd;
}
.fad-page-wrapper .fad-pf-pagination-container #pagination > li:last-child a, .fad-page-wrapper .fad-pf-pagination-container #pagination > li:first-child a {
  color: #286ce2;
  border-color: #286ce2;
  background-color: transparent;
}
.fad-page-wrapper .pf-description {
  margin: 15px 0 20px;
}
.fad-page-wrapper .speciality-wrapper .speciality-space {
  margin-top: 5px;
  display: inline-block;
}
@media only screen and (min-width: 800px) {
  .fad-page-wrapper .pf-mobile-only {
    display: none;
  }
  .fad-page-wrapper .flex-tile-wrap .fad-flex-tile {
    margin: 0;
  }
}

[data-uxd-modal-cmp] .modal-content .modal-footer {
  display: block !important;
}

.search-results-info .tier-wrapper .popIcon.tile-view-modal {
  margin-left: 10px;
}

@media screen and (max-width: 800px) {
  .modal .modal-footer {
    position: static;
    padding: 25px;
    background: #fff;
  }
}
.specialty-dropdown-leftsidebar .ant-text-input {
  width: 400px;
}
@media screen and (min-width: 800px) {
  .specialty-dropdown-leftsidebar .ant-text-input {
    width: 225px;
  }
}
@media screen and (min-width: 1024px) {
  .specialty-dropdown-leftsidebar .ant-text-input {
    width: 300px;
  }
}
.specialty-dropdown-leftsidebar .psLabel {
  word-break: break-word;
}
.specialty-dropdown-leftsidebar .psDropdown.active {
  max-height: 9.5rem;
}

.search-results-info .tier-wrapper .popIcon.tile-view-modal-leftside-filter {
  margin-left: 6px;
}

.pf2-mar-bot-17px {
  margin-bottom: 17px;
  width: 85%;
}
@media screen and (max-width: 800px) {
  .pf2-mar-bot-17px {
    width: 100%;
  }
}

.pf2-bold {
  font-weight: bold;
}

.pf2-mar-left-5px {
  margin-left: 5px;
}

.pf2-left-rail {
  float: left;
}
@media screen and (max-width: 800px) {
  .pf2-left-rail {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 800px) {
  .pf2-left-rail {
    width: 30%;
  }
}
.pf2-left-rail .filter-container {
  display: block;
  padding-right: 1rem;
}
.pf2-left-rail .pf2-separator {
  border-bottom: solid 1px #e3e1e1;
}
.pf2-left-rail .sidebar-nav .sidebar-list {
  padding-left: 0;
}
.pf2-left-rail .pf2-left-rail-header {
  font-weight: 600;
  font-style: normal;
  display: block;
  margin-bottom: 13px;
}
.pf2-left-rail .pf2-showall {
  width: 100%;
}
.pf2-left-rail .pf-search-pills {
  width: 100%;
}
.pf2-left-rail .width100 {
  width: 100% !important;
}
.pf2-left-rail .pf2-left-heading {
  font-weight: 600;
  font-style: normal;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}
.pf2-left-rail .look-up-item-header,
.pf2-left-rail .section-pill-bg {
  background-color: transparent;
}
.pf2-left-rail .adaLabel {
  padding-bottom: 1rem;
}
.pf2-left-rail .input-container {
  display: flex;
  width: 96%;
  margin-bottom: 8px;
  padding: 1rem 1rem 0 0;
}
.pf2-left-rail .input-container input.input-field {
  width: 100%;
  padding: 8px;
  outline: none;
  font-size: 12px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #949494;
}
.pf2-left-rail .input-container .search-icon {
  color: #fff;
  text-align: center;
  background: #286ce2;
  border-radius: 0;
  height: 40px;
  width: 40px;
  font-size: 1.5rem;
  padding-top: 9px;
}
.pf2-left-rail .searchFilterItemNew {
  width: 100% !important;
  padding-left: 0 !important;
}
.pf2-left-rail .searchFilterItemNew .bdcValue-style {
  margin-top: 15px;
}
.pf2-left-rail .searchFilterItemNew a {
  text-decoration: none;
  font-weight: bold;
}
.pf2-left-rail .sort-container .sort-dropdown .psButton {
  width: 180px;
}
@media screen and (max-width: 800px) {
  .pf2-left-rail .sort-container .sort-dropdown .psButton {
    width: 100%;
  }
}
.pf2-left-rail .toggle-body [data-uxd-radio-input-cmp] {
  margin-bottom: 0;
}
.pf2-left-rail .toggle-body [data-uxd-checkbox-input-cmp] {
  margin-left: -10px;
}
.pf2-left-rail .leftfilter-clear-all-link {
  padding-left: 0;
  margin-top: 10px;
  display: inline-block;
  padding-top: 0;
}

.pf2-left-rail-provider {
  float: left;
  width: 81%;
  margin-left: 2%;
}
@media screen and (max-width: 1024px) {
  .pf2-left-rail-provider {
    width: 100%;
  }
}
.pf2-left-rail-provider .ant-tab-header {
  margin-left: 20px;
}
.pf2-left-rail-provider .ant-tab-header .ant-tab-list {
  display: inline-block;
  width: 100%;
}
.pf2-left-rail-provider .ant-tab-header .ant-tab-list .ant-tab-button {
  float: left;
  width: 18%;
}
@media screen and (max-width: 1024px) {
  .pf2-left-rail-provider .ant-tab-header .ant-tab-list .ant-tab-button {
    width: 48%;
  }
}
.pf2-left-rail-provider .ant-tab-header .sort-dropdown-container {
  display: inline-block;
  float: right;
}
.pf2-left-rail-provider .disclaimer-wrapper {
  width: 100%;
}
.pf2-left-rail-provider .search-result-grid .provider-details-container {
  width: 240px;
}

.pf2-left-rail-provider-mobile {
  float: left;
  width: 100%;
  margin-left: 1%;
}
.pf2-left-rail-provider-mobile .ant-tab-header .ant-tab-list .ant-tab-button {
  float: left;
}
.pf2-left-rail-provider-mobile .ant-tab-header .sort-dropdown-container {
  display: inline-block;
  float: right;
}
.pf2-left-rail-provider-mobile .pf-search-results-section .pf-flex-col.tier-wrapper {
  width: 17%;
  flex: none;
}
.pf2-left-rail-provider-mobile .disclaimer-wrapper {
  width: 100%;
}
.pf2-left-rail-provider-mobile .search-result-grid .provider-details-container {
  width: 240px;
}

.btn-mobile-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .btn-mobile-only {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .fad-search-results {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 480px) {
  .fad-search-results {
    border-right: 1px solid white;
  }
}

.btn-mr-22 {
  margin-right: 22px;
}

.no-show {
  display: none;
}

.pf2-show-filter {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 800px) {
  .pf2-show-filter {
    width: 30%;
  }
}

@media screen and (min-width: 800px) {
  .pf2-left-rail-provider {
    display: block;
  }
}
.pf-flex-col-left-rail {
  flex: 1 0 10%;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .pf-flex-col-left-rail {
    flex: 1 0 12%;
  }
}
.pf-flex-col-left-rail:first-of-type {
  flex: 1 0 20%;
  margin-left: 0;
}

.pf-left-rail-compare-ml-10 {
  margin-left: 10px;
}

.margin-top-leftrail-10 {
  margin-top: 10px;
}

.col-md-10.fad-search-results.left-rail-search-results .pf-search-results-section .pf-flex-col.tier-wrapper {
  flex: none;
  width: 17%;
}

.left-rail-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .left-rail-container {
    display: inline-block;
  }
}
.left-rail-container .left-rail-filter {
  flex: 1 0 20%;
}
@media screen and (max-width: 800px) {
  .left-rail-container .left-rail-filter {
    overflow: auto;
    float: left;
    width: 100%;
  }
}
.left-rail-container .left-rail-search-results {
  flex: 1 0 80%;
}
@media screen and (max-width: 1024px) {
  .left-rail-container .left-rail-search-results {
    padding-left: 0;
    padding-right: 0;
  }
}
.left-rail-container .left-rail-search-results .pf-search-results-section .pf-flex-col.tier-wrapper {
  width: 20%;
  flex: none;
}
.left-rail-container .left-rail-search-results .search-results-info .ant-tab-list {
  justify-content: flex-start !important;
  margin-left: 0px;
}
@media screen and (max-width: 1024px) {
  .left-rail-container .left-rail-search-results .search-results-info .ant-tab-list {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .left-rail-container .left-rail-search-results .search-results-info .ant-tab-button {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 800px) {
  .fad-action-buttons.btn-mobile-only {
    position: sticky;
    bottom: 0;
    padding: 40px 0 20px 0;
    display: inline;
    background: #fff;
  }
}

.sub-title {
  border-bottom: none;
  font-size: 12px !important;
  font-weight: bold;
}

.provider-title {
  border-bottom: none;
  font-size: 18px !important;
  text-transform: capitalize !important;
  font-weight: normal;
  padding-bottom: 0.75rem;
}

.pf2-ml-15 {
  margin-left: 15px;
}

.ant-snackbar-alert-container {
  left: 0px;
  top: auto;
  width: 334px !important;
  margin-left: 24px !important;
  margin-bottom: 24px !important;
  font-size: 14px !important;
}
.ant-snackbar-alert-container .ant-snackbar-alert {
  padding: 0px !important;
}
.ant-snackbar-alert-container .ant-inline-alert {
  font-style: normal !important;
}
.ant-snackbar-alert-container .ant-inline-alert .dismiss-button span {
  font-size: 2.5rem !important;
}
.ant-snackbar-alert-container .ant-snackbar-alert-body {
  padding-top: 30px !important;
  padding-left: 27px !important;
  padding-right: 27px !important;
  padding-bottom: 30px !important;
}

@media screen and (max-width: 800px) {
  .alpha-prefix-container .tooltip-top {
    left: auto !important;
  }
}

.applied-filters {
  padding: 0px;
}
.applied-filters a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1rem;
}
.applied-filters a:hover .filter-item-close {
  background: rgba(255, 255, 255, 0.15);
}
.applied-filters a:hover .filter-more-showmore {
  background: rgba(0, 0, 0, 0.1);
}
.applied-filters a:focus {
  outline: 0;
}
.applied-filters a:focus .filter-item-close {
  border-width: 2px;
}
.applied-filters a:focus .filter-more-showmore {
  border-width: 2px;
}
.applied-filters .filter-item {
  line-height: 1.2rem;
  display: inline-flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 14px;
  margin-left: auto !important;
}
.applied-filters .filter-item .filter-item-close,
.applied-filters .filter-item .filter-more-showmore {
  display: inline-flex;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  font-size: 10px !important;
  font-size: 7px !important;
  font-weight: bold;
  border-radius: 8px;
  height: 16px;
  width: 16px;
}
.applied-filters .filter-item .filter-item-close {
  color: white;
  border: 1px solid white;
}
.applied-filters .filter-item .filter-more-showmore {
  transform: rotate(45deg);
  color: #286ce2;
  border: 1px solid #286ce2;
}
.applied-filters .filter-item .custom-icon-showless {
  transform: none;
  font-size: 14px !important;
}
.applied-filters .filter-item .custom-icon-showless:before {
  content: "−";
  margin-top: -4px;
}
.applied-filters .filter-item .filter-name {
  font-size: 12px !important;
  font-weight: 600;
  padding-right: 10px;
}
.applied-filters .filter-item.filter-more {
  border: 1px solid #286ce2;
  background: white;
  color: #286ce2;
}

.fts-suggestion {
  padding: 0px;
}
.fts-suggestion a {
  color: white;
  text-decoration: none;
  line-height: 1rem;
}
.fts-suggestion .suggestion-item {
  line-height: 1.2rem;
  display: inline-flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 14px;
  margin-left: auto !important;
}
.fts-suggestion .suggestion-item .suggestion-name {
  font-size: 12px !important;
  font-weight: 600;
  padding-right: 10px;
}

.motif-external-link:before {
  color: rgba(0, 0, 0, 0.631372549) !important;
  margin-left: 5px !important;
}

.fad-founder-link {
  margin-top: 0px;
  line-height: 1.5;
}

.fad-provider-info #patient-links,
.fad-provider-info .virtula-care,
.fad-provider-info .specialty-care,
.fad-provider-info .urgent-care {
  line-height: 2;
  margin-top: 2rem;
}

div#fad-founder-panel-patient-links {
  line-height: 2.5;
  margin-top: 2rem;
}

.fad-founder-alert {
  width: 55%;
  margin-left: 0;
  margin-top: 6rem;
}

.fad-pf-logo {
  max-width: 40%;
  width: 40%;
  height: auto;
  float: right;
}

#fad-founder-panel-behaviroalHealthTitle {
  line-height: 1.5 !important;
}

@media only screen and (max-width: 768px) {
  .fad-founder-alert {
    width: 100%;
  }
  .pf-header-content {
    margin-top: 7rem !important;
    margin-bottom: 1rem !important;
  }
  .fad-pf-logo {
    float: none;
    width: 50%;
  }
}
@media screen {
  .display-only-on-print {
    display: none !important;
  }
}
@media print {
  .display-only-on-print {
    display: block !important;
  }
}

.filter-container .uxd-expansion-panel {
  padding-top: 15px;
  padding-bottom: 10px;
  border-top-width: 0px;
}
.filter-container .uxd-expansion-panel .uxd-expansion-header {
  padding: 0px;
}
.filter-container .uxd-expansion-panel .uxd-expansion-header .uxd-expansion-toggle {
  margin-top: 0 !important;
}
.filter-container .uxd-expansion-panel .uxd-expansion-header .uxd-expansion-button {
  width: auto !important;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}
.filter-container .uxd-expansion-panel .uxd-expansion-header .uxd-expansion-button .expansion-title {
  padding-left: 5px;
  font-weight: 600;
  font-style: normal;
  color: #333333;
}
.filter-container .uxd-expansion-panel .uxd-panel-content {
  padding-left: 20px;
  padding-top: 7px;
}
.filter-container .filter-scroll {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.filter-container .filter-scroll-recognition {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

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

.tab-controls-container-sidebar {
  width: 100%;
  min-width: 220px;
}
@media screen and (max-width: 1024px) and (min-width: 800px) {
  .tab-controls-container-sidebar {
    width: 30%;
  }
}

.pf2-mar-top-24 {
  margin-top: 24px;
}

.pf2-mar-bot-24 {
  margin-bottom: 24px;
}

.pf2-mar-top-10 {
  margin-top: 10px;
}

.pf2-mar-top-14 {
  margin-top: 14px;
}

.pf2-mb-14 {
  margin-bottom: 14px;
}

.pf2-mar-top-20 {
  margin-top: 20px;
}

.pf2-mar-topn18 {
  margin-top: -18px;
}

.pf2-mar-topn13 {
  margin-top: -13px;
}

.pf2-ml-30 {
  margin-left: 30px;
}

.pf2-ml-25 {
  margin-left: 25px;
}

.pf2-mr-10 {
  margin-right: 10px !important;
}

.online-pharmacy-provider {
  color: #000;
  font-weight: bold;
}

.text-decor a {
  text-decoration: none;
}

.pf2-more-filters {
  padding-bottom: 15px !important;
}

.pcp-info {
  padding-left: 0px !important;
  line-height: 2;
  list-style-type: none;
}

.pcp-info ul li {
  line-height: 2;
  padding-left: 0px;
}

.pcp-detail {
  margin-right: 10px;
}

.pcpInfo li {
  list-style-type: none;
}

.pcpInfo-list {
  margin-bottom: 10px;
}

/** Override styles of 'PCP IDs and Affiliations List Component' - displayed in Compare Page **/
.pf-compare-item-container .pf-pcp-id-list {
  padding-left: 0px;
}
.pf-compare-item-container .pf-pcp-id-list .pf-pcp-id-list-item:not(:first-child) {
  border-top: none;
}

/** end of PCP IDs and Affiliations List Component**/
.vc-ra-rowcontainer {
  margin: 3% 22% 0 10%;
}

.recentactivity {
  padding-bottom: 70px;
}

.vc-ra-header-title {
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  font-size: 22px !important;
  color: #333;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding-bottom: 16px;
}

.vc-ra-row-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 1rem -14px 1rem 0;
}

.vc-ra-row-symptom {
  min-height: 70px;
  flex: 1 1 calc(14.28% - 14px);
  margin-left: 24px;
  max-width: calc(20% - 14px);
  min-width: 120px;
  margin-bottom: 14px;
}

.vc-ra-row-description {
  min-height: 70px;
  flex: 1 1 calc(14.28% - 14px);
  text-align: center;
  margin-right: 14px;
  max-width: calc(60% - 14px);
  min-width: 120px;
  margin-bottom: 14px;
  margin-top: 24px;
}

.vc-ra-row-date {
  min-height: 70px;
  flex: 1 1 calc(14.28% - 14px);
  text-align: right;
  margin-right: 24px;
  max-width: calc(20% - 14px);
  min-width: 120px;
  margin-bottom: 14px;
  margin-top: 24px;
}

.ra-symptom {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.2rem;
  margin-bottom: 0.1rem;
  margin-top: 24px;
}

.ra-symptom-desc {
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 2px;
}

.vc_ra_deviderow {
  border: solid 1px #e3e1e1;
}

.vc-ra-wrapper {
  background-color: #fff;
  margin-top: -1.09rem;
  border: none 0;
}

.go-to-chat {
  text-decoration: none !important;
}

.procedure-medicalcode {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 800px) {
  .procedure-medicalcode {
    display: block;
    width: 100%;
  }
}
@media print and (max-width: 800px) {
  .procedure-medicalcode {
    display: block;
    width: 100%;
  }
}

.careoptions {
  position: absolute;
  margin-bottom: 20px;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}
.careoptions a {
  display: inline;
}

.careoptions-fc {
  border: none;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}
.careoptions-fc a {
  display: inline;
}

.procedure-medicalcode-fc {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
@media screen and (max-width: 800px) {
  .procedure-medicalcode-fc {
    display: block;
    width: 100%;
  }
}
@media print and (max-width: 800px) {
  .procedure-medicalcode-fc {
    display: block;
    width: 100%;
  }
}

.print-cpt-icon {
  padding-right: 1rem;
}

.service-limit-list-style {
  padding-left: 20px;
  margin-top: 5px;
}
.service-limit-list-style .service-limit-list-text {
  font-weight: bold;
}

.service-limit-list-dental-style {
  padding-left: 20px;
  margin-top: 30px;
}
.service-limit-list-dental-style .service-limit-list-text {
  font-weight: bold;
}

.service-limit-text {
  font-weight: bold;
  margin-left: -21px;
}

.service-limit-list-header {
  display: block;
  margin-top: 35px;
}

.modal-component-body .recognition-slider .award-container .font-switch {
  font-size: 18px;
  font-family: Lato, sans-serif;
}
.modal-component-body .recognition-slider .award-container .recognition-block {
  display: flex;
  border: 1px solid transparent;
}
@media screen and (max-width: 800px) {
  .modal-component-body .recognition-slider .award-container .recognition-block {
    width: 100%;
    display: grid;
  }
}
.modal-component-body .recognition-slider .award-container .recognition-block .award-image {
  height: auto;
}
@media screen and (max-width: 800px) {
  .modal-component-body .recognition-slider .award-container .recognition-block .award-image {
    width: 100px;
    text-align: left;
    padding-left: 0px;
  }
}
.modal-component-body .recognition-slider .award-container .recognition-block .award-image img.recognition-logo {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  .modal-component-body .recognition-slider .award-container .recognition-block .award-image img.recognition-logo {
    position: static;
    transform: none;
  }
}
.modal-component-body .recognition-slider .award-container .recognition-block .award-content {
  border-left: 1px solid #dfdfdf;
}
@media screen and (max-width: 800px) {
  .modal-component-body .recognition-slider .award-container .recognition-block .award-content {
    border-left: none;
    margin-top: 10px;
    padding-left: 0;
  }
}
.modal-component-body .recognition-slider .award-container .recognition-block .award-content .motif-external-link:before {
  color: #286ce2 !important;
}

.pcp {
  font-weight: bold;
  color: #666666;
}

.modal-component-body.location-slide-out .pf-map-view.srch-providr-map,
.modal-component-body.pf-map-modal-container .pf-map-view.srch-providr-map {
  width: 100%;
  margin-bottom: 30px;
}
.modal-component-body.location-slide-out .pfSelect .psButton,
.modal-component-body.location-slide-out .psDropdown.active,
.modal-component-body.location-slide-out .psDropdown,
.modal-component-body.pf-map-modal-container .pfSelect .psButton,
.modal-component-body.pf-map-modal-container .psDropdown.active,
.modal-component-body.pf-map-modal-container .psDropdown {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .modal-component-body.location-slide-out .pfSelect .psButton,
  .modal-component-body.location-slide-out .psDropdown.active,
  .modal-component-body.location-slide-out .psDropdown,
  .modal-component-body.pf-map-modal-container .pfSelect .psButton,
  .modal-component-body.pf-map-modal-container .psDropdown.active,
  .modal-component-body.pf-map-modal-container .psDropdown {
    width: 100%;
  }
}
.modal-component-body.location-slide-out .map-location-info,
.modal-component-body.pf-map-modal-container .map-location-info {
  display: block !important;
}
.modal-component-body.location-slide-out .secondary-custom,
.modal-component-body.pf-map-modal-container .secondary-custom {
  display: inline-flex;
  justify-content: center;
}
.modal-component-body.location-slide-out .infoBox-container .infoBox .ant-alert .ant-alert-main,
.modal-component-body.pf-map-modal-container .infoBox-container .infoBox .ant-alert .ant-alert-main {
  background: #fff !important;
}

@media screen and (max-width: 1024px) {
  .responsive-layout {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .pf-map-modal-container .direction-container.map-responsive {
    height: auto !important;
  }
  .pf-map-modal-container .direction-container.map-responsive .nav-links.fad-action-buttons {
    margin-bottom: 0;
  }
  .pf-map-modal-container .direction-container.map-responsive .nav-links.fad-action-buttons a {
    display: flex;
  }
}

.oon-cost-options div {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .oon-cost-options div {
    display: grid;
  }
}

.pf-oon-info {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 4px;
  color: #333333;
}

.pf-oon-icon {
  display: inline-block;
  font-size: 24px !important;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 8px;
  color: #949494;
}

.pf-info-icon-oon {
  display: inline-block;
  font-size: 24px !important;
  vertical-align: middle;
  margin-bottom: 2px;
  color: #949494;
}

.oon-providers-link > span {
  margin-right: 7px;
}
.oon-providers-link > a {
  font-weight: 700;
  cursor: pointer;
}
.oon-providers-link > a:hover {
  border-bottom: none 0;
}

.oon-provider-msg {
  margin-bottom: 15px;
}
.oon-provider-msg a {
  font-weight: 700;
  cursor: pointer;
}
.oon-provider-msg a:hover {
  border-bottom: none 0;
}

.custom-suggest .fly-out.look-up-container {
  width: 50% !important;
}
@media screen and (max-width: 800px) {
  .custom-suggest .fly-out.look-up-container {
    width: 100% !important;
  }
}
.custom-suggest .fly-out.look-up-container .auto-suggest {
  width: auto;
  background: #ffffff;
  border-top: none;
  border-radius: 0;
  margin: 0;
  max-height: 20rem;
  height: auto;
  padding-top: 0px;
  overflow-x: hidden;
}
.custom-suggest .fly-out.look-up-container .auto-suggest .look-up-item {
  padding: 0 !important;
}
.custom-suggest .fly-out.look-up-container .auto-suggest .look-up-item .psLabel {
  padding: 0.75rem 0 0.75rem 0.75rem !important;
}
.custom-suggest .fly-out.look-up-container .auto-suggest .look-up-item-border {
  border-bottom: none;
  padding-left: 10px !important;
  padding-right: 15px !important;
}
.custom-suggest .fly-out.look-up-container .auto-suggest .noSuggestionsFound {
  font-weight: 400;
  padding: 0.75rem 0 0.75rem 0.75rem !important;
}

.look-up-grid-container {
  display: grid;
  grid-template-columns: 1fr; /* Creates a single column layout by default */
  gap: 0px; /* Optional: Adds some space between the columns */
}
.look-up-grid-container .look-up-grid-item {
  /* Styles for each column */
  position: relative;
}
.look-up-grid-container .look-up-grid-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5px; /* Adjust as needed */
  top: 0;
  bottom: 0;
  width: 5px; /* Adjust as needed */
  background-color: #f7f7f7; /* Adjust as needed */
}
@media (min-width: 1024px) {
  .look-up-grid-container .look-up-grid-item:not(:last-child)::after {
    right: 0;
  }
}

@media (min-width: 1024px) {
  /* Adjust the breakpoint as needed */
  .look-up-grid-container {
    grid-template-columns: 1fr 1fr; /* Creates a 2 column layout on larger screens */
  }
}
.care-side-link {
  flex-direction: row;
  align-items: flex-start;
}
.care-side-link .larger-text .ant-font-b span {
  font-size: 1.83rem !important;
}
@media (max-width: 600px) {
  .care-side-link {
    flex-direction: row;
  }
}

.chat-icon {
  content: url("/assets/images/common/chat-icon.svg");
}

.refresh-icon {
  content: url("/assets/images/common/refresh.svg");
}

.light-bulb-icon {
  content: url("/assets/images/common/light-bulb.png");
  width: 16px;
  height: 16px;
}

.more-examples {
  display: flex;
  align-self: right;
  margin-top: 1%;
  line-height: 22px;
  font-size: 14px;
}

@media (min-width: 480px) {
  .overlay-container .modal-container.slide-in.right .modal-panel {
    width: 50%;
  }
}
.care-side-subheader {
  display: flex;
  margin: 2em 0 1.5em 0;
  justify-content: space-between;
}
.care-side-subheader .pf-justify-content-between {
  margin: 0;
}
.care-side-subheader .change-plan {
  margin-top: 0.5em;
}
.care-side-subheader .change-plan .fontSizeLarge {
  margin: 0;
}

.pf-fts-beta-wish-to-try {
  display: flex;
  gap: 6px;
  border: 1px solid #286ce2;
  color: #ffffff;
  background-color: #286ce2;
  width: auto;
  padding: 0.5em 2em;
  cursor: pointer;
  font-weight: 700;
  line-height: 15px;
  align-self: self-end;
  text-align: center;
}
.pf-fts-beta-wish-to-try .refresh {
  width: -moz-fit-content;
  width: fit-content;
  flex: none;
  color: #ffffff;
}
.pf-fts-beta-wish-to-try .button-label {
  display: inline-flex;
  font-size: 12px !important;
  white-space: nowrap;
}

.care-side-subheader-results {
  justify-content: flex-end;
}

.pf-back-provider-link {
  margin-left: 4px;
}

@media (max-width: 768px) {
  .flex-space-between {
    flex-direction: column-reverse;
  }
  .flex-space-between .changeLocation {
    margin-top: 1em;
  }
  .care-side-subheader {
    flex-wrap: wrap;
  }
}
.pf-side-panel.fad-app-wrapper .price-detail-modal.modal-component-body.cost-share {
  overflow: auto;
}

.pf-feedback-modal-body .modal-title {
  font-size: 26px !important;
  padding-bottom: 1rem !important;
}
.pf-feedback-modal-body p {
  padding-bottom: 2rem;
}

.assistanceHelpText {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  padding: 10px;
  color: #333333;
}

.fts-lookup-item {
  max-height: 35rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.fcr-assistanceHelpText {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .fcr-assistanceHelpText {
    flex-wrap: wrap;
  }
}
@media only screen and (device-width: 1280px) and (device-height: 800px), only screen and (max-width: 800px) {
  .fcr-assistanceHelpText {
    display: block !important; /* Adjust display */
    white-space: nowrap;
  }
}
.fcr-assistanceHelpText .fts-assistanceHelpText {
  padding: 0 !important;
  font-weight: 400 !important;
  margin-left: 2% !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #333333;
}
.fcr-assistanceHelpText .fts-example-link {
  text-align: right;
}
@media only screen and (device-width: 1280px) and (device-height: 800px), only screen and (max-width: 800px) {
  .fcr-assistanceHelpText .fts-example-link {
    text-align: left;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .fcr-assistanceHelpText .fts-example-link {
    margin-top: 7px;
    margin-left: -12px;
    text-align: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fcr-assistanceHelpText .fts-example-link {
    margin-top: 7px;
    margin-left: -8px;
  }
}
.fcr-assistanceHelpText .fts-example-link img {
  height: 24px;
  width: 28px;
  padding-right: 6px;
}
.fcr-assistanceHelpText .fts-example-link a.fts-more-example {
  position: relative;
}

.fts-content {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333333;
}

.oon-prov-status-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 13px 0;
}
.oon-prov-status-wrapper * {
  color: #a35c00;
  line-height: 22px;
}
.oon-prov-status-wrapper .oon-status-icon {
  margin-right: 5px;
  font-size: 20px !important;
}
.oon-prov-status-wrapper .oon-status-label {
  font-weight: 700;
  font-size: 14px !important;
}

.oon-pg-alert-wrapper {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  font-size: 14px !important;
}
.oon-pg-alert-wrapper .oon-pg-alert-icon {
  margin-right: 8px;
  font-size: 26px !important;
  color: #a35c00;
}
.oon-pg-alert-wrapper .oon-pg-alert-text {
  margin-right: 5px;
}
.oon-pg-alert-wrapper .oon-pg-alert-link {
  color: #286ce2;
  text-decoration: none;
}

.search-location-container {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #286ce2;
}
.search-location-container .motif-marker {
  color: white;
  font-size: 1.5rem !important;
  flex-grow: 1;
}

.btn-update-location {
  display: flex;
  align-items: center;
  background-color: #1a73e8;
  /* Make this similar to the button color in the image */
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  padding: 11px 48px;
}
.btn-update-location .motif-icon.motif-marker {
  font-size: 30px !important;
}

.btn-update-location:hover {
  background-color: #286ce2;
  /* Darker shade for hover effect */
}

.icon {
  width: 26px;
  height: 26px;
  gap: 0px;
  opacity: 0px;
}

.search-location {
  max-width: 400px;
  margin: 0 auto;
}

.search-location h1 {
  font-size: 24px;
  margin-bottom: 16px;
}

.search-location form div {
  margin-bottom: 16px;
}

.search-location input[type=text] {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #949494;
}

.red-border {
  border: 2px solid red;
}

.searchType {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.pf-note {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.pf-currentLoc input {
  width: 100%;
}

.pf-srch {
  font-size: 26px !important;
  color: #000;
}

.pf-geo {
  padding-left: 1rem !important;
  width: 80%;
}
.pf-geo input.flyout-parent-width {
  width: 55%;
}
@media screen and (max-width: 800px) {
  .pf-geo input.flyout-parent-width {
    width: 100%;
  }
}
.pf-geo .fly-out.look-up-container {
  width: 35% !important;
}
@media screen and (max-width: 800px) {
  .pf-geo .fly-out.look-up-container {
    width: 67% !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 800px) {
  .pf-geo .fly-out.look-up-container {
    width: 35% !important;
  }
}
@media screen and (max-width: 480px) {
  .pf-geo .fly-out.look-up-container {
    width: 61% !important;
  }
}
.pf-geo .look-up-item-more {
  max-height: 9rem;
  overflow: auto;
  height: auto;
}
@media screen and (max-width: 480px) {
  .pf-geo .fly-out {
    left: 23%;
  }
}

@media screen and (max-width: 1024px) {
  .modal-component-body.location-modal-height {
    height: 600px;
    overflow-y: scroll;
  }
}
.modal-component-body.location-modal-height .look-up-item-more {
  max-height: 9rem !important;
  overflow: auto;
  height: auto;
}

.button-container {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 50%;
  display: flex;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.button-container button {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button-container .cancel-button {
  color: #333;
  margin-right: 16px;
}

.button-container .cancel-button:hover {
  background-color: #e6e6e6;
}

.button-container .continue-button {
  background-color: #286ce2;
  color: #fff;
}

.button-container .continue-button:hover {
  background-color: #286ce2;
}

@media (max-width: 768px) {
  .button-container {
    padding: 12px;
  }
  .button-container button {
    height: 40px;
    font-size: 14px;
  }
}
.pf-radio {
  width: 16px !important;
  height: 16px !important;
}

.pf-otr {
  padding: 0px 0px 0px 24px;
}
.pf-otr input {
  width: 80%;
}
@media screen and (max-width: 800px) {
  .pf-otr input {
    width: 100%;
  }
}

.pf-errorMsg {
  color: #d20a3c;
  padding: 0px 0px 0px 24px !important;
}

.pf-location {
  display: flex;
  flex-direction: column;
  flex-grow: 8;
}

.red-text {
  font-size: inherit;
  color: #d20a3c;
}

.pf-side-panel.switchLocation .location-modal-height {
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .pf-side-panel.switchLocation .location-modal-height {
    height: 600px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1024px) {
  .pf-side-panel.switchLocation .location-modal-height .speciality-sticky-button .btn-row-area {
    position: static;
    box-shadow: none !important;
  }
}

.view-claims {
  display: flex;
}

.pf-button {
  cursor: pointer;
}

.cpt-cost-info-fc .cpt-alertBox-container,
.procedure-cost-info-fc .cpt-alertBox-container {
  margin-left: 20px;
}
.cpt-cost-info-fc .motif-icon.motif-right-round,
.procedure-cost-info-fc .motif-icon.motif-right-round {
  font-size: 20px !important;
  color: #999;
  vertical-align: bottom;
}
.cpt-cost-info-fc .cost-detail,
.procedure-cost-info-fc .cost-detail {
  border-bottom: solid 1px #cccccc;
}

.infoBox-container.scenario-alert-container.alert-notification .infoBox .ant-alert .ant-alert-left {
  display: inline-block;
}
.infoBox-container.scenario-alert-container.alert-notification .infoBox .ant-alert .alert-icon {
  padding: 0px !important;
  font-size: 25px;
}
.infoBox-container.scenario-alert-container.alert-notification .infoBox .ant-alert .ant-alert-main {
  margin-left: 5px;
}
.infoBox-container.scenario-alert-container.alert-notification .infoBox .ant-alert .ant-alert-main a {
  text-decoration: none;
}
.infoBox-container.scenario-alert-container.alert-notification .infoBox .ant-alert.ant-negative .ant-alert-left {
  background: #fff !important;
}
.infoBox-container.scenario-alert-container.alert-notification .infoBox .ant-warning {
  border-left: 5px #a35c00 solid;
}
.infoBox-container.scenario-alert-container.alert-notification .fa.fa-exclamation-triangle {
  font-size: 27px !important;
  color: #a35c00;
}
.infoBox-container.scenario-alert-container.alert-notification .alert-close {
  height: 30px;
  cursor: pointer;
}
.infoBox-container.scenario-alert-container.alert-notification .page-alert-row {
  display: flex;
  justify-content: space-between;
  border: 1px solid #cccccc;
  border-left: 5px solid var(--border-left-color, #286ce2);
  padding: 5px 10px 5px 5px;
  position: relative;
}
.infoBox-container.scenario-alert-container.alert-notification .page-alert-row-close-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #949494;
  font-size: 2rem !important;
  position: absolute;
  right: 0.5%;
}
.infoBox-container.scenario-alert-container.alert-notification .page-alert-row-content {
  flex-grow: 1;
  text-align: left;
}
.infoBox-container.scenario-alert-container.alert-notification .page-alert-row-left-section {
  display: flex;
}
.infoBox-container.scenario-alert-container.alert-notification .page-alert-row-icon {
  font-size: 23px;
}
.infoBox-container.scenario-alert-container.alert-notification .fa.fa-plus, .infoBox-container.scenario-alert-container.alert-notification .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .infoBox-container.scenario-alert-container.alert-notification .fa {
  transform: rotate(45deg);
  color: #949494;
  font-size: 28px !important;
}
.infoBox-container.scenario-alert-container.alert-notification .page-alert-row.information {
  --border-left-color: #286ce2;
}
.infoBox-container.scenario-alert-container.alert-notification .page-alert-row.information .page-alert-row-icon::before {
  color: #286ce2;
  font-size: 23px !important;
  font-family: "ant-motif-icons" !important;
  content: "\e9f9";
}
.infoBox-container.scenario-alert-container.alert-notification .page-alert-row.negative {
  --border-left-color: #cc0033;
}
.infoBox-container.scenario-alert-container.alert-notification .page-alert-row.negative .page-alert-row-icon::before {
  color: #cc0033;
  font-size: 23px !important;
  font-family: "ant-motif-icons" !important;
  content: "\e93b";
}
.infoBox-container.scenario-alert-container.alert-notification .page-alert-row.warning {
  --border-left-color: #a35c00;
}
.infoBox-container.scenario-alert-container.alert-notification .page-alert-row.warning .page-alert-row-icon::before {
  color: #a35c00;
  font-size: 25px !important;
  font-family: "ant-classic-icons" !important;
  content: "\f1cf";
}

.modal-component-footer.sticky-slide-in-footer .btn.btn-primary,
.modal-component-footer.sticky-slide-in-footer .btn.btn-secondary {
  font-size: 1rem;
  width: 145px;
  height: 45px;
  margin-right: 5%;
}

@media screen and (max-width: 800px) {
  #fcr-generic-side-panel .modal-component-footer.clearfix.sticky-slide-in-footer {
    display: block;
    text-align: center;
  }
}
#fcr-generic-side-panel .modal-component-footer.clearfix.sticky-slide-in-footer .btn.btn-secondary.btn-return {
  width: auto !important;
}
@media screen and (max-width: 800px) {
  #fcr-generic-side-panel .modal-component-footer.clearfix.sticky-slide-in-footer .btn.btn-secondary.btn-return {
    margin-bottom: 20px;
    width: 240px !important;
    height: 45px;
  }
}
#fcr-generic-side-panel .modal-component-footer.clearfix.sticky-slide-in-footer .btn.btn-primary {
  width: auto !important;
}
@media screen and (max-width: 800px) {
  #fcr-generic-side-panel .modal-component-footer.clearfix.sticky-slide-in-footer .btn.btn-primary {
    margin-bottom: 20px;
    width: 240px !important;
    height: 45px;
  }
}

@media screen and (max-width: 800px) {
  .motif-theme .generic-modal {
    background: rgba(0, 0, 0, 0.5);
  }
}
.motif-theme .generic-modal .modal-content {
  width: 650px;
  height: 400px;
  margin: 15% auto;
}
@media screen and (max-width: 800px) {
  .motif-theme .generic-modal .modal-content {
    width: 100%;
    height: auto;
    overflow-x: hidden;
  }
}
.motif-theme .generic-modal .modal-content .close {
  border: none;
  right: -9px;
  z-index: 1;
}
.motif-theme .generic-modal .modal-content .close span.fa.fa-remove {
  color: #949494;
  font-size: 28px;
}
.motif-theme .generic-modal .modal-content .modal-header {
  height: 20px;
}
.motif-theme .generic-modal .modal-content h2.modal-title {
  display: none;
}
.motif-theme .generic-modal .modal-content .modal-footer {
  padding: 0;
}
.motif-theme .generic-modal .modal-content .modal-footer .center {
  margin-top: 5px;
  position: static;
  text-align: center;
}
.motif-theme .generic-modal .modal-content .modal-footer .center .btn-full-width {
  width: 70%;
}
.motif-theme .generic-modal .modal-content .modal-header {
  padding: 0;
}
.motif-theme .generic-modal .modal-content .modal-body {
  width: 100%;
  text-align: center;
}
.motif-theme .generic-modal .modal-content .modal-body .home-health {
  margin-top: -50px;
  padding: 0 10%;
  line-height: 22px;
}
@media screen and (max-width: 800px) {
  .motif-theme .generic-modal .modal-content .modal-body .home-health {
    padding: 0;
  }
}
.motif-theme .generic-modal .modal-content .modal-body .home-health h3.modal-title {
  padding-top: 0;
}
@media screen and (max-width: 800px) {
  .motif-theme .generic-modal .modal-content .modal-body .home-health h3.modal-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .motif-theme .generic-modal.modal-left-align {
    background: rgba(0, 0, 0, 0.5);
  }
}
.motif-theme .generic-modal.modal-left-align .modal-content {
  width: 800px;
  max-width: 800px;
  max-height: 350px;
  height: auto;
  margin: 15% auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .motif-theme .generic-modal.modal-left-align .modal-content {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    max-height: max-content;
  }
}
.motif-theme .generic-modal.modal-left-align .modal-content .close .fa.fa-remove {
  border: none !important;
  font-weight: normal;
}
.motif-theme .generic-modal.modal-left-align .modal-content .modal-left-align-body {
  text-align: left;
}
.motif-theme .generic-modal.modal-left-align .modal-content .modal-left-align-body h3.modal-title {
  font-weight: normal;
  padding-bottom: 10px;
  padding-top: 0;
}
.motif-theme .generic-modal.modal-left-align .modal-content .modal-left-align-body .print-modal {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .motif-theme .generic-modal.modal-left-align .modal-content .modal-left-align-body .print-modal {
    flex-direction: column-reverse;
  }
}
.motif-theme .generic-modal.modal-left-align .modal-content .modal-left-align-body .print-modal .modal-plan {
  flex-basis: 90%;
}
.motif-theme .generic-modal.modal-left-align .modal-content .modal-left-align-body span.fa.fa-print {
  font-size: 26px;
  vertical-align: sub;
  margin-right: 0 !important;
  padding-right: 8px;
}
.motif-theme .generic-modal.modal-left-align .modal-content .modal-left-align-body a {
  text-decoration: none;
  font-weight: bold;
}
.motif-theme .generic-modal.modal-left-align .modal-content .modal-footer .modal-component-footer {
  padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .motif-theme .generic-modal.modal-left-align .modal-content .modal-footer .modal-component-footer {
    position: static;
    display: flex;
    justify-content: center;
  }
}
.motif-theme .generic-modal.modal-left-align .modal-content .modal-footer .modal-component-footer .btn.btn-primary {
  height: 45px;
  width: 177px;
}
@media screen and (max-width: 800px) {
  .motif-theme .generic-modal.modal-left-align .modal-content .modal-footer .modal-component-footer .btn.btn-primary {
    width: 70%;
  }
}
.motif-theme .generic-modal.modal-left-align .modal-content .fad-trans-footer-height {
  padding-right: 0;
}
.motif-theme .generic-modal.modal-left-align .modal-content .modal-header {
  height: 20px;
}
.motif-theme .generic-modal.modal-left-align .modal-content h2.modal-title {
  display: none;
}

.fc-page-alert-detail .infoBox-container.scenario-alert-container .fcr-result-summary-container {
  align-items: flex-start !important;
}
.fc-page-alert-detail .infoBox-container.scenario-alert-container .fcr-result-summary-container .motif-icon.fcr-page-alert-icon.motif-info {
  font-size: 26px !important;
  color: #286ce2;
  vertical-align: top;
}
.fc-page-alert-detail .infoBox-container.scenario-alert-container .fcr-result-summary-container .fa.fa-exclamation-triangle {
  font-size: 28px !important;
  color: #a35c00;
}
.fc-page-alert-detail .infoBox-container.scenario-alert-container .fcr-result-summary-container .motif-icon.motif-cancel {
  color: #cc0033;
  font-size: 26px !important;
}

#fcr-report-incorrect-data {
  padding: 15px !important;
}

#report-incorrect-description::placeholder {
  color: #949494;
}

#report-incorrect-description {
  height: auto;
}

.modal-component-footer.sticky-slide-in-footer .btn.btn-primary {
  font-size: 1rem;
  width: 145px;
  height: 45px;
  margin-right: 5%;
}

#fcr-provider-card-phone {
  top: 1.28rem;
}

@media only screen and (max-width: 480px) {
  #fcr-provider-card-phone {
    display: block;
    margin-bottom: 11px;
    clear: both;
  }
  .cost-info {
    display: flex;
    justify-content: flex-start !important;
    width: 100%;
    flex-wrap: wrap;
  }
}
#fcr-expertise-values,
#fcr-expertise-tooltip {
  display: inline-block;
  vertical-align: middle;
}

.license-numbers {
  display: flex;
  align-items: center;
}

.modal-component-footer.fad-shadow-border {
  position: relative;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

/* Styles for provider disclaimer component */
.disclaimer-container {
  position: relative;
  padding: 1.5em 1.3em;
}

.disclaimer-limit-rows {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -moz-box;
  -moz-line-clamp: 5;
  max-height: 9em;
}

.fcr-disclaimer-view-more {
  text-decoration: none;
  padding-top: 8px;
  padding-left: 16px;
  padding-bottom: 20px;
}

.fcr-disclaimer-card .fcr-disclaimer-content {
  padding: 0px;
}
.fcr-disclaimer-card .fcr-disclaimer-content .fcr-disclaimer-card .fcr-disclaimer-header {
  padding: 20px 24px;
  background: #f7f7f7;
}
.fcr-disclaimer-card .fcr-disclaimer-content .fcr-disclaimer-card .fcr-disclaimer-header h5 {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}
.fcr-disclaimer-card .fcr-disclaimer-content .fcr-disclaimer-card .disclaimer-card-text {
  padding-bottom: 20px;
}
.fcr-disclaimer-card .fcr-disclaimer-footer {
  border-top: solid 1px #ccc;
  box-shadow: -6px 12px 0px rgba(0, 0, 0, 0.0784313725);
}

.fcr-disclaimers-print-container {
  padding: 24px 20px;
}
.fcr-disclaimers-print-container .fcr-disclaimer-print-content .disclaimer-card-print-text {
  padding-bottom: 20px;
}

#fcr-no-results-alert .no-result-container {
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
}
#fcr-no-results-alert .no-result-image {
  display: block;
}
#fcr-no-results-alert .no-result-alert-container {
  align-self: stretch;
  height: 98px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
}
#fcr-no-results-alert .no-result-message-container {
  padding: 0, 40px, 0, 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}
#fcr-no-results-alert .no-result-text {
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-family: Lato;
  font-weight: 700;
  line-height: 22px;
  word-wrap: break-word;
}
#fcr-no-results-alert .no-result-message-center {
  text-align: center;
}
#fcr-no-results-alert .no-result-need-help {
  color: #333333;
  font-size: 14px;
  font-family: Lato;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#fcr-no-results-alert .no-result-inner-container {
  display: inline-block;
}
#fcr-no-results-alert .no-result-chat-img {
  padding-left: 10px;
}
#fcr-no-results-alert .no-result-live-chat {
  color: #286ce2;
  font-size: 14px;
  font-family: Lato;
  font-weight: 700;
  line-height: 22px;
  padding-left: 4px;
}
#fcr-no-results-alert .no-result-contact-us {
  padding: 0 0 0 5px;
}
#fcr-no-results-alert .no-result-increased-alert {
  align-items: center;
  justify-content: center;
}
#fcr-no-results-alert .noresult-message-container {
  align-self: stretch;
}

#fcr-no-results-alert.no-result-increased {
  gap: 17px;
  display: flex;
  align-items: center;
  padding: 5px 60px 10px 0;
  justify-content: flex-end;
  flex-direction: row;
}

.fcr-bottom-border {
  border-bottom: 1px solid #ccc;
}

.no-result-container-padding {
  padding: 10rem 0;
}

/** 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. */
.fixed-tray .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/* Import Reimagined Classic Icon Variables */
@font-face {
  font-family: "ant-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

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

.eyc-container {
  width: 178px !important;
}
.eyc-container .eyc-location-wrapper .eyc-location-item {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 1rem;
}
.eyc-container .eyc-location-wrapper .eyc-location-item .eyc-location-link {
  text-decoration: none;
  cursor: pointer;
}
.eyc-container .eyc-show-more {
  font-size: 14px;
}

.eyc-ctrl-width {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.eyc-margin-top-70 {
  margin-top: 1.75rem;
}

.eyc-pf-search-wrapper #showSplDetails,
.eyc-pf-search-wrapper #hideSplDetails {
  margin-top: 1rem;
  display: inline-block;
}
.eyc-pf-search-wrapper .search-input-container label {
  margin-bottom: 0.7143rem;
}
.eyc-pf-search-wrapper .search-input-container input {
  width: 100%;
}
.eyc-pf-search-wrapper .search-input-container,
.eyc-pf-search-wrapper .dropdown-container {
  margin-bottom: 2.5rem;
}
.eyc-pf-search-wrapper .checkbox-container label {
  margin-bottom: 15px;
}
.eyc-pf-search-wrapper .show-more-options-container {
  margin-bottom: 25px;
}
.eyc-pf-search-wrapper .show-more-options-container a:hover {
  cursor: pointer;
}
.eyc-pf-search-wrapper .popover {
  z-index: 9999999;
}

.eyc-pf-search-wrapper .popover.top, .eyc-pf-search-wrapper .popover.bottom, .eyc-pf-search-wrapper .popover.left, .eyc-pf-search-wrapper .popover.right {
  z-index: 999999999;
}
.eyc-pf-search-wrapper .eyc-pf-input-lbl {
  font-size: 14px;
  font-weight: 600;
}
.eyc-pf-search-wrapper .dropdown-container,
.eyc-pf-search-wrapper .search-input-container,
.eyc-pf-search-wrapper .showSplDetailsLink,
.eyc-pf-search-wrapper #hideSplDetails {
  margin-bottom: 2rem;
}
.eyc-pf-search-wrapper #showSplDetails,
.eyc-pf-search-wrapper #hideSplDetails {
  margin-top: 2rem;
  display: inline-block;
}
.eyc-pf-search-wrapper .checkbox-container legend {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.eyc-pf-search-wrapper .checkbox-container label {
  font-weight: 400;
}
.eyc-pf-search-wrapper .show-more-options-container {
  margin-bottom: 2rem;
}
.eyc-pf-search-wrapper .pcLabel {
  margin-right: 0px;
}
.eyc-pf-search-wrapper .popIcon {
  margin-left: 0px;
}

.eyc-pf-search-wrapper .search-form .search-input-container input {
  width: 600px;
  max-width: 100%;
}
.eyc-pf-search-wrapper .search-form .search-input-container .geo-pf-href-no-border {
  display: block;
}
@media screen and (min-width: 800px) {
  .eyc-pf-search-wrapper .eyc-toggle-minus {
    padding-right: 15px;
  }
}

.eyc-margin-top-35 {
  margin-top: 35px;
}

.eyc-center-content {
  display: block;
  margin: auto;
}
.eyc-center-content .eyc-alphabet-tab .ant-alphabet-tabs-container li:hover, .eyc-center-content .eyc-alphabet-tab .ant-alphabet-tabs-container li:focus {
  background-color: #00609a !important;
}
.eyc-center-content .eyc-alphabet-tab .ant-alphabet-tabs-container li:hover a, .eyc-center-content .eyc-alphabet-tab .ant-alphabet-tabs-container li:focus a {
  color: #ffffff;
}

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

.eyc-alphabet {
  padding-left: 15px;
  padding-right: 15px;
}

.eyc-left-15 {
  padding-left: 15px;
}

.eyc-data-container {
  margin: 0px;
}
.eyc-data-container .ant-auto-suggest .psDropdown {
  position: relative;
  height: auto;
}

.eyc-toggle-minus {
  text-align: right;
}

.eyc-cost-desc {
  padding-top: 20px;
  width: 705px;
}

.eyc-cost-desc .eyc-cost-desc-heading {
  padding-bottom: 5px !important;
}

.eyc-cost-desc dl {
  width: 700px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.eyc-cost-desc dt {
  float: left !important;
  width: 10px !important;
  padding-top: 0px !important;
  padding-bottom: 5px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin: 0 !important;
}

.eyc-cost-desc dd {
  float: left !important;
  width: 689px !important;
  padding-top: 0px !important;
  padding-bottom: 5px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin: 0 !important;
  display: block !important;
}

.eyc-cost-desc-pop-up .eyc-cost-desc {
  padding-top: 0px;
  width: 260px;
}
.eyc-cost-desc-pop-up .eyc-cost-desc dl {
  width: 255px !important;
}
.eyc-cost-desc-pop-up .eyc-cost-desc dd {
  width: 244px !important;
}

.eyc-search-container .ant-text-input {
  width: 100%;
}

.eyc-cost-search-btn {
  margin: 2rem 0 0;
}

.eyc-toggle-cmp {
  border-top: 0;
}

.eyc-reset-search {
  cursor: pointer;
}

.search-highlight {
  font-weight: bold;
}

@media screen and (min-width: 800px) {
  .offset {
    margin-left: 11.7%;
  }
}
@media screen and (min-width: 480px) {
  .offset {
    margin-left: 11.7%;
  }
  .offset-mbr {
    margin-left: 10%;
  }
  .eyc-cf-dropdown {
    width: 235px;
  }
}
.eyc-discalimer-footer-box {
  margin: 10px 0px 10px 0px;
  font-size: 0.9em;
}

div.eyc-cost-info .eyc-you-pay-txt {
  color: #666666;
}
div.eyc-cost-info .eyc-you-pay-txt .popIcon .glyphicon,
div.eyc-cost-info .eyc-you-pay-txt .popIcon .fa {
  color: #666666;
}
div.eyc-cost-info .eyc-cost-border {
  border-top: 2px solid #eeeeee;
  width: 100%;
  margin: 10px 0 10px 0;
}
div.eyc-cost-info .info-msg-wrapper {
  flex-flow: row;
}
div.eyc-cost-info .eyc-disclaimer-icon {
  display: inline-block;
  width: 12%;
  margin-left: -14%;
  margin-right: 2%;
  vertical-align: top;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  div.eyc-cost-info .eyc-disclaimer-txt {
    margin-bottom: 1rem;
  }
}
div.eyc-cost-info .cost-details-popup,
div.eyc-cost-info .popover-content {
  color: #000;
  min-width: 230px;
}
div.eyc-cost-info .cost-details-popup .cost-details-popup-container,
div.eyc-cost-info .popover-content .cost-details-popup-container {
  width: 100%;
  display: flex;
}
div.eyc-cost-info .cost-details-popup .cost-details-popup-label,
div.eyc-cost-info .popover-content .cost-details-popup-label {
  width: 60%;
}
div.eyc-cost-info .cost-details-popup .cost-details-popup-info,
div.eyc-cost-info .popover-content .cost-details-popup-info {
  width: 40%;
}

.procedureInfo > div {
  margin: 10px 0px 10px 0px;
}
.procedureInfo > div .fa-exclamation-circle {
  vertical-align: text-bottom;
}
.procedureInfo div.procedure-cost-info > div {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #979797;
}
.procedureInfo .item-row > div {
  margin: 0.5rem 0;
}

.costDisclaimers li > a {
  width: 100%;
}

.cost-disclaimer-msg {
  padding: 15px 0px 20px 0px;
}

.cost-info-container {
  width: 100%;
  max-width: 180px;
  display: flex;
  flex-flow: column;
  color: #333333;
}
.cost-info-container .cost-info-label {
  margin-right: 5px;
  font-size: 14px;
}
.cost-info-container .cost-info-content {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.cost-info-container .cost-info-content span {
  font-size: 18px;
  color: #000000;
}
.cost-info-container .office-visit-cost {
  font-size: 14px;
  margin-top: 10px;
}
.cost-info-container .padding-top-4 {
  padding-top: 4px;
}
.cost-info-container .padding-top-20 {
  padding-top: 20px;
}

.tile-cost-info-container {
  flex-flow: row;
  text-align: left;
  margin-bottom: -10px;
}
@media screen and (max-width: 800px) {
  .tile-cost-info-container {
    margin-bottom: 10px;
  }
}
.tile-cost-info-container .cost-info-container {
  display: flex;
  flex-flow: column-reverse;
  margin-top: 10px;
}

.icon-alignment {
  margin-right: 2%;
  font-size: 18px !important;
}

.error-msg {
  margin-left: 10px;
}

.provider-details .details-header {
  padding: 1.6rem 0;
  flex-flow: row;
  justify-content: space-between;
}
.provider-details .details-header .align-self-center {
  align-self: center;
}
.provider-details .details-header .d-flex {
  display: flex;
}
.provider-details .details-header .d-flex.basis-100 {
  flex-basis: 100%;
}
.provider-details .details-header .rFlex-bs100-alignCtr-spaceBwn {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  align-items: center;
  justify-content: space-between;
}
.provider-details .details-header .height-14px {
  height: 14px;
}
.provider-details .details-header .align-botm-2px {
  align-self: flex-end;
  padding-bottom: 2px;
}
.provider-details .details-header .details-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .provider-details .details-header {
    padding-bottom: 0px;
  }
}
.provider-details .details-header .email-print-container {
  text-align: right;
}
@media screen and (min-width: 800px) {
  .provider-details .details-header .email-print-container {
    padding-top: 0px;
    padding-right: 30px;
  }
}
.provider-details .details-header .email-print-container .email {
  margin-right: 15px;
}
.provider-details .details-header .network-status-container {
  margin-top: 0.5rem;
}
.provider-details .details-header .network-status-container.header-flex {
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.provider-details .details-header .network-status-container.flex-col-reverse {
  flex-direction: column-reverse;
}
.provider-details .details-header .network-status-container .tier-value-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 5px;
}
.provider-details .details-header .network-status-container .tier-value-wrapper.clear-margin {
  margin-left: 0px;
}
.provider-details .details-header .network-status-container .tier-value-block {
  padding: 5px 0 10px 0;
}
.provider-details .detail-helpfulhints {
  text-align: right;
}
.provider-details .detail-helpfulhints .helpful-hints {
  padding-right: 0rem;
}
.provider-details .isPrintDisabled {
  pointer-events: none;
  opacity: 0.5;
}
.provider-details .address-dropdown {
  margin-bottom: 1.5rem;
}
.provider-details .ant-lg-select .ant-text-input {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .provider-details .tab-content {
    padding-top: 30px;
  }
}
.provider-details .tab-content-section {
  padding-top: 5px;
}
.provider-details .tab-content-section .ant-font-b {
  padding-bottom: 5px;
}
.provider-details .tab-content-section .d-inline-block {
  display: inline-block;
}
.provider-details .tab-content-section .d-inline {
  display: inline;
}
.provider-details .tab-content-section .ant-list {
  display: block;
}
.provider-details .tab-content-section .summary-data-container:last-child {
  margin-bottom: inherit !important;
}
.provider-details a {
  vertical-align: baseline;
}
.provider-details a.popIcon {
  vertical-align: middle;
  height: 15px;
  margin-left: 0px;
}
.provider-details a.popIcon span.fa {
  display: block;
  height: 15px;
  width: 15px;
}
.provider-details .desktop-disclaimer a {
  vertical-align: unset;
}
.provider-details .email-line-break {
  word-break: break-word;
}
.provider-details .onlineUrl {
  word-break: break-word;
}

.affiliationDropDowns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 100%;
}
@media screen and (max-width: 800px) {
  .affiliationDropDowns {
    display: block;
    padding-right: 6%;
  }
  .affiliationDropDowns span.type {
    margin-bottom: 2%;
  }
  .affiliationDropDowns span.col-xxs-12.col-xs-6.ant-font-bold.mobile-speciality {
    margin-bottom: 5px;
    display: block;
  }
  .affiliationDropDowns span.col-xxs-12.col-xs-6.ant-font-bold.speciality {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .affiliationDropDowns span.col-xxs-12.col-xs-6.ant-font-bold.speciality {
    display: block;
  }
  .affiliationDropDowns span.col-xxs-12.col-xs-6.ant-font-bold.mobile-speciality {
    display: none;
  }
}
.affiliationDropDowns .filterAffiliations {
  width: 100%;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .affiliationDropDowns .filterAffiliations {
    margin-bottom: 5%;
    width: 94%;
    margin-left: 4%;
  }
}

.disabled {
  color: #949494;
}

.category {
  margin: 5% 0 5% 0;
  padding: 5%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  overflow: auto;
}
@media screen and (max-width: 800px) {
  .category {
    width: 96%;
  }
  .category .emulate-actions {
    padding-left: 0;
  }
}

.btn-toggle {
  overflow: auto;
  width: 100%;
  text-align: center;
}
.btn-toggle a {
  font-weight: bold;
}

.change-location-outer {
  float: left;
  margin-right: 2rem;
}
.change-location-outer .changeLocationContainer {
  width: 100% !important;
}

@media screen and (max-width: 800px) {
  .fad-pf-details-wrapper .summary-data-container .selector-price-prod-container {
    width: 100%;
  }
  .change-location-outer {
    float: none;
    margin-top: 10px;
    margin-right: 0;
  }
}
.top-margin-1 {
  margin-top: 1rem;
}

.bottom-margin-1 {
  margin-bottom: 1rem;
  font-size: 20px;
}

.bottom-margin-2 {
  margin-bottom: 2rem;
  font-size: 20px;
}

.card-noprocedure-align {
  font-size: 14px;
  font-family: "Lato";
  margin-right: 2rem;
  display: flex;
}

.pricing-location-wrapper {
  position: relative;
}
.pricing-location-wrapper span {
  position: absolute;
  right: 12px;
  top: -32px;
}

.cpt-pricing-location-wrapper {
  position: relative;
  padding-bottom: 10px;
}
.cpt-pricing-location-wrapper span {
  position: absolute !important;
  right: 0px;
  top: -35px;
}
@media only screen and (max-width: 800px) {
  .cpt-pricing-location-wrapper {
    position: none;
    padding-bottom: 10px;
  }
  .cpt-pricing-location-wrapper span {
    position: static !important;
  }
}

.fad-pf-details-wrapper .summary-data-container .details-column-2-on .estim-col-content .pricing-sub {
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.profile-enhance-container {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 3rem;
}
.profile-enhance-container .content-holder {
  padding-left: 0;
  padding-right: 0;
}
.profile-enhance-container .content-holder .profile-heading {
  margin-bottom: 1rem;
  font-weight: 700;
}
.profile-enhance-container .content-holder img,
.profile-enhance-container .content-holder .profile-img {
  float: left;
  height: auto;
  width: 156px;
  margin-right: 50px;
  margin-bottom: 10px;
}
.profile-enhance-container .content-holder .btn-readmore {
  margin-left: 206px;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .profile-enhance-container .content-holder .btn-readmore {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.profile-enhance-container .content-holder .btn-readless {
  margin-top: 10px;
}
.profile-enhance-container .content-holder .subcol-rt {
  padding-left: 0;
  height: 237px;
  overflow: hidden;
}
.profile-enhance-container .content-holder .subcol-rt .btn-readmore {
  margin-left: 206px;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .profile-enhance-container .content-holder .subcol-rt .btn-readmore {
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 800px) {
  .profile-enhance-container .content-holder img,
  .profile-enhance-container .content-holder .profile-img {
    height: auto;
    width: 72px;
    margin-right: 25px;
    margin-bottom: 5px;
  }
}

.fad-pf-details-wrapper .pf-location-block,
.modal-component-body .pf-location-block {
  flex-basis: 48%;
}
.fad-pf-details-wrapper .pf-location-block .location-block-title,
.modal-component-body .pf-location-block .location-block-title {
  margin-bottom: 5px;
  padding: 0;
}
.fad-pf-details-wrapper .pf-location-block-end .motif-marker,
.modal-component-body .pf-location-block-end .motif-marker {
  color: #666 !important;
}

.fad-pf-details-wrapper ul {
  padding-left: 1rem;
  margin-bottom: 0px;
}
.fad-pf-details-wrapper ul.fad-pf-list-nobullet {
  list-style: none !important;
  padding-left: 0px !important;
}

.provider-details .detail-tab-header {
  margin-bottom: 2rem;
}
.provider-details span.fa.fa-question-circle {
  top: 1px;
  color: #286ce2;
}
.provider-details .m-botm-5 {
  margin-bottom: 5px;
}
.provider-details .tab-content-section {
  margin-bottom: 20px;
}
.provider-details .tab-content-section #txt-office-hour {
  line-height: 2;
}
.provider-details .fad-pf-details-wrapper .details-column-1,
.provider-details .fad-pf-details-wrapper .details-column-2,
.provider-details .fad-pf-details-wrapper .locationMapContainer {
  line-height: 1.5;
}
.provider-details .fad-pf-details-wrapper .details-column-1,
.provider-details .fad-pf-details-wrapper .details-column-2 {
  padding-left: 0;
  padding-top: 0;
}

.affiliations-prime-group-label {
  padding: 0.1rem;
  background-color: #286ce2;
  color: #ffffff;
}

.pcp-info {
  padding-left: 0px !important;
  line-height: 2;
  list-style-type: none;
}

.pcp-info ul li {
  line-height: 2;
  padding-left: 0px;
}

.pcp-detail {
  margin-right: 10px;
}

/** Override styles of 'PCP IDs and Affiliations List Component' - displayed in Details Page **/
.fad-pf-details-wrapper .pf-pcp-id-list {
  padding-left: 0px;
  margin-top: 0px;
  padding-top: 5px;
}
.fad-pf-details-wrapper .pf-pcp-id-list .pf-pcp-id-list-item:not(:first-child) {
  padding: 0.25rem 0rem 0.75rem 0rem;
  border-top: none;
}

/** end of PCP IDs and Affiliations List Component**/
.card-align {
  margin-bottom: 3rem;
}

.font-size-26 {
  font-size: 26px !important;
}

.infoBox-container .infoBox.out-network {
  width: 100%;
  background-color: #fff !important;
}
.infoBox-container .infoBox.out-network > .ant-alert.ant-negative {
  color: #cc0033 !important;
  padding: 2px 0 !important;
  margin: 0 !important;
  border-left: 5px solid #c03 !important;
}
.infoBox-container .infoBox.out-network > .ant-alert.ant-negative > .ant-alert-left {
  background-color: #fff !important;
  border: none 0 !important;
}
.infoBox-container .infoBox.out-network > .ant-alert.ant-negative > .ant-alert-left > .alert-icon.alert-icon-negative {
  padding: 0 5px !important;
  margin-top: -2px;
  font-size: 22px;
  line-height: normal;
  -webkit-font-smoothing: auto;
}
.infoBox-container .infoBox.out-network > .ant-alert.ant-negative > .ant-alert-left > .alert-icon.alert-icon-negative::before {
  content: "⚠" !important;
  color: red;
}
.infoBox-container .infoBox.out-network > .ant-alert.ant-negative > .ant-alert-main {
  background-color: #fff !important;
}

#fcr-report-incorrect-data {
  padding: 15px !important;
}

#report-incorrect-description::placeholder {
  color: #949494;
}

#report-incorrect-description {
  height: auto;
}

/** 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. */
.fixed-tray .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/* Import Reimagined Classic Icon Variables */
@font-face {
  font-family: "ant-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

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

.fly-out {
  z-index: 499;
  position: absolute;
  background-color: #fff;
  margin-top: 2px;
  padding: 0.75rem;
}
.fly-out a {
  text-decoration: none;
}
.fly-out .result-link {
  text-decoration: none;
  font-weight: 600;
}

.look-up-container {
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.look-up-container .input-container {
  display: flex;
  width: 96%;
  margin-bottom: 8px;
  padding: 1rem 1rem 0rem 2rem;
}
.look-up-container .input-container input.input-field {
  width: 100%;
  padding: 8px;
  outline: none;
  font-size: 12px;
  background: rgb(255, 255, 255);
  border-radius: 0px;
  border: 1px solid rgb(148, 148, 148);
}
.look-up-container .input-container input.input-field:focus {
  border: 2px solid #000;
}
.look-up-container .input-container .search-icon {
  color: #fff;
  text-align: center;
  background: rgb(40, 108, 226);
  border-radius: 0px;
  height: 40px;
  width: 40px;
  font-size: 1.5rem;
  padding-top: 9px;
}

.live-chat-container {
  display: flex;
  align-items: center;
}

.chat-icon {
  margin-bottom: -5px;
  margin-left: 5px;
  margin-right: 5px;
}

.underline {
  text-decoration: underline;
}

.look-up-item-header {
  background-color: #f7f7f7;
  font-size: 18px;
  padding: 7px 10px;
  font-weight: 600;
}
.look-up-item-header.secondary {
  background: #fff;
  padding: 0;
}
.look-up-item-header.secondary .itemheader {
  background: #f7f7f7;
  padding: 7px 10px;
}
.look-up-item-header .fcr-lookup-header {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 801px) {
  .look-up-item-header .section-pill-bg.col-sm-9 {
    width: 75%;
    float: left;
  }
}
.look-up-item-header .show-more-label {
  display: flex;
  justify-content: flex-end;
}
.look-up-item-header .col-sm-3.show-more-label {
  padding-top: 0.75rem;
}
@media screen and (max-width: 801px) {
  .look-up-item-header .col-sm-3.show-more-label {
    width: 25%;
  }
}
.look-up-item-header .col-sm-3.show-more-label a.result-link {
  padding-left: 1rem;
}

.look-up-item {
  font-size: 15px;
  padding: 10px;
}

.look-up-item-border {
  border-bottom: 1px solid #f7f7f7;
}

.look-up-item-more {
  height: 13rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.ftsSuggestion-btn {
  width: 100%;
  text-align: left;
}

.changeLocation .a {
  color: #e6e6e6;
  font-size: 14rem;
}

.search-bar-container {
  display: flex;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 800px) {
  .search-bar-container {
    flex-wrap: wrap;
    box-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .search-bar-container {
    flex-wrap: nowrap;
    box-shadow: none;
    display: block;
  }
}
.search-bar-container .search-term-wrapper {
  flex: 1 0 60%;
}
.search-bar-container .search-term-wrapper .motif-search-1 {
  position: absolute;
  color: #286ce2;
  font-size: 1.5rem !important;
  padding-top: 19px;
  padding-left: 10px;
}
.search-bar-container .fts-search-term-wrapper {
  position: relative;
  display: inline-block;
}
.search-bar-container .fts-search-term-wrapper .input {
  margin-right: 5rem;
  padding: 11px 5rem 11px 3rem;
}
.search-bar-container .fts-search-term-wrapper .fts-search-link {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  margin-left: 3rem;
}
.search-bar-container .search-input {
  height: 100%;
  width: 100%;
  font-size: 18px;
  color: #666666;
  padding: 6px 40px 11px;
}
.search-bar-container .search-input:focus {
  box-shadow: 0 0 3px 2px #286ce2;
}
.search-bar-container .type-btn-wrapper {
  flex: 1 0 16%;
}
.search-bar-container .type-btn-wrapper .search-type-button {
  background-color: #ffffff;
  border: 1px solid #949494;
  color: #666666;
  font-size: 18px;
  line-height: 17px;
  padding: 0 1rem 0 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  width: 100%;
}
.search-bar-container .type-btn-wrapper .search-type-button .search-btn-label {
  text-align: left;
}
.search-bar-container .type-btn-wrapper .search-type-button .motif-icon {
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}
.search-bar-container .type-btn-wrapper .search-type-button:focus {
  border: 2px solid #286ce2;
}
.search-bar-container .type-btn-wrapper .fly-out {
  padding: 0.75rem;
}
.search-bar-container .type-btn-wrapper .fly-out .radio-grp {
  padding: 0.5rem;
}
.search-bar-container .type-btn-wrapper .fly-out .fly-out-btn-grp {
  display: flex;
  padding: 1rem 0 0 0;
  border-top: 1px solid #e6e6e6;
  justify-content: space-around;
}
.search-bar-container .type-btn-wrapper .fly-out .fly-out-btn-grp .btn {
  font-size: 12px;
  padding: 0.75rem 2rem;
}
.search-bar-container .type-btn-wrapper .fly-out .fly-out-btn-grp .btn-secondary {
  margin-right: 15px;
  padding: 0.75rem 2rem;
}
.search-bar-container .location-wrapper {
  flex: 1 0 20%;
}
@media screen and (max-width: 800px) {
  .search-bar-container .location-wrapper {
    flex: 1 0 100%;
  }
}
.search-bar-container .search-zip-container {
  display: flex;
  align-items: center;
}
.search-bar-container .search-zip-container .motif-marker {
  position: relative;
  right: 98%;
  color: #286ce2;
  font-size: 1.5rem !important;
}
@media screen and (min-width: 800px) {
  .search-bar-container .search-zip-container .motif-marker {
    right: 94%;
  }
}
.search-bar-container .fts-look-up-item {
  max-height: 30rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .search-bar-container .fts-look-up-item {
    overflow-x: initial;
    width: 100%;
  }
}
.search-bar-container .search-zip-container-fts {
  display: flex;
  align-items: center;
}
.search-bar-container .search-zip-container-fts .change-location-icon-fts {
  color: white;
  font-size: 1.5rem;
}
.search-bar-container .search-city-zip {
  height: 100%;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: #666666;
  flex: 1 0 100%;
  width: 100%;
  padding: 11px 1rem 11px 3rem;
}
.search-bar-container .location-error {
  border: 1px solid #cc0033;
}

.fly-out-box {
  z-index: 1000;
  position: absolute;
  top: 121%;
  right: 457px;
  width: 20%;
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}
.fly-out-box .radio-grp {
  padding: 1rem;
}
.fly-out-box .fly-out-btn-grp {
  display: flex;
  padding: 1rem 1rem 0 1rem;
  border-top: 1px solid #e6e6e6;
}
.fly-out-box .fly-out-btn-grp .btn-secondary {
  margin-right: 15px;
}

.pill-header-wrapper .section-pill-bg p.section-pill-p {
  padding: 0.75rem 2rem 0 1rem;
}

.empty-field-error {
  border: 1px solid #cc0033;
}

.dropdown-error {
  border-color: #cc0033;
}

.look-up-sub {
  background-color: #f7f7f7;
  padding: 5px 5px;
  font-weight: 600;
  font-size: 12px !important;
}

.show-less-label {
  display: none;
}

.motif-showMore {
  color: black;
  padding-right: 6px;
}

@media screen and (max-width: 1024px) {
  .modal-component-body.location-modal-height {
    height: calc(100% - 90px);
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1024px) {
  .modal-component-body.location-modal-height .speciality-sticky-button .btn-row-area {
    position: static;
    box-shadow: none !important;
  }
}
.modal-component-body.location-modal-height .look-up-item-more {
  max-height: 9rem !important;
  overflow: auto;
  height: auto;
}

/** 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. */
.fixed-tray .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/* Import Reimagined Classic Icon Variables */
@font-face {
  font-family: "ant-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

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

.fad-flex {
  display: flex;
}

.fad-f-row {
  flex-direction: row;
}

.fad-f-column {
  flex-direction: column;
}

.tile-review-flex {
  flex-grow: 1;
}

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

.greyOut-text {
  color: #666666;
  opacity: 0.8;
}

.pf-view-imp {
  padding-top: 14px;
  text-align: right;
  color: #286ce2;
}
.pf-view-imp .anchor-imp-icon.pf-view-imp-icon:focus {
  outline-offset: 0px;
}
.pf-view-imp .pf-info-icon {
  color: #286ce2 !important;
  position: relative;
  top: 2px;
  right: 7px;
}

.pf-hr-border {
  border-top: 1px solid #eee;
}

.pf-results-header {
  display: flex;
  justify-content: space-between;
}

.pf-action-links {
  display: flex;
}
@media screen and (max-width: 800px) {
  .pf-action-links {
    flex-flow: column;
  }
}
.pf-action-links .print-link-anchor {
  display: block;
  padding: 0.25rem 5px;
}
@media screen and (min-width: 1024px) {
  .pf-action-links .print-link-anchor {
    margin-right: 2rem;
    padding: 0.1rem 0;
    display: inline-block;
  }
}
.pf-action-links .motif-print,
.pf-action-links .motif-message {
  margin-right: 0.5rem;
}
.pf-action-links .print-label,
.pf-action-links .email-label {
  color: #333;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .nav-links {
    flex-flow: column;
  }
}
.nav-links .scroll-link-anchor {
  display: block;
  padding: 0.25rem 5px;
}
@media screen and (min-width: 1024px) {
  .nav-links .scroll-link-anchor {
    margin-right: 1rem;
    padding: 0.1rem 0;
    display: inline-block;
  }
}
.nav-links .motif-print,
.nav-links .motif-message {
  margin-right: 0.5rem;
}

.sk-spinner-wave.sk-spinner {
  justify-content: center;
}

.popIcon {
  text-decoration: none;
  cursor: pointer;
}

.tile-view-modal {
  margin-left: 0px;
}

.tile-view-modal-alignment {
  margin-bottom: 5px;
}

.tt-BluePrecision .popover.right {
  width: 300px;
  margin-top: 13.5rem;
}

.popover .popover-close a .fa {
  color: #002e58;
}

.anchor-icon .motif-icon {
  color: #286ce2;
  font-size: 18px;
}

.anchor-imp-icon {
  text-decoration: none;
}
.anchor-imp-icon .motif-icon {
  color: #ffffff;
  font-size: 18px;
}

.hide-disclaimer {
  display: none;
}

.details-disclaimer .hide-disclaimer {
  display: block;
}

.search-results-info {
  /* padding-top: 1rem; */
}
.search-results-info .ant-tab-button {
  background-color: #ffffff;
  font-size: 16px;
}
.search-results-info .fad-details-wrapper {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .search-results-info .fad-details-wrapper {
    margin-bottom: -60px;
  }
}
.search-results-info .ant-tab-list {
  display: flex;
  justify-content: flex-end;
}
.search-results-info .ant-tab-list .ant-tab-button {
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .search-results-info .ant-tab-list .ant-tab-button {
    flex-basis: 15%;
  }
}
.search-results-info .ant-tab-list .ant-tab-button.is-active {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .search-results-info .ant-tab-list .fad-tab-title {
    padding-right: 15px;
  }
}
.search-results-info .pf-toggle-map-wrapper {
  margin-top: 2rem;
}
.search-results-info .data-loader-cmp {
  margin-top: 3rem;
}
.search-results-info .pcp-id {
  color: #666666;
}
.search-results-info .fad-pf-search-results-first-col {
  min-width: 36px;
}
@media screen and (max-width: 1024px) {
  .search-results-info .tier-wrapper {
    margin: 0.5rem 0 0.5rem 2rem;
  }
}
.search-results-info .tier-wrapper a {
  font-size: 14px;
  cursor: pointer;
}
.search-results-info .tier-wrapper .popIcon {
  margin-left: 0;
  padding-bottom: 0.3rem;
  text-indent: 0;
}
.search-results-info .tier-wrapper .motif-icon {
  display: none;
}
.search-results-info .tier-wrapper .show-motif-icon .motif-icon {
  display: inline-block !important;
}

@media screen and (max-width: 1024px) {
  .search-results-info {
    flex-direction: column;
  }
}
.tab-body {
  display: none;
}
.tab-body.is-active {
  display: block;
}

.motif-filled-star {
  color: #f59a5f;
  font-size: 1.2rem;
  margin-right: 5px;
}

.motif-star {
  color: #cccccc;
  font-size: 1.2rem;
  margin-right: 5px;
}

.ratings-link {
  cursor: pointer;
}

.ratings-text {
  font-weight: 300;
}

.search-result-grid .fa-user-plus {
  color: #53b1a3;
}
.search-result-grid .gender-icon {
  color: #949494;
}
.search-result-grid .motif-marker {
  color: #53b1a3;
  font-size: 16px;
}
.search-result-grid .gender-pcp-row p:not(:first-of-type) {
  padding-right: 0.25rem;
}
.search-result-grid .gender-pcp-row p,
.search-result-grid .gender-pcp-row span {
  color: #666666;
  margin: 0;
}
.search-result-grid .gender-pcp-row a {
  font-size: 14px;
  cursor: pointer;
}
.search-result-grid .speciality-wrapper {
  font-weight: 300;
}
.search-result-grid .speciality-wrapper .speciality-comma::after {
  content: ", ";
}
.search-result-grid .speciality-wrapper .speciality-comma:last-child::after {
  content: "";
}
.search-result-grid .provider-details-container {
  width: 258px;
}
.search-result-grid .mb-5 {
  margin-bottom: 5px !important;
}

.right-content-icon .popover-close a .fa {
  color: #002e58;
}

.pf-search-results-section .pf-flex-row {
  display: flex;
  flex-flow: row nowrap !important;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .pf-search-results-section .pf-flex-row {
    display: block;
  }
}
.pf-search-results-section .pf-flex-col {
  flex: 1 0 10%;
  margin-left: 24px;
}
@media screen and (min-width: 1024px) {
  .pf-search-results-section .pf-flex-col {
    flex: 1 0 14%;
  }
}
.pf-search-results-section .pf-flex-col:first-of-type {
  flex: 1 0 20%;
  margin-left: 0;
}
.pf-search-results-section .pf-flex-col-auto {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .pf-search-results-section .pf-mobile-spacer {
    margin: 0.5rem 0 0.5rem 0rem;
  }
}
.pf-search-results-section .hidden {
  visibility: hidden;
}
.pf-search-results-section .network-wrapper {
  font-weight: 300;
  color: #666666;
  float: right;
}
.pf-search-results-section .fad-item-details-wrapper {
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: nowrap;
}
.pf-search-results-section .fad-item-details-wrapper .fad-item-details {
  padding-top: 0.5rem;
}
.pf-search-results-section .provider-name-row {
  display: flex;
}
.pf-search-results-section .provider-name-row .eyc-speciality {
  padding-top: 0.5rem;
}

.cpt-specialty {
  width: 9.25rem;
}

.provider-links .view-more-addresses {
  text-decoration: none;
}

.distance-wrapper {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding-top: 0.5rem;
}
.distance-wrapper .motif-map-marker {
  color: #81cfc2;
}
.distance-wrapper .summary-dist-text {
  color: #666666;
  font-weight: 300;
}

.flex-tile-wrap {
  display: flex;
  flex-flow: wrap;
}
.flex-tile-wrap .fad-flex-tile {
  flex: 1 0 100%;
  padding: 0.5rem 0;
  display: flex;
  max-width: 355px;
  margin: 0 0 0 1.25rem;
}
@media screen and (min-width: 480px) {
  .flex-tile-wrap .fad-flex-tile {
    flex: 1 0 33%;
  }
}

.level-wrapper {
  padding: 0.5rem 0;
}
.level-wrapper .level-icon {
  color: #286ce2;
  padding-right: 0.25rem;
}
.level-wrapper .level-type {
  text-decoration: none;
  cursor: pointer;
}

.hours-wrapper {
  padding: 0.5rem 0;
}

.hours-icon {
  padding-right: 0.25rem;
}

.pharmacy-hours {
  padding-right: 0.25rem;
}

.provider-exp {
  padding-right: 0.25rem;
}

.pm-match-flash-icon {
  padding-right: 0.5rem;
  color: #53b1a3;
}

.provider-exp-pdf-icon {
  padding-right: 0.5rem;
  color: #a9a9a9;
  font-size: 1.25rem !important;
}

.left-padding {
  padding-left: 3px;
}

.tile-view-wrapper {
  padding: 1.5rem;
  flex-grow: 1;
  border: 1px solid #dcdcdc;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tile-view-wrapper .tile-name-wrapper,
.tile-view-wrapper .address-wrapper {
  padding: 0.5rem 0;
}
.tile-view-wrapper .address-wrapper {
  flex-grow: 1;
}
.tile-view-wrapper .tile-space-btw {
  justify-content: space-between;
}
.tile-view-wrapper .tile-space-end {
  justify-content: flex-end;
  display: flex;
}
.tile-view-wrapper .name-network {
  display: flex;
}
.tile-view-wrapper .name-network .network-text {
  padding-left: 0.5rem;
}
.tile-view-wrapper .tile-review-wrapper {
  padding: 0.5rem 0;
}
.tile-view-wrapper .eyc-tile-cost-info {
  font-size: 18px;
}
.tile-view-wrapper .tile-button-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.tile-view-wrapper .tile-button-wrapper .tile-link {
  margin: 0.5rem 0;
  font-size: 12px;
  font-weight: bold;
}
.tile-view-wrapper .tile-button-wrapper .btn {
  padding: 0.5rem 2rem;
  font-size: 12px;
  width: 100%;
}
.tile-view-wrapper .tile-button-wrapper .tile-assign-care {
  width: 100%;
}
.tile-view-wrapper .tile-button-wrapper .tile-assign-pcp {
  padding: 0.5rem 2rem;
}
.tile-view-wrapper .tile-name-wrapper {
  max-width: 325px;
  padding: 0.5rem 0;
}
.tile-view-wrapper .tile-name-wrapper .Personalized-match {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 2px;
}
.tile-view-wrapper .tile-name-wrapper .provider-name-link {
  cursor: pointer;
  font-size: 18px !important;
  text-transform: capitalize !important;
}
.tile-view-wrapper .tile-name-wrapper .provider-name-no-link {
  font-size: 18px !important;
  text-transform: capitalize !important;
  color: #333333;
  opacity: 1;
}
.tile-view-wrapper .tile-name-wrapper .gender-container {
  padding-bottom: 0.2rem;
}
.tile-view-wrapper .pcp-row p {
  padding-right: 0.25rem;
}
.tile-view-wrapper .pcp-row p,
.tile-view-wrapper .pcp-row span {
  color: #666666;
  margin: 0;
}
.tile-view-wrapper .pcp-row a {
  font-size: 14px;
}
.tile-view-wrapper .pcp-row .gender-text {
  padding-right: 0;
}
.tile-view-wrapper .tile-checkbox {
  align-items: center;
  justify-content: space-between;
}

.beFirstReview a {
  text-decoration: none;
}

.eyc-cost-wrapper {
  display: flex;
  flex-flow: column;
}
.eyc-cost-wrapper .eyc-info {
  padding-left: 1rem;
}

.popover.right,
.motif-theme .popover.left,
.motif-theme .popover.top,
.motif-theme .popover.bottom {
  z-index: 1060;
}

.popover.top {
  margin: -15px 0px 0 -10px;
}
.popover.top .popover-close,
.popover.top .popover-indicator {
  display: none;
}

.fad-pf-search-results-select-cb {
  display: flex;
}

.tile-map-wrapper {
  background-color: #ffffff;
  width: 300px;
  text-align: left;
  /* margin: 17px; */
  /* &:after {
    background-color: $ant-motif-white;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -1px;
    transform: rotate(45deg);
    margin-left: -6px;
    top: 20%;
    z-index: -1;
  } */
}
.tile-map-wrapper .tile-view-wrapper {
  border: none;
  box-shadow: none;
}
.tile-map-wrapper .cost-value {
  font-weight: 700;
  font-size: 18px !important;
  color: #286ce2;
}

.modal-container.slide-in.right .close {
  float: none;
  height: 60px;
  width: 60px;
}

.pf-side-panel {
  overflow-y: auto;
  height: 100%;
}
.pf-side-panel .modal-component-body {
  padding: 1rem 1rem 5rem 1rem;
}
.pf-side-panel .modal-component-body .hw-heading {
  margin-bottom: 1rem;
}
.pf-side-panel .dropddown-wrapper {
  padding: 3rem 0 1rem 0;
}
.pf-side-panel .modal-title {
  font-weight: 300;
  padding-bottom: 0.75rem;
}
.pf-side-panel .title-pcp-select {
  padding-top: 0.75rem;
}
.pf-side-panel .fad-action-buttons {
  justify-content: flex-start;
}
.pf-side-panel .panel-pcp-row {
  padding-bottom: 2rem;
}
.pf-side-panel .pcp-radio-grp div {
  display: flex;
  flex-flow: column;
}
.pf-side-panel .assign-pcp-empty-mbrIdtxt {
  padding-left: 21px;
}
.pf-side-panel .assign-pcp-simple-txt {
  padding: 0.85714286rem 3.42857143rem;
}
.pf-side-panel .pcp-info-wrapper .motif-phone {
  color: #286ce2;
  padding-right: 0.25rem;
}
.pf-side-panel [data-uxd-radio-input-cmp] .prLabel {
  line-height: inherit;
}

.change-plan-side .modal-title {
  font-size: 28px;
  padding-bottom: 2rem;
}
.change-plan-side .fad-action-buttons {
  justify-content: flex-start;
}
.change-plan-side .dropdown-wrapper {
  padding-bottom: 0.5rem;
}

.rtModalContent h2 {
  padding-bottom: 4rem;
}
.rtModalContent h6 {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}
.rtModalContent .pcp-remove {
  padding-bottom: 1.5rem;
}
.rtModalContent .rtModalContentTop {
  margin-left: 0;
  margin-right: 0;
}
.rtModalContent .rtModalContentTop input {
  margin-right: 0.7rem;
}
.rtModalContent .rtModalContentTop .pcp-info {
  padding-left: 1.6rem;
  padding-bottom: 0.9rem;
}
.rtModalContent .slidePcpIdSection {
  margin-top: 2rem;
}
.rtModalContent .slidePcpIdSection .pcpdesc {
  padding-top: 0.8rem;
}
.rtModalContent .selectDropList {
  margin-top: 2rem;
}
.rtModalContent .selectDropList button {
  height: 2.3rem;
  width: 100% !important;
}
.rtModalContent .selectDropList .ant-lg-select {
  width: 100% !important;
}
.rtModalContent .button-group {
  float: right;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .rtModalContent .button-group {
    float: none;
  }
  .rtModalContent .button-group .btn,
  .rtModalContent .button-group .btn-secondary {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    display: block;
    width: 100%;
  }
}
.rtModalContent .clear {
  clear: both;
}
.rtModalContent .pt-10 {
  padding: 10px 0 0 0;
}
.rtModalContent .pt-20 {
  padding: 20px 0 0 0;
}
.rtModalContent .pf-assign-pcp-list {
  list-style: disc;
  padding-left: 0px;
}
.rtModalContent .pf-assign-pcp-list-item {
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0 0 0 3.5rem;
}
.rtModalContent .no-padding-left {
  padding-left: 0px !important;
}

.modal-component-body.pf2-change-location div.ng-untouched.ng-pristine.ng-valid {
  margin-bottom: 1rem;
}
.modal-component-body.pf2-change-location .formRow {
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
  width: 75%;
}
.modal-component-body.pf2-change-location .formRow #txt-first-name {
  width: 100%;
}
.modal-component-body.pf2-change-location .formRow .formRowHalf {
  display: inline-block;
}
.modal-component-body.pf2-change-location .formRow .formRowHalf .uxd-btn-ddl {
  margin-right: 1rem;
}
.modal-component-body.pf2-change-location .formRow .zipcode {
  position: relative;
  top: -0.5rem;
  width: 50%;
}
.modal-component-body.pf2-change-location .formRow .state {
  width: 50%;
}
.modal-component-body.pf2-change-location #lbl-member-summary-error {
  margin-left: -1rem;
  margin-top: 1rem;
}
.modal-component-body.pf2-change-location #lbl-member-summary-error .ant-alert {
  width: 80%;
}
.modal-component-body.pf2-change-location .fad-action-buttons.pf2-btn-slider {
  bottom: 1% !important;
}
.modal-component-body.pf2-change-location .fad-action-buttons.pf2-btn-slider .btn.btn-primary {
  background-color: #00609a;
  color: #fff;
}

.price-detail-modal.modal-component-body .rtModalContent.pricetab h2 {
  padding-bottom: 4rem;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab h3 {
  font-weight: normal;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .slide-modal-title {
  padding-bottom: 4rem;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab h6 {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .detail-group {
  padding-left: 0;
  margin-bottom: 3rem;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .detail-group .item-label {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .price-detail-modal.modal-component-body .rtModalContent.pricetab .detail-group .item-label {
    width: 50%;
  }
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .detail-group .right-align {
  text-align: right;
}
@media screen and (max-width: 800px) {
  .price-detail-modal.modal-component-body .rtModalContent.pricetab .detail-group .item-label-val {
    font-weight: normal;
    font-size: 1.28rem;
    width: 50%;
    text-align: right;
  }
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .detail-group .detail-right {
  padding-right: 0;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .detail-group .detail-left {
  padding-left: 0;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .detail-group .price {
  font-size: 1.25rem;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .detail-group .description {
  border-top: 1px #000 solid;
  padding-right: 0;
  padding-left: 0;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .col-sm-12.detail-group {
  margin-bottom: 1.14rem;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .pcp-remove {
  padding-bottom: 1.5rem;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .rtModalContentTop {
  margin-left: 0;
  margin-right: 0;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .rtModalContentTop input {
  margin-right: 0.7rem;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .rtModalContentTop .pcp-info {
  padding-left: 1.6rem;
  padding-bottom: 0.9rem;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .slidePcpIdSection {
  margin-top: 2rem;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .slidePcpIdSection .pcpdesc {
  padding-top: 0.8rem;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .selectDropList {
  margin-top: 2rem;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .selectDropList button {
  height: 2.3rem;
  width: 100% !important;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .selectDropList .ant-lg-select {
  width: 100% !important;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .button-group {
  float: right;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .price-detail-modal.modal-component-body .rtModalContent.pricetab .button-group {
    float: none;
  }
  .price-detail-modal.modal-component-body .rtModalContent.pricetab .button-group .btn,
  .price-detail-modal.modal-component-body .rtModalContent.pricetab .button-group .btn-secondary {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    display: block;
    width: 100%;
  }
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .fad-action-buttons {
  display: block;
}
.price-detail-modal.modal-component-body .rtModalContent.pricetab .clear {
  clear: both;
}

.motif-theme.rtModalContent h2 {
  padding-bottom: 4rem;
}
.motif-theme.rtModalContent h3 {
  font-weight: normal;
}
.motif-theme.rtModalContent .slide-modal-title {
  padding-bottom: 4rem;
}
.motif-theme.rtModalContent h6 {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}
.motif-theme.rtModalContent .detail-group {
  padding-left: 0;
  margin-bottom: 3rem;
}
.motif-theme.rtModalContent .detail-group .item-label {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}
.motif-theme.rtModalContent .detail-group .detail-right {
  padding-right: 0;
}
.motif-theme.rtModalContent .detail-group .detail-left {
  padding-left: 0;
}
.motif-theme.rtModalContent .detail-group .price {
  font-size: 1.25rem;
}
.motif-theme.rtModalContent .detail-group .description {
  border-top: 1px #000 solid;
  padding-right: 0;
  padding-left: 0;
}
.motif-theme.rtModalContent .rtModalContentTop {
  margin-left: 0;
  margin-right: 0;
}
.motif-theme.rtModalContent .rtModalContentTop input {
  margin-right: 0.7rem;
}
.motif-theme.rtModalContent .rtModalContentTop .pcp-info {
  padding-left: 1.6rem;
  padding-bottom: 0.9rem;
}
.motif-theme.rtModalContent .button-group {
  float: right;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .motif-theme.rtModalContent .button-group {
    float: none;
  }
  .motif-theme.rtModalContent .button-group .btn,
  .motif-theme.rtModalContent .button-group .btn-secondary {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    display: block;
    width: 100%;
  }
}
.motif-theme.rtModalContent .fad-action-buttons {
  display: block;
}
.motif-theme.rtModalContent .clear {
  clear: both;
}

/** PCP IDs and Affiliations List Component - displayed in Summary, Detail and Compare pages **/
.pf-pcp-id-list {
  list-style: none;
  padding-left: 0px;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.pf-pcp-id-list .pf-pcp-id-list-item {
  margin: 0rem 0rem 0.75rem 0rem;
}
.pf-pcp-id-list .pf-pcp-id-list-item:not(:first-child) {
  padding: 0.75rem 0rem 0.75rem 0rem;
  border-top: solid 1px #cccccc;
}
.pf-pcp-id-list p {
  margin-bottom: 0px;
  color: #666666;
  font-size: 0.8rem;
}
.pf-pcp-id-list .pf-pcpid-lbl {
  font-weight: bold;
  margin: 0;
}
.pf-pcp-id-list .pf-pcpid-val {
  font-weight: bold;
}
.pf-pcp-id-list .pf-pcp-afflnm-list {
  list-style: disc;
  padding-left: 0px;
}
.pf-pcp-id-list .pf-pcp-afflnm-list .pf-pcp-afflnm-item {
  margin: 0 0 0 1.25rem;
  padding: 0.35rem 0rem 0.35rem 0rem;
}
.pf-pcp-id-list .pf-pcp-afflnm-list .pf-pcp-afflnm-item:first-child {
  padding: 0rem 0rem 0.35rem 0rem;
}

.view-more-link {
  text-decoration: underline !important;
}

/** end of PCP IDs and Affiliations List Component**/
@media screen and (max-width: 800px) {
  .pf2-iconCards.care-circle {
    display: block;
  }
}
.pf2-iconCards.care-circle .pf2--iconCard {
  max-width: none;
  flex: 0 0 32%;
  text-align: left;
  display: grid;
}
.pf2-iconCards.care-circle .pf2--iconCard a {
  color: #286ce2;
  padding: 0;
  text-decoration: none;
}
.pf2-iconCards.care-circle .pf2--iconCard a span.motif-icon.font-icon {
  font-size: 14px !important;
  padding-top: 0.5rem;
}
.pf2-iconCards.care-circle .pf2--iconCard .tile-view-wrapper {
  border: none;
  box-shadow: none;
}
.pf2-iconCards.care-circle .pf2--iconCard .tile-view-wrapper .tile-name-wrapper {
  flex-direction: row;
  display: flex;
  padding-bottom: 1rem;
  justify-content: space-between;
  width: 100%;
}
.pf2-iconCards.care-circle .pf2--iconCard .tile-view-wrapper .tile-name-wrapper .floater-tag {
  position: static;
}
.pf2-iconCards.care-circle .pf2--iconCard .tile-view-wrapper .tile-name-wrapper .provider-name-link {
  padding-left: 0;
}
.pf2-iconCards.care-circle p.ext {
  margin-top: -0.56rem !important;
}

.careCircleAdv .pf-specialtyBadge {
  font-size: 10px !important;
}
.careCircleAdv p.advPhone {
  color: #286ce2;
  text-decoration: underline;
}
.careCircleAdv p.ext {
  margin-top: -0.56rem !important;
}

.reasonHeader h2 {
  padding-bottom: 21px;
}

.provider-view {
  display: flex;
  align-items: baseline;
}

.more-examples-panel .modal-title {
  padding-bottom: 0 !important;
}
.more-examples-panel .more-examples-content {
  margin: 2rem 0 1rem;
}

/** 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. */
.fixed-tray .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/* Import Reimagined Classic Icon Variables */
@font-face {
  font-family: "ant-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

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

.provider-details a {
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
.provider-details .pf-details-tabs .pf-details-tabs, .provider-details .pf-details-tabs .ant-tab-header {
  padding-top: 1rem;
}
.provider-details .pf-details-tabs > .details-menu-tabs.hide-tab-header button.ant-tab-button {
  visibility: hidden !important;
}
.provider-details .pf-details-tabs > .details-menu-tabs > .ant-tab-header {
  float: right;
  max-width: 100%;
  min-width: 50%;
}
@media screen and (max-width: 800px) {
  .provider-details .pf-details-tabs > .details-menu-tabs > .ant-tab-header {
    float: none;
  }
}
.provider-details .pf-details-tabs .ant-tab-button {
  background-color: #ffffff;
}
.provider-details .pf-details-tabs .ant-tab-button.is-active {
  font-weight: 700;
}
.provider-details .pf-details-tabs .ant-tab-header {
  display: flex;
}
.provider-details .pf-details-tabs .ant-tab-header .ant-tab-list {
  flex: 1 0 100%;
  padding-bottom: 3rem;
}
.provider-details .pf-details-tabs .tab-body {
  padding-left: 15px;
  clear: both;
}
@media screen and (max-width: 800px) {
  .provider-details .col-sm-6.locationMapContainer {
    padding-left: 0;
  }
}
.provider-details .pf-location-wrapper .motif-marker {
  color: #53b1a3;
}
.provider-details .pf-location-wrapper .fad-flex {
  flex-flow: column;
}
.provider-details .pf-location-wrapper .pf-location-flex {
  display: flex;
}
@media screen and (min-width: 800px) {
  .provider-details .pf-location-wrapper .pf-location-flex {
    justify-content: space-between;
  }
}
@media screen and (max-width: 800px) {
  .provider-details .pf-location-wrapper .pf-location-flex .pf-location-block-end {
    padding-left: 11rem;
  }
}
.provider-details .pf-location-wrapper .fp-map-container {
  margin-bottom: 1rem;
}
@media screen and (min-width: 800px) {
  .provider-details .select-address-dropdown {
    width: 50%;
    float: right;
  }
}
.provider-details .select-address-dropdown legend {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.provider-details .popover .popover-close a .fa {
  color: #002e58;
}
.provider-details .summary-data-container .insurance-accepted-header {
  padding-bottom: 3rem;
}
.provider-details .summary-data-container .insurance-label {
  padding-bottom: 1rem;
  font-weight: 600;
  font-size: 18px;
}
.provider-details .summary-data-container ul.dashed {
  list-style-type: none;
  padding-left: 0;
}
.provider-details .summary-data-container ul.dashed > li {
  text-indent: -5px;
}
.provider-details .summary-data-container ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
  padding-right: 5px;
}
.provider-details .summary-data-container .insurance-plans-container {
  padding-bottom: 1rem;
}
.provider-details .summary-data-container ul.in-network-key {
  padding: 0;
  margin: 1rem 0;
}
.provider-details .summary-data-container ul.in-network-key > li {
  display: flex;
  flex-wrap: wrap;
}
.provider-details .summary-data-container ul.in-network-key > li:nth-child(odd) {
  background-color: #f0f0f0;
}
.provider-details .summary-data-container ul.in-network-key > li:nth-child(even) {
  background-color: #fff;
}
.provider-details .summary-data-container ul.in-network-key > li .in-network-key-term, .provider-details .summary-data-container ul.in-network-key > li .in-network-key-icon, .provider-details .summary-data-container ul.in-network-key > li .in-network-key-definition {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}
.provider-details .summary-data-container ul.in-network-key > li .in-network-key-term {
  width: 30%;
  font-size: 16px;
}
.provider-details .summary-data-container ul.in-network-key > li .in-network-key-icon {
  width: 20%;
  font-size: 16px;
}
.provider-details .summary-data-container ul.in-network-key > li .in-network-key-icon-checkmark, .provider-details .summary-data-container ul.in-network-key > li .in-network-key-icon-na {
  color: #53b1a3;
}
.provider-details .summary-data-container ul.in-network-key > li .in-network-key-icon-notinplan {
  color: #d20a3c;
}
.provider-details .summary-data-container ul.in-network-key > li .in-network-key-definition {
  width: 50%;
  font-size: 14px;
}
.provider-details .summary-data-container ul.in-network-key > li .faux-icon-na::before {
  content: "N/A";
}
@media screen and (max-width: 480px) {
  .provider-details .summary-data-container ul.in-network-key > li .in-network-key-term {
    width: 100%;
  }
  .provider-details .summary-data-container ul.in-network-key > li .in-network-key-icon {
    width: 15%;
  }
  .provider-details .summary-data-container ul.in-network-key > li .in-network-key-definition {
    width: 85%;
  }
}
.provider-details .recognition-tab-header,
.provider-details .insurance-tab-header,
.provider-details .service-tab-header,
.provider-details .pricing-tab-header {
  padding-bottom: 2rem;
}
.provider-details .recognition-tab .award-title__details {
  font-size: 22px;
  padding-bottom: 1rem;
}
.provider-details .recognition-tab .award-text-border {
  border-left: 2px solid #E3E1E1;
}
.provider-details .recognition-tab .award-text {
  padding-left: 0.5rem;
}
@media screen and (min-width: 800px) {
  .provider-details .recognition-tab .award-text {
    width: 33.33%;
  }
}

/** 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. */
.fixed-tray .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/* Import Reimagined Classic Icon Variables */
@font-face {
  font-family: "ant-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

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

.pfSelect legend {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

a {
  border-bottom: none;
}

.ant-input-lg {
  width: 500px;
  max-width: 100%;
}

.text-description::placeholder {
  color: #000 !important;
}

.incorrect-data {
  max-height: 78vh !important;
  overflow-y: auto !important;
}

.back-to-top-dir {
  background-color: #0079c2;
  text-decoration: none;
}
.back-to-top-dir:hover {
  background-color: #2453a6;
  color: #ffffff;
}
.back-to-top-dir span {
  color: #ffffff;
  text-decoration: none;
}
.back-to-top-dir:hover > .fa.black, .back-to-top-dir:focus > .fa.black {
  color: #ffffff;
  background-color: #2453a6;
}

fieldset.ant-auto-suggest .psDropdown.active {
  position: absolute;
  top: 100%;
}
fieldset.ant-auto-suggest .ant-search-button {
  position: relative;
  right: 1px;
  top: 1px;
  padding: 0;
}
fieldset.ant-auto-suggest .ant-search-button span.fa {
  padding: 0.1rem 0.6rem;
  font-size: 1.5rem;
}
fieldset.ant-auto-suggest .ant-text-input {
  border: 1px solid #949494;
  color: #666666;
}

.psOption.focus + .psLabel {
  background: #286ce2;
  color: #ffffff;
  text-decoration: none;
}

.popover {
  max-width: 276px;
}

.popover.right,
.popover.left,
.popover.top,
.popover.bottom {
  z-index: 12;
}

.ant-auto-suggest .psButton .psArrow,
.ant-auto-suggest .psArrow {
  border-left: none;
}
.ant-auto-suggest .pfSelect .psButton:focus .psArrow {
  border-left: none;
}
.ant-auto-suggest .pfSelect .psArrow {
  border-left: none;
  color: inherit;
  font-size: 1rem;
}

.pcLabel::before {
  vertical-align: bottom;
}

[data-uxd-modal-cmp] {
  background: transparent;
}
[data-uxd-modal-cmp] .modal-content .close .fa.fa-remove {
  margin-right: 0;
}

.ant-alphabet-tabs-container .ant-alphabet-tabs ul li {
  border-right: 1px solid #333333 !important;
  background-color: #ffffff !important;
  height: inherit;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li a {
  color: #0079c2;
  line-height: 0;
}
.ant-alphabet-tabs-container .ant-alphabet-tabs ul li.active a {
  color: #ffffff;
}

/** 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. */
.fixed-tray .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/* Import Reimagined Classic Icon Variables */
@font-face {
  font-family: "ant-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

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

.fixed-tray {
  /*!
   * 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 */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /** 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");
   *
   */
  /* Lato */
  /** overrides of variables, etc. **/
  /**
   ******************************************************************************
   * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
   ******************************************************************************
   */
  /** overrides of variables, etc. **/
  /* Lato */
  /** 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");
   *
   */
  /*!
  Animate.css - http://daneden.me/animate
  Licensed under the MIT license - http://opensource.org/licenses/MIT

  Copyright (c) 2015 Daniel Eden
  */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /** Component Partials Styles **/
  /** Layout Partials Styles **/
  /*** Start callout.scss ***/
  /*** Start cards.scss ***/
  /*** Start containers.scss ***/
  /*** Start linked-list-block.scss ***/
  /*** Start masthead.scss ***/
  /* Secure Portal Style Diffs */
  /** Start back-to-top.scss **/
  /*** Start sub-nav-bar.scss ***/
  /** Core Partials Styles **/
  /*** Start button.scss ***/
  /*bootstrap buttons start*/
  /** Button With Dropdown **/
  /*** Link with Icon Styles ***/
  /* External Link with Icon */
  /** Forms Partials Styles **/
  /** Start datepicker.scss **/
  /*** Start form-fields.scss ***/
  /*form textfields start*/
  /*form textfields end*/
  /**** Pretty Forms Radio Button Styles start ****/
  /**** Pretty Forms Radio Button Styles end ****/
  /**** Text/Password Field Styles start ****/
  /**** Text/Password Field Styles end ****/
  /**** Pretty Forms Select List Styles start ****/
  /**** Pretty Forms Select List Styles end ****/
  /* pretty checkbox start*/
  /* pretty checkbox end*/
  /*error notification start*/
  /*error notification end*/
  /*** Search Box ***/
  /*** 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.
   **/
  /** Toggle Component **/
  /** End Toggle Component **/
  /** Start On/Off Switch Component **/
  /** End On/Off Switch Component **/
  /** Alerts & Notifications Partials Styles **/
  /*** Start alert.scss ***/
  /** Dismissable Alerts **/
  /*** Start modal.scss ***/
  /* Alternative full screen modal for larger content */
  /*** Start tooltip.scss ***/
  /*bootstrap tooltip end*/
  /* Tool Tips */
  /* Progress Bars */
  /** UI Organization Partials Styles **/
  /*** Start expand.scss ***/
  /*** Expand/Collapse Styles (_expand.scss)***/
  /** Start alphabet-tabs.scss **/
  /** Start alt-toggle.scss **/
  /** Start carousels.scss **/
  /** Styles for parent template carousel */
  /** Styles for button selector carousel */
  /** Styles for blue & gray child carousel */
  /** Plan selector carousel component styles - to be deprecated **/
  /* SCSS for the data display carousel */
  /* tab boxes transforms into carousel on click */
  /*** Start tab.scss ***/
  /*bootstrap tab start*/
  /*** Start tabs.scss ***/
  /* Start Blue Tabbed View Tiles */
  /** Start Colored Tabbed Tiles */
  /** Data Visualization Partials Styles **/
  /*** Start progress-bar.scss ***/
  /*-------------------------------------------*\
    Alt Toggle Component
  \*-------------------------------------------*/
  /*-------------------------------------------*\
    Expansion Panel Component
  \*-------------------------------------------*/
  /** Badges **/
  /** Alerts **/
  /** Dismissable Alerts **/
  /** Modals **/
  /** Tooltips **/
  /** Loading Indicators **/
  /*-------------------------------------------*\
    Alerts
  \*-------------------------------------------*/
  /* Divider Reveal */
  /* Section Callout */
  /** Colors **/
  /** Temporary styles for title **/
  /** Typography **/
  /** Heading Title Start **/
  /** Heading Title End **/
  /** Icons **/
  /** Buttons **/
  /** Links **/
  /** Spacing  (dupe of spacing file in Layout?) **/
  /*-------------------------------------------*\
    Data Filters
  \*-------------------------------------------*/
  /** override .cdk-overlay-pane padding styles */
  /** Bar Graphs **/
  /** Linear Progress Indicators **/
  /** Radial Progress Indicators **/
  /** Datepicker **/
  /*-------------------------------------------*\
    Bar Charts
  \*-------------------------------------------*/
  /** Bubble Map */
  /** Form Labels **/
  /** Form Labels End **/
  /** Error Handling **/
  /** Error Handling Emd **/
  /** Text Input Start **/
  /** Text Input End **/
  /* Dropdown needs to match button */
  /** Auto Suggest Dropdown End **/
  /** Radio Button Styles **/
  /** Radio Button End **/
  /** Select List **/
  /* Width arbitrary until more detail */
  /** Select List End **/
  /** Checkbox **/
  /** Checkbox End **/
  /** Error Notification **/
  /** Error Notification End **/
  /** Toggle Button Component **/
  /** Toggle Button Component End **/
  /** On/Off Switch Component **/
  /* sticky nav background color*/
  /** On/Off Switch Component End **/
  /** Date Picker Start **/
  /** Date Picker End **/
  /** Search Start **/
  /** Search End **/
  /* resetting legend and labels to be consistent in Motif */
  /*-------------------------------------------*\
    SPACING
  \*-------------------------------------------*/
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /** Margin spacers */
  /** Padding spacers */
  /*-------------------------------------------*\
    Header
  \*-------------------------------------------*/
  /** Callouts **/
  /* section call out */
  /** Footer **/
  /** FOOTER code **/
  /** mod class is for presentation purposes with the styleguide.html **/
  /** FLOATING FOOTER **/
  /** Navigation **/
  /** Secondary Navigation **/
  /** Lockups **/
  /** Grid **/
  /** File Upload **/
  /*-------------------------------------------*\
    Example Login Modal (to be removed)
  \*-------------------------------------------*/
  /** Accordions **/
  /* Tabbed View - TEAL */
  /** Carousels **/
  /** Tables **/
  /** Alphabet Tabs **/
  /** Pagination **/
  /** Expand **/
  /** Expand End **/
  /*-------------------------------------------*\
    Utilities
  \*-------------------------------------------*/
  /** Tab Styling **/
  /** Tabs **/
  /** Sticky footer mobile */
  /** Sticky footer desktop */
  /* Flex Util Classes */
  /* chat topic css */
  /* stylelint-enable */
  /* .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);
  } */
  background-color: #ffffff;
  color: #286ce2;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 350;
  box-shadow: 0 -1px 18px -4px rgba(0, 0, 0, 0.14);
}
.fixed-tray html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.fixed-tray body {
  margin: 0;
}
.fixed-tray article,
.fixed-tray aside,
.fixed-tray details,
.fixed-tray figcaption,
.fixed-tray figure,
.fixed-tray footer,
.fixed-tray header,
.fixed-tray hgroup,
.fixed-tray main,
.fixed-tray menu,
.fixed-tray nav,
.fixed-tray section,
.fixed-tray summary {
  display: block;
}
.fixed-tray audio,
.fixed-tray canvas,
.fixed-tray progress,
.fixed-tray video {
  display: inline-block;
  vertical-align: baseline;
}
.fixed-tray audio:not([controls]) {
  display: none;
  height: 0;
}
.fixed-tray [hidden],
.fixed-tray template {
  display: none;
}
.fixed-tray a {
  background-color: transparent;
}
.fixed-tray a:active,
.fixed-tray a:hover {
  outline: 0;
}
.fixed-tray abbr[title] {
  border-bottom: 1px dotted;
}
.fixed-tray b,
.fixed-tray strong {
  font-weight: bold;
}
.fixed-tray dfn {
  font-style: italic;
}
.fixed-tray h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.fixed-tray mark {
  background: #ff0;
  color: #000;
}
.fixed-tray small {
  font-size: 80%;
}
.fixed-tray sub,
.fixed-tray sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.fixed-tray sup {
  top: -0.5em;
}
.fixed-tray sub {
  bottom: -0.25em;
}
.fixed-tray img {
  border: 0;
}
.fixed-tray svg:not(:root) {
  overflow: hidden;
}
.fixed-tray figure {
  margin: 1em 40px;
}
.fixed-tray hr {
  box-sizing: content-box;
  height: 0;
}
.fixed-tray pre {
  overflow: auto;
}
.fixed-tray code,
.fixed-tray kbd,
.fixed-tray pre,
.fixed-tray samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.fixed-tray button,
.fixed-tray input,
.fixed-tray optgroup,
.fixed-tray select,
.fixed-tray textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.fixed-tray button {
  overflow: visible;
}
.fixed-tray button,
.fixed-tray select {
  text-transform: none;
}
.fixed-tray button,
.fixed-tray html input[type=button],
.fixed-tray input[type=reset],
.fixed-tray input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.fixed-tray button[disabled],
.fixed-tray html input[disabled] {
  cursor: default;
}
.fixed-tray button::-moz-focus-inner,
.fixed-tray input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.fixed-tray input {
  line-height: normal;
}
.fixed-tray input[type=checkbox],
.fixed-tray input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.fixed-tray input[type=number]::-webkit-inner-spin-button,
.fixed-tray input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.fixed-tray input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.fixed-tray input[type=search]::-webkit-search-cancel-button,
.fixed-tray input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.fixed-tray fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.fixed-tray legend {
  border: 0;
  padding: 0;
}
.fixed-tray textarea {
  overflow: auto;
}
.fixed-tray optgroup {
  font-weight: bold;
}
.fixed-tray table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fixed-tray td,
.fixed-tray th {
  padding: 0;
}
@media print {
  .fixed-tray *,
  .fixed-tray *:before,
  .fixed-tray *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .fixed-tray a,
  .fixed-tray a:visited {
    text-decoration: underline;
  }
  .fixed-tray a[href]:after {
    content: " (" attr(href) ")";
  }
  .fixed-tray abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .fixed-tray a[href^="#"]:after,
  .fixed-tray a[href^="javascript:"]:after {
    content: "";
  }
  .fixed-tray pre,
  .fixed-tray blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .fixed-tray thead {
    display: table-header-group;
  }
  .fixed-tray tr,
  .fixed-tray img {
    page-break-inside: avoid;
  }
  .fixed-tray img {
    max-width: 100% !important;
  }
  .fixed-tray p,
  .fixed-tray h2,
  .fixed-tray h3 {
    orphans: 3;
    widows: 3;
  }
  .fixed-tray h2,
  .fixed-tray h3 {
    page-break-after: avoid;
  }
  .fixed-tray .navbar {
    display: none;
  }
  .fixed-tray .btn > .caret,
  .fixed-tray .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .fixed-tray .label {
    border: 1px solid #000;
  }
  .fixed-tray .table {
    border-collapse: collapse !important;
  }
  .fixed-tray .table td,
  .fixed-tray .table th {
    background-color: #fff !important;
  }
  .fixed-tray .table-bordered th,
  .fixed-tray .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.fixed-tray * {
  box-sizing: border-box;
}
.fixed-tray *:before,
.fixed-tray *:after {
  box-sizing: border-box;
}
.fixed-tray html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fixed-tray body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
.fixed-tray input,
.fixed-tray button,
.fixed-tray select,
.fixed-tray textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.fixed-tray a {
  color: #337ab7;
  text-decoration: none;
}
.fixed-tray a:hover, .fixed-tray a:focus {
  color: #23527c;
  text-decoration: underline;
}
.fixed-tray a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  text-decoration: none;
}
.fixed-tray figure {
  margin: 0;
}
.fixed-tray img {
  vertical-align: middle;
}
.fixed-tray .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.fixed-tray .img-rounded {
  border-radius: 6px;
}
.fixed-tray .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;
}
.fixed-tray .img-circle {
  border-radius: 50%;
}
.fixed-tray hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.fixed-tray .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fixed-tray .sr-only-focusable:active, .fixed-tray .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.fixed-tray [role=button] {
  cursor: pointer;
}
.fixed-tray h1,
.fixed-tray h2,
.fixed-tray h3,
.fixed-tray h4,
.fixed-tray h5,
.fixed-tray h6,
.fixed-tray .h1,
.fixed-tray .h2,
.fixed-tray .h3,
.fixed-tray .h4,
.fixed-tray .h5,
.fixed-tray .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.fixed-tray h1 small,
.fixed-tray h1 .small,
.fixed-tray h2 small,
.fixed-tray h2 .small,
.fixed-tray h3 small,
.fixed-tray h3 .small,
.fixed-tray h4 small,
.fixed-tray h4 .small,
.fixed-tray h5 small,
.fixed-tray h5 .small,
.fixed-tray h6 small,
.fixed-tray h6 .small,
.fixed-tray .h1 small,
.fixed-tray .h1 .small,
.fixed-tray .h2 small,
.fixed-tray .h2 .small,
.fixed-tray .h3 small,
.fixed-tray .h3 .small,
.fixed-tray .h4 small,
.fixed-tray .h4 .small,
.fixed-tray .h5 small,
.fixed-tray .h5 .small,
.fixed-tray .h6 small,
.fixed-tray .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.fixed-tray h1,
.fixed-tray .h1,
.fixed-tray h2,
.fixed-tray .h2,
.fixed-tray h3,
.fixed-tray .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.fixed-tray h1 small,
.fixed-tray h1 .small,
.fixed-tray .h1 small,
.fixed-tray .h1 .small,
.fixed-tray h2 small,
.fixed-tray h2 .small,
.fixed-tray .h2 small,
.fixed-tray .h2 .small,
.fixed-tray h3 small,
.fixed-tray h3 .small,
.fixed-tray .h3 small,
.fixed-tray .h3 .small {
  font-size: 65%;
}
.fixed-tray h4,
.fixed-tray .h4,
.fixed-tray h5,
.fixed-tray .h5,
.fixed-tray h6,
.fixed-tray .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.fixed-tray h4 small,
.fixed-tray h4 .small,
.fixed-tray .h4 small,
.fixed-tray .h4 .small,
.fixed-tray h5 small,
.fixed-tray h5 .small,
.fixed-tray .h5 small,
.fixed-tray .h5 .small,
.fixed-tray h6 small,
.fixed-tray h6 .small,
.fixed-tray .h6 small,
.fixed-tray .h6 .small {
  font-size: 75%;
}
.fixed-tray h1,
.fixed-tray .h1 {
  font-size: 2.285rem;
}
.fixed-tray h2,
.fixed-tray .h2 {
  font-size: 1.857rem;
}
.fixed-tray h3,
.fixed-tray .h3 {
  font-size: 1.571rem;
}
.fixed-tray h4,
.fixed-tray .h4 {
  font-size: 1.571rem;
}
.fixed-tray h5,
.fixed-tray .h5 {
  font-size: 1.285rem;
}
.fixed-tray h6,
.fixed-tray .h6 {
  font-size: 1.1428rem;
}
.fixed-tray p {
  margin: 0 0 10px;
}
.fixed-tray .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 801px) {
  .fixed-tray .lead {
    font-size: 21px;
  }
}
.fixed-tray small,
.fixed-tray .small {
  font-size: 142%;
}
.fixed-tray mark,
.fixed-tray .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.fixed-tray .text-left {
  text-align: left;
}
.fixed-tray .text-right {
  text-align: right;
}
.fixed-tray .text-center {
  text-align: center;
}
.fixed-tray .text-justify {
  text-align: justify;
}
.fixed-tray .text-nowrap {
  white-space: nowrap;
}
.fixed-tray .text-lowercase {
  text-transform: lowercase;
}
.fixed-tray .text-uppercase, .fixed-tray .initialism {
  text-transform: uppercase;
}
.fixed-tray .text-capitalize {
  text-transform: capitalize;
}
.fixed-tray .text-muted {
  color: #777777;
}
.fixed-tray .text-primary {
  color: #337ab7;
}
.fixed-tray a.text-primary:hover,
.fixed-tray a.text-primary:focus {
  color: #286090;
}
.fixed-tray .text-success {
  color: #3c763d;
}
.fixed-tray a.text-success:hover,
.fixed-tray a.text-success:focus {
  color: #2b542c;
}
.fixed-tray .text-info {
  color: #31708f;
}
.fixed-tray a.text-info:hover,
.fixed-tray a.text-info:focus {
  color: #245269;
}
.fixed-tray .text-warning {
  color: #8a6d3b;
}
.fixed-tray a.text-warning:hover,
.fixed-tray a.text-warning:focus {
  color: #66512c;
}
.fixed-tray .text-danger {
  color: #a94442;
}
.fixed-tray a.text-danger:hover,
.fixed-tray a.text-danger:focus {
  color: #843534;
}
.fixed-tray .bg-primary {
  color: #fff;
}
.fixed-tray .bg-primary {
  background-color: #337ab7;
}
.fixed-tray a.bg-primary:hover,
.fixed-tray a.bg-primary:focus {
  background-color: #286090;
}
.fixed-tray .bg-success {
  background-color: #dff0d8;
}
.fixed-tray a.bg-success:hover,
.fixed-tray a.bg-success:focus {
  background-color: #c1e2b3;
}
.fixed-tray .bg-info {
  background-color: #d9edf7;
}
.fixed-tray a.bg-info:hover,
.fixed-tray a.bg-info:focus {
  background-color: #afd9ee;
}
.fixed-tray .bg-warning {
  background-color: #fcf8e3;
}
.fixed-tray a.bg-warning:hover,
.fixed-tray a.bg-warning:focus {
  background-color: #f7ecb5;
}
.fixed-tray .bg-danger {
  background-color: #f2dede;
}
.fixed-tray a.bg-danger:hover,
.fixed-tray a.bg-danger:focus {
  background-color: #e4b9b9;
}
.fixed-tray .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.fixed-tray ul,
.fixed-tray ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.fixed-tray ul ul,
.fixed-tray ul ol,
.fixed-tray ol ul,
.fixed-tray ol ol {
  margin-bottom: 0;
}
.fixed-tray .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.fixed-tray .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.fixed-tray .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.fixed-tray dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.fixed-tray dt,
.fixed-tray dd {
  line-height: 1.428571429;
}
.fixed-tray dt {
  font-weight: bold;
}
.fixed-tray dd {
  margin-left: 0;
}
.fixed-tray .dl-horizontal dd:before, .fixed-tray .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.fixed-tray .dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 801px) {
  .fixed-tray .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fixed-tray .dl-horizontal dd {
    margin-left: 180px;
  }
}
.fixed-tray abbr[title],
.fixed-tray abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.fixed-tray .initialism {
  font-size: 90%;
}
.fixed-tray blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.fixed-tray blockquote p:last-child,
.fixed-tray blockquote ul:last-child,
.fixed-tray blockquote ol:last-child {
  margin-bottom: 0;
}
.fixed-tray blockquote footer,
.fixed-tray blockquote small,
.fixed-tray blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
.fixed-tray blockquote footer:before,
.fixed-tray blockquote small:before,
.fixed-tray blockquote .small:before {
  content: "— ";
}
.fixed-tray .blockquote-reverse,
.fixed-tray blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.fixed-tray .blockquote-reverse footer:before,
.fixed-tray .blockquote-reverse small:before,
.fixed-tray .blockquote-reverse .small:before,
.fixed-tray blockquote.pull-right footer:before,
.fixed-tray blockquote.pull-right small:before,
.fixed-tray blockquote.pull-right .small:before {
  content: "";
}
.fixed-tray .blockquote-reverse footer:after,
.fixed-tray .blockquote-reverse small:after,
.fixed-tray .blockquote-reverse .small:after,
.fixed-tray blockquote.pull-right footer:after,
.fixed-tray blockquote.pull-right small:after,
.fixed-tray blockquote.pull-right .small:after {
  content: " —";
}
.fixed-tray address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.fixed-tray code,
.fixed-tray kbd,
.fixed-tray pre,
.fixed-tray samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.fixed-tray code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.fixed-tray 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);
}
.fixed-tray kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.fixed-tray 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;
}
.fixed-tray pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.fixed-tray .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.fixed-tray .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fixed-tray .container:before, .fixed-tray .container:after {
  content: " ";
  display: table;
}
.fixed-tray .container:after {
  clear: both;
}
@media (min-width: 801px) {
  .fixed-tray .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .fixed-tray .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .container {
    width: 1170px;
  }
}
.fixed-tray .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fixed-tray .container-fluid:before, .fixed-tray .container-fluid:after {
  content: " ";
  display: table;
}
.fixed-tray .container-fluid:after {
  clear: both;
}
.fixed-tray .row {
  margin-left: -15px;
  margin-right: -15px;
}
.fixed-tray .row:before, .fixed-tray .row:after {
  content: " ";
  display: table;
}
.fixed-tray .row:after {
  clear: both;
}
.fixed-tray .col-xs-1, .fixed-tray .col-sm-1, .fixed-tray .col-md-1, .fixed-tray .col-lg-1, .fixed-tray .col-xs-2, .fixed-tray .col-sm-2, .fixed-tray .col-md-2, .fixed-tray .col-lg-2, .fixed-tray .col-xs-3, .fixed-tray .col-sm-3, .fixed-tray .col-md-3, .fixed-tray .col-lg-3, .fixed-tray .col-xs-4, .fixed-tray .col-sm-4, .fixed-tray .col-md-4, .fixed-tray .col-lg-4, .fixed-tray .col-xs-5, .fixed-tray .col-sm-5, .fixed-tray .col-md-5, .fixed-tray .col-lg-5, .fixed-tray .col-xs-6, .fixed-tray .col-sm-6, .fixed-tray .col-md-6, .fixed-tray .col-lg-6, .fixed-tray .col-xs-7, .fixed-tray .col-sm-7, .fixed-tray .col-md-7, .fixed-tray .col-lg-7, .fixed-tray .col-xs-8, .fixed-tray .col-sm-8, .fixed-tray .col-md-8, .fixed-tray .col-lg-8, .fixed-tray .col-xs-9, .fixed-tray .col-sm-9, .fixed-tray .col-md-9, .fixed-tray .col-lg-9, .fixed-tray .col-xs-10, .fixed-tray .col-sm-10, .fixed-tray .col-md-10, .fixed-tray .col-lg-10, .fixed-tray .col-xs-11, .fixed-tray .col-sm-11, .fixed-tray .col-md-11, .fixed-tray .col-lg-11, .fixed-tray .col-xs-12, .fixed-tray .col-sm-12, .fixed-tray .col-md-12, .fixed-tray .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.fixed-tray .col-xxs-1, .fixed-tray .col-xxs-2, .fixed-tray .col-xxs-3, .fixed-tray .col-xxs-4, .fixed-tray .col-xxs-5, .fixed-tray .col-xxs-6, .fixed-tray .col-xxs-7, .fixed-tray .col-xxs-8, .fixed-tray .col-xxs-9, .fixed-tray .col-xxs-10, .fixed-tray .col-xxs-11, .fixed-tray .col-xxs-12 {
  float: left;
}
.fixed-tray .col-xxs-1 {
  width: 8.3333333333%;
}
.fixed-tray .col-xxs-2 {
  width: 16.6666666667%;
}
.fixed-tray .col-xxs-3 {
  width: 25%;
}
.fixed-tray .col-xxs-4 {
  width: 33.3333333333%;
}
.fixed-tray .col-xxs-5 {
  width: 41.6666666667%;
}
.fixed-tray .col-xxs-6 {
  width: 50%;
}
.fixed-tray .col-xxs-7 {
  width: 58.3333333333%;
}
.fixed-tray .col-xxs-8 {
  width: 66.6666666667%;
}
.fixed-tray .col-xxs-9 {
  width: 75%;
}
.fixed-tray .col-xxs-10 {
  width: 83.3333333333%;
}
.fixed-tray .col-xxs-11 {
  width: 91.6666666667%;
}
.fixed-tray .col-xxs-12 {
  width: 100%;
}
.fixed-tray .col-xxs-pull-0 {
  right: auto;
}
.fixed-tray .col-xxs-pull-1 {
  right: 8.3333333333%;
}
.fixed-tray .col-xxs-pull-2 {
  right: 16.6666666667%;
}
.fixed-tray .col-xxs-pull-3 {
  right: 25%;
}
.fixed-tray .col-xxs-pull-4 {
  right: 33.3333333333%;
}
.fixed-tray .col-xxs-pull-5 {
  right: 41.6666666667%;
}
.fixed-tray .col-xxs-pull-6 {
  right: 50%;
}
.fixed-tray .col-xxs-pull-7 {
  right: 58.3333333333%;
}
.fixed-tray .col-xxs-pull-8 {
  right: 66.6666666667%;
}
.fixed-tray .col-xxs-pull-9 {
  right: 75%;
}
.fixed-tray .col-xxs-pull-10 {
  right: 83.3333333333%;
}
.fixed-tray .col-xxs-pull-11 {
  right: 91.6666666667%;
}
.fixed-tray .col-xxs-pull-12 {
  right: 100%;
}
.fixed-tray .col-xxs-push-0 {
  left: auto;
}
.fixed-tray .col-xxs-push-1 {
  left: 8.3333333333%;
}
.fixed-tray .col-xxs-push-2 {
  left: 16.6666666667%;
}
.fixed-tray .col-xxs-push-3 {
  left: 25%;
}
.fixed-tray .col-xxs-push-4 {
  left: 33.3333333333%;
}
.fixed-tray .col-xxs-push-5 {
  left: 41.6666666667%;
}
.fixed-tray .col-xxs-push-6 {
  left: 50%;
}
.fixed-tray .col-xxs-push-7 {
  left: 58.3333333333%;
}
.fixed-tray .col-xxs-push-8 {
  left: 66.6666666667%;
}
.fixed-tray .col-xxs-push-9 {
  left: 75%;
}
.fixed-tray .col-xxs-push-10 {
  left: 83.3333333333%;
}
.fixed-tray .col-xxs-push-11 {
  left: 91.6666666667%;
}
.fixed-tray .col-xxs-push-12 {
  left: 100%;
}
.fixed-tray .col-xxs-offset-0 {
  margin-left: 0%;
}
.fixed-tray .col-xxs-offset-1 {
  margin-left: 8.3333333333%;
}
.fixed-tray .col-xxs-offset-2 {
  margin-left: 16.6666666667%;
}
.fixed-tray .col-xxs-offset-3 {
  margin-left: 25%;
}
.fixed-tray .col-xxs-offset-4 {
  margin-left: 33.3333333333%;
}
.fixed-tray .col-xxs-offset-5 {
  margin-left: 41.6666666667%;
}
.fixed-tray .col-xxs-offset-6 {
  margin-left: 50%;
}
.fixed-tray .col-xxs-offset-7 {
  margin-left: 58.3333333333%;
}
.fixed-tray .col-xxs-offset-8 {
  margin-left: 66.6666666667%;
}
.fixed-tray .col-xxs-offset-9 {
  margin-left: 75%;
}
.fixed-tray .col-xxs-offset-10 {
  margin-left: 83.3333333333%;
}
.fixed-tray .col-xxs-offset-11 {
  margin-left: 91.6666666667%;
}
.fixed-tray .col-xxs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 480px) {
  .fixed-tray .col-xs-1, .fixed-tray .col-xs-2, .fixed-tray .col-xs-3, .fixed-tray .col-xs-4, .fixed-tray .col-xs-5, .fixed-tray .col-xs-6, .fixed-tray .col-xs-7, .fixed-tray .col-xs-8, .fixed-tray .col-xs-9, .fixed-tray .col-xs-10, .fixed-tray .col-xs-11, .fixed-tray .col-xs-12 {
    float: left;
  }
  .fixed-tray .col-xs-1 {
    width: 8.3333333333%;
  }
  .fixed-tray .col-xs-2 {
    width: 16.6666666667%;
  }
  .fixed-tray .col-xs-3 {
    width: 25%;
  }
  .fixed-tray .col-xs-4 {
    width: 33.3333333333%;
  }
  .fixed-tray .col-xs-5 {
    width: 41.6666666667%;
  }
  .fixed-tray .col-xs-6 {
    width: 50%;
  }
  .fixed-tray .col-xs-7 {
    width: 58.3333333333%;
  }
  .fixed-tray .col-xs-8 {
    width: 66.6666666667%;
  }
  .fixed-tray .col-xs-9 {
    width: 75%;
  }
  .fixed-tray .col-xs-10 {
    width: 83.3333333333%;
  }
  .fixed-tray .col-xs-11 {
    width: 91.6666666667%;
  }
  .fixed-tray .col-xs-12 {
    width: 100%;
  }
  .fixed-tray .col-xs-pull-0 {
    right: auto;
  }
  .fixed-tray .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .fixed-tray .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .fixed-tray .col-xs-pull-3 {
    right: 25%;
  }
  .fixed-tray .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .fixed-tray .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .fixed-tray .col-xs-pull-6 {
    right: 50%;
  }
  .fixed-tray .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .fixed-tray .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .fixed-tray .col-xs-pull-9 {
    right: 75%;
  }
  .fixed-tray .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .fixed-tray .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .fixed-tray .col-xs-pull-12 {
    right: 100%;
  }
  .fixed-tray .col-xs-push-0 {
    left: auto;
  }
  .fixed-tray .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .fixed-tray .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .fixed-tray .col-xs-push-3 {
    left: 25%;
  }
  .fixed-tray .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .fixed-tray .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .fixed-tray .col-xs-push-6 {
    left: 50%;
  }
  .fixed-tray .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .fixed-tray .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .fixed-tray .col-xs-push-9 {
    left: 75%;
  }
  .fixed-tray .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .fixed-tray .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .fixed-tray .col-xs-push-12 {
    left: 100%;
  }
  .fixed-tray .col-xs-offset-0 {
    margin-left: 0%;
  }
  .fixed-tray .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .fixed-tray .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .fixed-tray .col-xs-offset-3 {
    margin-left: 25%;
  }
  .fixed-tray .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .fixed-tray .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .fixed-tray .col-xs-offset-6 {
    margin-left: 50%;
  }
  .fixed-tray .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .fixed-tray .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .fixed-tray .col-xs-offset-9 {
    margin-left: 75%;
  }
  .fixed-tray .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .fixed-tray .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .fixed-tray .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 801px) {
  .fixed-tray .col-sm-1, .fixed-tray .col-sm-2, .fixed-tray .col-sm-3, .fixed-tray .col-sm-4, .fixed-tray .col-sm-5, .fixed-tray .col-sm-6, .fixed-tray .col-sm-7, .fixed-tray .col-sm-8, .fixed-tray .col-sm-9, .fixed-tray .col-sm-10, .fixed-tray .col-sm-11, .fixed-tray .col-sm-12 {
    float: left;
  }
  .fixed-tray .col-sm-1 {
    width: 8.3333333333%;
  }
  .fixed-tray .col-sm-2 {
    width: 16.6666666667%;
  }
  .fixed-tray .col-sm-3 {
    width: 25%;
  }
  .fixed-tray .col-sm-4 {
    width: 33.3333333333%;
  }
  .fixed-tray .col-sm-5 {
    width: 41.6666666667%;
  }
  .fixed-tray .col-sm-6 {
    width: 50%;
  }
  .fixed-tray .col-sm-7 {
    width: 58.3333333333%;
  }
  .fixed-tray .col-sm-8 {
    width: 66.6666666667%;
  }
  .fixed-tray .col-sm-9 {
    width: 75%;
  }
  .fixed-tray .col-sm-10 {
    width: 83.3333333333%;
  }
  .fixed-tray .col-sm-11 {
    width: 91.6666666667%;
  }
  .fixed-tray .col-sm-12 {
    width: 100%;
  }
  .fixed-tray .col-sm-pull-0 {
    right: auto;
  }
  .fixed-tray .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .fixed-tray .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .fixed-tray .col-sm-pull-3 {
    right: 25%;
  }
  .fixed-tray .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .fixed-tray .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .fixed-tray .col-sm-pull-6 {
    right: 50%;
  }
  .fixed-tray .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .fixed-tray .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .fixed-tray .col-sm-pull-9 {
    right: 75%;
  }
  .fixed-tray .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .fixed-tray .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .fixed-tray .col-sm-pull-12 {
    right: 100%;
  }
  .fixed-tray .col-sm-push-0 {
    left: auto;
  }
  .fixed-tray .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .fixed-tray .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .fixed-tray .col-sm-push-3 {
    left: 25%;
  }
  .fixed-tray .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .fixed-tray .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .fixed-tray .col-sm-push-6 {
    left: 50%;
  }
  .fixed-tray .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .fixed-tray .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .fixed-tray .col-sm-push-9 {
    left: 75%;
  }
  .fixed-tray .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .fixed-tray .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .fixed-tray .col-sm-push-12 {
    left: 100%;
  }
  .fixed-tray .col-sm-offset-0 {
    margin-left: 0%;
  }
  .fixed-tray .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .fixed-tray .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .fixed-tray .col-sm-offset-3 {
    margin-left: 25%;
  }
  .fixed-tray .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .fixed-tray .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .fixed-tray .col-sm-offset-6 {
    margin-left: 50%;
  }
  .fixed-tray .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .fixed-tray .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .fixed-tray .col-sm-offset-9 {
    margin-left: 75%;
  }
  .fixed-tray .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .fixed-tray .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .fixed-tray .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .fixed-tray .col-md-1, .fixed-tray .col-md-2, .fixed-tray .col-md-3, .fixed-tray .col-md-4, .fixed-tray .col-md-5, .fixed-tray .col-md-6, .fixed-tray .col-md-7, .fixed-tray .col-md-8, .fixed-tray .col-md-9, .fixed-tray .col-md-10, .fixed-tray .col-md-11, .fixed-tray .col-md-12 {
    float: left;
  }
  .fixed-tray .col-md-1 {
    width: 8.3333333333%;
  }
  .fixed-tray .col-md-2 {
    width: 16.6666666667%;
  }
  .fixed-tray .col-md-3 {
    width: 25%;
  }
  .fixed-tray .col-md-4 {
    width: 33.3333333333%;
  }
  .fixed-tray .col-md-5 {
    width: 41.6666666667%;
  }
  .fixed-tray .col-md-6 {
    width: 50%;
  }
  .fixed-tray .col-md-7 {
    width: 58.3333333333%;
  }
  .fixed-tray .col-md-8 {
    width: 66.6666666667%;
  }
  .fixed-tray .col-md-9 {
    width: 75%;
  }
  .fixed-tray .col-md-10 {
    width: 83.3333333333%;
  }
  .fixed-tray .col-md-11 {
    width: 91.6666666667%;
  }
  .fixed-tray .col-md-12 {
    width: 100%;
  }
  .fixed-tray .col-md-pull-0 {
    right: auto;
  }
  .fixed-tray .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .fixed-tray .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .fixed-tray .col-md-pull-3 {
    right: 25%;
  }
  .fixed-tray .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .fixed-tray .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .fixed-tray .col-md-pull-6 {
    right: 50%;
  }
  .fixed-tray .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .fixed-tray .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .fixed-tray .col-md-pull-9 {
    right: 75%;
  }
  .fixed-tray .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .fixed-tray .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .fixed-tray .col-md-pull-12 {
    right: 100%;
  }
  .fixed-tray .col-md-push-0 {
    left: auto;
  }
  .fixed-tray .col-md-push-1 {
    left: 8.3333333333%;
  }
  .fixed-tray .col-md-push-2 {
    left: 16.6666666667%;
  }
  .fixed-tray .col-md-push-3 {
    left: 25%;
  }
  .fixed-tray .col-md-push-4 {
    left: 33.3333333333%;
  }
  .fixed-tray .col-md-push-5 {
    left: 41.6666666667%;
  }
  .fixed-tray .col-md-push-6 {
    left: 50%;
  }
  .fixed-tray .col-md-push-7 {
    left: 58.3333333333%;
  }
  .fixed-tray .col-md-push-8 {
    left: 66.6666666667%;
  }
  .fixed-tray .col-md-push-9 {
    left: 75%;
  }
  .fixed-tray .col-md-push-10 {
    left: 83.3333333333%;
  }
  .fixed-tray .col-md-push-11 {
    left: 91.6666666667%;
  }
  .fixed-tray .col-md-push-12 {
    left: 100%;
  }
  .fixed-tray .col-md-offset-0 {
    margin-left: 0%;
  }
  .fixed-tray .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .fixed-tray .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .fixed-tray .col-md-offset-3 {
    margin-left: 25%;
  }
  .fixed-tray .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .fixed-tray .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .fixed-tray .col-md-offset-6 {
    margin-left: 50%;
  }
  .fixed-tray .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .fixed-tray .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .fixed-tray .col-md-offset-9 {
    margin-left: 75%;
  }
  .fixed-tray .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .fixed-tray .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .fixed-tray .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .col-lg-1, .fixed-tray .col-lg-2, .fixed-tray .col-lg-3, .fixed-tray .col-lg-4, .fixed-tray .col-lg-5, .fixed-tray .col-lg-6, .fixed-tray .col-lg-7, .fixed-tray .col-lg-8, .fixed-tray .col-lg-9, .fixed-tray .col-lg-10, .fixed-tray .col-lg-11, .fixed-tray .col-lg-12 {
    float: left;
  }
  .fixed-tray .col-lg-1 {
    width: 8.3333333333%;
  }
  .fixed-tray .col-lg-2 {
    width: 16.6666666667%;
  }
  .fixed-tray .col-lg-3 {
    width: 25%;
  }
  .fixed-tray .col-lg-4 {
    width: 33.3333333333%;
  }
  .fixed-tray .col-lg-5 {
    width: 41.6666666667%;
  }
  .fixed-tray .col-lg-6 {
    width: 50%;
  }
  .fixed-tray .col-lg-7 {
    width: 58.3333333333%;
  }
  .fixed-tray .col-lg-8 {
    width: 66.6666666667%;
  }
  .fixed-tray .col-lg-9 {
    width: 75%;
  }
  .fixed-tray .col-lg-10 {
    width: 83.3333333333%;
  }
  .fixed-tray .col-lg-11 {
    width: 91.6666666667%;
  }
  .fixed-tray .col-lg-12 {
    width: 100%;
  }
  .fixed-tray .col-lg-pull-0 {
    right: auto;
  }
  .fixed-tray .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .fixed-tray .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .fixed-tray .col-lg-pull-3 {
    right: 25%;
  }
  .fixed-tray .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .fixed-tray .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .fixed-tray .col-lg-pull-6 {
    right: 50%;
  }
  .fixed-tray .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .fixed-tray .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .fixed-tray .col-lg-pull-9 {
    right: 75%;
  }
  .fixed-tray .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .fixed-tray .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .fixed-tray .col-lg-pull-12 {
    right: 100%;
  }
  .fixed-tray .col-lg-push-0 {
    left: auto;
  }
  .fixed-tray .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .fixed-tray .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .fixed-tray .col-lg-push-3 {
    left: 25%;
  }
  .fixed-tray .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .fixed-tray .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .fixed-tray .col-lg-push-6 {
    left: 50%;
  }
  .fixed-tray .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .fixed-tray .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .fixed-tray .col-lg-push-9 {
    left: 75%;
  }
  .fixed-tray .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .fixed-tray .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .fixed-tray .col-lg-push-12 {
    left: 100%;
  }
  .fixed-tray .col-lg-offset-0 {
    margin-left: 0%;
  }
  .fixed-tray .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .fixed-tray .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .fixed-tray .col-lg-offset-3 {
    margin-left: 25%;
  }
  .fixed-tray .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .fixed-tray .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .fixed-tray .col-lg-offset-6 {
    margin-left: 50%;
  }
  .fixed-tray .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .fixed-tray .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .fixed-tray .col-lg-offset-9 {
    margin-left: 75%;
  }
  .fixed-tray .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .fixed-tray .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .fixed-tray .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.fixed-tray table {
  background-color: transparent;
}
.fixed-tray caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.fixed-tray th {
  text-align: left;
}
.fixed-tray .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.fixed-tray .table > thead > tr > th,
.fixed-tray .table > thead > tr > td,
.fixed-tray .table > tbody > tr > th,
.fixed-tray .table > tbody > tr > td,
.fixed-tray .table > tfoot > tr > th,
.fixed-tray .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.fixed-tray .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.fixed-tray .table > caption + thead > tr:first-child > th,
.fixed-tray .table > caption + thead > tr:first-child > td,
.fixed-tray .table > colgroup + thead > tr:first-child > th,
.fixed-tray .table > colgroup + thead > tr:first-child > td,
.fixed-tray .table > thead:first-child > tr:first-child > th,
.fixed-tray .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.fixed-tray .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.fixed-tray .table .table {
  background-color: #fff;
}
.fixed-tray .table-condensed > thead > tr > th,
.fixed-tray .table-condensed > thead > tr > td,
.fixed-tray .table-condensed > tbody > tr > th,
.fixed-tray .table-condensed > tbody > tr > td,
.fixed-tray .table-condensed > tfoot > tr > th,
.fixed-tray .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.fixed-tray .table-bordered {
  border: 1px solid #ddd;
}
.fixed-tray .table-bordered > thead > tr > th,
.fixed-tray .table-bordered > thead > tr > td,
.fixed-tray .table-bordered > tbody > tr > th,
.fixed-tray .table-bordered > tbody > tr > td,
.fixed-tray .table-bordered > tfoot > tr > th,
.fixed-tray .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.fixed-tray .table-bordered > thead > tr > th,
.fixed-tray .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.fixed-tray .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.fixed-tray .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.fixed-tray table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
.fixed-tray table td[class*=col-],
.fixed-tray table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.fixed-tray .table > thead > tr > td.active,
.fixed-tray .table > thead > tr > th.active, .fixed-tray .table > thead > tr.active > td, .fixed-tray .table > thead > tr.active > th,
.fixed-tray .table > tbody > tr > td.active,
.fixed-tray .table > tbody > tr > th.active,
.fixed-tray .table > tbody > tr.active > td,
.fixed-tray .table > tbody > tr.active > th,
.fixed-tray .table > tfoot > tr > td.active,
.fixed-tray .table > tfoot > tr > th.active,
.fixed-tray .table > tfoot > tr.active > td,
.fixed-tray .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.fixed-tray .table-hover > tbody > tr > td.active:hover,
.fixed-tray .table-hover > tbody > tr > th.active:hover, .fixed-tray .table-hover > tbody > tr.active:hover > td, .fixed-tray .table-hover > tbody > tr:hover > .active, .fixed-tray .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.fixed-tray .table > thead > tr > td.success,
.fixed-tray .table > thead > tr > th.success, .fixed-tray .table > thead > tr.success > td, .fixed-tray .table > thead > tr.success > th,
.fixed-tray .table > tbody > tr > td.success,
.fixed-tray .table > tbody > tr > th.success,
.fixed-tray .table > tbody > tr.success > td,
.fixed-tray .table > tbody > tr.success > th,
.fixed-tray .table > tfoot > tr > td.success,
.fixed-tray .table > tfoot > tr > th.success,
.fixed-tray .table > tfoot > tr.success > td,
.fixed-tray .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.fixed-tray .table-hover > tbody > tr > td.success:hover,
.fixed-tray .table-hover > tbody > tr > th.success:hover, .fixed-tray .table-hover > tbody > tr.success:hover > td, .fixed-tray .table-hover > tbody > tr:hover > .success, .fixed-tray .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.fixed-tray .table > thead > tr > td.info,
.fixed-tray .table > thead > tr > th.info, .fixed-tray .table > thead > tr.info > td, .fixed-tray .table > thead > tr.info > th,
.fixed-tray .table > tbody > tr > td.info,
.fixed-tray .table > tbody > tr > th.info,
.fixed-tray .table > tbody > tr.info > td,
.fixed-tray .table > tbody > tr.info > th,
.fixed-tray .table > tfoot > tr > td.info,
.fixed-tray .table > tfoot > tr > th.info,
.fixed-tray .table > tfoot > tr.info > td,
.fixed-tray .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.fixed-tray .table-hover > tbody > tr > td.info:hover,
.fixed-tray .table-hover > tbody > tr > th.info:hover, .fixed-tray .table-hover > tbody > tr.info:hover > td, .fixed-tray .table-hover > tbody > tr:hover > .info, .fixed-tray .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.fixed-tray .table > thead > tr > td.warning,
.fixed-tray .table > thead > tr > th.warning, .fixed-tray .table > thead > tr.warning > td, .fixed-tray .table > thead > tr.warning > th,
.fixed-tray .table > tbody > tr > td.warning,
.fixed-tray .table > tbody > tr > th.warning,
.fixed-tray .table > tbody > tr.warning > td,
.fixed-tray .table > tbody > tr.warning > th,
.fixed-tray .table > tfoot > tr > td.warning,
.fixed-tray .table > tfoot > tr > th.warning,
.fixed-tray .table > tfoot > tr.warning > td,
.fixed-tray .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.fixed-tray .table-hover > tbody > tr > td.warning:hover,
.fixed-tray .table-hover > tbody > tr > th.warning:hover, .fixed-tray .table-hover > tbody > tr.warning:hover > td, .fixed-tray .table-hover > tbody > tr:hover > .warning, .fixed-tray .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.fixed-tray .table > thead > tr > td.danger,
.fixed-tray .table > thead > tr > th.danger, .fixed-tray .table > thead > tr.danger > td, .fixed-tray .table > thead > tr.danger > th,
.fixed-tray .table > tbody > tr > td.danger,
.fixed-tray .table > tbody > tr > th.danger,
.fixed-tray .table > tbody > tr.danger > td,
.fixed-tray .table > tbody > tr.danger > th,
.fixed-tray .table > tfoot > tr > td.danger,
.fixed-tray .table > tfoot > tr > th.danger,
.fixed-tray .table > tfoot > tr.danger > td,
.fixed-tray .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.fixed-tray .table-hover > tbody > tr > td.danger:hover,
.fixed-tray .table-hover > tbody > tr > th.danger:hover, .fixed-tray .table-hover > tbody > tr.danger:hover > td, .fixed-tray .table-hover > tbody > tr:hover > .danger, .fixed-tray .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.fixed-tray .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 800px) {
  .fixed-tray .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .fixed-tray .table-responsive > .table {
    margin-bottom: 0;
  }
  .fixed-tray .table-responsive > .table > thead > tr > th,
  .fixed-tray .table-responsive > .table > thead > tr > td,
  .fixed-tray .table-responsive > .table > tbody > tr > th,
  .fixed-tray .table-responsive > .table > tbody > tr > td,
  .fixed-tray .table-responsive > .table > tfoot > tr > th,
  .fixed-tray .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .fixed-tray .table-responsive > .table-bordered {
    border: 0;
  }
  .fixed-tray .table-responsive > .table-bordered > thead > tr > th:first-child,
  .fixed-tray .table-responsive > .table-bordered > thead > tr > td:first-child,
  .fixed-tray .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .fixed-tray .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .fixed-tray .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .fixed-tray .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .fixed-tray .table-responsive > .table-bordered > thead > tr > th:last-child,
  .fixed-tray .table-responsive > .table-bordered > thead > tr > td:last-child,
  .fixed-tray .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .fixed-tray .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .fixed-tray .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .fixed-tray .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .fixed-tray .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .fixed-tray .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .fixed-tray .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .fixed-tray .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.fixed-tray fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.fixed-tray 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;
}
.fixed-tray label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.fixed-tray input[type=search] {
  box-sizing: border-box;
}
.fixed-tray input[type=radio],
.fixed-tray input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.fixed-tray input[type=file] {
  display: block;
}
.fixed-tray input[type=range] {
  display: block;
  width: 100%;
}
.fixed-tray select[multiple],
.fixed-tray select[size] {
  height: auto;
}
.fixed-tray input[type=file]:focus,
.fixed-tray input[type=radio]:focus,
.fixed-tray input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  text-decoration: none;
}
.fixed-tray output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
}
.fixed-tray .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
  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;
}
.fixed-tray .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);
}
.fixed-tray .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.fixed-tray .form-control:-ms-input-placeholder {
  color: #999;
}
.fixed-tray .form-control::-webkit-input-placeholder {
  color: #999;
}
.fixed-tray .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.fixed-tray .form-control[disabled], .fixed-tray .form-control[readonly], fieldset[disabled] .fixed-tray .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.fixed-tray .form-control[disabled], fieldset[disabled] .fixed-tray .form-control {
  cursor: not-allowed;
}
.fixed-tray textarea.form-control {
  height: auto;
}
.fixed-tray input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .fixed-tray input[type=date].form-control,
  .fixed-tray input[type=time].form-control,
  .fixed-tray input[type=datetime-local].form-control,
  .fixed-tray input[type=month].form-control {
    line-height: 34px;
  }
  .fixed-tray input[type=date].input-sm, .fixed-tray .input-group-sm > input[type=date].form-control,
  .fixed-tray .input-group-sm > input[type=date].input-group-addon,
  .fixed-tray .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm .fixed-tray input[type=date],
  .fixed-tray input[type=time].input-sm,
  .fixed-tray .input-group-sm > input[type=time].form-control,
  .fixed-tray .input-group-sm > input[type=time].input-group-addon,
  .fixed-tray .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm .fixed-tray input[type=time],
  .fixed-tray input[type=datetime-local].input-sm,
  .fixed-tray .input-group-sm > input[type=datetime-local].form-control,
  .fixed-tray .input-group-sm > input[type=datetime-local].input-group-addon,
  .fixed-tray .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm .fixed-tray input[type=datetime-local],
  .fixed-tray input[type=month].input-sm,
  .fixed-tray .input-group-sm > input[type=month].form-control,
  .fixed-tray .input-group-sm > input[type=month].input-group-addon,
  .fixed-tray .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm .fixed-tray input[type=month] {
    line-height: 42px;
  }
  .fixed-tray input[type=date].input-lg, .fixed-tray .input-group-lg > input[type=date].form-control,
  .fixed-tray .input-group-lg > input[type=date].input-group-addon,
  .fixed-tray .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg .fixed-tray input[type=date],
  .fixed-tray input[type=time].input-lg,
  .fixed-tray .input-group-lg > input[type=time].form-control,
  .fixed-tray .input-group-lg > input[type=time].input-group-addon,
  .fixed-tray .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg .fixed-tray input[type=time],
  .fixed-tray input[type=datetime-local].input-lg,
  .fixed-tray .input-group-lg > input[type=datetime-local].form-control,
  .fixed-tray .input-group-lg > input[type=datetime-local].input-group-addon,
  .fixed-tray .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg .fixed-tray input[type=datetime-local],
  .fixed-tray input[type=month].input-lg,
  .fixed-tray .input-group-lg > input[type=month].form-control,
  .fixed-tray .input-group-lg > input[type=month].input-group-addon,
  .fixed-tray .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg .fixed-tray input[type=month] {
    line-height: 46px;
  }
}
.fixed-tray .form-group {
  margin-bottom: 15px;
}
.fixed-tray .radio,
.fixed-tray .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fixed-tray .radio label,
.fixed-tray .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.fixed-tray .radio input[type=radio],
.fixed-tray .radio-inline input[type=radio],
.fixed-tray .checkbox input[type=checkbox],
.fixed-tray .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}
.fixed-tray .radio + .radio,
.fixed-tray .checkbox + .checkbox {
  margin-top: -5px;
}
.fixed-tray .radio-inline,
.fixed-tray .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.fixed-tray .radio-inline + .radio-inline,
.fixed-tray .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.fixed-tray input[type=radio][disabled], .fixed-tray input[type=radio].disabled, fieldset[disabled] .fixed-tray input[type=radio],
.fixed-tray input[type=checkbox][disabled],
.fixed-tray input[type=checkbox].disabled,
fieldset[disabled] .fixed-tray input[type=checkbox] {
  cursor: not-allowed;
}
.fixed-tray .radio-inline.disabled, fieldset[disabled] .fixed-tray .radio-inline,
.fixed-tray .checkbox-inline.disabled,
fieldset[disabled] .fixed-tray .checkbox-inline {
  cursor: not-allowed;
}
.fixed-tray .radio.disabled label, fieldset[disabled] .fixed-tray .radio label,
.fixed-tray .checkbox.disabled label,
fieldset[disabled] .fixed-tray .checkbox label {
  cursor: not-allowed;
}
.fixed-tray .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.fixed-tray .form-control-static.input-lg, .fixed-tray .input-group-lg > .form-control-static.form-control,
.fixed-tray .input-group-lg > .form-control-static.input-group-addon,
.fixed-tray .input-group-lg > .input-group-btn > .form-control-static.btn, .fixed-tray .form-control-static.input-sm, .fixed-tray .input-group-sm > .form-control-static.form-control,
.fixed-tray .input-group-sm > .form-control-static.input-group-addon,
.fixed-tray .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.fixed-tray .input-sm, .fixed-tray .input-group-sm > .form-control,
.fixed-tray .input-group-sm > .input-group-addon,
.fixed-tray .input-group-sm > .input-group-btn > .btn {
  height: 42px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 3px;
}
.fixed-tray select.input-sm, .fixed-tray .input-group-sm > select.form-control,
.fixed-tray .input-group-sm > select.input-group-addon,
.fixed-tray .input-group-sm > .input-group-btn > select.btn {
  height: 42px;
  line-height: 42px;
}
.fixed-tray textarea.input-sm, .fixed-tray .input-group-sm > textarea.form-control,
.fixed-tray .input-group-sm > textarea.input-group-addon,
.fixed-tray .input-group-sm > .input-group-btn > textarea.btn,
.fixed-tray select[multiple].input-sm,
.fixed-tray .input-group-sm > select[multiple].form-control,
.fixed-tray .input-group-sm > select[multiple].input-group-addon,
.fixed-tray .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.fixed-tray .form-group-sm .form-control {
  height: 42px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 3px;
}
.fixed-tray .form-group-sm select.form-control {
  height: 42px;
  line-height: 42px;
}
.fixed-tray .form-group-sm textarea.form-control,
.fixed-tray .form-group-sm select[multiple].form-control {
  height: auto;
}
.fixed-tray .form-group-sm .form-control-static {
  height: 42px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 20px;
  line-height: 1.5;
}
.fixed-tray .input-lg, .fixed-tray .input-group-lg > .form-control,
.fixed-tray .input-group-lg > .input-group-addon,
.fixed-tray .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.fixed-tray select.input-lg, .fixed-tray .input-group-lg > select.form-control,
.fixed-tray .input-group-lg > select.input-group-addon,
.fixed-tray .input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
.fixed-tray textarea.input-lg, .fixed-tray .input-group-lg > textarea.form-control,
.fixed-tray .input-group-lg > textarea.input-group-addon,
.fixed-tray .input-group-lg > .input-group-btn > textarea.btn,
.fixed-tray select[multiple].input-lg,
.fixed-tray .input-group-lg > select[multiple].form-control,
.fixed-tray .input-group-lg > select[multiple].input-group-addon,
.fixed-tray .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.fixed-tray .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.fixed-tray .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.fixed-tray .form-group-lg textarea.form-control,
.fixed-tray .form-group-lg select[multiple].form-control {
  height: auto;
}
.fixed-tray .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.fixed-tray .has-feedback {
  position: relative;
}
.fixed-tray .has-feedback .form-control {
  padding-right: 42.5px;
}
.fixed-tray .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;
}
.fixed-tray .input-lg + .form-control-feedback, .fixed-tray .input-group-lg > .form-control + .form-control-feedback,
.fixed-tray .input-group-lg > .input-group-addon + .form-control-feedback,
.fixed-tray .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.fixed-tray .input-group-lg + .form-control-feedback,
.fixed-tray .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.fixed-tray .input-sm + .form-control-feedback, .fixed-tray .input-group-sm > .form-control + .form-control-feedback,
.fixed-tray .input-group-sm > .input-group-addon + .form-control-feedback,
.fixed-tray .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.fixed-tray .input-group-sm + .form-control-feedback,
.fixed-tray .form-group-sm .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.fixed-tray .has-success .help-block,
.fixed-tray .has-success .control-label,
.fixed-tray .has-success .radio,
.fixed-tray .has-success .checkbox,
.fixed-tray .has-success .radio-inline,
.fixed-tray .has-success .checkbox-inline, .fixed-tray .has-success.radio label, .fixed-tray .has-success.checkbox label, .fixed-tray .has-success.radio-inline label, .fixed-tray .has-success.checkbox-inline label {
  color: #3c763d;
}
.fixed-tray .has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.fixed-tray .has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.fixed-tray .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.fixed-tray .has-success .form-control-feedback {
  color: #3c763d;
}
.fixed-tray .has-warning .help-block,
.fixed-tray .has-warning .control-label,
.fixed-tray .has-warning .radio,
.fixed-tray .has-warning .checkbox,
.fixed-tray .has-warning .radio-inline,
.fixed-tray .has-warning .checkbox-inline, .fixed-tray .has-warning.radio label, .fixed-tray .has-warning.checkbox label, .fixed-tray .has-warning.radio-inline label, .fixed-tray .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.fixed-tray .has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.fixed-tray .has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.fixed-tray .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.fixed-tray .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.fixed-tray .has-error .help-block,
.fixed-tray .has-error .control-label,
.fixed-tray .has-error .radio,
.fixed-tray .has-error .checkbox,
.fixed-tray .has-error .radio-inline,
.fixed-tray .has-error .checkbox-inline, .fixed-tray .has-error.radio label, .fixed-tray .has-error.checkbox label, .fixed-tray .has-error.radio-inline label, .fixed-tray .has-error.checkbox-inline label {
  color: #a94442;
}
.fixed-tray .has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.fixed-tray .has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.fixed-tray .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.fixed-tray .has-error .form-control-feedback {
  color: #a94442;
}
.fixed-tray .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.fixed-tray .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.fixed-tray .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 801px) {
  .fixed-tray .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .fixed-tray .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .fixed-tray .form-inline .form-control-static {
    display: inline-block;
  }
  .fixed-tray .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .fixed-tray .form-inline .input-group .input-group-addon,
  .fixed-tray .form-inline .input-group .input-group-btn,
  .fixed-tray .form-inline .input-group .form-control {
    width: auto;
  }
  .fixed-tray .form-inline .input-group > .form-control {
    width: 100%;
  }
  .fixed-tray .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .fixed-tray .form-inline .radio,
  .fixed-tray .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .fixed-tray .form-inline .radio label,
  .fixed-tray .form-inline .checkbox label {
    padding-left: 0;
  }
  .fixed-tray .form-inline .radio input[type=radio],
  .fixed-tray .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .fixed-tray .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.fixed-tray .form-horizontal .radio,
.fixed-tray .form-horizontal .checkbox,
.fixed-tray .form-horizontal .radio-inline,
.fixed-tray .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.fixed-tray .form-horizontal .radio,
.fixed-tray .form-horizontal .checkbox {
  min-height: 27px;
}
.fixed-tray .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.fixed-tray .form-horizontal .form-group:before, .fixed-tray .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.fixed-tray .form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 801px) {
  .fixed-tray .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.fixed-tray .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 801px) {
  .fixed-tray .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 801px) {
  .fixed-tray .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 20px;
  }
}
.fixed-tray .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;
}
.fixed-tray .btn:focus, .fixed-tray .btn.focus, .fixed-tray .btn:active:focus, .fixed-tray .btn:active.focus, .fixed-tray .btn.active:focus, .fixed-tray .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  text-decoration: none;
}
.fixed-tray .btn:hover, .fixed-tray .btn:focus, .fixed-tray .btn.focus {
  color: #333;
  text-decoration: none;
}
.fixed-tray .btn:active, .fixed-tray .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.fixed-tray .btn.disabled, .fixed-tray .btn[disabled], fieldset[disabled] .fixed-tray .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.fixed-tray a.btn.disabled, fieldset[disabled] .fixed-tray a.btn {
  pointer-events: none;
}
.fixed-tray .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.fixed-tray .btn-default:focus, .fixed-tray .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.fixed-tray .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.fixed-tray .btn-default:active, .fixed-tray .btn-default.active, .open > .fixed-tray .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.fixed-tray .btn-default:active:hover, .fixed-tray .btn-default:active:focus, .fixed-tray .btn-default:active.focus, .fixed-tray .btn-default.active:hover, .fixed-tray .btn-default.active:focus, .fixed-tray .btn-default.active.focus, .open > .fixed-tray .btn-default.dropdown-toggle:hover, .open > .fixed-tray .btn-default.dropdown-toggle:focus, .open > .fixed-tray .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.fixed-tray .btn-default:active, .fixed-tray .btn-default.active, .open > .fixed-tray .btn-default.dropdown-toggle {
  background-image: none;
}
.fixed-tray .btn-default.disabled:hover, .fixed-tray .btn-default.disabled:focus, .fixed-tray .btn-default.disabled.focus, .fixed-tray .btn-default[disabled]:hover, .fixed-tray .btn-default[disabled]:focus, .fixed-tray .btn-default[disabled].focus, fieldset[disabled] .fixed-tray .btn-default:hover, fieldset[disabled] .fixed-tray .btn-default:focus, fieldset[disabled] .fixed-tray .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.fixed-tray .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.fixed-tray .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.fixed-tray .btn-primary:focus, .fixed-tray .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.fixed-tray .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.fixed-tray .btn-primary:active, .fixed-tray .btn-primary.active, .open > .fixed-tray .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.fixed-tray .btn-primary:active:hover, .fixed-tray .btn-primary:active:focus, .fixed-tray .btn-primary:active.focus, .fixed-tray .btn-primary.active:hover, .fixed-tray .btn-primary.active:focus, .fixed-tray .btn-primary.active.focus, .open > .fixed-tray .btn-primary.dropdown-toggle:hover, .open > .fixed-tray .btn-primary.dropdown-toggle:focus, .open > .fixed-tray .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.fixed-tray .btn-primary:active, .fixed-tray .btn-primary.active, .open > .fixed-tray .btn-primary.dropdown-toggle {
  background-image: none;
}
.fixed-tray .btn-primary.disabled:hover, .fixed-tray .btn-primary.disabled:focus, .fixed-tray .btn-primary.disabled.focus, .fixed-tray .btn-primary[disabled]:hover, .fixed-tray .btn-primary[disabled]:focus, .fixed-tray .btn-primary[disabled].focus, fieldset[disabled] .fixed-tray .btn-primary:hover, fieldset[disabled] .fixed-tray .btn-primary:focus, fieldset[disabled] .fixed-tray .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.fixed-tray .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.fixed-tray .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.fixed-tray .btn-success:focus, .fixed-tray .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.fixed-tray .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.fixed-tray .btn-success:active, .fixed-tray .btn-success.active, .open > .fixed-tray .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.fixed-tray .btn-success:active:hover, .fixed-tray .btn-success:active:focus, .fixed-tray .btn-success:active.focus, .fixed-tray .btn-success.active:hover, .fixed-tray .btn-success.active:focus, .fixed-tray .btn-success.active.focus, .open > .fixed-tray .btn-success.dropdown-toggle:hover, .open > .fixed-tray .btn-success.dropdown-toggle:focus, .open > .fixed-tray .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.fixed-tray .btn-success:active, .fixed-tray .btn-success.active, .open > .fixed-tray .btn-success.dropdown-toggle {
  background-image: none;
}
.fixed-tray .btn-success.disabled:hover, .fixed-tray .btn-success.disabled:focus, .fixed-tray .btn-success.disabled.focus, .fixed-tray .btn-success[disabled]:hover, .fixed-tray .btn-success[disabled]:focus, .fixed-tray .btn-success[disabled].focus, fieldset[disabled] .fixed-tray .btn-success:hover, fieldset[disabled] .fixed-tray .btn-success:focus, fieldset[disabled] .fixed-tray .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.fixed-tray .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.fixed-tray .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.fixed-tray .btn-info:focus, .fixed-tray .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.fixed-tray .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.fixed-tray .btn-info:active, .fixed-tray .btn-info.active, .open > .fixed-tray .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.fixed-tray .btn-info:active:hover, .fixed-tray .btn-info:active:focus, .fixed-tray .btn-info:active.focus, .fixed-tray .btn-info.active:hover, .fixed-tray .btn-info.active:focus, .fixed-tray .btn-info.active.focus, .open > .fixed-tray .btn-info.dropdown-toggle:hover, .open > .fixed-tray .btn-info.dropdown-toggle:focus, .open > .fixed-tray .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.fixed-tray .btn-info:active, .fixed-tray .btn-info.active, .open > .fixed-tray .btn-info.dropdown-toggle {
  background-image: none;
}
.fixed-tray .btn-info.disabled:hover, .fixed-tray .btn-info.disabled:focus, .fixed-tray .btn-info.disabled.focus, .fixed-tray .btn-info[disabled]:hover, .fixed-tray .btn-info[disabled]:focus, .fixed-tray .btn-info[disabled].focus, fieldset[disabled] .fixed-tray .btn-info:hover, fieldset[disabled] .fixed-tray .btn-info:focus, fieldset[disabled] .fixed-tray .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.fixed-tray .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.fixed-tray .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.fixed-tray .btn-warning:focus, .fixed-tray .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.fixed-tray .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.fixed-tray .btn-warning:active, .fixed-tray .btn-warning.active, .open > .fixed-tray .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.fixed-tray .btn-warning:active:hover, .fixed-tray .btn-warning:active:focus, .fixed-tray .btn-warning:active.focus, .fixed-tray .btn-warning.active:hover, .fixed-tray .btn-warning.active:focus, .fixed-tray .btn-warning.active.focus, .open > .fixed-tray .btn-warning.dropdown-toggle:hover, .open > .fixed-tray .btn-warning.dropdown-toggle:focus, .open > .fixed-tray .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.fixed-tray .btn-warning:active, .fixed-tray .btn-warning.active, .open > .fixed-tray .btn-warning.dropdown-toggle {
  background-image: none;
}
.fixed-tray .btn-warning.disabled:hover, .fixed-tray .btn-warning.disabled:focus, .fixed-tray .btn-warning.disabled.focus, .fixed-tray .btn-warning[disabled]:hover, .fixed-tray .btn-warning[disabled]:focus, .fixed-tray .btn-warning[disabled].focus, fieldset[disabled] .fixed-tray .btn-warning:hover, fieldset[disabled] .fixed-tray .btn-warning:focus, fieldset[disabled] .fixed-tray .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.fixed-tray .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.fixed-tray .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.fixed-tray .btn-danger:focus, .fixed-tray .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.fixed-tray .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.fixed-tray .btn-danger:active, .fixed-tray .btn-danger.active, .open > .fixed-tray .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.fixed-tray .btn-danger:active:hover, .fixed-tray .btn-danger:active:focus, .fixed-tray .btn-danger:active.focus, .fixed-tray .btn-danger.active:hover, .fixed-tray .btn-danger.active:focus, .fixed-tray .btn-danger.active.focus, .open > .fixed-tray .btn-danger.dropdown-toggle:hover, .open > .fixed-tray .btn-danger.dropdown-toggle:focus, .open > .fixed-tray .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.fixed-tray .btn-danger:active, .fixed-tray .btn-danger.active, .open > .fixed-tray .btn-danger.dropdown-toggle {
  background-image: none;
}
.fixed-tray .btn-danger.disabled:hover, .fixed-tray .btn-danger.disabled:focus, .fixed-tray .btn-danger.disabled.focus, .fixed-tray .btn-danger[disabled]:hover, .fixed-tray .btn-danger[disabled]:focus, .fixed-tray .btn-danger[disabled].focus, fieldset[disabled] .fixed-tray .btn-danger:hover, fieldset[disabled] .fixed-tray .btn-danger:focus, fieldset[disabled] .fixed-tray .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.fixed-tray .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.fixed-tray .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.fixed-tray .btn-link, .fixed-tray .btn-link:active, .fixed-tray .btn-link.active, .fixed-tray .btn-link[disabled], fieldset[disabled] .fixed-tray .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.fixed-tray .btn-link, .fixed-tray .btn-link:hover, .fixed-tray .btn-link:focus, .fixed-tray .btn-link:active {
  border-color: transparent;
}
.fixed-tray .btn-link:hover, .fixed-tray .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.fixed-tray .btn-link[disabled]:hover, .fixed-tray .btn-link[disabled]:focus, fieldset[disabled] .fixed-tray .btn-link:hover, fieldset[disabled] .fixed-tray .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.fixed-tray .btn-lg, .fixed-tray .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.fixed-tray .btn-sm, .fixed-tray .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 3px;
}
.fixed-tray .btn-xs, .fixed-tray .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 3px;
}
.fixed-tray .btn-block {
  display: block;
  width: 100%;
}
.fixed-tray .btn-block + .btn-block {
  margin-top: 5px;
}
.fixed-tray input[type=submit].btn-block,
.fixed-tray input[type=reset].btn-block,
.fixed-tray input[type=button].btn-block {
  width: 100%;
}
.fixed-tray .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fixed-tray .fade.in {
  opacity: 1;
}
.fixed-tray .collapse {
  display: none;
}
.fixed-tray .collapse.in {
  display: block;
}
.fixed-tray tr.collapse.in {
  display: table-row;
}
.fixed-tray tbody.collapse.in {
  display: table-row-group;
}
.fixed-tray .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.fixed-tray .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;
}
.fixed-tray .dropup,
.fixed-tray .dropdown {
  position: relative;
}
.fixed-tray .dropdown-toggle:focus {
  outline: 0;
}
.fixed-tray .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;
}
.fixed-tray .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.fixed-tray .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.fixed-tray .dropdown-menu > li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
}
.fixed-tray .dropdown-menu > li a:hover, .fixed-tray .dropdown-menu > li a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.fixed-tray .dropdown-menu > .active a, .fixed-tray .dropdown-menu > .active a:hover, .fixed-tray .dropdown-menu > .active a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.fixed-tray .dropdown-menu > .disabled > a, .fixed-tray .dropdown-menu > .disabled > a:hover, .fixed-tray .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.fixed-tray .dropdown-menu > .disabled > a:hover, .fixed-tray .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.fixed-tray .open > .dropdown-menu {
  display: block;
}
.fixed-tray .open > a {
  outline: 0;
}
.fixed-tray .dropdown-menu-right {
  left: auto;
  right: 0;
}
.fixed-tray .dropdown-menu-left {
  left: 0;
  right: auto;
}
.fixed-tray .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 20px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.fixed-tray .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.fixed-tray .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.fixed-tray .dropup .caret,
.fixed-tray .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.fixed-tray .dropup .dropdown-menu,
.fixed-tray .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 801px) {
  .fixed-tray .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .fixed-tray .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.fixed-tray .btn-group,
.fixed-tray .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.fixed-tray .btn-group > .btn,
.fixed-tray .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.fixed-tray .btn-group > .btn:hover, .fixed-tray .btn-group > .btn:focus, .fixed-tray .btn-group > .btn:active, .fixed-tray .btn-group > .btn.active,
.fixed-tray .btn-group-vertical > .btn:hover,
.fixed-tray .btn-group-vertical > .btn:focus,
.fixed-tray .btn-group-vertical > .btn:active,
.fixed-tray .btn-group-vertical > .btn.active {
  z-index: 2;
}
.fixed-tray .btn-group .btn + .btn,
.fixed-tray .btn-group .btn + .btn-group,
.fixed-tray .btn-group .btn-group + .btn,
.fixed-tray .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.fixed-tray .btn-toolbar {
  margin-left: -5px;
}
.fixed-tray .btn-toolbar:before, .fixed-tray .btn-toolbar:after {
  content: " ";
  display: table;
}
.fixed-tray .btn-toolbar:after {
  clear: both;
}
.fixed-tray .btn-toolbar .btn,
.fixed-tray .btn-toolbar .btn-group,
.fixed-tray .btn-toolbar .input-group {
  float: left;
}
.fixed-tray .btn-toolbar > .btn,
.fixed-tray .btn-toolbar > .btn-group,
.fixed-tray .btn-toolbar > .input-group {
  margin-left: 5px;
}
.fixed-tray .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.fixed-tray .btn-group > .btn:first-child {
  margin-left: 0;
}
.fixed-tray .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.fixed-tray .btn-group > .btn:last-child:not(:first-child),
.fixed-tray .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.fixed-tray .btn-group > .btn-group {
  float: left;
}
.fixed-tray .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.fixed-tray .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.fixed-tray .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.fixed-tray .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.fixed-tray .btn-group .dropdown-toggle:active,
.fixed-tray .btn-group.open .dropdown-toggle {
  outline: 0;
}
.fixed-tray .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.fixed-tray .btn-group > .btn-lg + .dropdown-toggle, .fixed-tray .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.fixed-tray .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.fixed-tray .btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.fixed-tray .btn .caret {
  margin-left: 0;
}
.fixed-tray .btn-lg .caret, .fixed-tray .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.fixed-tray .dropup .btn-lg .caret, .fixed-tray .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}
.fixed-tray .btn-group-vertical > .btn,
.fixed-tray .btn-group-vertical > .btn-group,
.fixed-tray .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.fixed-tray .btn-group-vertical > .btn-group:before, .fixed-tray .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.fixed-tray .btn-group-vertical > .btn-group:after {
  clear: both;
}
.fixed-tray .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.fixed-tray .btn-group-vertical > .btn + .btn,
.fixed-tray .btn-group-vertical > .btn + .btn-group,
.fixed-tray .btn-group-vertical > .btn-group + .btn,
.fixed-tray .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.fixed-tray .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.fixed-tray .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.fixed-tray .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.fixed-tray .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.fixed-tray .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.fixed-tray .btn-group-justified > .btn,
.fixed-tray .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.fixed-tray .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.fixed-tray .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.fixed-tray [data-toggle=buttons] > .btn input[type=radio],
.fixed-tray [data-toggle=buttons] > .btn input[type=checkbox],
.fixed-tray [data-toggle=buttons] > .btn-group > .btn input[type=radio],
.fixed-tray [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.fixed-tray .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.fixed-tray .input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.fixed-tray .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.fixed-tray .input-group .form-control:focus {
  z-index: 3;
}
.fixed-tray .input-group-addon,
.fixed-tray .input-group-btn,
.fixed-tray .input-group .form-control {
  display: table-cell;
}
.fixed-tray .input-group-addon:not(:first-child):not(:last-child),
.fixed-tray .input-group-btn:not(:first-child):not(:last-child),
.fixed-tray .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.fixed-tray .input-group-addon,
.fixed-tray .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.fixed-tray .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.fixed-tray .input-group-addon.input-sm,
.fixed-tray .input-group-sm > .input-group-addon,
.fixed-tray .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 20px;
  border-radius: 3px;
}
.fixed-tray .input-group-addon.input-lg,
.fixed-tray .input-group-lg > .input-group-addon,
.fixed-tray .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.fixed-tray .input-group-addon input[type=radio],
.fixed-tray .input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.fixed-tray .input-group .form-control:first-child,
.fixed-tray .input-group-addon:first-child,
.fixed-tray .input-group-btn:first-child > .btn,
.fixed-tray .input-group-btn:first-child > .btn-group > .btn,
.fixed-tray .input-group-btn:first-child > .dropdown-toggle,
.fixed-tray .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.fixed-tray .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.fixed-tray .input-group-addon:first-child {
  border-right: 0;
}
.fixed-tray .input-group .form-control:last-child,
.fixed-tray .input-group-addon:last-child,
.fixed-tray .input-group-btn:last-child > .btn,
.fixed-tray .input-group-btn:last-child > .btn-group > .btn,
.fixed-tray .input-group-btn:last-child > .dropdown-toggle,
.fixed-tray .input-group-btn:first-child > .btn:not(:first-child),
.fixed-tray .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.fixed-tray .input-group-addon:last-child {
  border-left: 0;
}
.fixed-tray .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.fixed-tray .input-group-btn > .btn {
  position: relative;
}
.fixed-tray .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.fixed-tray .input-group-btn > .btn:hover, .fixed-tray .input-group-btn > .btn:focus, .fixed-tray .input-group-btn > .btn:active {
  z-index: 2;
}
.fixed-tray .input-group-btn:first-child > .btn,
.fixed-tray .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.fixed-tray .input-group-btn:last-child > .btn,
.fixed-tray .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.fixed-tray .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.fixed-tray .nav:before, .fixed-tray .nav:after {
  content: " ";
  display: table;
}
.fixed-tray .nav:after {
  clear: both;
}
.fixed-tray .nav > li {
  position: relative;
  display: block;
}
.fixed-tray .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.fixed-tray .nav > li > a:hover, .fixed-tray .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.fixed-tray .nav > li.disabled > a {
  color: #777777;
}
.fixed-tray .nav > li.disabled > a:hover, .fixed-tray .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.fixed-tray .nav .open > a, .fixed-tray .nav .open > a:hover, .fixed-tray .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.fixed-tray .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.fixed-tray .nav > li > a > img {
  max-width: none;
}
.fixed-tray .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.fixed-tray .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.fixed-tray .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.fixed-tray .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.fixed-tray .nav-tabs > li.active > a, .fixed-tray .nav-tabs > li.active > a:hover, .fixed-tray .nav-tabs > li.active > a:focus {
  color: #666666;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.fixed-tray .nav-pills > li {
  float: left;
}
.fixed-tray .nav-pills > li > a {
  border-radius: 4px;
}
.fixed-tray .nav-pills > li + li {
  margin-left: 2px;
}
.fixed-tray .nav-pills > li.active > a, .fixed-tray .nav-pills > li.active > a:hover, .fixed-tray .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.fixed-tray .nav-stacked > li {
  float: none;
}
.fixed-tray .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.fixed-tray .nav-justified, .fixed-tray .nav-tabs.nav-justified {
  width: 100%;
}
.fixed-tray .nav-justified > li, .fixed-tray .nav-tabs.nav-justified > li {
  float: none;
}
.fixed-tray .nav-justified > li > a, .fixed-tray .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.fixed-tray .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 801px) {
  .fixed-tray .nav-justified > li, .fixed-tray .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .fixed-tray .nav-justified > li > a, .fixed-tray .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.fixed-tray .nav-tabs-justified, .fixed-tray .nav-tabs.nav-justified {
  border-bottom: 0;
}
.fixed-tray .nav-tabs-justified > li > a, .fixed-tray .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.fixed-tray .nav-tabs-justified > .active > a, .fixed-tray .nav-tabs.nav-justified > .active > a,
.fixed-tray .nav-tabs-justified > .active > a:hover,
.fixed-tray .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 801px) {
  .fixed-tray .nav-tabs-justified > li > a, .fixed-tray .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .fixed-tray .nav-tabs-justified > .active > a, .fixed-tray .nav-tabs.nav-justified > .active > a,
  .fixed-tray .nav-tabs-justified > .active > a:hover,
  .fixed-tray .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.fixed-tray .tab-content > .tab-pane {
  display: none;
}
.fixed-tray .tab-content > .active {
  display: block;
}
.fixed-tray .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.fixed-tray .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.fixed-tray .navbar:before, .fixed-tray .navbar:after {
  content: " ";
  display: table;
}
.fixed-tray .navbar:after {
  clear: both;
}
@media (min-width: 801px) {
  .fixed-tray .navbar {
    border-radius: 4px;
  }
}
.fixed-tray .navbar-header:before, .fixed-tray .navbar-header:after {
  content: " ";
  display: table;
}
.fixed-tray .navbar-header:after {
  clear: both;
}
@media (min-width: 801px) {
  .fixed-tray .navbar-header {
    float: left;
  }
}
.fixed-tray .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;
}
.fixed-tray .navbar-collapse:before, .fixed-tray .navbar-collapse:after {
  content: " ";
  display: table;
}
.fixed-tray .navbar-collapse:after {
  clear: both;
}
.fixed-tray .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 801px) {
  .fixed-tray .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .fixed-tray .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .fixed-tray .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .fixed-tray .navbar-collapse, .navbar-static-top .fixed-tray .navbar-collapse, .navbar-fixed-bottom .fixed-tray .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.fixed-tray .navbar-fixed-top .navbar-collapse,
.fixed-tray .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .fixed-tray .navbar-fixed-top .navbar-collapse,
  .fixed-tray .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.fixed-tray .container > .navbar-header,
.fixed-tray .container > .navbar-collapse,
.fixed-tray .container-fluid > .navbar-header,
.fixed-tray .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 801px) {
  .fixed-tray .container > .navbar-header,
  .fixed-tray .container > .navbar-collapse,
  .fixed-tray .container-fluid > .navbar-header,
  .fixed-tray .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.fixed-tray .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 801px) {
  .fixed-tray .navbar-static-top {
    border-radius: 0;
  }
}
.fixed-tray .navbar-fixed-top,
.fixed-tray .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 801px) {
  .fixed-tray .navbar-fixed-top,
  .fixed-tray .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.fixed-tray .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.fixed-tray .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.fixed-tray .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.fixed-tray .navbar-brand:hover, .fixed-tray .navbar-brand:focus {
  text-decoration: none;
}
.fixed-tray .navbar-brand > img {
  display: block;
}
@media (min-width: 801px) {
  .navbar > .container .fixed-tray .navbar-brand, .navbar > .container-fluid .fixed-tray .navbar-brand {
    margin-left: -15px;
  }
}
.fixed-tray .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;
}
.fixed-tray .navbar-toggle:focus {
  outline: 0;
}
.fixed-tray .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.fixed-tray .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 801px) {
  .fixed-tray .navbar-toggle {
    display: none;
  }
}
.fixed-tray .navbar-nav {
  margin: 7.5px -15px;
}
.fixed-tray .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 800px) {
  .fixed-tray .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .fixed-tray .navbar-nav .open .dropdown-menu > li > a,
  .fixed-tray .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .fixed-tray .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .fixed-tray .navbar-nav .open .dropdown-menu > li > a:hover, .fixed-tray .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 801px) {
  .fixed-tray .navbar-nav {
    float: left;
    margin: 0;
  }
  .fixed-tray .navbar-nav > li {
    float: left;
  }
  .fixed-tray .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.fixed-tray .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) {
  .fixed-tray .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .fixed-tray .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .fixed-tray .navbar-form .form-control-static {
    display: inline-block;
  }
  .fixed-tray .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .fixed-tray .navbar-form .input-group .input-group-addon,
  .fixed-tray .navbar-form .input-group .input-group-btn,
  .fixed-tray .navbar-form .input-group .form-control {
    width: auto;
  }
  .fixed-tray .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .fixed-tray .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .fixed-tray .navbar-form .radio,
  .fixed-tray .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .fixed-tray .navbar-form .radio label,
  .fixed-tray .navbar-form .checkbox label {
    padding-left: 0;
  }
  .fixed-tray .navbar-form .radio input[type=radio],
  .fixed-tray .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .fixed-tray .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 800px) {
  .fixed-tray .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .fixed-tray .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 801px) {
  .fixed-tray .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.fixed-tray .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.fixed-tray .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;
}
.fixed-tray .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.fixed-tray .navbar-btn.btn-sm, .fixed-tray .btn-group-sm > .navbar-btn.btn {
  margin-top: 4px;
  margin-bottom: 4px;
}
.fixed-tray .navbar-btn.btn-xs, .fixed-tray .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.fixed-tray .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 801px) {
  .fixed-tray .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 801px) {
  .fixed-tray .navbar-left {
    float: left !important;
  }
  .fixed-tray .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .fixed-tray .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.fixed-tray .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.fixed-tray .navbar-default .navbar-brand {
  color: #777;
}
.fixed-tray .navbar-default .navbar-brand:hover, .fixed-tray .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.fixed-tray .navbar-default .navbar-text {
  color: #777;
}
.fixed-tray .navbar-default .navbar-nav > li > a {
  color: #777;
}
.fixed-tray .navbar-default .navbar-nav > li > a:hover, .fixed-tray .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.fixed-tray .navbar-default .navbar-nav > .active > a, .fixed-tray .navbar-default .navbar-nav > .active > a:hover, .fixed-tray .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.fixed-tray .navbar-default .navbar-nav > .disabled > a, .fixed-tray .navbar-default .navbar-nav > .disabled > a:hover, .fixed-tray .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.fixed-tray .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.fixed-tray .navbar-default .navbar-toggle:hover, .fixed-tray .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.fixed-tray .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.fixed-tray .navbar-default .navbar-collapse,
.fixed-tray .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.fixed-tray .navbar-default .navbar-nav > .open > a, .fixed-tray .navbar-default .navbar-nav > .open > a:hover, .fixed-tray .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 800px) {
  .fixed-tray .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .fixed-tray .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .fixed-tray .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .fixed-tray .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .fixed-tray .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .fixed-tray .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .fixed-tray .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .fixed-tray .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .fixed-tray .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.fixed-tray .navbar-default .navbar-link {
  color: #777;
}
.fixed-tray .navbar-default .navbar-link:hover {
  color: #333;
}
.fixed-tray .navbar-default .btn-link {
  color: #777;
}
.fixed-tray .navbar-default .btn-link:hover, .fixed-tray .navbar-default .btn-link:focus {
  color: #333;
}
.fixed-tray .navbar-default .btn-link[disabled]:hover, .fixed-tray .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .fixed-tray .navbar-default .btn-link:hover, fieldset[disabled] .fixed-tray .navbar-default .btn-link:focus {
  color: #ccc;
}
.fixed-tray .navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.fixed-tray .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.fixed-tray .navbar-inverse .navbar-brand:hover, .fixed-tray .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.fixed-tray .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.fixed-tray .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.fixed-tray .navbar-inverse .navbar-nav > li > a:hover, .fixed-tray .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.fixed-tray .navbar-inverse .navbar-nav > .active > a, .fixed-tray .navbar-inverse .navbar-nav > .active > a:hover, .fixed-tray .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.fixed-tray .navbar-inverse .navbar-nav > .disabled > a, .fixed-tray .navbar-inverse .navbar-nav > .disabled > a:hover, .fixed-tray .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.fixed-tray .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.fixed-tray .navbar-inverse .navbar-toggle:hover, .fixed-tray .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.fixed-tray .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.fixed-tray .navbar-inverse .navbar-collapse,
.fixed-tray .navbar-inverse .navbar-form {
  border-color: #101010;
}
.fixed-tray .navbar-inverse .navbar-nav > .open > a, .fixed-tray .navbar-inverse .navbar-nav > .open > a:hover, .fixed-tray .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 800px) {
  .fixed-tray .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .fixed-tray .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .fixed-tray .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .fixed-tray .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .fixed-tray .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .fixed-tray .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .fixed-tray .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .fixed-tray .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .fixed-tray .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .fixed-tray .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .fixed-tray .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.fixed-tray .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.fixed-tray .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.fixed-tray .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.fixed-tray .navbar-inverse .btn-link:hover, .fixed-tray .navbar-inverse .btn-link:focus {
  color: #fff;
}
.fixed-tray .navbar-inverse .btn-link[disabled]:hover, .fixed-tray .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .fixed-tray .navbar-inverse .btn-link:hover, fieldset[disabled] .fixed-tray .navbar-inverse .btn-link:focus {
  color: #444;
}
.fixed-tray .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.fixed-tray .breadcrumb > li {
  display: inline-block;
}
.fixed-tray .breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.fixed-tray .breadcrumb > .active {
  color: #777777;
}
.fixed-tray .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.fixed-tray .pagination > li {
  display: inline;
}
.fixed-tray .pagination > li > a,
.fixed-tray .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;
}
.fixed-tray .pagination > li:first-child > a,
.fixed-tray .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.fixed-tray .pagination > li:last-child > a,
.fixed-tray .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.fixed-tray .pagination > li > a:hover, .fixed-tray .pagination > li > a:focus,
.fixed-tray .pagination > li > span:hover,
.fixed-tray .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.fixed-tray .pagination > .active > a, .fixed-tray .pagination > .active > a:hover, .fixed-tray .pagination > .active > a:focus,
.fixed-tray .pagination > .active > span,
.fixed-tray .pagination > .active > span:hover,
.fixed-tray .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.fixed-tray .pagination > .disabled > span,
.fixed-tray .pagination > .disabled > span:hover,
.fixed-tray .pagination > .disabled > span:focus,
.fixed-tray .pagination > .disabled > a,
.fixed-tray .pagination > .disabled > a:hover,
.fixed-tray .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.fixed-tray .pagination-lg > li > a,
.fixed-tray .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.fixed-tray .pagination-lg > li:first-child > a,
.fixed-tray .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.fixed-tray .pagination-lg > li:last-child > a,
.fixed-tray .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.fixed-tray .pagination-sm > li > a,
.fixed-tray .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1.5;
}
.fixed-tray .pagination-sm > li:first-child > a,
.fixed-tray .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.fixed-tray .pagination-sm > li:last-child > a,
.fixed-tray .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.fixed-tray .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.fixed-tray .pager:before, .fixed-tray .pager:after {
  content: " ";
  display: table;
}
.fixed-tray .pager:after {
  clear: both;
}
.fixed-tray .pager li {
  display: inline;
}
.fixed-tray .pager li > a,
.fixed-tray .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.fixed-tray .pager li > a:hover,
.fixed-tray .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.fixed-tray .pager .next > a,
.fixed-tray .pager .next > span {
  float: right;
}
.fixed-tray .pager .previous > a,
.fixed-tray .pager .previous > span {
  float: left;
}
.fixed-tray .pager .disabled > a,
.fixed-tray .pager .disabled > a:hover,
.fixed-tray .pager .disabled > a:focus,
.fixed-tray .pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.fixed-tray .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;
}
.fixed-tray .label:empty {
  display: none;
}
.btn .fixed-tray .label {
  position: relative;
  top: -1px;
}
.fixed-tray a.label:hover, .fixed-tray a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.fixed-tray .label-default {
  background-color: #777777;
}
.fixed-tray .label-default[href]:hover, .fixed-tray .label-default[href]:focus {
  background-color: #5e5e5e;
}
.fixed-tray .label-primary {
  background-color: #337ab7;
}
.fixed-tray .label-primary[href]:hover, .fixed-tray .label-primary[href]:focus {
  background-color: #286090;
}
.fixed-tray .label-success {
  background-color: #5cb85c;
}
.fixed-tray .label-success[href]:hover, .fixed-tray .label-success[href]:focus {
  background-color: #449d44;
}
.fixed-tray .label-info {
  background-color: #5bc0de;
}
.fixed-tray .label-info[href]:hover, .fixed-tray .label-info[href]:focus {
  background-color: #31b0d5;
}
.fixed-tray .label-warning {
  background-color: #f0ad4e;
}
.fixed-tray .label-warning[href]:hover, .fixed-tray .label-warning[href]:focus {
  background-color: #ec971f;
}
.fixed-tray .label-danger {
  background-color: #d9534f;
}
.fixed-tray .label-danger[href]:hover, .fixed-tray .label-danger[href]:focus {
  background-color: #c9302c;
}
.fixed-tray .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.fixed-tray .badge:empty {
  display: none;
}
.btn .fixed-tray .badge {
  position: relative;
  top: -1px;
}
.btn-xs .fixed-tray .badge, .btn-group-xs > .btn .fixed-tray .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .fixed-tray .badge, .nav-pills > .active > a > .fixed-tray .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .fixed-tray .badge {
  float: right;
}
.list-group-item > .fixed-tray .badge + .fixed-tray .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .fixed-tray .badge {
  margin-left: 3px;
}
.fixed-tray a.badge:hover, .fixed-tray a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.fixed-tray .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.fixed-tray .jumbotron h1,
.fixed-tray .jumbotron .h1 {
  color: inherit;
}
.fixed-tray .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.fixed-tray .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .fixed-tray .jumbotron, .container-fluid .fixed-tray .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.fixed-tray .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 801px) {
  .fixed-tray .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .fixed-tray .jumbotron, .container-fluid .fixed-tray .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .fixed-tray .jumbotron h1,
  .fixed-tray .jumbotron .h1 {
    font-size: 63px;
  }
}
.fixed-tray .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;
}
.fixed-tray .thumbnail > img,
.fixed-tray .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.fixed-tray .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.fixed-tray a.thumbnail:hover,
.fixed-tray a.thumbnail:focus,
.fixed-tray a.thumbnail.active {
  border-color: #337ab7;
}
.fixed-tray .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.fixed-tray .alert h4 {
  margin-top: 0;
  color: inherit;
}
.fixed-tray .alert .alert-link {
  font-weight: bold;
}
.fixed-tray .alert > p,
.fixed-tray .alert > ul {
  margin-bottom: 0;
}
.fixed-tray .alert > p + p {
  margin-top: 5px;
}
.fixed-tray .alert-dismissable,
.fixed-tray .alert-dismissible {
  padding-right: 35px;
}
.fixed-tray .alert-dismissable .close,
.fixed-tray .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.fixed-tray .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.fixed-tray .alert-success hr {
  border-top-color: #c9e2b3;
}
.fixed-tray .alert-success .alert-link {
  color: #2b542c;
}
.fixed-tray .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.fixed-tray .alert-info hr {
  border-top-color: #a6e1ec;
}
.fixed-tray .alert-info .alert-link {
  color: #245269;
}
.fixed-tray .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.fixed-tray .alert-warning hr {
  border-top-color: #f7e1b5;
}
.fixed-tray .alert-warning .alert-link {
  color: #66512c;
}
.fixed-tray .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.fixed-tray .alert-danger hr {
  border-top-color: #e4b9c0;
}
.fixed-tray .alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.fixed-tray .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);
}
.fixed-tray .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 20px;
  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;
}
.fixed-tray .progress-striped .progress-bar,
.fixed-tray .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;
}
.fixed-tray .progress.active .progress-bar,
.fixed-tray .progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.fixed-tray .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .fixed-tray .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);
}
.fixed-tray .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .fixed-tray .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);
}
.fixed-tray .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .fixed-tray .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);
}
.fixed-tray .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .fixed-tray .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);
}
.fixed-tray .media {
  margin-top: 15px;
}
.fixed-tray .media:first-child {
  margin-top: 0;
}
.fixed-tray .media,
.fixed-tray .media-body {
  zoom: 1;
  overflow: hidden;
}
.fixed-tray .media-body {
  width: 10000px;
}
.fixed-tray .media-object {
  display: block;
}
.fixed-tray .media-object.img-thumbnail {
  max-width: none;
}
.fixed-tray .media-right,
.fixed-tray .media > .pull-right {
  padding-left: 10px;
}
.fixed-tray .media-left,
.fixed-tray .media > .pull-left {
  padding-right: 10px;
}
.fixed-tray .media-left,
.fixed-tray .media-right,
.fixed-tray .media-body {
  display: table-cell;
  vertical-align: top;
}
.fixed-tray .media-middle {
  vertical-align: middle;
}
.fixed-tray .media-bottom {
  vertical-align: bottom;
}
.fixed-tray .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.fixed-tray .media-list {
  padding-left: 0;
  list-style: none;
}
.fixed-tray .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.fixed-tray .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.fixed-tray .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.fixed-tray .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fixed-tray a.list-group-item,
.fixed-tray button.list-group-item {
  color: #555;
}
.fixed-tray a.list-group-item .list-group-item-heading,
.fixed-tray button.list-group-item .list-group-item-heading {
  color: #333;
}
.fixed-tray a.list-group-item:hover, .fixed-tray a.list-group-item:focus,
.fixed-tray button.list-group-item:hover,
.fixed-tray button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.fixed-tray button.list-group-item {
  width: 100%;
  text-align: left;
}
.fixed-tray .list-group-item.disabled, .fixed-tray .list-group-item.disabled:hover, .fixed-tray .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.fixed-tray .list-group-item.disabled .list-group-item-heading, .fixed-tray .list-group-item.disabled:hover .list-group-item-heading, .fixed-tray .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.fixed-tray .list-group-item.disabled .list-group-item-text, .fixed-tray .list-group-item.disabled:hover .list-group-item-text, .fixed-tray .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.fixed-tray .list-group-item.active, .fixed-tray .list-group-item.active:hover, .fixed-tray .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.fixed-tray .list-group-item.active .list-group-item-heading,
.fixed-tray .list-group-item.active .list-group-item-heading > small,
.fixed-tray .list-group-item.active .list-group-item-heading > .small, .fixed-tray .list-group-item.active:hover .list-group-item-heading,
.fixed-tray .list-group-item.active:hover .list-group-item-heading > small,
.fixed-tray .list-group-item.active:hover .list-group-item-heading > .small, .fixed-tray .list-group-item.active:focus .list-group-item-heading,
.fixed-tray .list-group-item.active:focus .list-group-item-heading > small,
.fixed-tray .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.fixed-tray .list-group-item.active .list-group-item-text, .fixed-tray .list-group-item.active:hover .list-group-item-text, .fixed-tray .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.fixed-tray .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.fixed-tray a.list-group-item-success,
.fixed-tray button.list-group-item-success {
  color: #3c763d;
}
.fixed-tray a.list-group-item-success .list-group-item-heading,
.fixed-tray button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.fixed-tray a.list-group-item-success:hover, .fixed-tray a.list-group-item-success:focus,
.fixed-tray button.list-group-item-success:hover,
.fixed-tray button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.fixed-tray a.list-group-item-success.active, .fixed-tray a.list-group-item-success.active:hover, .fixed-tray a.list-group-item-success.active:focus,
.fixed-tray button.list-group-item-success.active,
.fixed-tray button.list-group-item-success.active:hover,
.fixed-tray button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.fixed-tray .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.fixed-tray a.list-group-item-info,
.fixed-tray button.list-group-item-info {
  color: #31708f;
}
.fixed-tray a.list-group-item-info .list-group-item-heading,
.fixed-tray button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.fixed-tray a.list-group-item-info:hover, .fixed-tray a.list-group-item-info:focus,
.fixed-tray button.list-group-item-info:hover,
.fixed-tray button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.fixed-tray a.list-group-item-info.active, .fixed-tray a.list-group-item-info.active:hover, .fixed-tray a.list-group-item-info.active:focus,
.fixed-tray button.list-group-item-info.active,
.fixed-tray button.list-group-item-info.active:hover,
.fixed-tray button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.fixed-tray .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.fixed-tray a.list-group-item-warning,
.fixed-tray button.list-group-item-warning {
  color: #8a6d3b;
}
.fixed-tray a.list-group-item-warning .list-group-item-heading,
.fixed-tray button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.fixed-tray a.list-group-item-warning:hover, .fixed-tray a.list-group-item-warning:focus,
.fixed-tray button.list-group-item-warning:hover,
.fixed-tray button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.fixed-tray a.list-group-item-warning.active, .fixed-tray a.list-group-item-warning.active:hover, .fixed-tray a.list-group-item-warning.active:focus,
.fixed-tray button.list-group-item-warning.active,
.fixed-tray button.list-group-item-warning.active:hover,
.fixed-tray button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.fixed-tray .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.fixed-tray a.list-group-item-danger,
.fixed-tray button.list-group-item-danger {
  color: #a94442;
}
.fixed-tray a.list-group-item-danger .list-group-item-heading,
.fixed-tray button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.fixed-tray a.list-group-item-danger:hover, .fixed-tray a.list-group-item-danger:focus,
.fixed-tray button.list-group-item-danger:hover,
.fixed-tray button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.fixed-tray a.list-group-item-danger.active, .fixed-tray a.list-group-item-danger.active:hover, .fixed-tray a.list-group-item-danger.active:focus,
.fixed-tray button.list-group-item-danger.active,
.fixed-tray button.list-group-item-danger.active:hover,
.fixed-tray button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.fixed-tray .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.fixed-tray .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.fixed-tray .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);
}
.fixed-tray .panel-body {
  padding: 15px;
}
.fixed-tray .panel-body:before, .fixed-tray .panel-body:after {
  content: " ";
  display: table;
}
.fixed-tray .panel-body:after {
  clear: both;
}
.fixed-tray .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.fixed-tray .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.fixed-tray .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.fixed-tray .panel-title > a,
.fixed-tray .panel-title > small,
.fixed-tray .panel-title > .small,
.fixed-tray .panel-title > small > a,
.fixed-tray .panel-title > .small > a {
  color: inherit;
}
.fixed-tray .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fixed-tray .panel > .list-group,
.fixed-tray .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.fixed-tray .panel > .list-group .list-group-item,
.fixed-tray .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.fixed-tray .panel > .list-group:first-child .list-group-item:first-child,
.fixed-tray .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;
}
.fixed-tray .panel > .list-group:last-child .list-group-item:last-child,
.fixed-tray .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;
}
.fixed-tray .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.fixed-tray .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.fixed-tray .list-group + .panel-footer {
  border-top-width: 0;
}
.fixed-tray .panel > .table,
.fixed-tray .panel > .table-responsive > .table,
.fixed-tray .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.fixed-tray .panel > .table caption,
.fixed-tray .panel > .table-responsive > .table caption,
.fixed-tray .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.fixed-tray .panel > .table:first-child,
.fixed-tray .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.fixed-tray .panel > .table:first-child > thead:first-child > tr:first-child,
.fixed-tray .panel > .table:first-child > tbody:first-child > tr:first-child,
.fixed-tray .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.fixed-tray .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.fixed-tray .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.fixed-tray .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.fixed-tray .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.fixed-tray .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.fixed-tray .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.fixed-tray .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.fixed-tray .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.fixed-tray .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.fixed-tray .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.fixed-tray .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.fixed-tray .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.fixed-tray .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.fixed-tray .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.fixed-tray .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.fixed-tray .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.fixed-tray .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.fixed-tray .panel > .table:last-child,
.fixed-tray .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fixed-tray .panel > .table:last-child > tbody:last-child > tr:last-child,
.fixed-tray .panel > .table:last-child > tfoot:last-child > tr:last-child,
.fixed-tray .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.fixed-tray .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fixed-tray .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.fixed-tray .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.fixed-tray .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.fixed-tray .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.fixed-tray .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.fixed-tray .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.fixed-tray .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.fixed-tray .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.fixed-tray .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.fixed-tray .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.fixed-tray .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.fixed-tray .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.fixed-tray .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.fixed-tray .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.fixed-tray .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.fixed-tray .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.fixed-tray .panel > .panel-body + .table,
.fixed-tray .panel > .panel-body + .table-responsive,
.fixed-tray .panel > .table + .panel-body,
.fixed-tray .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.fixed-tray .panel > .table > tbody:first-child > tr:first-child th,
.fixed-tray .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.fixed-tray .panel > .table-bordered,
.fixed-tray .panel > .table-responsive > .table-bordered {
  border: 0;
}
.fixed-tray .panel > .table-bordered > thead > tr > th:first-child,
.fixed-tray .panel > .table-bordered > thead > tr > td:first-child,
.fixed-tray .panel > .table-bordered > tbody > tr > th:first-child,
.fixed-tray .panel > .table-bordered > tbody > tr > td:first-child,
.fixed-tray .panel > .table-bordered > tfoot > tr > th:first-child,
.fixed-tray .panel > .table-bordered > tfoot > tr > td:first-child,
.fixed-tray .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.fixed-tray .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.fixed-tray .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.fixed-tray .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.fixed-tray .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.fixed-tray .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.fixed-tray .panel > .table-bordered > thead > tr > th:last-child,
.fixed-tray .panel > .table-bordered > thead > tr > td:last-child,
.fixed-tray .panel > .table-bordered > tbody > tr > th:last-child,
.fixed-tray .panel > .table-bordered > tbody > tr > td:last-child,
.fixed-tray .panel > .table-bordered > tfoot > tr > th:last-child,
.fixed-tray .panel > .table-bordered > tfoot > tr > td:last-child,
.fixed-tray .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.fixed-tray .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.fixed-tray .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.fixed-tray .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.fixed-tray .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.fixed-tray .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.fixed-tray .panel > .table-bordered > thead > tr:first-child > td,
.fixed-tray .panel > .table-bordered > thead > tr:first-child > th,
.fixed-tray .panel > .table-bordered > tbody > tr:first-child > td,
.fixed-tray .panel > .table-bordered > tbody > tr:first-child > th,
.fixed-tray .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.fixed-tray .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.fixed-tray .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.fixed-tray .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.fixed-tray .panel > .table-bordered > tbody > tr:last-child > td,
.fixed-tray .panel > .table-bordered > tbody > tr:last-child > th,
.fixed-tray .panel > .table-bordered > tfoot > tr:last-child > td,
.fixed-tray .panel > .table-bordered > tfoot > tr:last-child > th,
.fixed-tray .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.fixed-tray .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.fixed-tray .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.fixed-tray .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.fixed-tray .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.fixed-tray .panel-group {
  margin-bottom: 20px;
}
.fixed-tray .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.fixed-tray .panel-group .panel + .panel {
  margin-top: 5px;
}
.fixed-tray .panel-group .panel-heading {
  border-bottom: 0;
}
.fixed-tray .panel-group .panel-heading + .panel-collapse > .panel-body,
.fixed-tray .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.fixed-tray .panel-group .panel-footer {
  border-top: 0;
}
.fixed-tray .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.fixed-tray .panel-default {
  border-color: #ddd;
}
.fixed-tray .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.fixed-tray .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.fixed-tray .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.fixed-tray .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.fixed-tray .panel-primary {
  border-color: #337ab7;
}
.fixed-tray .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.fixed-tray .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.fixed-tray .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.fixed-tray .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.fixed-tray .panel-success {
  border-color: #d6e9c6;
}
.fixed-tray .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.fixed-tray .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.fixed-tray .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.fixed-tray .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.fixed-tray .panel-info {
  border-color: #bce8f1;
}
.fixed-tray .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.fixed-tray .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.fixed-tray .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.fixed-tray .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.fixed-tray .panel-warning {
  border-color: #faebcc;
}
.fixed-tray .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.fixed-tray .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.fixed-tray .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.fixed-tray .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.fixed-tray .panel-danger {
  border-color: #ebccd1;
}
.fixed-tray .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.fixed-tray .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.fixed-tray .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.fixed-tray .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.fixed-tray .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.fixed-tray .embed-responsive .embed-responsive-item,
.fixed-tray .embed-responsive iframe,
.fixed-tray .embed-responsive embed,
.fixed-tray .embed-responsive object,
.fixed-tray .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.fixed-tray .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.fixed-tray .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.fixed-tray .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);
}
.fixed-tray .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.fixed-tray .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.fixed-tray .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.fixed-tray .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);
}
.fixed-tray .close:hover, .fixed-tray .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fixed-tray button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.fixed-tray .modal-open {
  overflow: hidden;
}
.fixed-tray .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.fixed-tray .modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.fixed-tray .modal.in .modal-dialog {
  transform: translate(0, 0);
}
.fixed-tray .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.fixed-tray .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.fixed-tray .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;
}
.fixed-tray .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.fixed-tray .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fixed-tray .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fixed-tray .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.fixed-tray .modal-header:before, .fixed-tray .modal-header:after {
  content: " ";
  display: table;
}
.fixed-tray .modal-header:after {
  clear: both;
}
.fixed-tray .modal-header .close {
  margin-top: -2px;
}
.fixed-tray .modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.fixed-tray .modal-body {
  position: relative;
  padding: 15px;
}
.fixed-tray .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.fixed-tray .modal-footer:before, .fixed-tray .modal-footer:after {
  content: " ";
  display: table;
}
.fixed-tray .modal-footer:after {
  clear: both;
}
.fixed-tray .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.fixed-tray .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.fixed-tray .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.fixed-tray .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 801px) {
  .fixed-tray .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .fixed-tray .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .fixed-tray .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .fixed-tray .modal-lg {
    width: 900px;
  }
}
.fixed-tray .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: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fixed-tray .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.fixed-tray .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.fixed-tray .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.fixed-tray .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.fixed-tray .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.fixed-tray .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.fixed-tray .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fixed-tray .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.fixed-tray .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.fixed-tray .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.fixed-tray .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.fixed-tray .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.fixed-tray .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.fixed-tray .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.fixed-tray .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.fixed-tray .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);
}
.fixed-tray .popover.top {
  margin-top: -10px;
}
.fixed-tray .popover.right {
  margin-left: 10px;
}
.fixed-tray .popover.bottom {
  margin-top: 10px;
}
.fixed-tray .popover.left {
  margin-left: -10px;
}
.fixed-tray .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.fixed-tray .popover-content {
  padding: 9px 14px;
}
.fixed-tray .popover > .arrow, .fixed-tray .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fixed-tray .popover > .arrow {
  border-width: 11px;
}
.fixed-tray .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.fixed-tray .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;
}
.fixed-tray .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.fixed-tray .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);
}
.fixed-tray .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.fixed-tray .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;
}
.fixed-tray .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.fixed-tray .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);
}
.fixed-tray .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.fixed-tray .carousel {
  position: relative;
}
.fixed-tray .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.fixed-tray .carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.fixed-tray .carousel-inner > .item > img,
.fixed-tray .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .fixed-tray .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .fixed-tray .carousel-inner > .item.next, .fixed-tray .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .fixed-tray .carousel-inner > .item.prev, .fixed-tray .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .fixed-tray .carousel-inner > .item.next.left, .fixed-tray .carousel-inner > .item.prev.right, .fixed-tray .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.fixed-tray .carousel-inner > .active,
.fixed-tray .carousel-inner > .next,
.fixed-tray .carousel-inner > .prev {
  display: block;
}
.fixed-tray .carousel-inner > .active {
  left: 0;
}
.fixed-tray .carousel-inner > .next,
.fixed-tray .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.fixed-tray .carousel-inner > .next {
  left: 100%;
}
.fixed-tray .carousel-inner > .prev {
  left: -100%;
}
.fixed-tray .carousel-inner > .next.left,
.fixed-tray .carousel-inner > .prev.right {
  left: 0;
}
.fixed-tray .carousel-inner > .active.left {
  left: -100%;
}
.fixed-tray .carousel-inner > .active.right {
  left: 100%;
}
.fixed-tray .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);
}
.fixed-tray .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);
}
.fixed-tray .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);
}
.fixed-tray .carousel-control:hover, .fixed-tray .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.fixed-tray .carousel-control .icon-prev,
.fixed-tray .carousel-control .icon-next,
.fixed-tray .carousel-control .glyphicon-chevron-left,
.fixed-tray .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.fixed-tray .carousel-control .icon-prev,
.fixed-tray .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.fixed-tray .carousel-control .icon-next,
.fixed-tray .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.fixed-tray .carousel-control .icon-prev,
.fixed-tray .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.fixed-tray .carousel-control .icon-prev:before {
  content: "‹";
}
.fixed-tray .carousel-control .icon-next:before {
  content: "›";
}
.fixed-tray .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;
}
.fixed-tray .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);
}
.fixed-tray .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.fixed-tray .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);
}
.fixed-tray .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 801px) {
  .fixed-tray .carousel-control .glyphicon-chevron-left,
  .fixed-tray .carousel-control .glyphicon-chevron-right,
  .fixed-tray .carousel-control .icon-prev,
  .fixed-tray .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .fixed-tray .carousel-control .glyphicon-chevron-left,
  .fixed-tray .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .fixed-tray .carousel-control .glyphicon-chevron-right,
  .fixed-tray .carousel-control .icon-next {
    margin-right: -10px;
  }
  .fixed-tray .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .fixed-tray .carousel-indicators {
    bottom: 20px;
  }
}
.fixed-tray .clearfix:before, .fixed-tray .clearfix:after {
  content: " ";
  display: table;
}
.fixed-tray .clearfix:after {
  clear: both;
}
.fixed-tray .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fixed-tray .pull-right {
  float: right !important;
}
.fixed-tray .pull-left {
  float: left !important;
}
.fixed-tray .hide {
  display: none !important;
}
.fixed-tray .show {
  display: block !important;
}
.fixed-tray .invisible {
  visibility: hidden;
}
.fixed-tray .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.fixed-tray .hidden {
  display: none !important;
}
.fixed-tray .affix {
  position: fixed;
}
.fixed-tray .visible-xxs {
  display: none !important;
}
.fixed-tray .visible-xs {
  display: none !important;
}
.fixed-tray .visible-sm {
  display: none !important;
}
.fixed-tray .visible-md {
  display: none !important;
}
.fixed-tray .visible-lg {
  display: none !important;
}
.fixed-tray .visible-xxs-block,
.fixed-tray .visible-xxs-inline,
.fixed-tray .visible-xxs-inline-block,
.fixed-tray .visible-xs-block,
.fixed-tray .visible-xs-inline,
.fixed-tray .visible-xs-inline-block,
.fixed-tray .visible-sm-block,
.fixed-tray .visible-sm-inline,
.fixed-tray .visible-sm-inline-block,
.fixed-tray .visible-md-block,
.fixed-tray .visible-md-inline,
.fixed-tray .visible-md-inline-block,
.fixed-tray .visible-lg-block,
.fixed-tray .visible-lg-inline,
.fixed-tray .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .fixed-tray .visible-xxs {
    display: block !important;
  }
  .fixed-tray table.visible-xxs {
    display: table !important;
  }
  .fixed-tray tr.visible-xxs {
    display: table-row !important;
  }
  .fixed-tray th.visible-xxs,
  .fixed-tray td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .fixed-tray .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .fixed-tray .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .fixed-tray .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 800px) {
  .fixed-tray .visible-xs {
    display: block !important;
  }
  .fixed-tray table.visible-xs {
    display: table !important;
  }
  .fixed-tray tr.visible-xs {
    display: table-row !important;
  }
  .fixed-tray th.visible-xs,
  .fixed-tray td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 800px) {
  .fixed-tray .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 800px) {
  .fixed-tray .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 800px) {
  .fixed-tray .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .fixed-tray .visible-sm {
    display: block !important;
  }
  .fixed-tray table.visible-sm {
    display: table !important;
  }
  .fixed-tray tr.visible-sm {
    display: table-row !important;
  }
  .fixed-tray th.visible-sm,
  .fixed-tray td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .fixed-tray .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .fixed-tray .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .fixed-tray .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .fixed-tray .visible-md {
    display: block !important;
  }
  .fixed-tray table.visible-md {
    display: table !important;
  }
  .fixed-tray tr.visible-md {
    display: table-row !important;
  }
  .fixed-tray th.visible-md,
  .fixed-tray td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .fixed-tray .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .fixed-tray .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .fixed-tray .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .visible-lg {
    display: block !important;
  }
  .fixed-tray table.visible-lg {
    display: table !important;
  }
  .fixed-tray tr.visible-lg {
    display: table-row !important;
  }
  .fixed-tray th.visible-lg,
  .fixed-tray td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .fixed-tray .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 800px) {
  .fixed-tray .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .fixed-tray .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .fixed-tray .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .hidden-lg {
    display: none !important;
  }
}
.fixed-tray .visible-print {
  display: none !important;
}
@media print {
  .fixed-tray .visible-print {
    display: block !important;
  }
  .fixed-tray table.visible-print {
    display: table !important;
  }
  .fixed-tray tr.visible-print {
    display: table-row !important;
  }
  .fixed-tray th.visible-print,
  .fixed-tray td.visible-print {
    display: table-cell !important;
  }
}
.fixed-tray .visible-print-block {
  display: none !important;
}
@media print {
  .fixed-tray .visible-print-block {
    display: block !important;
  }
}
.fixed-tray .visible-print-inline {
  display: none !important;
}
@media print {
  .fixed-tray .visible-print-inline {
    display: inline !important;
  }
}
.fixed-tray .visible-print-inline-block {
  display: none !important;
}
@media print {
  .fixed-tray .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .fixed-tray .hidden-print {
    display: none !important;
  }
}
.fixed-tray .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fixed-tray .container:before, .fixed-tray .container:after {
  content: " ";
  display: table;
}
.fixed-tray .container:after {
  clear: both;
}
@media (min-width: 801px) {
  .fixed-tray .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .fixed-tray .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .container {
    width: 1170px;
  }
}
.fixed-tray .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.fixed-tray .container-fluid:before, .fixed-tray .container-fluid:after {
  content: " ";
  display: table;
}
.fixed-tray .container-fluid:after {
  clear: both;
}
.fixed-tray .row {
  margin-left: -15px;
  margin-right: -15px;
}
.fixed-tray .row:before, .fixed-tray .row:after {
  content: " ";
  display: table;
}
.fixed-tray .row:after {
  clear: both;
}
.fixed-tray .col-xs-1, .fixed-tray .col-sm-1, .fixed-tray .col-md-1, .fixed-tray .col-lg-1, .fixed-tray .col-xs-2, .fixed-tray .col-sm-2, .fixed-tray .col-md-2, .fixed-tray .col-lg-2, .fixed-tray .col-xs-3, .fixed-tray .col-sm-3, .fixed-tray .col-md-3, .fixed-tray .col-lg-3, .fixed-tray .col-xs-4, .fixed-tray .col-sm-4, .fixed-tray .col-md-4, .fixed-tray .col-lg-4, .fixed-tray .col-xs-5, .fixed-tray .col-sm-5, .fixed-tray .col-md-5, .fixed-tray .col-lg-5, .fixed-tray .col-xs-6, .fixed-tray .col-sm-6, .fixed-tray .col-md-6, .fixed-tray .col-lg-6, .fixed-tray .col-xs-7, .fixed-tray .col-sm-7, .fixed-tray .col-md-7, .fixed-tray .col-lg-7, .fixed-tray .col-xs-8, .fixed-tray .col-sm-8, .fixed-tray .col-md-8, .fixed-tray .col-lg-8, .fixed-tray .col-xs-9, .fixed-tray .col-sm-9, .fixed-tray .col-md-9, .fixed-tray .col-lg-9, .fixed-tray .col-xs-10, .fixed-tray .col-sm-10, .fixed-tray .col-md-10, .fixed-tray .col-lg-10, .fixed-tray .col-xs-11, .fixed-tray .col-sm-11, .fixed-tray .col-md-11, .fixed-tray .col-lg-11, .fixed-tray .col-xs-12, .fixed-tray .col-sm-12, .fixed-tray .col-md-12, .fixed-tray .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.fixed-tray .col-xxs-1, .fixed-tray .col-xxs-2, .fixed-tray .col-xxs-3, .fixed-tray .col-xxs-4, .fixed-tray .col-xxs-5, .fixed-tray .col-xxs-6, .fixed-tray .col-xxs-7, .fixed-tray .col-xxs-8, .fixed-tray .col-xxs-9, .fixed-tray .col-xxs-10, .fixed-tray .col-xxs-11, .fixed-tray .col-xxs-12 {
  float: left;
}
.fixed-tray .col-xxs-1 {
  width: 8.3333333333%;
}
.fixed-tray .col-xxs-2 {
  width: 16.6666666667%;
}
.fixed-tray .col-xxs-3 {
  width: 25%;
}
.fixed-tray .col-xxs-4 {
  width: 33.3333333333%;
}
.fixed-tray .col-xxs-5 {
  width: 41.6666666667%;
}
.fixed-tray .col-xxs-6 {
  width: 50%;
}
.fixed-tray .col-xxs-7 {
  width: 58.3333333333%;
}
.fixed-tray .col-xxs-8 {
  width: 66.6666666667%;
}
.fixed-tray .col-xxs-9 {
  width: 75%;
}
.fixed-tray .col-xxs-10 {
  width: 83.3333333333%;
}
.fixed-tray .col-xxs-11 {
  width: 91.6666666667%;
}
.fixed-tray .col-xxs-12 {
  width: 100%;
}
.fixed-tray .col-xxs-pull-0 {
  right: auto;
}
.fixed-tray .col-xxs-pull-1 {
  right: 8.3333333333%;
}
.fixed-tray .col-xxs-pull-2 {
  right: 16.6666666667%;
}
.fixed-tray .col-xxs-pull-3 {
  right: 25%;
}
.fixed-tray .col-xxs-pull-4 {
  right: 33.3333333333%;
}
.fixed-tray .col-xxs-pull-5 {
  right: 41.6666666667%;
}
.fixed-tray .col-xxs-pull-6 {
  right: 50%;
}
.fixed-tray .col-xxs-pull-7 {
  right: 58.3333333333%;
}
.fixed-tray .col-xxs-pull-8 {
  right: 66.6666666667%;
}
.fixed-tray .col-xxs-pull-9 {
  right: 75%;
}
.fixed-tray .col-xxs-pull-10 {
  right: 83.3333333333%;
}
.fixed-tray .col-xxs-pull-11 {
  right: 91.6666666667%;
}
.fixed-tray .col-xxs-pull-12 {
  right: 100%;
}
.fixed-tray .col-xxs-push-0 {
  left: auto;
}
.fixed-tray .col-xxs-push-1 {
  left: 8.3333333333%;
}
.fixed-tray .col-xxs-push-2 {
  left: 16.6666666667%;
}
.fixed-tray .col-xxs-push-3 {
  left: 25%;
}
.fixed-tray .col-xxs-push-4 {
  left: 33.3333333333%;
}
.fixed-tray .col-xxs-push-5 {
  left: 41.6666666667%;
}
.fixed-tray .col-xxs-push-6 {
  left: 50%;
}
.fixed-tray .col-xxs-push-7 {
  left: 58.3333333333%;
}
.fixed-tray .col-xxs-push-8 {
  left: 66.6666666667%;
}
.fixed-tray .col-xxs-push-9 {
  left: 75%;
}
.fixed-tray .col-xxs-push-10 {
  left: 83.3333333333%;
}
.fixed-tray .col-xxs-push-11 {
  left: 91.6666666667%;
}
.fixed-tray .col-xxs-push-12 {
  left: 100%;
}
.fixed-tray .col-xxs-offset-0 {
  margin-left: 0%;
}
.fixed-tray .col-xxs-offset-1 {
  margin-left: 8.3333333333%;
}
.fixed-tray .col-xxs-offset-2 {
  margin-left: 16.6666666667%;
}
.fixed-tray .col-xxs-offset-3 {
  margin-left: 25%;
}
.fixed-tray .col-xxs-offset-4 {
  margin-left: 33.3333333333%;
}
.fixed-tray .col-xxs-offset-5 {
  margin-left: 41.6666666667%;
}
.fixed-tray .col-xxs-offset-6 {
  margin-left: 50%;
}
.fixed-tray .col-xxs-offset-7 {
  margin-left: 58.3333333333%;
}
.fixed-tray .col-xxs-offset-8 {
  margin-left: 66.6666666667%;
}
.fixed-tray .col-xxs-offset-9 {
  margin-left: 75%;
}
.fixed-tray .col-xxs-offset-10 {
  margin-left: 83.3333333333%;
}
.fixed-tray .col-xxs-offset-11 {
  margin-left: 91.6666666667%;
}
.fixed-tray .col-xxs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 480px) {
  .fixed-tray .col-xs-1, .fixed-tray .col-xs-2, .fixed-tray .col-xs-3, .fixed-tray .col-xs-4, .fixed-tray .col-xs-5, .fixed-tray .col-xs-6, .fixed-tray .col-xs-7, .fixed-tray .col-xs-8, .fixed-tray .col-xs-9, .fixed-tray .col-xs-10, .fixed-tray .col-xs-11, .fixed-tray .col-xs-12 {
    float: left;
  }
  .fixed-tray .col-xs-1 {
    width: 8.3333333333%;
  }
  .fixed-tray .col-xs-2 {
    width: 16.6666666667%;
  }
  .fixed-tray .col-xs-3 {
    width: 25%;
  }
  .fixed-tray .col-xs-4 {
    width: 33.3333333333%;
  }
  .fixed-tray .col-xs-5 {
    width: 41.6666666667%;
  }
  .fixed-tray .col-xs-6 {
    width: 50%;
  }
  .fixed-tray .col-xs-7 {
    width: 58.3333333333%;
  }
  .fixed-tray .col-xs-8 {
    width: 66.6666666667%;
  }
  .fixed-tray .col-xs-9 {
    width: 75%;
  }
  .fixed-tray .col-xs-10 {
    width: 83.3333333333%;
  }
  .fixed-tray .col-xs-11 {
    width: 91.6666666667%;
  }
  .fixed-tray .col-xs-12 {
    width: 100%;
  }
  .fixed-tray .col-xs-pull-0 {
    right: auto;
  }
  .fixed-tray .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .fixed-tray .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .fixed-tray .col-xs-pull-3 {
    right: 25%;
  }
  .fixed-tray .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .fixed-tray .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .fixed-tray .col-xs-pull-6 {
    right: 50%;
  }
  .fixed-tray .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .fixed-tray .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .fixed-tray .col-xs-pull-9 {
    right: 75%;
  }
  .fixed-tray .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .fixed-tray .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .fixed-tray .col-xs-pull-12 {
    right: 100%;
  }
  .fixed-tray .col-xs-push-0 {
    left: auto;
  }
  .fixed-tray .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .fixed-tray .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .fixed-tray .col-xs-push-3 {
    left: 25%;
  }
  .fixed-tray .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .fixed-tray .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .fixed-tray .col-xs-push-6 {
    left: 50%;
  }
  .fixed-tray .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .fixed-tray .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .fixed-tray .col-xs-push-9 {
    left: 75%;
  }
  .fixed-tray .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .fixed-tray .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .fixed-tray .col-xs-push-12 {
    left: 100%;
  }
  .fixed-tray .col-xs-offset-0 {
    margin-left: 0%;
  }
  .fixed-tray .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .fixed-tray .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .fixed-tray .col-xs-offset-3 {
    margin-left: 25%;
  }
  .fixed-tray .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .fixed-tray .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .fixed-tray .col-xs-offset-6 {
    margin-left: 50%;
  }
  .fixed-tray .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .fixed-tray .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .fixed-tray .col-xs-offset-9 {
    margin-left: 75%;
  }
  .fixed-tray .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .fixed-tray .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .fixed-tray .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 801px) {
  .fixed-tray .col-sm-1, .fixed-tray .col-sm-2, .fixed-tray .col-sm-3, .fixed-tray .col-sm-4, .fixed-tray .col-sm-5, .fixed-tray .col-sm-6, .fixed-tray .col-sm-7, .fixed-tray .col-sm-8, .fixed-tray .col-sm-9, .fixed-tray .col-sm-10, .fixed-tray .col-sm-11, .fixed-tray .col-sm-12 {
    float: left;
  }
  .fixed-tray .col-sm-1 {
    width: 8.3333333333%;
  }
  .fixed-tray .col-sm-2 {
    width: 16.6666666667%;
  }
  .fixed-tray .col-sm-3 {
    width: 25%;
  }
  .fixed-tray .col-sm-4 {
    width: 33.3333333333%;
  }
  .fixed-tray .col-sm-5 {
    width: 41.6666666667%;
  }
  .fixed-tray .col-sm-6 {
    width: 50%;
  }
  .fixed-tray .col-sm-7 {
    width: 58.3333333333%;
  }
  .fixed-tray .col-sm-8 {
    width: 66.6666666667%;
  }
  .fixed-tray .col-sm-9 {
    width: 75%;
  }
  .fixed-tray .col-sm-10 {
    width: 83.3333333333%;
  }
  .fixed-tray .col-sm-11 {
    width: 91.6666666667%;
  }
  .fixed-tray .col-sm-12 {
    width: 100%;
  }
  .fixed-tray .col-sm-pull-0 {
    right: auto;
  }
  .fixed-tray .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .fixed-tray .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .fixed-tray .col-sm-pull-3 {
    right: 25%;
  }
  .fixed-tray .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .fixed-tray .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .fixed-tray .col-sm-pull-6 {
    right: 50%;
  }
  .fixed-tray .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .fixed-tray .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .fixed-tray .col-sm-pull-9 {
    right: 75%;
  }
  .fixed-tray .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .fixed-tray .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .fixed-tray .col-sm-pull-12 {
    right: 100%;
  }
  .fixed-tray .col-sm-push-0 {
    left: auto;
  }
  .fixed-tray .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .fixed-tray .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .fixed-tray .col-sm-push-3 {
    left: 25%;
  }
  .fixed-tray .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .fixed-tray .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .fixed-tray .col-sm-push-6 {
    left: 50%;
  }
  .fixed-tray .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .fixed-tray .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .fixed-tray .col-sm-push-9 {
    left: 75%;
  }
  .fixed-tray .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .fixed-tray .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .fixed-tray .col-sm-push-12 {
    left: 100%;
  }
  .fixed-tray .col-sm-offset-0 {
    margin-left: 0%;
  }
  .fixed-tray .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .fixed-tray .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .fixed-tray .col-sm-offset-3 {
    margin-left: 25%;
  }
  .fixed-tray .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .fixed-tray .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .fixed-tray .col-sm-offset-6 {
    margin-left: 50%;
  }
  .fixed-tray .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .fixed-tray .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .fixed-tray .col-sm-offset-9 {
    margin-left: 75%;
  }
  .fixed-tray .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .fixed-tray .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .fixed-tray .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .fixed-tray .col-md-1, .fixed-tray .col-md-2, .fixed-tray .col-md-3, .fixed-tray .col-md-4, .fixed-tray .col-md-5, .fixed-tray .col-md-6, .fixed-tray .col-md-7, .fixed-tray .col-md-8, .fixed-tray .col-md-9, .fixed-tray .col-md-10, .fixed-tray .col-md-11, .fixed-tray .col-md-12 {
    float: left;
  }
  .fixed-tray .col-md-1 {
    width: 8.3333333333%;
  }
  .fixed-tray .col-md-2 {
    width: 16.6666666667%;
  }
  .fixed-tray .col-md-3 {
    width: 25%;
  }
  .fixed-tray .col-md-4 {
    width: 33.3333333333%;
  }
  .fixed-tray .col-md-5 {
    width: 41.6666666667%;
  }
  .fixed-tray .col-md-6 {
    width: 50%;
  }
  .fixed-tray .col-md-7 {
    width: 58.3333333333%;
  }
  .fixed-tray .col-md-8 {
    width: 66.6666666667%;
  }
  .fixed-tray .col-md-9 {
    width: 75%;
  }
  .fixed-tray .col-md-10 {
    width: 83.3333333333%;
  }
  .fixed-tray .col-md-11 {
    width: 91.6666666667%;
  }
  .fixed-tray .col-md-12 {
    width: 100%;
  }
  .fixed-tray .col-md-pull-0 {
    right: auto;
  }
  .fixed-tray .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .fixed-tray .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .fixed-tray .col-md-pull-3 {
    right: 25%;
  }
  .fixed-tray .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .fixed-tray .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .fixed-tray .col-md-pull-6 {
    right: 50%;
  }
  .fixed-tray .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .fixed-tray .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .fixed-tray .col-md-pull-9 {
    right: 75%;
  }
  .fixed-tray .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .fixed-tray .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .fixed-tray .col-md-pull-12 {
    right: 100%;
  }
  .fixed-tray .col-md-push-0 {
    left: auto;
  }
  .fixed-tray .col-md-push-1 {
    left: 8.3333333333%;
  }
  .fixed-tray .col-md-push-2 {
    left: 16.6666666667%;
  }
  .fixed-tray .col-md-push-3 {
    left: 25%;
  }
  .fixed-tray .col-md-push-4 {
    left: 33.3333333333%;
  }
  .fixed-tray .col-md-push-5 {
    left: 41.6666666667%;
  }
  .fixed-tray .col-md-push-6 {
    left: 50%;
  }
  .fixed-tray .col-md-push-7 {
    left: 58.3333333333%;
  }
  .fixed-tray .col-md-push-8 {
    left: 66.6666666667%;
  }
  .fixed-tray .col-md-push-9 {
    left: 75%;
  }
  .fixed-tray .col-md-push-10 {
    left: 83.3333333333%;
  }
  .fixed-tray .col-md-push-11 {
    left: 91.6666666667%;
  }
  .fixed-tray .col-md-push-12 {
    left: 100%;
  }
  .fixed-tray .col-md-offset-0 {
    margin-left: 0%;
  }
  .fixed-tray .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .fixed-tray .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .fixed-tray .col-md-offset-3 {
    margin-left: 25%;
  }
  .fixed-tray .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .fixed-tray .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .fixed-tray .col-md-offset-6 {
    margin-left: 50%;
  }
  .fixed-tray .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .fixed-tray .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .fixed-tray .col-md-offset-9 {
    margin-left: 75%;
  }
  .fixed-tray .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .fixed-tray .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .fixed-tray .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .col-lg-1, .fixed-tray .col-lg-2, .fixed-tray .col-lg-3, .fixed-tray .col-lg-4, .fixed-tray .col-lg-5, .fixed-tray .col-lg-6, .fixed-tray .col-lg-7, .fixed-tray .col-lg-8, .fixed-tray .col-lg-9, .fixed-tray .col-lg-10, .fixed-tray .col-lg-11, .fixed-tray .col-lg-12 {
    float: left;
  }
  .fixed-tray .col-lg-1 {
    width: 8.3333333333%;
  }
  .fixed-tray .col-lg-2 {
    width: 16.6666666667%;
  }
  .fixed-tray .col-lg-3 {
    width: 25%;
  }
  .fixed-tray .col-lg-4 {
    width: 33.3333333333%;
  }
  .fixed-tray .col-lg-5 {
    width: 41.6666666667%;
  }
  .fixed-tray .col-lg-6 {
    width: 50%;
  }
  .fixed-tray .col-lg-7 {
    width: 58.3333333333%;
  }
  .fixed-tray .col-lg-8 {
    width: 66.6666666667%;
  }
  .fixed-tray .col-lg-9 {
    width: 75%;
  }
  .fixed-tray .col-lg-10 {
    width: 83.3333333333%;
  }
  .fixed-tray .col-lg-11 {
    width: 91.6666666667%;
  }
  .fixed-tray .col-lg-12 {
    width: 100%;
  }
  .fixed-tray .col-lg-pull-0 {
    right: auto;
  }
  .fixed-tray .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .fixed-tray .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .fixed-tray .col-lg-pull-3 {
    right: 25%;
  }
  .fixed-tray .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .fixed-tray .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .fixed-tray .col-lg-pull-6 {
    right: 50%;
  }
  .fixed-tray .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .fixed-tray .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .fixed-tray .col-lg-pull-9 {
    right: 75%;
  }
  .fixed-tray .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .fixed-tray .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .fixed-tray .col-lg-pull-12 {
    right: 100%;
  }
  .fixed-tray .col-lg-push-0 {
    left: auto;
  }
  .fixed-tray .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .fixed-tray .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .fixed-tray .col-lg-push-3 {
    left: 25%;
  }
  .fixed-tray .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .fixed-tray .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .fixed-tray .col-lg-push-6 {
    left: 50%;
  }
  .fixed-tray .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .fixed-tray .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .fixed-tray .col-lg-push-9 {
    left: 75%;
  }
  .fixed-tray .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .fixed-tray .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .fixed-tray .col-lg-push-12 {
    left: 100%;
  }
  .fixed-tray .col-lg-offset-0 {
    margin-left: 0%;
  }
  .fixed-tray .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .fixed-tray .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .fixed-tray .col-lg-offset-3 {
    margin-left: 25%;
  }
  .fixed-tray .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .fixed-tray .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .fixed-tray .col-lg-offset-6 {
    margin-left: 50%;
  }
  .fixed-tray .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .fixed-tray .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .fixed-tray .col-lg-offset-9 {
    margin-left: 75%;
  }
  .fixed-tray .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .fixed-tray .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .fixed-tray .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.fixed-tray .visible-xxs {
  display: none !important;
}
.fixed-tray .visible-xs {
  display: none !important;
}
.fixed-tray .visible-sm {
  display: none !important;
}
.fixed-tray .visible-md {
  display: none !important;
}
.fixed-tray .visible-lg {
  display: none !important;
}
.fixed-tray .visible-xxs-block,
.fixed-tray .visible-xxs-inline,
.fixed-tray .visible-xxs-inline-block,
.fixed-tray .visible-xs-block,
.fixed-tray .visible-xs-inline,
.fixed-tray .visible-xs-inline-block,
.fixed-tray .visible-sm-block,
.fixed-tray .visible-sm-inline,
.fixed-tray .visible-sm-inline-block,
.fixed-tray .visible-md-block,
.fixed-tray .visible-md-inline,
.fixed-tray .visible-md-inline-block,
.fixed-tray .visible-lg-block,
.fixed-tray .visible-lg-inline,
.fixed-tray .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .fixed-tray .visible-xxs {
    display: block !important;
  }
  .fixed-tray table.visible-xxs {
    display: table !important;
  }
  .fixed-tray tr.visible-xxs {
    display: table-row !important;
  }
  .fixed-tray th.visible-xxs,
  .fixed-tray td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .fixed-tray .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .fixed-tray .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .fixed-tray .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 800px) {
  .fixed-tray .visible-xs {
    display: block !important;
  }
  .fixed-tray table.visible-xs {
    display: table !important;
  }
  .fixed-tray tr.visible-xs {
    display: table-row !important;
  }
  .fixed-tray th.visible-xs,
  .fixed-tray td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 800px) {
  .fixed-tray .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 800px) {
  .fixed-tray .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 800px) {
  .fixed-tray .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .fixed-tray .visible-sm {
    display: block !important;
  }
  .fixed-tray table.visible-sm {
    display: table !important;
  }
  .fixed-tray tr.visible-sm {
    display: table-row !important;
  }
  .fixed-tray th.visible-sm,
  .fixed-tray td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .fixed-tray .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .fixed-tray .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .fixed-tray .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .fixed-tray .visible-md {
    display: block !important;
  }
  .fixed-tray table.visible-md {
    display: table !important;
  }
  .fixed-tray tr.visible-md {
    display: table-row !important;
  }
  .fixed-tray th.visible-md,
  .fixed-tray td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .fixed-tray .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .fixed-tray .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .fixed-tray .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .visible-lg {
    display: block !important;
  }
  .fixed-tray table.visible-lg {
    display: table !important;
  }
  .fixed-tray tr.visible-lg {
    display: table-row !important;
  }
  .fixed-tray th.visible-lg,
  .fixed-tray td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .fixed-tray .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 800px) {
  .fixed-tray .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .fixed-tray .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .fixed-tray .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .hidden-lg {
    display: none !important;
  }
}
.fixed-tray .visible-print {
  display: none !important;
}
@media print {
  .fixed-tray .visible-print {
    display: block !important;
  }
  .fixed-tray table.visible-print {
    display: table !important;
  }
  .fixed-tray tr.visible-print {
    display: table-row !important;
  }
  .fixed-tray th.visible-print,
  .fixed-tray td.visible-print {
    display: table-cell !important;
  }
}
.fixed-tray .visible-print-block {
  display: none !important;
}
@media print {
  .fixed-tray .visible-print-block {
    display: block !important;
  }
}
.fixed-tray .visible-print-inline {
  display: none !important;
}
@media print {
  .fixed-tray .visible-print-inline {
    display: inline !important;
  }
}
.fixed-tray .visible-print-inline-block {
  display: none !important;
}
@media print {
  .fixed-tray .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .fixed-tray .hidden-print {
    display: none !important;
  }
}
.fixed-tray .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}
@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;
}
.fixed-tray .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;
}
.fixed-tray .motif-about:before {
  content: "\e900";
}
.fixed-tray .motif-access-for-blind:before {
  content: "\e901";
}
.fixed-tray .motif-add-more:before {
  content: "\eb32";
}
.fixed-tray .motif-add-phone:before {
  content: "\e902";
}
.fixed-tray .motif-add-shopping-cart:before {
  content: "\e903";
}
.fixed-tray .motif-add-tag:before {
  content: "\e904";
}
.fixed-tray .motif-add-text:before {
  content: "\e905";
}
.fixed-tray .motif-aed:before {
  content: "\e906";
}
.fixed-tray .motif-aids-ribbon:before {
  content: "\e907";
}
.fixed-tray .motif-alarm-clock:before {
  content: "\e908";
}
.fixed-tray .motif-alluminium_massagetable:before {
  content: "\e909";
}
.fixed-tray .motif-alphabetical-sorting:before {
  content: "\e90a";
}
.fixed-tray .motif-alphabetical-sorting-2:before {
  content: "\e90b";
}
.fixed-tray .motif-ambulance:before {
  content: "\e90c";
}
.fixed-tray .motif-amnesty_international:before {
  content: "\e90d";
}
.fixed-tray .motif-amputee:before {
  content: "\e90e";
}
.fixed-tray .motif-angle-down:before {
  content: "\e90f";
}
.fixed-tray .motif-angle-left:before {
  content: "\e910";
}
.fixed-tray .motif-angle-right:before {
  content: "\e911";
}
.fixed-tray .motif-angle-up:before {
  content: "\e912";
}
.fixed-tray .motif-antiseptic-cream:before {
  content: "\e913";
}
.fixed-tray .motif-apple:before {
  content: "\e914";
}
.fixed-tray .motif-appointment-reminders:before {
  content: "\e915";
}
.fixed-tray .motif-archived:before {
  content: "\eb25";
}
.fixed-tray .motif-arrow:before {
  content: "\e916";
}
.fixed-tray .motif-arrow-pointing-left:before {
  content: "\e917";
}
.fixed-tray .motif-arrows-long-down:before {
  content: "\e918";
}
.fixed-tray .motif-arrows-long-left:before {
  content: "\e919";
}
.fixed-tray .motif-arrows-long-right:before {
  content: "\e91a";
}
.fixed-tray .motif-arrows-long-up:before {
  content: "\e91b";
}
.fixed-tray .motif-assistive_listening_systems:before {
  content: "\e91c";
}
.fixed-tray .motif-attention:before {
  content: "\e91d";
}
.fixed-tray .motif-audio-description:before {
  content: "\e91e";
}
.fixed-tray .motif-average:before {
  content: "\e91f";
}
.fixed-tray .motif-average-2:before {
  content: "\e920";
}
.fixed-tray .motif-avocado:before {
  content: "\eb33";
}
.fixed-tray .motif-ball-point-pen:before {
  content: "\e921";
}
.fixed-tray .motif-banana:before {
  content: "\e922";
}
.fixed-tray .motif-bandage:before {
  content: "\e923";
}
.fixed-tray .motif-bank-cards:before {
  content: "\eb34";
}
.fixed-tray .motif-bench-press-with-dumbbells:before {
  content: "\e924";
}
.fixed-tray .motif-bento-box:before {
  content: "\eb28";
}
.fixed-tray .motif-binoculars:before {
  content: "\e925";
}
.fixed-tray .motif-birthday-cake:before {
  content: "\e926";
}
.fixed-tray .motif-bitbucket:before {
  content: "\e927";
}
.fixed-tray .motif-blind:before {
  content: "\e928";
}
.fixed-tray .motif-block:before {
  content: "\e929";
}
.fixed-tray .motif-body-scan:before {
  content: "\e92a";
}
.fixed-tray .motif-bookmark:before {
  content: "\e92b";
}
.fixed-tray .motif-bookmark-ribbon:before {
  content: "\e92c";
}
.fixed-tray .motif-bottle-of-water:before {
  content: "\e92d";
}
.fixed-tray .motif-braille:before {
  content: "\e92e";
}
.fixed-tray .motif-brain:before {
  content: "\e92f";
}
.fixed-tray .motif-bullet:before {
  content: "\eb35";
}
.fixed-tray .motif-bulleted-list:before {
  content: "\e930";
}
.fixed-tray .motif-business-contact:before {
  content: "\e931";
}
.fixed-tray .motif-buy:before {
  content: "\e932";
}
.fixed-tray .motif-caduceus:before {
  content: "\e933";
}
.fixed-tray .motif-caduceus_gavel:before {
  content: "\e934";
}
.fixed-tray .motif-cafe:before {
  content: "\e935";
}
.fixed-tray .motif-calculator:before {
  content: "\e936";
}
.fixed-tray .motif-calendar:before {
  content: "\e937";
}
.fixed-tray .motif-calendar-minus:before {
  content: "\e938";
}
.fixed-tray .motif-calendar-plus:before {
  content: "\e939";
}
.fixed-tray .motif-call-transfer:before {
  content: "\e93a";
}
.fixed-tray .motif-calories:before {
  content: "\eb36";
}
.fixed-tray .motif-cancel:before {
  content: "\e93b";
}
.fixed-tray .motif-cancel-2:before {
  content: "\e93c";
}
.fixed-tray .motif-cancel-file:before {
  content: "\e93d";
}
.fixed-tray .motif-cancer-ribbon:before {
  content: "\e93e";
}
.fixed-tray .motif-car:before {
  content: "\eb37";
}
.fixed-tray .motif-card-exchange:before {
  content: "\e93f";
}
.fixed-tray .motif-card-security:before {
  content: "\e940";
}
.fixed-tray .motif-card-security-code:before {
  content: "\e941";
}
.fixed-tray .motif-card-verification-value:before {
  content: "\e942";
}
.fixed-tray .motif-cardboard-box:before {
  content: "\e943";
}
.fixed-tray .motif-cast:before {
  content: "\e944";
}
.fixed-tray .motif-cc-amex:before {
  content: "\eb29";
}
.fixed-tray .motif-cc-discover:before {
  content: "\eb2a";
}
.fixed-tray .motif-cc-mastercard:before {
  content: "\eb2b";
}
.fixed-tray .motif-cc-visa:before {
  content: "\eb2c";
}
.fixed-tray .motif-charge-battery:before {
  content: "\e945";
}
.fixed-tray .motif-chat:before {
  content: "\e946";
}
.fixed-tray .motif-chat-bubble:before {
  content: "\eb2f";
}
.fixed-tray .motif-chat-send:before {
  content: "\eb30";
}
.fixed-tray .motif-cheap-2:before {
  content: "\e947";
}
.fixed-tray .motif-check-wide:before {
  content: "\eb31";
}
.fixed-tray .motif-checked:before {
  content: "\e948";
}
.fixed-tray .motif-checked-2:before {
  content: "\e949";
}
.fixed-tray .motif-checkmark:before {
  content: "\e94a";
}
.fixed-tray .motif-checkout:before {
  content: "\e94b";
}
.fixed-tray .motif-chef-hat:before {
  content: "\eb1d";
}
.fixed-tray .motif-chevron:before {
  content: "\e94c";
}
.fixed-tray .motif-chevron-down:before {
  content: "\e94d";
}
.fixed-tray .motif-chevron-down-round:before {
  content: "\e94e";
}
.fixed-tray .motif-chevron-filled-down:before {
  content: "\e94f";
}
.fixed-tray .motif-chevron-filled-up:before {
  content: "\e950";
}
.fixed-tray .motif-chevron-left:before {
  content: "\e951";
}
.fixed-tray .motif-chevron-left-round:before {
  content: "\e952";
}
.fixed-tray .motif-chevron-right:before {
  content: "\e953";
}
.fixed-tray .motif-chevron-right-round:before {
  content: "\e954";
}
.fixed-tray .motif-chevron-up:before {
  content: "\e955";
}
.fixed-tray .motif-chevron-up-round:before {
  content: "\e956";
}
.fixed-tray .motif-circle:before {
  content: "\e957";
}
.fixed-tray .motif-circle-checked-inverse:before {
  content: "\eb1e";
}
.fixed-tray .motif-circle-notch:before {
  content: "\e958";
}
.fixed-tray .motif-circle-thin:before {
  content: "\e959";
}
.fixed-tray .motif-circled:before {
  content: "\e95a";
}
.fixed-tray .motif-circled-down:before {
  content: "\e95b";
}
.fixed-tray .motif-circled-down-left:before {
  content: "\e95c";
}
.fixed-tray .motif-circled-down-right:before {
  content: "\e95d";
}
.fixed-tray .motif-circled-left:before {
  content: "\e95e";
}
.fixed-tray .motif-circled-right:before {
  content: "\e95f";
}
.fixed-tray .motif-circled-up:before {
  content: "\e960";
}
.fixed-tray .motif-circled-up-left:before {
  content: "\e961";
}
.fixed-tray .motif-circled-up-right:before {
  content: "\e962";
}
.fixed-tray .motif-clinic:before {
  content: "\e963";
}
.fixed-tray .motif-clipboard:before {
  content: "\e964";
}
.fixed-tray .motif-clock:before {
  content: "\e965";
}
.fixed-tray .motif-clone:before {
  content: "\e966";
}
.fixed-tray .motif-closed-captioning:before {
  content: "\e967";
}
.fixed-tray .motif-collapse:before {
  content: "\e968";
}
.fixed-tray .motif-color-dropper:before {
  content: "\e969";
}
.fixed-tray .motif-comments:before {
  content: "\e96a";
}
.fixed-tray .motif-commercial-development-management:before {
  content: "\e96b";
}
.fixed-tray .motif-compare:before {
  content: "\e96c";
}
.fixed-tray .motif-compose:before {
  content: "\eb38";
}
.fixed-tray .motif-compress:before {
  content: "\e96d";
}
.fixed-tray .motif-computer-support:before {
  content: "\e96e";
}
.fixed-tray .motif-concept:before {
  content: "\e96f";
}
.fixed-tray .motif-condom:before {
  content: "\e970";
}
.fixed-tray .motif-condom-package:before {
  content: "\e971";
}
.fixed-tray .motif-contacts:before {
  content: "\e972";
}
.fixed-tray .motif-content:before {
  content: "\e973";
}
.fixed-tray .motif-copy:before {
  content: "\e974";
}
.fixed-tray .motif-coronavirus:before {
  content: "\e975";
}
.fixed-tray .motif-counselor:before {
  content: "\e976";
}
.fixed-tray .motif-create-new:before {
  content: "\e977";
}
.fixed-tray .motif-crop:before {
  content: "\e978";
}
.fixed-tray .motif-crutch:before {
  content: "\e979";
}
.fixed-tray .motif-curls-with-dumbbells:before {
  content: "\e97a";
}
.fixed-tray .motif-cursor:before {
  content: "\e97b";
}
.fixed-tray .motif-customer-support:before {
  content: "\e97c";
}
.fixed-tray .motif-death:before {
  content: "\e97d";
}
.fixed-tray .motif-decrease-font:before {
  content: "\e97e";
}
.fixed-tray .motif-delete:before {
  content: "\e97f";
}
.fixed-tray .motif-delete_link:before {
  content: "\e980";
}
.fixed-tray .motif-delete_slide:before {
  content: "\e981";
}
.fixed-tray .motif-department:before {
  content: "\e982";
}
.fixed-tray .motif-design:before {
  content: "\e983";
}
.fixed-tray .motif-details:before {
  content: "\e984";
}
.fixed-tray .motif-device-information:before {
  content: "\e985";
}
.fixed-tray .motif-diabetes:before {
  content: "\e986";
}
.fixed-tray .motif-diabetes-monitor:before {
  content: "\e987";
}
.fixed-tray .motif-dialysis_machine:before {
  content: "\e988";
}
.fixed-tray .motif-diamond:before {
  content: "\e989";
}
.fixed-tray .motif-dislike:before {
  content: "\e98a";
}
.fixed-tray .motif-dislike-fill:before {
  content: "\e98b";
}
.fixed-tray .motif-doctors-bag:before {
  content: "\e98c";
}
.fixed-tray .motif-doctors-without-borders:before {
  content: "\e98d";
}
.fixed-tray .motif-document:before {
  content: "\e98e";
}
.fixed-tray .motif-documents:before {
  content: "\e98f";
}
.fixed-tray .motif-donate:before {
  content: "\e990";
}
.fixed-tray .motif-door-sensor-alarmed:before {
  content: "\e991";
}
.fixed-tray .motif-double-down:before {
  content: "\e992";
}
.fixed-tray .motif-double-left:before {
  content: "\e993";
}
.fixed-tray .motif-double-right:before {
  content: "\e994";
}
.fixed-tray .motif-double-up:before {
  content: "\e995";
}
.fixed-tray .motif-down-2:before {
  content: "\e996";
}
.fixed-tray .motif-down-3:before {
  content: "\e997";
}
.fixed-tray .motif-down-arrow:before {
  content: "\e998";
}
.fixed-tray .motif-down-left:before {
  content: "\e999";
}
.fixed-tray .motif-down-left-arrow:before {
  content: "\e99a";
}
.fixed-tray .motif-down-left-round:before {
  content: "\e99b";
}
.fixed-tray .motif-down-right:before {
  content: "\e99c";
}
.fixed-tray .motif-down-right-arrow:before {
  content: "\e99d";
}
.fixed-tray .motif-down-right-round:before {
  content: "\e99e";
}
.fixed-tray .motif-down-round:before {
  content: "\e99f";
}
.fixed-tray .motif-down-squared:before {
  content: "\e9a0";
}
.fixed-tray .motif-download:before {
  content: "\e9a1";
}
.fixed-tray .motif-download-2:before {
  content: "\e9a2";
}
.fixed-tray .motif-download-graph-report:before {
  content: "\e9a3";
}
.fixed-tray .motif-download-pie-chart-report:before {
  content: "\e9a4";
}
.fixed-tray .motif-downloads:before {
  content: "\e9a5";
}
.fixed-tray .motif-drag-list-down:before {
  content: "\e9a6";
}
.fixed-tray .motif-drag-list-up:before {
  content: "\e9a7";
}
.fixed-tray .motif-drag-reorder:before {
  content: "\e9a8";
}
.fixed-tray .motif-dumbbell:before {
  content: "\e9a9";
}
.fixed-tray .motif-edit:before {
  content: "\e9aa";
}
.fixed-tray .motif-elderly-person:before {
  content: "\e9ab";
}
.fixed-tray .motif-ellipse:before {
  content: "\e9ac";
}
.fixed-tray .motif-ellipse-filled:before {
  content: "\e9ad";
}
.fixed-tray .motif-employee-card:before {
  content: "\e9ae";
}
.fixed-tray .motif-empty-hourglass:before {
  content: "\e9af";
}
.fixed-tray .motif-empty-trash:before {
  content: "\e9b0";
}
.fixed-tray .motif-environment:before {
  content: "\e9b1";
}
.fixed-tray .motif-erase:before {
  content: "\e9b2";
}
.fixed-tray .motif-eraser:before {
  content: "\e9b3";
}
.fixed-tray .motif-error:before {
  content: "\e9b4";
}
.fixed-tray .motif-error-cloud:before {
  content: "\e9b5";
}
.fixed-tray .motif-escape-mask:before {
  content: "\e9b6";
}
.fixed-tray .motif-event-accepted:before {
  content: "\e9b7";
}
.fixed-tray .motif-event-accepted-tentatively:before {
  content: "\e9b8";
}
.fixed-tray .motif-exercise:before {
  content: "\e9b9";
}
.fixed-tray .motif-expand:before {
  content: "\e9ba";
}
.fixed-tray .motif-external-link:before {
  content: "\eb2d";
}
.fixed-tray .motif-eye:before {
  content: "\e9bb";
}
.fixed-tray .motif-facebook:before {
  content: "\e9bc";
}
.fixed-tray .motif-false-teeth:before {
  content: "\e9bd";
}
.fixed-tray .motif-family:before {
  content: "\e9be";
}
.fixed-tray .motif-feedback:before {
  content: "\e9bf";
}
.fixed-tray .motif-file:before {
  content: "\e9c0";
}
.fixed-tray .motif-fill-color:before {
  content: "\e9c1";
}
.fixed-tray .motif-filled-like:before {
  content: "\e9c2";
}
.fixed-tray .motif-filled-star:before {
  content: "\e9c3";
}
.fixed-tray .motif-filter:before {
  content: "\e9c4";
}
.fixed-tray .motif-find-matching-job:before {
  content: "\e9c5";
}
.fixed-tray .motif-fingerprint:before {
  content: "\e9c6";
}
.fixed-tray .motif-fitness-tracker:before {
  content: "\eb39";
}
.fixed-tray .motif-flip-horizontal:before {
  content: "\e9c7";
}
.fixed-tray .motif-flip-vertical:before {
  content: "\e9c8";
}
.fixed-tray .motif-flow-chart:before {
  content: "\e9c9";
}
.fixed-tray .motif-foil-space-blanket:before {
  content: "\e9ca";
}
.fixed-tray .motif-fold:before {
  content: "\e9cb";
}
.fixed-tray .motif-foot-angle:before {
  content: "\e9cc";
}
.fixed-tray .motif-forgot-password:before {
  content: "\e9cd";
}
.fixed-tray .motif-fridge:before {
  content: "\e9ce";
}
.fixed-tray .motif-full-image:before {
  content: "\e9cf";
}
.fixed-tray .motif-full-stop:before {
  content: "\e9d0";
}
.fixed-tray .motif-gavel:before {
  content: "\e9d1";
}
.fixed-tray .motif-general-ledger:before {
  content: "\e9d2";
}
.fixed-tray .motif-go-to-link:before {
  content: "\e9d3";
}
.fixed-tray .motif-gold-bars:before {
  content: "\e9d4";
}
.fixed-tray .motif-good-decision:before {
  content: "\e9d5";
}
.fixed-tray .motif-graduation-cap:before {
  content: "\e9d6";
}
.fixed-tray .motif-graph-report:before {
  content: "\e9d7";
}
.fixed-tray .motif-graph-report-script:before {
  content: "\e9d8";
}
.fixed-tray .motif-group-background-selected:before {
  content: "\e9d9";
}
.fixed-tray .motif-group-foreground-selected:before {
  content: "\e9da";
}
.fixed-tray .motif-group-of-questions:before {
  content: "\e9db";
}
.fixed-tray .motif-groups:before {
  content: "\e9dc";
}
.fixed-tray .motif-hand-cursor:before {
  content: "\e9dd";
}
.fixed-tray .motif-hand-with-pen:before {
  content: "\e9de";
}
.fixed-tray .motif-handshake:before {
  content: "\e9df";
}
.fixed-tray .motif-hashtag-large:before {
  content: "\e9e0";
}
.fixed-tray .motif-head-brain:before {
  content: "\eb43";
}
.fixed-tray .motif-headset:before {
  content: "\e9e1";
}
.fixed-tray .motif-health-book:before {
  content: "\e9e2";
}
.fixed-tray .motif-health-plus:before {
  content: "\eb3a";
}
.fixed-tray .motif-hearing:before {
  content: "\e9e3";
}
.fixed-tray .motif-hearing-aid:before {
  content: "\e9e4";
}
.fixed-tray .motif-heart-health:before {
  content: "\e9e5";
}
.fixed-tray .motif-heart-monitor:before {
  content: "\e9e6";
}
.fixed-tray .motif-heart-with-pulse:before {
  content: "\e9e7";
}
.fixed-tray .motif-help:before {
  content: "\e9e8";
}
.fixed-tray .motif-helping-hand:before {
  content: "\e9e9";
}
.fixed-tray .motif-high-connection:before {
  content: "\e9ea";
}
.fixed-tray .motif-high-importance:before {
  content: "\e9eb";
}
.fixed-tray .motif-high-priority:before {
  content: "\e9ec";
}
.fixed-tray .motif-home:before {
  content: "\e9ed";
}
.fixed-tray .motif-honesty:before {
  content: "\e9ee";
}
.fixed-tray .motif-honey:before {
  content: "\e9ef";
}
.fixed-tray .motif-hospital-3:before {
  content: "\e9f0";
}
.fixed-tray .motif-hot-dog:before {
  content: "\e9f1";
}
.fixed-tray .motif-human-bone:before {
  content: "\e9f2";
}
.fixed-tray .motif-ice-cream-cone:before {
  content: "\e9f3";
}
.fixed-tray .motif-id-card:before {
  content: "\e9f4";
}
.fixed-tray .motif-id-verified:before {
  content: "\e9f5";
}
.fixed-tray .motif-idea:before {
  content: "\e9f6";
}
.fixed-tray .motif-in-transit:before {
  content: "\e9f7";
}
.fixed-tray .motif-inbox:before {
  content: "\e9f8";
}
.fixed-tray .motif-info:before {
  content: "\e9f9";
}
.fixed-tray .motif-info-squared:before {
  content: "\e9fa";
}
.fixed-tray .motif-infusion-pumps:before {
  content: "\e9fb";
}
.fixed-tray .motif-ingredients-list:before {
  content: "\e9fc";
}
.fixed-tray .motif-inspection:before {
  content: "\e9fd";
}
.fixed-tray .motif-internal:before {
  content: "\e9fe";
}
.fixed-tray .motif-internet:before {
  content: "\e9ff";
}
.fixed-tray .motif-invisible:before {
  content: "\ea00";
}
.fixed-tray .motif-invite:before {
  content: "\ea01";
}
.fixed-tray .motif-ios-development:before {
  content: "\ea02";
}
.fixed-tray .motif-job:before {
  content: "\ea03";
}
.fixed-tray .motif-key:before {
  content: "\ea04";
}
.fixed-tray .motif-keyhole-shield:before {
  content: "\ea05";
}
.fixed-tray .motif-kidney:before {
  content: "\ea06";
}
.fixed-tray .motif-label-printer:before {
  content: "\ea07";
}
.fixed-tray .motif-language:before {
  content: "\ea08";
}
.fixed-tray .motif-large-intestine:before {
  content: "\ea09";
}
.fixed-tray .motif-leave:before {
  content: "\ea0a";
}
.fixed-tray .motif-left-2:before {
  content: "\ea0b";
}
.fixed-tray .motif-left-3:before {
  content: "\ea0c";
}
.fixed-tray .motif-left-arrow:before {
  content: "\ea0d";
}
.fixed-tray .motif-left-down-2:before {
  content: "\ea0e";
}
.fixed-tray .motif-left-round:before {
  content: "\ea0f";
}
.fixed-tray .motif-left-squared:before {
  content: "\ea10";
}
.fixed-tray .motif-left-up-2:before {
  content: "\ea11";
}
.fixed-tray .motif-lgbt-men:before {
  content: "\ea12";
}
.fixed-tray .motif-lgbt-women:before {
  content: "\ea13";
}
.fixed-tray .motif-library:before {
  content: "\ea14";
}
.fixed-tray .motif-lightning-bolt:before {
  content: "\ea15";
}
.fixed-tray .motif-like:before {
  content: "\ea16";
}
.fixed-tray .motif-list:before {
  content: "\ea17";
}
.fixed-tray .motif-liver:before {
  content: "\ea18";
}
.fixed-tray .motif-lock:before {
  content: "\ea19";
}
.fixed-tray .motif-lock-2:before {
  content: "\ea1a";
}
.fixed-tray .motif-login:before {
  content: "\eb3b";
}
.fixed-tray .motif-loser:before {
  content: "\ea1b";
}
.fixed-tray .motif-low-priority:before {
  content: "\ea1c";
}
.fixed-tray .motif-loyalty:before {
  content: "\ea1d";
}
.fixed-tray .motif-lungs:before {
  content: "\ea1e";
}
.fixed-tray .motif-manage-payment:before {
  content: "\eb3c";
}
.fixed-tray .motif-map-marker:before {
  content: "\ea1f";
}
.fixed-tray .motif-marker:before {
  content: "\ea20";
}
.fixed-tray .motif-marker-pen:before {
  content: "\ea21";
}
.fixed-tray .motif-massage:before {
  content: "\ea22";
}
.fixed-tray .motif-medical-doctor:before {
  content: "\ea23";
}
.fixed-tray .motif-medical-heart:before {
  content: "\ea24";
}
.fixed-tray .motif-medical-mobile-app:before {
  content: "\ea25";
}
.fixed-tray .motif-medical-thermometer:before {
  content: "\ea26";
}
.fixed-tray .motif-megaphone:before {
  content: "\ea27";
}
.fixed-tray .motif-membership-card:before {
  content: "\ea28";
}
.fixed-tray .motif-mental-state:before {
  content: "\ea29";
}
.fixed-tray .motif-menu:before {
  content: "\eb3d";
}
.fixed-tray .motif-menu-kebab:before {
  content: "\ea2a";
}
.fixed-tray .motif-merge-horizontal:before {
  content: "\ea2b";
}
.fixed-tray .motif-merge-vertical:before {
  content: "\ea2c";
}
.fixed-tray .motif-message:before {
  content: "\ea2d";
}
.fixed-tray .motif-message-filled:before {
  content: "\ea2e";
}
.fixed-tray .motif-metamorphose:before {
  content: "\ea2f";
}
.fixed-tray .motif-microbeam_radiation_therapy:before {
  content: "\ea30";
}
.fixed-tray .motif-micropore-tape:before {
  content: "\ea31";
}
.fixed-tray .motif-mind-and-body:before {
  content: "\eb3e";
}
.fixed-tray .motif-minus:before {
  content: "\ea32";
}
.fixed-tray .motif-mobile-shop-cards:before {
  content: "\ea33";
}
.fixed-tray .motif-mortar-and-pestle:before {
  content: "\ea34";
}
.fixed-tray .motif-move:before {
  content: "\ea35";
}
.fixed-tray .motif-ms-excel:before {
  content: "\eb26";
}
.fixed-tray .motif-multiple-devices:before {
  content: "\ea36";
}
.fixed-tray .motif-music:before {
  content: "\ea37";
}
.fixed-tray .motif-mute:before {
  content: "\ea38";
}
.fixed-tray .motif-negative-dynamic:before {
  content: "\ea39";
}
.fixed-tray .motif-news:before {
  content: "\ea3a";
}
.fixed-tray .motif-no-chat:before {
  content: "\ea3b";
}
.fixed-tray .motif-no-edit:before {
  content: "\ea3c";
}
.fixed-tray .motif-no-filling:before {
  content: "\ea3d";
}
.fixed-tray .motif-no-idea:before {
  content: "\ea3e";
}
.fixed-tray .motif-no-reminders:before {
  content: "\ea3f";
}
.fixed-tray .motif-no-smoking:before {
  content: "\ea40";
}
.fixed-tray .motif-nose:before {
  content: "\ea41";
}
.fixed-tray .motif-not-hearing:before {
  content: "\ea42";
}
.fixed-tray .motif-notebook:before {
  content: "\eb3f";
}
.fixed-tray .motif-numbered-list:before {
  content: "\ea43";
}
.fixed-tray .motif-numerical-sorting-12:before {
  content: "\ea44";
}
.fixed-tray .motif-numerical-sorting-21:before {
  content: "\ea45";
}
.fixed-tray .motif-ok:before {
  content: "\ea46";
}
.fixed-tray .motif-opened-captioning:before {
  content: "\ea47";
}
.fixed-tray .motif-opened-folder:before {
  content: "\ea48";
}
.fixed-tray .motif-order-on-the-way:before {
  content: "\ea49";
}
.fixed-tray .motif-order-shipped:before {
  content: "\ea4a";
}
.fixed-tray .motif-organization:before {
  content: "\ea4b";
}
.fixed-tray .motif-overview_pages_3:before {
  content: "\ea4c";
}
.fixed-tray .motif-pacemaker:before {
  content: "\ea4d";
}
.fixed-tray .motif-paper-clip:before {
  content: "\eb27";
}
.fixed-tray .motif-paper-plane:before {
  content: "\ea4e";
}
.fixed-tray .motif-parse-from-clipboard:before {
  content: "\ea4f";
}
.fixed-tray .motif-past:before {
  content: "\ea50";
}
.fixed-tray .motif-paste:before {
  content: "\ea51";
}
.fixed-tray .motif-paycheque:before {
  content: "\ea52";
}
.fixed-tray .motif-pdf:before {
  content: "\ea53";
}
.fixed-tray .motif-pen:before {
  content: "\ea54";
}
.fixed-tray .motif-pencil:before {
  content: "\ea55";
}
.fixed-tray .motif-pencil-tip:before {
  content: "\ea56";
}
.fixed-tray .motif-pharmacist:before {
  content: "\ea57";
}
.fixed-tray .motif-phone:before {
  content: "\ea58";
}
.fixed-tray .motif-physical-therapy:before {
  content: "\ea59";
}
.fixed-tray .motif-picture:before {
  content: "\ea5a";
}
.fixed-tray .motif-pill:before {
  content: "\ea5b";
}
.fixed-tray .motif-play:before {
  content: "\ea5c";
}
.fixed-tray .motif-play-round:before {
  content: "\ea5d";
}
.fixed-tray .motif-plus:before {
  content: "\ea5e";
}
.fixed-tray .motif-posture:before {
  content: "\ea5f";
}
.fixed-tray .motif-prescription-pill-bottle:before {
  content: "\ea60";
}
.fixed-tray .motif-presentation-filled:before {
  content: "\ea61";
}
.fixed-tray .motif-price-tag:before {
  content: "\ea62";
}
.fixed-tray .motif-price-tag-usd:before {
  content: "\ea63";
}
.fixed-tray .motif-print:before {
  content: "\ea64";
}
.fixed-tray .motif-printed-ocr:before {
  content: "\ea65";
}
.fixed-tray .motif-pulse:before {
  content: "\ea66";
}
.fixed-tray .motif-puzzle:before {
  content: "\ea67";
}
.fixed-tray .motif-question:before {
  content: "\ea68";
}
.fixed-tray .motif-rating:before {
  content: "\ea69";
}
.fixed-tray .motif-read-message:before {
  content: "\ea6a";
}
.fixed-tray .motif-read-message1:before {
  content: "\ea6b";
}
.fixed-tray .motif-reading:before {
  content: "\ea6c";
}
.fixed-tray .motif-rebalance-portfolio:before {
  content: "\ea6d";
}
.fixed-tray .motif-recurring-appointment:before {
  content: "\ea6e";
}
.fixed-tray .motif-recurring-appointment-exception:before {
  content: "\ea6f";
}
.fixed-tray .motif-redo:before {
  content: "\ea70";
}
.fixed-tray .motif-refresh:before {
  content: "\ea71";
}
.fixed-tray .motif-reply:before {
  content: "\ea72";
}
.fixed-tray .motif-resize-diagonal:before {
  content: "\ea73";
}
.fixed-tray .motif-resize-four-directions:before {
  content: "\ea74";
}
.fixed-tray .motif-resize-horizontal:before {
  content: "\ea75";
}
.fixed-tray .motif-resize-vertical:before {
  content: "\ea76";
}
.fixed-tray .motif-restrict:before {
  content: "\ea77";
}
.fixed-tray .motif-retweet:before {
  content: "\ea78";
}
.fixed-tray .motif-reviewer-male:before {
  content: "\ea79";
}
.fixed-tray .motif-ribbon:before {
  content: "\eb2e";
}
.fixed-tray .motif-right-2:before {
  content: "\ea7a";
}
.fixed-tray .motif-right-3:before {
  content: "\ea7b";
}
.fixed-tray .motif-right-arrow:before {
  content: "\ea7c";
}
.fixed-tray .motif-right-down-2:before {
  content: "\ea7d";
}
.fixed-tray .motif-right-round:before {
  content: "\ea7e";
}
.fixed-tray .motif-right-squared:before {
  content: "\ea7f";
}
.fixed-tray .motif-right-up-2:before {
  content: "\ea80";
}
.fixed-tray .motif-rod_of_asclepius:before {
  content: "\ea81";
}
.fixed-tray .motif-rotate:before {
  content: "\ea82";
}
.fixed-tray .motif-rotate-left:before {
  content: "\ea83";
}
.fixed-tray .motif-rotate-right:before {
  content: "\ea84";
}
.fixed-tray .motif-rotate-right-1-1-1:before {
  content: "\ea85";
}
.fixed-tray .motif-rss:before {
  content: "\ea86";
}
.fixed-tray .motif-ruler:before {
  content: "\ea87";
}
.fixed-tray .motif-rules:before {
  content: "\ea88";
}
.fixed-tray .motif-sad-cloud:before {
  content: "\eb1f";
}
.fixed-tray .motif-safety-collection-place:before {
  content: "\ea89";
}
.fixed-tray .motif-safety-pin:before {
  content: "\ea8a";
}
.fixed-tray .motif-safety-shower:before {
  content: "\ea8b";
}
.fixed-tray .motif-salad:before {
  content: "\eb40";
}
.fixed-tray .motif-sales-performance:before {
  content: "\ea8c";
}
.fixed-tray .motif-saliva-test:before {
  content: "\ea8d";
}
.fixed-tray .motif-save-the-children:before {
  content: "\ea8e";
}
.fixed-tray .motif-scale:before {
  content: "\ea8f";
}
.fixed-tray .motif-scalpel:before {
  content: "\ea90";
}
.fixed-tray .motif-scissors:before {
  content: "\ea91";
}
.fixed-tray .motif-search-1:before {
  content: "\ea92";
}
.fixed-tray .motif-search-contacts:before {
  content: "\ea93";
}
.fixed-tray .motif-search-property:before {
  content: "\ea94";
}
.fixed-tray .motif-secured-by-alarm-system:before {
  content: "\ea95";
}
.fixed-tray .motif-security-ssl:before {
  content: "\ea96";
}
.fixed-tray .motif-sell-property:before {
  content: "\ea97";
}
.fixed-tray .motif-send:before {
  content: "\eb41";
}
.fixed-tray .motif-sent:before {
  content: "\ea98";
}
.fixed-tray .motif-services:before {
  content: "\ea99";
}
.fixed-tray .motif-settings:before {
  content: "\ea9a";
}
.fixed-tray .motif-shield:before {
  content: "\ea9b";
}
.fixed-tray .motif-shopping-bag:before {
  content: "\ea9c";
}
.fixed-tray .motif-shopping-cart:before {
  content: "\ea9d";
}
.fixed-tray .motif-sign_language_interpretation:before {
  content: "\ea9e";
}
.fixed-tray .motif-skeleton:before {
  content: "\ea9f";
}
.fixed-tray .motif-skin:before {
  content: "\eaa0";
}
.fixed-tray .motif-skull:before {
  content: "\eaa1";
}
.fixed-tray .motif-sleeping-in-bed:before {
  content: "\eaa2";
}
.fixed-tray .motif-slippery-floor:before {
  content: "\eb44";
}
.fixed-tray .motif-small-business:before {
  content: "\eaa3";
}
.fixed-tray .motif-smartphone-approve:before {
  content: "\eaa4";
}
.fixed-tray .motif-sneaker:before {
  content: "\eb20";
}
.fixed-tray .motif-sneeze:before {
  content: "\eaa5";
}
.fixed-tray .motif-soldering-iron:before {
  content: "\eaa6";
}
.fixed-tray .motif-sort:before {
  content: "\eaa7";
}
.fixed-tray .motif-sort-down:before {
  content: "\eaa8";
}
.fixed-tray .motif-sort-down-filled:before {
  content: "\eaa9";
}
.fixed-tray .motif-sort-left:before {
  content: "\eaaa";
}
.fixed-tray .motif-sort-right:before {
  content: "\eaab";
}
.fixed-tray .motif-sort-up:before {
  content: "\eaac";
}
.fixed-tray .motif-sort-up-filled:before {
  content: "\eaad";
}
.fixed-tray .motif-sorting-arrows:before {
  content: "\eaae";
}
.fixed-tray .motif-sorting-arrows-horizontal:before {
  content: "\eaaf";
}
.fixed-tray .motif-sorting-options:before {
  content: "\eab0";
}
.fixed-tray .motif-speech-bubble:before {
  content: "\eab1";
}
.fixed-tray .motif-sperm-bank:before {
  content: "\eab2";
}
.fixed-tray .motif-split-horizontal:before {
  content: "\eab3";
}
.fixed-tray .motif-split-vertical:before {
  content: "\eab4";
}
.fixed-tray .motif-standing-man:before {
  content: "\eab5";
}
.fixed-tray .motif-standing-woman:before {
  content: "\eab6";
}
.fixed-tray .motif-star:before {
  content: "\eab7";
}
.fixed-tray .motif-star-half:before {
  content: "\eab8";
}
.fixed-tray .motif-star-half-empty:before {
  content: "\eab9";
}
.fixed-tray .motif-statistics:before {
  content: "\eaba";
}
.fixed-tray .motif-stethoscope:before {
  content: "\eabb";
}
.fixed-tray .motif-stitch-marker:before {
  content: "\eabc";
}
.fixed-tray .motif-stocks:before {
  content: "\eabd";
}
.fixed-tray .motif-stomach:before {
  content: "\eabe";
}
.fixed-tray .motif-stop-pie-chart-report:before {
  content: "\eabf";
}
.fixed-tray .motif-stretcher:before {
  content: "\eac0";
}
.fixed-tray .motif-submit-resume:before {
  content: "\eac1";
}
.fixed-tray .motif-suicide-risk:before {
  content: "\eac2";
}
.fixed-tray .motif-support:before {
  content: "\eac3";
}
.fixed-tray .motif-surgical-scissors:before {
  content: "\eac4";
}
.fixed-tray .motif-swap:before {
  content: "\eac5";
}
.fixed-tray .motif-symbol-mars:before {
  content: "\eb21";
}
.fixed-tray .motif-symbol-venus:before {
  content: "\eb22";
}
.fixed-tray .motif-synchronize:before {
  content: "\eac6";
}
.fixed-tray .motif-syringe:before {
  content: "\eac7";
}
.fixed-tray .motif-tags:before {
  content: "\eac8";
}
.fixed-tray .motif-tasklist:before {
  content: "\eac9";
}
.fixed-tray .motif-tasks:before {
  content: "\eaca";
}
.fixed-tray .motif-tax:before {
  content: "\eacb";
}
.fixed-tray .motif-technical_support:before {
  content: "\eacc";
}
.fixed-tray .motif-technology-items:before {
  content: "\eacd";
}
.fixed-tray .motif-template:before {
  content: "\eace";
}
.fixed-tray .motif-test-partial-passed:before {
  content: "\eacf";
}
.fixed-tray .motif-therapy:before {
  content: "\ead0";
}
.fixed-tray .motif-thick-arrow-pointing-down:before {
  content: "\ead1";
}
.fixed-tray .motif-thick-arrow-pointing-up:before {
  content: "\ead2";
}
.fixed-tray .motif-thumb-down:before {
  content: "\ead3";
}
.fixed-tray .motif-thumb-up:before {
  content: "\ead4";
}
.fixed-tray .motif-tied-hands:before {
  content: "\ead5";
}
.fixed-tray .motif-time-card:before {
  content: "\ead6";
}
.fixed-tray .motif-timeline:before {
  content: "\ead7";
}
.fixed-tray .motif-todo-list:before {
  content: "\ead8";
}
.fixed-tray .motif-tooth:before {
  content: "\ead9";
}
.fixed-tray .motif-toothbrush:before {
  content: "\eada";
}
.fixed-tray .motif-toothpaste:before {
  content: "\eadb";
}
.fixed-tray .motif-topic:before {
  content: "\eadc";
}
.fixed-tray .motif-touchscreen-smartphone:before {
  content: "\eadd";
}
.fixed-tray .motif-training:before {
  content: "\eade";
}
.fixed-tray .motif-transaction-list:before {
  content: "\eadf";
}
.fixed-tray .motif-transfer-between-users:before {
  content: "\eae0";
}
.fixed-tray .motif-trash:before {
  content: "\eae1";
}
.fixed-tray .motif-travel-card:before {
  content: "\eae2";
}
.fixed-tray .motif-treatment-plan:before {
  content: "\eae3";
}
.fixed-tray .motif-tree-structure:before {
  content: "\eae4";
}
.fixed-tray .motif-triangle:before {
  content: "\eae5";
}
.fixed-tray .motif-triangular-bandage:before {
  content: "\eae6";
}
.fixed-tray .motif-true-false:before {
  content: "\eae7";
}
.fixed-tray .motif-trust:before {
  content: "\eae8";
}
.fixed-tray .motif-tv:before {
  content: "\eae9";
}
.fixed-tray .motif-tweezers:before {
  content: "\eaea";
}
.fixed-tray .motif-twitter:before {
  content: "\eaeb";
}
.fixed-tray .motif-ultrasound:before {
  content: "\eaec";
}
.fixed-tray .motif-unchecked-checkbox:before {
  content: "\eaed";
}
.fixed-tray .motif-undo:before {
  content: "\eaee";
}
.fixed-tray .motif-unhcr:before {
  content: "\eaef";
}
.fixed-tray .motif-unicef:before {
  content: "\eaf0";
}
.fixed-tray .motif-unlock:before {
  content: "\eaf1";
}
.fixed-tray .motif-unlock-2:before {
  content: "\eaf2";
}
.fixed-tray .motif-up-2:before {
  content: "\eaf3";
}
.fixed-tray .motif-up-3:before {
  content: "\eaf4";
}
.fixed-tray .motif-up-arrow:before {
  content: "\eaf5";
}
.fixed-tray .motif-up-left:before {
  content: "\eaf6";
}
.fixed-tray .motif-up-left-arrow:before {
  content: "\eaf7";
}
.fixed-tray .motif-up-left-round:before {
  content: "\eaf8";
}
.fixed-tray .motif-up-right:before {
  content: "\eaf9";
}
.fixed-tray .motif-up-right-arrow:before {
  content: "\eafa";
}
.fixed-tray .motif-up-right-round:before {
  content: "\eafb";
}
.fixed-tray .motif-up-round:before {
  content: "\eafc";
}
.fixed-tray .motif-up-squared:before {
  content: "\eafd";
}
.fixed-tray .motif-update-tag:before {
  content: "\eafe";
}
.fixed-tray .motif-upload:before {
  content: "\eaff";
}
.fixed-tray .motif-upload-2:before {
  content: "\eb00";
}
.fixed-tray .motif-urgent-message:before {
  content: "\eb01";
}
.fixed-tray .motif-urine-collection:before {
  content: "\eb02";
}
.fixed-tray .motif-user-checked:before {
  content: "\eb23";
}
.fixed-tray .motif-user-group-man-man:before {
  content: "\eb03";
}
.fixed-tray .motif-user-group-man-woman:before {
  content: "\eb04";
}
.fixed-tray .motif-user-group-woman-woman:before {
  content: "\eb05";
}
.fixed-tray .motif-user-male-circle:before {
  content: "\eb06";
}
.fixed-tray .motif-user-manual:before {
  content: "\eb07";
}
.fixed-tray .motif-user-remove:before {
  content: "\eb24";
}
.fixed-tray .motif-uterus:before {
  content: "\eb08";
}
.fixed-tray .motif-vaccine-drop:before {
  content: "\eb09";
}
.fixed-tray .motif-vending-machine:before {
  content: "\eb0a";
}
.fixed-tray .motif-video-conference:before {
  content: "\eb0b";
}
.fixed-tray .motif-video-projector:before {
  content: "\eb0c";
}
.fixed-tray .motif-view-details:before {
  content: "\eb0d";
}
.fixed-tray .motif-vip:before {
  content: "\eb0e";
}
.fixed-tray .motif-virus:before {
  content: "\eb0f";
}
.fixed-tray .motif-visible:before {
  content: "\eb10";
}
.fixed-tray .motif-visualy-impaired:before {
  content: "\eb11";
}
.fixed-tray .motif-walker:before {
  content: "\eb12";
}
.fixed-tray .motif-walking-stick:before {
  content: "\eb13";
}
.fixed-tray .motif-warning-shield:before {
  content: "\eb14";
}
.fixed-tray .motif-wheelchair:before {
  content: "\eb15";
}
.fixed-tray .motif-why-us-male:before {
  content: "\eb16";
}
.fixed-tray .motif-wipes:before {
  content: "\eb17";
}
.fixed-tray .motif-wooden_massagetable:before {
  content: "\eb18";
}
.fixed-tray .motif-world-health-organization:before {
  content: "\eb19";
}
.fixed-tray .motif-xray:before {
  content: "\eb1a";
}
.fixed-tray .motif-yoga:before {
  content: "\eb42";
}
.fixed-tray .motif-yogurt:before {
  content: "\eb1b";
}
.fixed-tray .motif-youtube-play:before {
  content: "\eb1c";
}
@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 */
}
.fixed-tray html,
.fixed-tray body {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
}
.fixed-tray html {
  font-size: 14px !important;
}
@media screen and (min-width: 800px) {
  .fixed-tray html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .fixed-tray html {
    font-size: 14px;
  }
}
@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 */
}
.fixed-tray .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}
.fixed-tray .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fixed-tray .animated.infinite {
  animation-iteration-count: infinite;
}
.fixed-tray .animated.hinge {
  animation-duration: 2s;
}
.fixed-tray .animated.bounceIn,
.fixed-tray .animated.bounceOut {
  animation-duration: 0.75s;
}
.fixed-tray .animated.flipOutX,
.fixed-tray .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);
  }
}
.fixed-tray .bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.fixed-tray .flash {
  animation-name: flash;
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .tada {
  animation-name: tada;
}
@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;
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fixed-tray .bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fixed-tray .fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fixed-tray .fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fixed-tray .fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fixed-tray .fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fixed-tray .fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fixed-tray .fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fixed-tray .fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fixed-tray .fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fixed-tray .fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fixed-tray .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fixed-tray .fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fixed-tray .fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fixed-tray .fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fixed-tray .fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fixed-tray .fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fixed-tray .fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fixed-tray .fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fixed-tray .rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.fixed-tray .rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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;
  }
}
.fixed-tray .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);
  }
}
.fixed-tray .zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.fixed-tray .slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.fixed-tray .slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.fixed-tray .slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.fixed-tray .slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.fixed-tray .slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.fixed-tray .slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.fixed-tray .slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.fixed-tray .slideOutUp {
  animation-name: slideOutUp;
}
.fixed-tray .ant-content-callout {
  margin-bottom: 3.5714285714rem;
  margin-top: 1.4285714286rem;
}
.fixed-tray .ant-content-callout .ant-callout-img-wrapper {
  text-align: center;
  margin-bottom: 2.1428571429rem;
}
.fixed-tray .ant-content-callout .ant-callout-img-wrapper .fa {
  font-size: 2.778rem;
  text-align: center;
  width: 5.556rem;
  border-radius: 50%;
  display: inline-block;
}
.fixed-tray .ant-content-callout .ant-callout-img-wrapper img {
  max-width: 100%;
}
.fixed-tray .ant-content-callout .ant-callout-content h3 {
  margin-bottom: 1.0714285714rem;
}
.fixed-tray .ant-content-callout .ant-callout-content p {
  text-align: left;
}
.fixed-tray .ant-content-callout .ant-callout-links a:not(.btn) {
  text-align: left;
  display: inline-block;
  float: left;
}
.fixed-tray .ant-content-callout.ant-image-callout h3 {
  text-align: center;
}
@media screen and (min-width: 375px) {
  .fixed-tray .ant-content-callout.ant-image-callout .ant-callout-img-wrapper {
    width: 120px;
    float: left;
    margin-top: 5px;
  }
  .fixed-tray .ant-content-callout.ant-image-callout .ant-callout-content {
    float: left;
    width: calc(100% - 120px);
    padding-left: 1.4285714286rem;
  }
  .fixed-tray .ant-content-callout.ant-image-callout h3 {
    text-align: left;
  }
}
.fixed-tray .ant-content-callout.ant-icon-callout h3 {
  text-align: center;
}
.fixed-tray .ant-content-callout.ant-hero-callout .ant-callout-img-wrapper {
  width: 100%;
  margin-top: 0.3571428571rem;
}
.fixed-tray .ant-content-callout.ant-hero-callout .ant-callout-img-wrapper img {
  max-width: 100%;
}
.fixed-tray .data-uxd-card {
  padding: 50px 2rem;
}
.fixed-tray .data-uxd-card.content-container:first-of-type {
  margin-bottom: 40px;
}
.fixed-tray .data-uxd-card:not(.content-container) {
  padding: 50px 2rem 30px;
  margin: 30px auto 40px;
}
.fixed-tray .data-uxd-card .card-title {
  text-align: center;
  font-weight: 200;
  font-size: 2.3333rem;
}
.fixed-tray .data-uxd-card .card-title:after {
  content: " ";
  display: block;
  height: 4px;
  margin: 25px auto 50px;
  position: relative;
  width: 108px;
}
.fixed-tray .wide-container .content-container {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .fixed-tray .wide-block + .container .content-container {
    margin-top: -120px;
  }
}
.fixed-tray .content-container {
  position: relative;
  z-index: 3;
  margin: -120px auto 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 800px) {
  .fixed-tray .content-container {
    margin-top: -60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 801px) {
  .fixed-tray .content-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.fixed-tray .content-container:before, .fixed-tray .content-container:after {
  content: " ";
  display: table;
}
.fixed-tray .content-container:after {
  clear: both;
}
.fixed-tray .content-container.static {
  margin-top: 0;
}
.fixed-tray .content-container p:last-child {
  margin: 0;
}
.fixed-tray .content {
  text-align: center;
  padding: 0;
}
@media (max-width: 479px) {
  .fixed-tray .content {
    text-align: left;
  }
  .fixed-tray .content .headline-underline,
  .fixed-tray .content .headline {
    text-align: center;
  }
}
.fixed-tray .header-container {
  padding: 60px 0;
  text-align: center;
}
.fixed-tray .hr-container {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 801px) {
  .fixed-tray .hr-container {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.fixed-tray .hr-container:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.fixed-tray .wide-block {
  margin: 0 auto;
  max-width: 1090px;
  margin-bottom: 60px;
}
.fixed-tray .wide-block .container {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.fixed-tray .wide-block .content {
  text-align: center;
}
.fixed-tray .footer-links {
  padding-top: 60px;
}
.fixed-tray .footer-links .headline-half {
  margin-bottom: 30px;
}
.fixed-tray .footer-links .headline-half + ul {
  padding: 0;
  list-style: none;
}
.fixed-tray .footer-links .headline-half + ul li {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 800px) {
  .fixed-tray .footer-links .headline-half + ul li {
    width: 93%;
  }
}
.fixed-tray .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%);
}
.fixed-tray .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) {
  .fixed-tray .footer-links .headline-half + ul li a {
    padding-right: 42px;
  }
}
.fixed-tray .footer-links .headline-half + ul li a:hover, .fixed-tray .footer-links .headline-half + ul li a:focus {
  text-decoration: none;
}
.fixed-tray .form-item .ng-inactive {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.25s linear, visibility 0.1s;
}
.fixed-tray .form-item .ng-inactive.addTransitionClass {
  max-height: 250px;
  overflow: hidden;
  visibility: visible;
  transition: max-height 0.5s linear, visibility 0.25s;
}
.fixed-tray .masthead {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 479px) {
  .fixed-tray .masthead.black-text {
    background-position: top right;
  }
}
.fixed-tray .masthead header {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 2rem 1rem 4rem;
}
@media (min-width: 801px) {
  .fixed-tray .masthead header {
    padding: 3rem 1rem 8rem;
  }
}
@media (min-width: 1024px) {
  .fixed-tray .masthead header {
    padding: 4rem 1rem 8rem;
  }
}
.fixed-tray .masthead.black-text .headline-underline:after {
  margin-bottom: 0;
}
.fixed-tray .masthead.no-header {
  padding-top: 81px;
}
.fixed-tray .masthead .headline-underline:after {
  margin-bottom: 0;
}
.fixed-tray .headline-underline.sub-menu-align {
  position: relative;
  top: 2rem;
}
.fixed-tray .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);
}
.fixed-tray .headline-underline.animate:after {
  width: 108px;
}
.fixed-tray .ant-member-secure h2.headline-underline {
  font-size: 2.2rem;
  font-weight: 300;
}
.fixed-tray .ant-member-secure .bkg-gray {
  border-bottom: 1px solid transparent; /* prevent parent from absorbing margin */
}
.fixed-tray .ant-member-secure .wide-container {
  padding: 60px 0;
  margin-bottom: 60px;
}
.fixed-tray .ant-member-secure .wide-block {
  max-width: 1170px;
}
.fixed-tray .ant-member-secure .masthead .container,
.fixed-tray .ant-member-secure .masthead .row,
.fixed-tray .ant-member-secure .masthead div[class*=col] {
  height: 100%;
}
.fixed-tray .ant-member-secure .masthead h1 {
  font-size: 2.65rem;
}
.fixed-tray .ant-member-secure .masthead {
  margin-top: 65px;
}
@media screen and (min-width: 1024px) {
  .fixed-tray .ant-member-secure .masthead {
    margin-top: 85px;
  }
}
.fixed-tray .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) {
  .fixed-tray .ant-full-bkg {
    background-position: top left;
    border-top: 0px;
  }
}
.fixed-tray .ant-masthead-content {
  margin: 250px 0 30px;
  padding: 10px 15px 1px;
  text-align: center;
}
@media screen and (min-width: 801px) {
  .fixed-tray .ant-masthead-content {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.fixed-tray .ant-masthead-content-two {
  margin-bottom: 30px;
  padding-top: 10px;
  text-align: center;
}
.fixed-tray .ant-masthead-content-border {
  padding: 25px 30px;
}
.fixed-tray .back-to-top-dir.ng-hide {
  opacity: 0;
}
.fixed-tray .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;
}
.fixed-tray .fa.black {
  transition: all 0.2s ease-in-out 0s;
}
.fixed-tray .ant-fringe-mask, .fixed-tray .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;
}
.fixed-tray .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)));
}
.fixed-tray .ant-sub-navigation-container, .fixed-tray .ant-pattern-library-sub-nav {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 65px;
  box-shadow: 0px 2px 10px -1px #666666;
}
.fixed-tray .ant-sub-navigation-container .ant-sub-navigation, .fixed-tray .ant-pattern-library-sub-nav .ant-sub-navigation {
  overflow-x: auto;
  padding: 0.7rem 0;
}
.fixed-tray .ant-sub-navigation-container .ant-sub-navigation::-webkit-scrollbar, .fixed-tray .ant-pattern-library-sub-nav .ant-sub-navigation::-webkit-scrollbar {
  display: none;
}
.fixed-tray .ant-sub-navigation-container .ant-sub-navigation ul, .fixed-tray .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;
}
.fixed-tray .ant-sub-navigation-container .ant-sub-navigation ul li, .fixed-tray .ant-pattern-library-sub-nav .ant-sub-navigation ul li {
  display: inline-block;
  padding: 0 0.8rem;
  text-align: center;
  cursor: pointer;
}
.fixed-tray .ant-sub-navigation-container .ant-sub-navigation ul li .fa, .fixed-tray .ant-pattern-library-sub-nav .ant-sub-navigation ul li .fa {
  margin-right: 0.5rem;
  font-size: 1rem;
}
.fixed-tray .ant-sub-navigation-container .ant-sub-navigation a, .fixed-tray .ant-pattern-library-sub-nav .ant-sub-navigation a {
  border-bottom: 0;
  vertical-align: top;
}
.fixed-tray .ant-sub-navigation-container .ant-sub-navigation.no-overflow ul, .fixed-tray .ant-pattern-library-sub-nav .ant-sub-navigation.no-overflow ul {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .fixed-tray .ant-sub-navigation-container, .fixed-tray .ant-pattern-library-sub-nav {
    top: 85px;
  }
}
.fixed-tray .ant-pattern-library-sub-nav .ant-sub-navigation-container, .fixed-tray .ant-pattern-library-sub-nav .ant-pattern-library-sub-nav {
  bottom: 0;
  top: auto;
}
.fixed-tray .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;
}
.fixed-tray .btn .btn-default:focus,
.fixed-tray .btn .btn-primary:focus {
  background-position: 0px;
}
.fixed-tray .btn-sm, .fixed-tray .btn-group-sm > .btn {
  min-width: 0;
}
.fixed-tray .btn.dropdown-toggle {
  padding: 0px;
}
.fixed-tray .btn.dropdown-toggle .buttonMain {
  display: inline-block;
  vertical-align: top;
}
.fixed-tray .btn.dropdown-toggle .fa {
  color: inherit;
  top: 0px;
  position: relative;
}
.fixed-tray .btn-naked-dropdown,
.fixed-tray .btn-naked-dropdown:hover,
.fixed-tray .btn-naked-dropdown:focus,
.fixed-tray .btn-naked-dropdown:active,
.fixed-tray .btn-naked-dropdown:active:focus {
  border: 0px solid;
  background: transparent;
  box-shadow: none;
}
.fixed-tray .btn.dropdown-toggle.btn-select-style {
  border-radius: 3px;
  padding: 0px;
  text-align: left;
  width: 250px;
  max-width: 100%;
}
.fixed-tray .btn.dropdown-toggle.btn-select-style .buttonMain {
  float: left;
  display: block;
}
.fixed-tray .btn.dropdown-toggle.btn-select-style .fa {
  top: 0px;
  position: relative;
  float: right;
  display: block;
}
.fixed-tray .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.fixed-tray .open > div .dropdown-menu {
  display: block;
  width: 100%;
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fixed-tray .dropdown-menu .fa {
  display: inline-block;
}
.fixed-tray .btn-icon,
.fixed-tray .btn-icon:hover,
.fixed-tray .btn-icon:focus {
  background: transparent;
  min-width: 0;
  border: none;
  text-decoration: underline;
}
.fixed-tray .btn-icon .fa,
.fixed-tray .btn-icon-sm .fa {
  position: relative;
  top: 3px;
}
.fixed-tray .btn-icon-sm,
.fixed-tray .btn-icon-sm:hover,
.fixed-tray .btn-icon-sm:focus {
  background: transparent;
  min-width: 0;
  border: none;
  text-decoration: underline;
}
.fixed-tray .btn-icon:hover,
.fixed-tray .btn-icon:focus,
.fixed-tray .btn-icon-sm:hover,
.fixed-tray .btn-icon-sm:focus {
  text-decoration: underline;
}
.fixed-tray .uxd-btn-ddl.ant-input-med {
  width: auto;
}
.fixed-tray .uxd-btn-ddl.ant-input-long {
  width: auto;
}
.fixed-tray .uxd-btn-ddl.ant-input-long .psButton,
.fixed-tray .uxd-btn-ddl.ant-input-long .psDropdown {
  width: 600px;
}
.fixed-tray .uxd-btn-ddl.ant-input-short {
  width: auto;
}
.fixed-tray .uxd-btn-ddl.ant-input-short .psButton,
.fixed-tray .uxd-btn-ddl.ant-input-short .psDropdown {
  width: 100px;
}
.fixed-tray .btn-group.link-style {
  top: -3px;
  margin: 0px;
}
.fixed-tray .btn-group.link-style button,
.fixed-tray .btn-group.link-style button.btn:first-child {
  background: transparent;
  border: 2px solid;
  border-radius: 4px;
  display: block;
}
.fixed-tray .btn-group.open .btn.dropdown-toggle,
.fixed-tray .btn-group.open .btn.dropdown-toggle:focus,
.fixed-tray .btn-group.open .btn.dropdown-toggle:active {
  box-shadow: none;
}
.fixed-tray .btn-group.link-style li a.icon-item {
  display: block;
}
.fixed-tray .btn.btn-circle-large {
  border-radius: 35px;
  height: 70px;
  width: 70px;
  padding: 0;
}
.fixed-tray .btn.btn-circle-large .motif-icon {
  font-size: 28px;
}
.fixed-tray .btn.btn-circle-small {
  border-radius: 17px;
  height: 35px;
  width: 35px;
  padding: 7px;
}
.fixed-tray .btn.btn-circle-small .motif-icon {
  font-size: 17px;
}
.fixed-tray a.ant-arrow-down:after, .fixed-tray a.ant-arrow-up:after, .fixed-tray a.ant-arrow-next:after, .fixed-tray a.ant-arrow-previous:before {
  font-family: "ant-classic-icons";
  display: inline;
  position: relative;
  top: 0.15em;
}
.fixed-tray a.ant-action-link {
  border-bottom: 0px;
  cursor: pointer;
}
.fixed-tray a.ant-action-link .motif-icon {
  display: inline-block;
  vertical-align: bottom;
  color: #949494;
  padding-right: 0.85714286rem;
}
.fixed-tray a.ant-action-link .ant-link-text {
  display: inline-block;
}
.fixed-tray a[rel=external] {
  position: relative;
}
.fixed-tray a[rel=external]:after {
  font-family: "ant-classic-icons";
  content: "\f1d2";
  position: absolute;
  right: -25px;
  top: 0px;
}
.fixed-tray a.ant-arrow-previous {
  border-bottom: none;
}
.fixed-tray a.ant-arrow-previous:before {
  content: "\e91f";
}
.fixed-tray a.ant-arrow-next {
  border-bottom: none;
}
.fixed-tray a.ant-arrow-next:after {
  content: "\e925";
}
.fixed-tray a.ant-arrow-up {
  border-bottom: none;
}
.fixed-tray a.ant-arrow-up:after {
  content: "\f113";
}
.fixed-tray a.ant-arrow-down {
  border-bottom: none;
}
.fixed-tray a.ant-arrow-down:after {
  content: "\f110";
}
.fixed-tray .implementation-link {
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.fixed-tray .ant-float-left {
  float: left;
}
.fixed-tray .ant-float-right {
  float: right;
}
.fixed-tray .ant-full-width {
  width: 100%;
}
.fixed-tray .ant-classic .ant-datepicker {
  position: relative;
  width: 225px;
  height: 37px;
}
.fixed-tray .ant-classic .ant-datepicker button {
  background: transparent;
  border: transparent;
  padding: 0;
  border-radius: 0%;
}
.fixed-tray .ant-classic .ant-datepicker button :focus {
  background: none;
}
.fixed-tray .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;
}
.fixed-tray .ant-classic .ant-datepicker .ant-datepicker-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
  border-left: 1px solid #666;
}
.fixed-tray .ant-classic .ant-datepicker .datepicker-icon {
  color: #00609a;
  font-size: 24.5px;
  padding: 8px;
}
.fixed-tray .ant-classic .example-header {
  background: #00609a;
  color: #fff;
  text-align: center;
  padding: 0.4rem 0;
}
.fixed-tray .ant-classic .example-header button {
  background: transparent;
  border: transparent;
  padding: 0;
  border-radius: 0%;
}
.fixed-tray .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;
}
.fixed-tray .ant-classic span.fa.fa-chevron-right {
  position: absolute;
  width: 1.8em;
  right: 0;
  text-decoration: none;
  top: 0;
  padding: 0.5rem 0;
}
.fixed-tray .ant-classic .cdk-visually-hidden {
  display: none;
}
.fixed-tray .ant-classic span.example-header-label {
  position: relative;
  text-align: center;
}
.fixed-tray .ant-classic .cdk-overlay-connected-position-bounding-box {
  max-width: 225px;
  width: 100%;
}
.fixed-tray .ant-classic .mat-calendar-content {
  background: white;
}
.fixed-tray .ant-classic .ant-calendar-header {
  padding: 0px 8px 0 0;
  background: #0079c2 0 0;
  color: #fff;
}
.fixed-tray .ant-classic .mat-calendar-body-label {
  color: transparent;
}
.fixed-tray .ant-classic .cdk-visually-hidden {
  display: none;
}
.fixed-tray .ant-classic .mat-calendar-controls {
  margin: 0px;
}
.fixed-tray .ant-classic .mat-datepicker-content {
  box-shadow: none;
  display: block;
  border-radius: 0;
  border: 1px solid #666;
}
.fixed-tray .ant-classic .mat-datepicker-content .mat-calendar {
  width: 225px;
  height: inherit;
  font-size: 0.9rem;
}
.fixed-tray .ant-classic .mat-calendar-table-header th {
  padding: 0.7em 0 0 0;
}
.fixed-tray .ant-classic .mat-calendar-body-cell-content {
  border-style: none;
}
.fixed-tray .cdk-overlay-container {
  pointer-events: none;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.fixed-tray .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;
}
.fixed-tray .cdk-overlay-container .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.fixed-tray .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%;
}
.fixed-tray .ui-datepicker .ui-datepicker-header {
  padding: 0.2em 0;
  position: relative;
}
.fixed-tray .ui-datepicker .ui-datepicker-prev,
.fixed-tray .ui-datepicker .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 1.8em;
}
.fixed-tray .ui-datepicker .ui-datepicker-prev-hover,
.fixed-tray .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.fixed-tray .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.fixed-tray .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.fixed-tray .ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.fixed-tray .ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.fixed-tray .ui-datepicker .ui-datepicker-prev span,
.fixed-tray .ui-datepicker .ui-datepicker-next span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.fixed-tray .ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}
.fixed-tray .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.fixed-tray .ui-datepicker select.ui-datepicker-month,
.fixed-tray .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.fixed-tray .ui-datepicker table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  width: 100%;
}
.fixed-tray .ui-datepicker th {
  border: 0 none;
  font-weight: bold;
  padding: 0.7em 0.3em;
  text-align: center;
}
.fixed-tray .ui-datepicker td {
  border: 0 none;
  padding: 1px;
}
.fixed-tray .ui-datepicker td span,
.fixed-tray .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.fixed-tray .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.fixed-tray .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.fixed-tray .ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto 0.4em;
  width: 95%;
}
.fixed-tray .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.fixed-tray .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.fixed-tray .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.fixed-tray .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.fixed-tray .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.fixed-tray .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.fixed-tray .ui-datepicker-row-break {
  clear: both;
  font-size: 0;
  width: 100%;
}
.fixed-tray .ui-datepicker-rtl {
  direction: rtl;
}
.fixed-tray .ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}
.fixed-tray .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.fixed-tray .ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}
.fixed-tray .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.fixed-tray .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.fixed-tray .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.fixed-tray .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.fixed-tray .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.fixed-tray .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.fixed-tray .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}
.fixed-tray .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;
}
.fixed-tray table.ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}
.fixed-tray .ui-datepicker-header {
  background: #0079c2 none repeat scroll 0 0;
  color: #fff;
  font-size: 1rem;
}
.fixed-tray .ui-datepicker td span,
.fixed-tray .ui-datepicker td a {
  color: #666666;
  font-size: 0.8889rem;
  text-align: center;
}
.fixed-tray .ui-datepicker td.ui-datepicker-current-day a,
.fixed-tray .ui-datepicker td a:hover {
  background: #0079c2 none repeat scroll 0 0;
  color: #fff;
}
.fixed-tray td.ui-datepicker-unselectable span {
  color: #dcdcdc;
}
.fixed-tray td.ui-datepicker-other-month.ui-datepicker-unselectable span {
  display: none;
}
.fixed-tray .ui-datepicker .ui-datepicker-prev:hover,
.fixed-tray .ui-datepicker .ui-datepicker-prev {
  left: 0;
  text-decoration: none;
  top: 0;
}
.fixed-tray .ui-datepicker .ui-datepicker-prev:hover.ui-state-disabled,
.fixed-tray .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  cursor: default;
  opacity: 0.5;
}
.fixed-tray .ui-datepicker .ui-datepicker-next:hover,
.fixed-tray .ui-datepicker .ui-datepicker-next {
  right: 0;
  text-decoration: none;
  top: 0;
}
.fixed-tray .ui-datepicker .ui-datepicker-next:hover.ui-state-disabled,
.fixed-tray .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  cursor: default;
  opacity: 0.5;
}
.fixed-tray .ui-datepicker-prev::before,
.fixed-tray .ui-datepicker-next::before {
  top: 2px;
  left: 13px;
  position: relative;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 1.389rem;
}
.fixed-tray .ui-datepicker-prev::before {
  content: "\f0d9";
}
.fixed-tray .ui-datepicker-next::before {
  content: "\f0da";
  left: 9px;
}
.fixed-tray .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) {
  .fixed-tray .ui-datepicker-trigger {
    top: 0px;
  }
}
.fixed-tray .hasDatepicker.ant-text-input {
  float: left;
}
.fixed-tray .hasDatepicker.ant-text-input::-ms-clear {
  display: none;
}
.fixed-tray .hasDatepicker.focus,
.fixed-tray .hasDatepicker.focus + .ui-datepicker-trigger .fa {
  border-color: #69b3e7;
}
.fixed-tray input.pfText.hasDatepicker,
.fixed-tray input.pfText.hasDatepicker:hover,
.fixed-tray input.pfText.hasDatepicker:focus {
  width: auto;
  margin-left: 0 !important;
}
.fixed-tray .ui-datepicker .ui-datepicker-prev span,
.fixed-tray .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.fixed-tray .ui-datepicker-prev {
  float: left;
  cursor: pointer;
}
.fixed-tray .ui-datepicker-next {
  float: right;
  cursor: pointer;
}
.fixed-tray .modal-open.ui-datepicker {
  z-index: 1056;
}
.fixed-tray .ui-datepicker {
  z-index: 112;
}
.fixed-tray .ui-datepicker .ui-datepicker-calendar td a.ui-state-default,
.fixed-tray a.ui-datepicker-prev,
.fixed-tray a.ui-datepicker-next {
  border-bottom: 0 none;
}
.fixed-tray .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";
}
.fixed-tray .ui-datepicker-trigger span.ant-calendar-icon.ant-calendar-calendar:before {
  content: "\f15c";
}
.fixed-tray .ui-datepicker-trigger .fa-remove {
  padding-left: 2px;
}
.fixed-tray label {
  display: block;
}
.fixed-tray .ant-text-input {
  max-width: 100%;
}
.fixed-tray .pfText {
  float: left;
}
.fixed-tray .prOption {
  position: absolute;
  left: -9999px;
}
.fixed-tray .prLabel {
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
}
.fixed-tray .prLabel:before {
  display: block;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  content: " ";
  position: relative;
  top: 0.2rem;
}
.fixed-tray .prLabel.active:before {
  background-position: center;
}
.fixed-tray .prLabel.focus:before {
  box-shadow: 0 0 3px #286ce2;
}
.fixed-tray .prLabel.prDisabled {
  cursor: not-allowed;
}
.fixed-tray .prLabel.prDisabled:before {
  cursor: not-allowed;
}
.fixed-tray .pfRadio .align-vertical {
  display: flex;
  flex-direction: column;
}
.fixed-tray label.pfText {
  line-height: 45px;
  width: 230px;
  padding-left: 15px;
}
.fixed-tray input.pfText,
.fixed-tray input.pfText:hover {
  margin-left: -230px;
  background-color: rgba(255, 255, 255, 0.5);
  filter: alpha(opacity=50); /* IE8 */
}
.fixed-tray input.pfText.focus,
.fixed-tray input.pfText.hasValue {
  background-color: rgb(255, 255, 255);
  filter: alpha(opacity=100); /* IE8 */
}
.fixed-tray .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%;
}
.fixed-tray .pfSelect button:hover, .fixed-tray .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;
}
.fixed-tray .pfSelect {
  position: relative;
}
.fixed-tray .pfSelect.active .listbox-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.fixed-tray .psButton span {
  display: inline-block;
  top: 0;
}
.fixed-tray .psButton span.psActiveOption {
  width: calc(100% - 2.65rem);
  text-align: left;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fixed-tray .psArrow {
  display: inline-block;
  text-align: center;
}
.fixed-tray .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;
}
.fixed-tray .psDropdown.active {
  max-height: 11.2rem;
  padding-top: 0px;
  border-top: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
.fixed-tray .psDropdown input {
  position: absolute;
  left: -9999px;
}
.fixed-tray .psLabel {
  display: block;
  margin: 0px;
  cursor: pointer;
}
.fixed-tray .psLabel.psDisabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.fixed-tray .pfSelect legend,
.fixed-tray .pfToggleSwitch legend,
.fixed-tray .pfToggleB legend,
.fixed-tray .pfRadio legend,
.fixed-tray .pfCheckbox {
  border: none;
}
.fixed-tray .pfSelect.borderless .btn {
  width: auto;
  border-color: transparent;
}
.fixed-tray .pfSelect.borderless .btn:focus, .fixed-tray .pfSelect.borderless .btn:active, .fixed-tray .pfSelect.borderless .btn:focus:active {
  border-color: transparent;
}
.fixed-tray .pfSelect.borderless .btn span.psActiveOption {
  width: 100%;
  padding-left: 0rem;
}
.fixed-tray .pfSelect.borderless .btn span.psArrow {
  border-color: transparent;
  width: 1rem;
}
.fixed-tray .ant-ddl-alt .pfSelect button {
  border-radius: 0px;
}
.fixed-tray .ant-ddl-alt .pfSelect button:focus .psArrow {
  border-left: 0px;
}
.fixed-tray .ant-ddl-alt .psButton span {
  top: -1px;
}
.fixed-tray .pcOption {
  position: absolute;
  left: -9999px;
}
.fixed-tray .pcLabel {
  display: inline-block;
  cursor: pointer;
  position: relative;
  float: left;
}
.fixed-tray .pcLabel::before {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  font-family: "ant-classic-icons";
  content: "\f17b";
  text-indent: -9999px;
  top: 0.05rem;
}
.fixed-tray .pcLabel.active::before {
  text-indent: 1px;
  content: " ";
}
.fixed-tray .pcLabel.pcDisabled {
  cursor: not-allowed;
}
.fixed-tray .pcLabel.pcDisabled:before {
  cursor: not-allowed;
}
.fixed-tray .pcLabel.focus::before {
  box-shadow: 0 0 3px #286ce2;
}
.fixed-tray .ant-form-item-error:before {
  content: "\f1ce";
  font-family: "ant-classic-icons";
  top: 3px;
  position: relative;
}
.fixed-tray fieldset.ant-auto-suggest {
  position: relative;
}
.fixed-tray .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;
}
.fixed-tray .ant-search-button span.fa {
  padding: 0.4rem 0.5rem;
  position: relative;
  top: 1px;
  font-size: 1.25rem;
}
@media screen and (min-width: 480px) {
  .fixed-tray .ant-search-button span.fa {
    top: 0px;
    padding: 0.4rem 0.5rem 0.45rem;
  }
}
.fixed-tray .ant-search-button .fa-remove {
  padding-left: 2px;
}
.fixed-tray .ant-search-input {
  float: left;
  padding-right: 3rem;
}
.fixed-tray .ant-text-input.ant-has-notes,
.fixed-tray .ant-text-input.ant-has-notes:focus {
  z-index: 1;
}
.fixed-tray .prLabel .label-text,
.fixed-tray .pcLabel .label-text {
  display: block;
  float: left;
  max-width: calc(100% - 35px);
}
.fixed-tray .ant-form-item-valid:before {
  content: "\f17c";
  font-family: "ant-classic-icons";
  top: 2px;
  position: relative;
}
.fixed-tray .alignVertical {
  display: inline-block;
  clear: left;
}
.fixed-tray .ant-data-security-mask {
  display: block;
  position: relative;
  color: #0079c2;
  font-size: 1.571rem;
}
.fixed-tray .ant-data-security-mask .ant-security-mask-icon {
  color: inherit;
  font-size: inherit;
}
.fixed-tray [data-uxd-auto-suggest-cmp] .psDropdown {
  margin-top: 2.1rem;
}
.fixed-tray [data-uxd-auto-suggest-cmp] .psDropdown.active {
  overflow-y: auto;
}
.fixed-tray [data-uxd-auto-suggest-cmp] .psDropdown.noresults {
  height: auto !important;
  margin-top: 41px;
}
.fixed-tray [data-uxd-auto-suggest-cmp] legend {
  margin-bottom: 0.7143rem;
  border: none;
  font-size: 1rem;
  font-weight: 600;
}
.fixed-tray [data-uxd-auto-suggest-cmp] .no-suggestions {
  padding: 8px 1rem;
}
.fixed-tray [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) {
  .fixed-tray [data-uxd-auto-suggest-cmp] .ant-search-button span.fa {
    padding: 0.3rem 0.6rem;
  }
}
.fixed-tray .uxd-text-input {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 100%;
  margin-bottom: 2.2142857143rem;
  /* LABEL ==== */
  /* BOTTOM BAR ==== */
  /* INPUT ==== */
}
.fixed-tray .uxd-text-input .uxd-error-message {
  display: block;
  width: 100%;
  line-height: 1.2em;
}
.fixed-tray .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;
}
.fixed-tray .uxd-text-input label.uxd-text-input__label.is-focused {
  bottom: 0rem;
}
.fixed-tray .uxd-text-input label.uxd-text-input__label span {
  align-self: flex-end;
}
.fixed-tray .uxd-text-input .bottom-bar {
  position: relative;
  display: block;
  width: 100%;
}
.fixed-tray .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;
}
.fixed-tray .uxd-text-input .bottom-bar.is-focused:before {
  width: 100%;
  opacity: 1;
}
.fixed-tray .uxd-text-input input[type=text],
.fixed-tray .uxd-text-input input[type=password] {
  display: block;
  color: inherit;
  width: 100%;
  background: transparent;
  border: none;
}
.fixed-tray .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 **/
}
.fixed-tray .pfToggleB .ptLabel span {
  position: relative;
  top: -24px;
  display: inline-block;
  width: 200px;
  left: -200px;
}
.fixed-tray .pfToggleB .ptLabel.right-align {
  left: 0;
}
.fixed-tray .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;
}
.fixed-tray .pfToggleB .ptLabel:before {
  content: " ";
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin: -1px;
  transition: margin 0.15s;
}
.fixed-tray .pfToggleB .optionWrapper {
  overflow: hidden;
  height: 35px;
}
.fixed-tray .pfToggleB .ptOption {
  position: absolute;
  left: -9999px;
}
.fixed-tray .ptLabel.ptDisabled {
  cursor: not-allowed !important;
}
.fixed-tray .pfToggleSwitch .ptOption {
  position: absolute;
  left: -9999px;
}
.fixed-tray .pfToggleSwitch .ptLabel {
  text-align: center;
  border: 1px solid;
  border-right: 0px;
  float: left;
  cursor: pointer;
}
.fixed-tray .pfToggleSwitch .optionWrapper:first-of-type .ptLabel {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fixed-tray .pfToggleSwitch .optionWrapper:last-of-type .ptLabel {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid;
}
.fixed-tray .pfToggleSwitch .ptLabel.active,
.fixed-tray .pfToggleSwitch .ptLabel.focus {
  cursor: default;
}
.fixed-tray .uxd-dp {
  line-height: 1.1;
  display: inline-block;
  position: relative;
}
.fixed-tray .uxd-dp * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.fixed-tray .uxd-dp,
.fixed-tray .uxd-dp .selectiongroup,
.fixed-tray .uxd-dp .selection,
.fixed-tray .uxd-dp .selector,
.fixed-tray .uxd-dp .headertodaybtn {
  border-radius: 4px;
}
.fixed-tray .uxd-dp .header {
  border-radius: 4px 4px 0 0;
}
.fixed-tray .uxd-dp .caltable,
.fixed-tray .uxd-dp .monthtable,
.fixed-tray .uxd-dp .yeartable {
  border-radius: 0 0 4px 4px;
}
.fixed-tray .uxd-dp .caltable tbody tr:nth-child(6) td:first-child,
.fixed-tray .uxd-dp .monthtable tbody tr:nth-child(4) td:first-child,
.fixed-tray .uxd-dp .yeartable tbody tr:nth-child(7) td:first-child {
  border-bottom-left-radius: 4px;
}
.fixed-tray .uxd-dp .caltable tbody tr:nth-child(6) td:last-child,
.fixed-tray .uxd-dp .monthtable tbody tr:nth-child(4) td:last-child,
.fixed-tray .uxd-dp .yeartable tbody tr:nth-child(7) td:last-child {
  border-bottom-right-radius: 4px;
}
.fixed-tray .uxd-dp .btnpicker {
  border-radius: 0 4px 4px 0;
}
.fixed-tray .uxd-dp .btnleftborderradius {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fixed-tray .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);
}
.fixed-tray .uxd-dp .selector:focus {
  border: 1px solid #add8e6;
}
@keyframes selectorfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fixed-tray .uxd-dp .selectorarrow {
  background: #fff;
  margin-top: 0px;
  padding: 0;
  padding: 8px 8px 8px 8px;
  outline: 0;
}
.fixed-tray .uxd-dp .selectorarrow:after,
.fixed-tray .uxd-dp .selectorarrow:before {
  bottom: 100%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
}
.fixed-tray .uxd-dp .selectorarrow:after {
  border-color: rgba(250, 250, 250, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.fixed-tray .uxd-dp .selectorarrow:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -11px;
}
.fixed-tray .uxd-dp .selectorarrow:focus:before {
  border-bottom-color: #add8e6;
}
.fixed-tray .uxd-dp .selectorarrowleft:after,
.fixed-tray .uxd-dp .selectorarrowleft:before {
  left: 24px;
}
.fixed-tray .uxd-dp .selectorarrowright:after,
.fixed-tray .uxd-dp .selectorarrowright:before {
  left: 86%;
}
.fixed-tray .uxd-dp .alignselectorright {
  right: -1px;
}
.fixed-tray .uxd-dp .selectiongroup {
  position: relative;
  display: table;
  border: none;
  border-spacing: 0;
  background-color: #fff;
}
.fixed-tray .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;
}
.fixed-tray .uxd-dp .invaliddate {
  background-color: #f1dede;
}
.fixed-tray .uxd-dp ::-ms-clear {
  display: none;
}
.fixed-tray .uxd-dp .selbtngroup {
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
  display: table-cell;
  font-size: 0;
}
.fixed-tray .uxd-dp .btnpicker,
.fixed-tray .uxd-dp .btnclear,
.fixed-tray .uxd-dp .btndecrease,
.fixed-tray .uxd-dp .btnincrease {
  height: 100%;
  width: 26px;
  border: none;
  padding: 0;
  outline: 0;
  font: inherit;
  -moz-user-select: none;
}
.fixed-tray .uxd-dp .btnleftborder {
  border-left: 1px solid #ccc;
}
.fixed-tray .uxd-dp .btnpickerenabled,
.fixed-tray .uxd-dp .btnclearenabled,
.fixed-tray .uxd-dp .btndecreaseenabled,
.fixed-tray .uxd-dp .btnincreaseenabled,
.fixed-tray .uxd-dp .headertodaybtnenabled,
.fixed-tray .uxd-dp .headerbtnenabled,
.fixed-tray .uxd-dp .yearchangebtnenabled {
  cursor: pointer;
}
.fixed-tray .uxd-dp .selectiondisabled,
.fixed-tray .uxd-dp .btnpickerdisabled,
.fixed-tray .uxd-dp .btncleardisabled,
.fixed-tray .uxd-dp .btndecreasedisabled,
.fixed-tray .uxd-dp .btnincreasedisabled,
.fixed-tray .uxd-dp .headertodaybtndisabled,
.fixed-tray .uxd-dp .headerbtndisabled,
.fixed-tray .uxd-dp .yearchangebtndisabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.fixed-tray .uxd-dp .selectiondisabled {
  background-color: #eee;
}
.fixed-tray .uxd-dp .btnpicker,
.fixed-tray .uxd-dp .btnclear,
.fixed-tray .uxd-dp .btndecrease,
.fixed-tray .uxd-dp .btnincrease,
.fixed-tray .uxd-dp .headertodaybtn {
  background: #fff;
}
.fixed-tray .uxd-dp .header {
  width: 100%;
  height: 30px;
  background-color: #fff;
}
.fixed-tray .uxd-dp .header td {
  vertical-align: middle;
  border: none;
  line-height: 0;
}
.fixed-tray .uxd-dp .header td:nth-child(1) {
  padding-left: 4px;
}
.fixed-tray .uxd-dp .header td:nth-child(2) {
  text-align: center;
}
.fixed-tray .uxd-dp .header td:nth-child(3) {
  padding-right: 4px;
}
.fixed-tray .uxd-dp .caltable,
.fixed-tray .uxd-dp .monthtable,
.fixed-tray .uxd-dp .yeartable {
  table-layout: fixed;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
}
.fixed-tray .uxd-dp .caltable,
.fixed-tray .uxd-dp .monthtable,
.fixed-tray .uxd-dp .yeartable,
.fixed-tray .uxd-dp .weekdaytitle,
.fixed-tray .uxd-dp .daycell,
.fixed-tray .uxd-dp .monthcell,
.fixed-tray .uxd-dp .yearcell {
  border-collapse: collapse;
  color: #003366;
  line-height: 1.1;
}
.fixed-tray .uxd-dp .weekdaytitle,
.fixed-tray .uxd-dp .daycell,
.fixed-tray .uxd-dp .monthcell,
.fixed-tray .uxd-dp .yearcell {
  text-align: center;
  width: 14.2857%;
  height: 40px;
}
.fixed-tray .uxd-dp .weekdaytitle {
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #ccc;
}
.fixed-tray .uxd-dp .weekdaytitleweeknbr {
  width: 20px;
  border-right: 1px solid #bbb;
}
.fixed-tray .uxd-dp .monthcell:focus .monthvalue {
  background-color: #ddd;
}
.fixed-tray .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;
}
.fixed-tray .uxd-dp .monthcell .monthvalue:hover {
  background-color: #ddd;
}
.fixed-tray .uxd-dp .monthcell {
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  height: 65px;
}
.fixed-tray .uxd-dp .yearcell {
  background-color: #fff;
  width: 20%;
  height: 45px;
}
.fixed-tray .uxd-dp .yearcell:focus .yearvalue {
  background-color: #ddd;
}
.fixed-tray .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;
}
.fixed-tray .uxd-dp .yearcell .yearvalue:hover {
  background-color: #ddd;
}
.fixed-tray .uxd-dp .daycell:focus .datevalue {
  background-color: #ddd;
}
.fixed-tray .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;
}
.fixed-tray .uxd-dp .daycell .datevalue.currmonth {
  display: flex;
}
.fixed-tray .uxd-dp .daycell .datevalue.markcurrday {
  border-style: solid;
  border-color: #ccc;
}
.fixed-tray .uxd-dp .daycell .datevalue:hover {
  background-color: #ddd;
}
.fixed-tray .uxd-dp .daycell .datevalue span {
  vertical-align: middle;
}
.fixed-tray .uxd-dp .daycellweeknbr {
  font-size: 10px;
  border-right: 1px solid #ccc;
  cursor: default;
  color: #000;
}
.fixed-tray .uxd-dp .inlinedp {
  position: relative;
  margin-top: -1px;
}
.fixed-tray .uxd-dp .prevmonth,
.fixed-tray .uxd-dp .nextmonth {
  color: #999;
}
.fixed-tray .uxd-dp .disabled {
  cursor: default !important;
  color: #ccc;
  background: #fbefef;
}
.fixed-tray .uxd-dp .highlight {
  color: #c30000;
}
.fixed-tray .uxd-dp .dimday {
  opacity: 0.5;
}
.fixed-tray .uxd-dp .currmonth {
  font-weight: normal;
}
.fixed-tray .uxd-dp .markdate {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
}
.fixed-tray .uxd-dp .markcurrday,
.fixed-tray .uxd-dp .markcurrmonth,
.fixed-tray .uxd-dp .markcurryear {
  text-decoration: underline;
}
.fixed-tray .uxd-dp .selectedday .datevalue,
.fixed-tray .uxd-dp .selectedmonth .monthvalue,
.fixed-tray .uxd-dp .selectedyear .yearvalue {
  background-color: #8ebfff;
}
.fixed-tray .uxd-dp .headerbtncell {
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.fixed-tray .uxd-dp .yearchangebtncell {
  text-align: center;
  background-color: #fff;
}
.fixed-tray .uxd-dp .headerbtn,
.fixed-tray .uxd-dp .headerlabelbtn,
.fixed-tray .uxd-dp .yearchangebtn {
  background: #fff;
  border: none;
  height: 22px;
}
.fixed-tray .uxd-dp .headerbtn {
  width: 16px;
}
.fixed-tray .uxd-dp .headerlabelbtn {
  font-size: 14px;
  cursor: default;
}
.fixed-tray .uxd-dp,
.fixed-tray .uxd-dp .headertodaybtn {
  border: 1px solid #ccc;
}
.fixed-tray .uxd-dp .btnpicker,
.fixed-tray .uxd-dp .btnclear,
.fixed-tray .uxd-dp .btndecrease,
.fixed-tray .uxd-dp .btnincrease,
.fixed-tray .uxd-dp .headerbtn,
.fixed-tray .uxd-dp .headermonthtxt,
.fixed-tray .uxd-dp .headeryeartxt,
.fixed-tray .uxd-dp .headertodaybtn,
.fixed-tray .uxd-dp .yearchangebtn {
  color: #000;
}
.fixed-tray .uxd-dp .headertodaybtn {
  padding: 0 4px;
  font-size: 11px;
  height: 22px;
  min-width: 60px;
  max-width: 84px;
  overflow: hidden;
  white-space: nowrap;
}
.fixed-tray .uxd-dp button::-moz-focus-inner {
  border: 0;
}
.fixed-tray .uxd-dp .headermonthtxt,
.fixed-tray .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;
}
.fixed-tray .uxd-dp .btnclear:focus,
.fixed-tray .uxd-dp .btndecrease:focus,
.fixed-tray .uxd-dp .btnincrease:focus,
.fixed-tray .uxd-dp .btnpicker:focus,
.fixed-tray .uxd-dp .headertodaybtn:focus {
  background: #add8e6;
}
.fixed-tray .uxd-dp .headerbtn:focus,
.fixed-tray .uxd-dp .monthlabel:focus,
.fixed-tray .uxd-dp .yearlabel:focus,
.fixed-tray .uxd-dp .yearchangebtn:focus {
  color: #add8e6;
}
.fixed-tray .uxd-dp .daycell:focus,
.fixed-tray .uxd-dp .monthcell:focus,
.fixed-tray .uxd-dp .yearcell:focus {
  outline: 1px solid #ccc;
}
.fixed-tray .uxd-dp .motif-google-calendar {
  font-size: 20px;
}
.fixed-tray .uxd-dp table {
  display: table;
  border-spacing: 0;
}
.fixed-tray .uxd-dp table,
.fixed-tray .uxd-dp th,
.fixed-tray .uxd-dp td {
  border: none;
}
.fixed-tray .uxd-dp .btnpickerenabled:hover,
.fixed-tray .uxd-dp .btnclearenabled:hover,
.fixed-tray .uxd-dp .btndecreaseenabled:hover,
.fixed-tray .uxd-dp .btnincreaseenabled:hover,
.fixed-tray .uxd-dp .headertodaybtnenabled:hover {
  background-color: #e6e6e6;
}
.fixed-tray .uxd-dp .monthlabel,
.fixed-tray .uxd-dp .yearlabel,
.fixed-tray .uxd-dp .inputnoteditable,
.fixed-tray .uxd-dp .daycell,
.fixed-tray .uxd-dp .monthcell,
.fixed-tray .uxd-dp .yearcell {
  cursor: pointer;
}
.fixed-tray .ant-alert {
  display: flex;
  align-items: stretch;
}
.fixed-tray .ant-alert .ant-alert-left {
  display: flex;
  align-items: center;
}
.fixed-tray .ant-alert .ant-alert-main {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.fixed-tray .ant-alert .ant-alert-main p {
  margin: 0px;
}
.fixed-tray .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;
}
.fixed-tray .ant-alert.ant-dismissable.on {
  top: 0px;
}
@media screen and (min-width: 800px) {
  .fixed-tray .ant-alert.ant-dismissable {
    width: 70%;
    left: 15%;
  }
}
.fixed-tray .ant-alert.ant-dismissable .ant-alert-main p {
  display: block;
  float: left;
  max-width: 94%;
  margin-bottom: 0px;
  text-align: left;
  white-space: normal;
}
.fixed-tray .ant-alert.ant-dismissable .ant-alert-main button.ant-dismiss-alert {
  border: none;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
}
.fixed-tray .ant-inline-alert {
  font-size: 1rem;
}
.fixed-tray .ant-inline-alert .ant-inline-alert-body {
  padding: 0.5rem;
}
.fixed-tray .ant-ui-widget-overlay {
  height: 100%;
  left: 0;
  opacity: 0.7;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1099;
  background-color: #000;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .ant-data-load .ant-data-spin {
  display: flex;
  justify-content: center;
  width: 100%;
}
.fixed-tray .ant-data-load .ant-data-text {
  display: flex;
  justify-content: center;
  width: 100%;
}
.fixed-tray .ant-data-load .ant-ajax-text {
  margin-top: 20px;
  margin-left: 20px;
}
.fixed-tray .sk-spinner-wave.sk-spinner {
  height: 60px;
}
.fixed-tray .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;
}
.fixed-tray .sk-spinner-wave.sk-spinner .sk-rect2 {
  animation-delay: -1.1s;
}
.fixed-tray .sk-spinner-wave.sk-spinner .sk-rect3 {
  animation-delay: -1s;
}
.fixed-tray .sk-spinner-wave.sk-spinner .sk-rect4 {
  animation-delay: -0.9s;
}
.fixed-tray .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);
  }
}
.fixed-tray .modal .modal-header {
  padding: 10px 25px 10px;
  border: 0px;
}
.fixed-tray .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;
}
.fixed-tray .modal .modal-footer {
  padding: 25px;
  text-align: left;
}
.fixed-tray .modal .modal-body {
  padding: 0 1.429rem;
}
.fixed-tray .modal .modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.fixed-tray .modal.ant-error-modal h2:before {
  content: "\f1ce";
  font-family: "ant-classic-icons";
  font-size: 2.444rem;
  top: 9px;
  position: relative;
  margin-right: 10px;
}
.fixed-tray .modal.ant-fullscreen-modal .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  overflow: scroll;
}
.fixed-tray .modal.ant-fullscreen-modal .modal-dialog .modal-content {
  border: 0px;
  border-radius: 0px;
}
.fixed-tray .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;
}
.fixed-tray .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);
}
.fixed-tray .modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-top .modal-header {
  border: 0px;
  padding: 1.428rem 3.929rem 2.714rem 1.429rem;
}
.fixed-tray .modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-top .modal-body {
  padding-bottom: 40px;
}
.fixed-tray .modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-footer {
  bottom: 0;
  position: absolute;
  padding: 0;
  text-align: center;
  width: 100%;
  left: 0px;
}
.fixed-tray .modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-footer .btn {
  min-width: auto;
  padding: 8px 20px 9px;
  margin: 1rem 0 1.142rem 0;
}
@media screen and (max-width: 479px) {
  .fixed-tray .modal,
  .fixed-tray .modal-backdrop {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
  }
  .fixed-tray .model .model-header .close {
    top: 12px;
    right: 8px;
  }
  .fixed-tray .modal-dialog {
    margin: 0px;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
  }
  .fixed-tray .modal-dialog .close {
    position: fixed;
    border: none;
    text-shadow: none;
  }
  .fixed-tray .modal-content {
    border: 0px;
    border-radius: 0px;
    height: 100vh;
    width: 100vw;
    overflow: auto;
  }
  .fixed-tray .modal-body {
    padding-bottom: 150px;
  }
  .fixed-tray .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    transform: translate3d(0, 0, 0);
  }
  .fixed-tray .modal-footer .btn {
    font-size: 16px;
    min-width: auto;
  }
}
@media (min-width: 480px) {
  .fixed-tray .modal-dialog {
    position: relative;
    width: calc(100% - 40px);
    margin: 20px;
  }
  .fixed-tray .ant-fullscreen-modal .modal-dialog {
    width: 100%;
  }
  .fixed-tray .ant-fullscreen-modal .modal-top .close {
    font-size: 36px;
    padding: 5px 5px 4px 6px;
  }
}
@media (min-width: 801px) {
  .fixed-tray .modal-dialog {
    width: 80%;
    max-width: 900px;
    margin: 50px auto;
  }
  .fixed-tray .ant-fullscreen-modal .modal-dialog {
    width: 90vw;
    max-width: 1024px;
  }
  .fixed-tray .ant-fullscreen-modal .modal-top {
    padding: 0px 25px 100px;
  }
  .fixed-tray .ant-fullscreen-modal .modal-top .close {
    padding: 5px 5px 4px 6px;
    font-size: 40px;
    top: 18px;
    right: 18px;
  }
}
@media (min-width: 1024px) {
  .fixed-tray .ant-fullscreen-modal .modal-top {
    padding: 0px 60px 100px;
  }
}
.fixed-tray .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;
}
.fixed-tray .cdk-overlay-pane.ant-tooltip-panel {
  max-width: 17.1428571429rem;
}
.fixed-tray .cdk-overlay-pane.ant-tooltip-panel .ant-tooltip-message {
  padding: 1.5rem 1.7142857143rem;
  background-color: #ffffff;
  border: 1px solid #286ce2;
}
.fixed-tray .cdk-overlay-pane.ant-tooltip-panel .ant-tooltip-message .ant-tooltip-close {
  padding: 0;
  float: right;
}
.fixed-tray .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) {
  .fixed-tray .cdk-overlay-pane.ant-tooltip-panel .ant-tooltip-message .ant-tooltip-close,
  .fixed-tray .cdk-overlay-pane.ant-tooltip-panel .ant-tooltip-message .ant-tooltip-close-button {
    display: none;
  }
}
.fixed-tray .popover {
  min-width: 150px;
  border: 0px solid transparent;
}
.fixed-tray input + .popover {
  margin-top: -25px;
}
.fixed-tray input + .popover > .popover-indicator {
  left: 77%;
  bottom: -1.7em;
}
.fixed-tray input.popoverTrigger {
  float: left;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .popover .popover-close a .fa {
  line-height: 25px;
}
.fixed-tray .popover.right,
.fixed-tray .popover.left,
.fixed-tray .popover.top,
.fixed-tray .popover.bottom {
  border-radius: 0px;
  border: none;
  z-index: 1;
}
.fixed-tray .popover.right {
  margin-left: 5px;
}
.fixed-tray .popover.bottom {
  margin-top: 5px;
}
.fixed-tray .popover.left {
  margin-left: -5px;
}
.fixed-tray .popover.top {
  margin: -15px 0px 0 -10px;
}
.fixed-tray .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;
}
.fixed-tray .popContainer {
  display: inline;
  z-index: 20;
  position: relative;
}
.fixed-tray .iconTip {
  margin-right: 10px;
}
.fixed-tray input + .popIcon {
  top: 2px;
  position: relative;
}
.fixed-tray .popIcon {
  display: inline-block;
  margin-left: 5px;
  border-bottom: 0px;
  text-indent: 1px;
  padding-right: 2px;
}
.fixed-tray .popIcon .glyphicon,
.fixed-tray .popIcon .fa {
  font-size: 1.4em;
  top: 5px;
}
.fixed-tray .progress {
  border-radius: 0px;
  height: 30px;
  font-size: 24px;
  border-bottom: 0px solid;
  box-shadow: none;
  margin-bottom: 12px;
  font-weight: 500;
}
.fixed-tray .progress .complete {
  font-size: 20px;
  padding-top: 4px;
  padding-left: 6px;
  text-align: left;
  box-shadow: none;
}
.fixed-tray .progress .remaining {
  font-size: 20px;
  padding-top: 4px;
  padding-right: 6px;
  text-align: right;
  box-shadow: none;
}
.fixed-tray .popover.bottom {
  margin-top: 20px;
}
.fixed-tray .popover.bottom > .popover-indicator {
  top: 0px;
}
.fixed-tray .ant-text-input.ant-has-notes,
.fixed-tray .ant-text-input.ant-has-notes:focus {
  padding-right: 40px;
  z-index: 2;
  position: relative;
  background: transparent;
  float: left;
}
.fixed-tray a.glossary-term,
.fixed-tray a .glossary-term {
  border-bottom: 1px dashed;
}
.fixed-tray .collapse-block .ant-collapse-heading .collapsible-heading-text {
  display: inline-block;
}
.fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button {
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa {
  font-family: "ant-classic-icons";
}
.fixed-tray .collapse-block .ant-collapse-button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.fixed-tray .collapse-block .content-control {
  overflow: hidden;
}
.fixed-tray .css-collapsible .ant-collapse-body {
  max-height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.fixed-tray .css-collapsible.ant-block-expanded .ant-collapse-body {
  max-height: 5000px;
  visibility: visible;
}
.fixed-tray .ant-alphabet-tabs-container {
  position: relative;
}
.fixed-tray .ant-alphabet-tabs-container .ant-alphabet-tabs {
  overflow-x: auto;
}
.fixed-tray .ant-alphabet-tabs-container .ant-alphabet-tabs::-webkit-scrollbar {
  display: none;
}
.fixed-tray .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;
}
.fixed-tray .ant-alphabet-tabs-container .ant-alphabet-tabs ul li {
  text-align: center;
  display: block;
  cursor: pointer;
}
.fixed-tray .ant-alphabet-tabs-container .ant-alphabet-tabs ul li a {
  border-bottom: 0;
}
.fixed-tray .ant-alphabet-tabs-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fixed-tray .ant-alphabet-tabs-body ul.active {
  display: block;
}
.fixed-tray .alt-toggle-cmp {
  position: relative;
  margin-bottom: -2px;
}
.fixed-tray .alt-toggle-cmp .alt-toggle-header {
  width: calc(100% - 35px);
  float: left;
  margin: 0.75rem 0;
}
.fixed-tray .alt-toggle-cmp .alt-toggle-header .alt-toggle-body {
  width: calc(100% + 35px);
  margin-top: 1rem;
  visibility: visible;
}
.fixed-tray .alt-toggle-cmp .alt-toggle-header .alt-toggle-body.closed {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  visibility: hidden;
}
.fixed-tray .alt-toggle-cmp .alt-toggle-icon {
  float: right;
  cursor: pointer;
}
.fixed-tray .alt-toggle-cmp .alt-toggle-icon .alt-toggle-plus:before {
  content: "+";
}
.fixed-tray .alt-toggle-cmp .alt-toggle-icon .alt-toggle-minus:before {
  content: "−";
}
.fixed-tray .carousel-selector-cmp {
  position: relative;
}
.fixed-tray .carousel-selector-cmp .carousel-content-container {
  padding: 0 2rem;
}
.fixed-tray .carousel-selector-cmp .carousel-content-container ul {
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fixed-tray .carousel-selector-cmp .carousel-content-container ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.fixed-tray .carousel-selector-cmp .carousel-content-container ul > li {
  width: 100%;
  transition: left 0.5s;
}
@media screen and (min-width: 480px) {
  .fixed-tray .carousel-selector-cmp .carousel-content-container ul > li {
    width: 50%;
  }
  .fixed-tray .carousel-selector-cmp .carousel-content-container ul > li:first-child:nth-last-child(1) {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .fixed-tray .carousel-selector-cmp .carousel-content-container ul > li {
    width: 33.3333%;
  }
  .fixed-tray .carousel-selector-cmp .carousel-content-container ul > li:first-child:nth-last-child(1) {
    max-width: 100%;
  }
  .fixed-tray .carousel-selector-cmp .carousel-content-container ul > li:first-child:nth-last-child(2), .fixed-tray .carousel-selector-cmp .carousel-content-container ul > li:first-child:nth-last-child(2) ~ li {
    width: 50%;
  }
}
.fixed-tray .carousel-selector-cmp .carousel-left-control,
.fixed-tray .carousel-selector-cmp .carousel-right-control {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fixed-tray .carousel-selector-cmp .carousel-left-control button,
.fixed-tray .carousel-selector-cmp .carousel-right-control button {
  border-style: hidden;
  background: transparent;
}
.fixed-tray .carousel-selector-cmp .carousel-left-control .fa.fa-chevron-left, .fixed-tray .carousel-selector-cmp .carousel-left-control .fa.fa-chevron-right,
.fixed-tray .carousel-selector-cmp .carousel-right-control .fa.fa-chevron-left,
.fixed-tray .carousel-selector-cmp .carousel-right-control .fa.fa-chevron-right {
  font-size: 1.75rem;
}
.fixed-tray .carousel-selector-cmp .carousel-left-control .fa.fa-chevron-left:hover, .fixed-tray .carousel-selector-cmp .carousel-left-control .fa.fa-chevron-right:hover,
.fixed-tray .carousel-selector-cmp .carousel-right-control .fa.fa-chevron-left:hover,
.fixed-tray .carousel-selector-cmp .carousel-right-control .fa.fa-chevron-right:hover {
  cursor: pointer;
}
.fixed-tray .carousel-selector-cmp .carousel-right-control {
  right: 0;
}
.fixed-tray .carousel-content-container ul > .button-select-item {
  width: 100%;
  transition: left 0.5s;
}
.fixed-tray .carousel-content-container ul > .button-select-item li {
  margin: 0.5rem;
}
@media screen and (min-width: 480px) {
  .fixed-tray .carousel-content-container ul > .button-select-item {
    width: 50%;
  }
  .fixed-tray .carousel-content-container ul > .button-select-item:first-child:nth-last-child(1) {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .fixed-tray .carousel-content-container ul > .button-select-item {
    width: 33.3333%;
  }
  .fixed-tray .carousel-content-container ul > .button-select-item:first-child:nth-last-child(1) {
    width: 100%;
  }
  .fixed-tray .carousel-content-container ul > .button-select-item:first-child:nth-last-child(2), .fixed-tray .carousel-content-container ul > .button-select-item:first-child:nth-last-child(2) ~ .button-select-item {
    width: 50%;
  }
}
.fixed-tray .carousel-content-container ul .button-select-item {
  display: inline-block;
  white-space: normal;
  padding-bottom: 1.75rem;
  position: relative;
}
.fixed-tray .carousel-content-container ul .button-select-item .button-select-content-container {
  position: relative;
  padding: 1.25rem;
  text-align: center;
}
.fixed-tray .carousel-content-container ul .button-select-item .button-select-carousel-button {
  margin-top: 1rem;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .carousel-content-container ul .button-select-item.active .button-select-carousel-button {
  height: 0;
  transition: height 1s;
}
.fixed-tray .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;
}
.fixed-tray .ant-progress-bar-cmp .carousel-left-control {
  top: 35%;
}
.fixed-tray .ant-progress-bar-cmp .carousel-right-control {
  top: 35%;
  right: 10px;
}
.fixed-tray .ant-progress-bar-cmp .carousel-content-container ul > .default-select-item-container {
  width: 50%;
  transition: left 0.5s;
}
@media screen and (min-width: 480px) {
  .fixed-tray .ant-progress-bar-cmp .carousel-content-container ul > .default-select-item-container {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .fixed-tray .ant-progress-bar-cmp .carousel-content-container ul > .default-select-item-container {
    width: 16.6666666667%;
  }
  .fixed-tray .ant-progress-bar-cmp .carousel-content-container ul > .default-select-item-container:first-child:nth-last-child(1) {
    width: 33.3333333333%;
  }
  .fixed-tray .ant-progress-bar-cmp .carousel-content-container ul > .default-select-item-container:first-child:nth-last-child(2), .fixed-tray .ant-progress-bar-cmp .carousel-content-container ul > .default-select-item-container:first-child:nth-last-child(2) ~ .default-select-item-container {
    width: 25%;
  }
}
.fixed-tray .carousel-content-container ul > .default-select-item-container, .fixed-tray .carousel-content-container ul > .color-select-item-container {
  width: calc(100% - 0.5rem);
  transition: left 0.5s;
}
@media screen and (min-width: 480px) {
  .fixed-tray .carousel-content-container ul > .default-select-item-container, .fixed-tray .carousel-content-container ul > .color-select-item-container {
    width: calc(33.3333333333% - 0.5rem);
  }
  .fixed-tray .carousel-content-container ul > .default-select-item-container:first-child:nth-last-child(1), .fixed-tray .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) {
  .fixed-tray .carousel-content-container ul > .default-select-item-container, .fixed-tray .carousel-content-container ul > .color-select-item-container {
    width: calc(25% - 0.5rem);
  }
  .fixed-tray .carousel-content-container ul > .default-select-item-container:first-child:nth-last-child(1), .fixed-tray .carousel-content-container ul > .color-select-item-container:first-child:nth-last-child(1) {
    width: calc(33.3333333333% - 0.5rem);
  }
  .fixed-tray .carousel-content-container ul > .default-select-item-container:first-child:nth-last-child(2), .fixed-tray .carousel-content-container ul > .color-select-item-container:first-child:nth-last-child(2), .fixed-tray .carousel-content-container ul > .default-select-item-container:first-child:nth-last-child(2) ~ .default-select-item-container, .fixed-tray .carousel-content-container ul > .color-select-item-container:first-child:nth-last-child(2) ~ .color-select-item-container {
    width: calc(50% - 0.5rem);
  }
}
.fixed-tray .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) {
  .fixed-tray .carousel-content-container ul .default-select-item-container {
    min-height: 125px;
  }
}
.fixed-tray .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%;
}
.fixed-tray .carousel-content-container ul .default-select-item-container.active {
  cursor: initial;
}
.fixed-tray .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;
}
.fixed-tray .carousel-content-container ul .color-select-item-container > .select-item {
  padding: 1rem 1rem 0;
  width: 100%;
  min-height: 8rem;
  z-index: 0;
}
.fixed-tray .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;
}
.fixed-tray .carousel-content-container ul .color-select-item-container.active {
  cursor: default;
}
.fixed-tray .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%);
}
.fixed-tray .carousel-content-container ul .color-select-item-container.active .select-item {
  padding-top: 1.75rem;
  transition: padding-top 230ms ease-in;
}
.fixed-tray .carousel-content-container ul .color-select-item-container.active .select-item:before {
  top: 0;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+1) .select-item:before {
  border-color: #0079c2;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+1).active:after {
  border-color: #0079c2 transparent transparent transparent;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+1).active .select-item:before {
  background-color: #0079c2;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+2) .select-item:before {
  border-color: #00609a;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+2).active:after {
  border-color: #00609a transparent transparent transparent;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+2).active .select-item:before {
  background-color: #00609a;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+3) .select-item:before {
  border-color: #683c7a;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+3).active:after {
  border-color: #683c7a transparent transparent transparent;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+3).active .select-item:before {
  background-color: #683c7a;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+4) .select-item:before {
  border-color: #a21851;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+4).active:after {
  border-color: #a21851 transparent transparent transparent;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+4).active .select-item:before {
  background-color: #a21851;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+5) .select-item:before {
  border-color: #cc0033;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+5).active:after {
  border-color: #cc0033 transparent transparent transparent;
}
.fixed-tray .carousel-content-container ul .color-select-item-container:nth-child(5n+5).active .select-item:before {
  background-color: #cc0033;
}
.fixed-tray [data-uxd-button-selector-carousel-cmp] .tcp-plan-item {
  display: inline-block;
  margin: 0.5rem;
  white-space: normal;
  padding-bottom: 1.75rem;
  position: relative;
}
.fixed-tray [data-uxd-button-selector-carousel-cmp] .tcp-plan-item .plan-selector-container {
  position: relative;
  padding: 1.75rem;
  text-align: center;
  background: #ffffff;
}
.fixed-tray [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;
}
.fixed-tray [data-uxd-button-selector-carousel-cmp] .tcp-plan-item.active .plan-selector-container .plan-selector-button-container {
  height: 0;
  transition: height 1s;
}
.fixed-tray [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;
}
.fixed-tray [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;
}
.fixed-tray [data-uxd-button-selector-carousel-cmp] .tcp-plan-item .brand-img-wrapper {
  margin-bottom: 0.5rem;
}
.fixed-tray [data-uxd-button-selector-carousel-cmp] .tcp-plan-item .brand-img-wrapper img {
  width: 100%;
  max-width: 250px;
  padding: 0.5rem;
}
.fixed-tray [data-uxd-data-display-carousel-cmp] {
  /*This removes the extra spacing between the items in the carousel */
  /* overriding the default icon scss */
}
.fixed-tray [data-uxd-data-display-carousel-cmp] [data-uxd-data-display-tile-carousel-cmp] {
  border: 1px solid #dcdcdc;
}
.fixed-tray [data-uxd-data-display-carousel-cmp] .carousel-content-container ul {
  display: flex;
}
.fixed-tray [data-uxd-data-display-carousel-cmp] .carousel-content-container ul > .button-select-item {
  min-width: 100%;
  margin: 0px;
}
@media screen and (min-width: 480px) {
  .fixed-tray [data-uxd-data-display-carousel-cmp] .carousel-content-container ul > .button-select-item {
    width: 49%;
    min-width: 49%;
  }
  .fixed-tray [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%;
  }
  .fixed-tray [data-uxd-data-display-carousel-cmp] .carousel-content-container ul .button-select-item {
    margin: 0 0.5%;
  }
  .fixed-tray [data-uxd-data-display-carousel-cmp] .carousel-content-container ul .button-select-item:last-child {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .fixed-tray [data-uxd-data-display-carousel-cmp] .carousel-content-container ul > .button-select-item {
    width: 33.3333%;
    min-width: 32.333%;
  }
  .fixed-tray [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%;
  }
  .fixed-tray [data-uxd-data-display-carousel-cmp] .carousel-content-container ul > .button-select-item:first-child:nth-last-child(2), .fixed-tray [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%;
  }
  .fixed-tray [data-uxd-data-display-carousel-cmp] .carousel-content-container ul .button-select-item {
    margin: 0 0.5%;
  }
  .fixed-tray [data-uxd-data-display-carousel-cmp] .carousel-content-container ul .button-select-item:last-child {
    margin-right: 0px;
  }
}
.fixed-tray [data-uxd-data-display-carousel-cmp] .carousel-content-container ul > .button-select-item li {
  margin: 0px;
  width: 98%;
}
.fixed-tray [data-uxd-data-display-carousel-cmp] .fa {
  color: white;
  padding: 0.75rem 0rem;
}
.fixed-tray .carousel-selector-cmp .tab-transform-carousel-wrapper {
  /* scss for the carousel overrides */
}
.fixed-tray .carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-content-container {
  padding: 0px;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-right-control {
  right: 0px;
}
.fixed-tray .carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-left-control {
  left: 0px;
}
.fixed-tray .carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-right-control,
.fixed-tray .carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-left-control {
  width: 6%;
  top: 0;
  bottom: 0;
  cursor: pointer;
  transform: none;
}
.fixed-tray .carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-right-control a,
.fixed-tray .carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-left-control a {
  width: 32.5px;
  margin: 0 auto;
  display: block;
}
.fixed-tray .carousel-selector-cmp .tab-transform-carousel-wrapper .fa {
  color: white;
  position: absolute;
  top: 50%;
}
.fixed-tray .carousel-selector-cmp .tab-transform-carousel-wrapper .closeCarousel {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 9999;
}
.fixed-tray .carousel-selector-cmp .tab-transform-carousel-wrapper .closeCarousel span {
  position: absolute;
  transform: rotate(-45deg);
  color: #fff;
  top: 5px;
  right: 8px;
  padding: 1rem;
}
.fixed-tray .carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-indicators {
  bottom: 0px;
  width: 100%;
  margin: 0 auto;
  left: 0px;
}
.fixed-tray .carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.fixed-tray .carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-indicators li.active {
  background-color: white;
}
.fixed-tray .tab-transform-color-boxes-wrapper {
  /* this is the tab styles */
}
.fixed-tray .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;
}
.fixed-tray .tab-content > .tab-pane {
  padding: 10px;
}
.fixed-tray .tab-controls-container {
  margin-bottom: 50px;
}
.fixed-tray .tab-controls-container ul {
  list-style: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.fixed-tray .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) {
  .fixed-tray .tab-item-control {
    margin: 20px 20px -3px;
    width: 195px;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .tab-item-control {
    margin: 20px 20px -3px;
    width: 220px;
  }
}
.fixed-tray .tab-item-control.active-control {
  position: relative;
}
.fixed-tray .tab-item-control.active-control h2.tab-label {
  display: table-cell;
}
.fixed-tray .tab-item-control.active-control span.tab-label {
  display: none;
}
.fixed-tray .tab-item-control.active-control .tab-label {
  font-weight: 600;
}
.fixed-tray .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) {
  .fixed-tray .tab-item-control .tab-label {
    padding-top: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .fixed-tray .tab-item-control .tab-label {
    padding-top: 1.222rem;
    height: 75px;
  }
}
.fixed-tray .tab-item-control h2.tab-label {
  display: none;
  line-height: 1.45em;
}
.fixed-tray .tab-item-control span.tab-label {
  display: table-cell;
}
.fixed-tray .tab-item-control .fa {
  font-size: 44px;
  display: block;
  text-align: center;
  margin: 10px 0px 0px;
  position: relative;
}
.fixed-tray .tab-item-control .fa-envelope {
  font-size: 42px;
}
.fixed-tray .tab-item-control .fa-lock:before {
  font-size: 52px;
  top: 8px;
  position: relative;
}
.fixed-tray .tab-content-container {
  clear: both;
}
.fixed-tray .tab-item {
  display: none;
}
.fixed-tray .tab-item.active-item {
  display: block;
}
.fixed-tray .accordion-item-control {
  margin: 0px;
  padding: 2rem 1rem 2rem 0;
  position: relative;
  cursor: pointer;
}
.fixed-tray .item-control-inner {
  display: table-row;
}
.fixed-tray .item-control-inner span {
  display: table-cell;
  vertical-align: middle;
}
.fixed-tray .accordion-item-control.active-control {
  cursor: auto;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .accordion-item-control .accordion-label {
  font-size: 1.285rem;
}
.fixed-tray .accordion-item-control .fa {
  font-size: 1.714rem;
  text-align: center;
  width: 85px;
}
.fixed-tray .accordion-item.active-item {
  padding-bottom: 20px;
}
.fixed-tray .accordion-item.active-item:last-child {
  border-bottom: 0px solid;
}
@media screen and (min-width: 800px) {
  .fixed-tray .accordion-item.active-item {
    border-bottom: 0px solid;
  }
  .fixed-tray .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) {
  .fixed-tray .tab-item.active-item {
    padding: 2rem 0;
  }
}
.fixed-tray .accordion-item-control span.clear {
  display: block;
  clear: both;
}
.fixed-tray .tabs.packed .tab-content {
  padding-bottom: 30px;
}
@media (min-width: 801px) {
  .fixed-tray .tabs.packed .tab-content {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
    padding-bottom: 60px;
  }
}
@media (max-width: 800px) {
  .fixed-tray .tabs.packed {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fixed-tray .tabs.packed .tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fixed-tray .tabs.packed .nav-pills li {
  margin: 0;
  border: 0;
}
.fixed-tray .nav-pills {
  display: flex;
}
.fixed-tray .nav-pills li {
  flex: 1;
  display: flex;
  border-bottom: 0px solid;
}
.fixed-tray .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;
}
.fixed-tray .nav-pills li.active {
  position: relative;
}
.fixed-tray .nav-pills li.active:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  transform: rotate(45deg);
  margin-left: -15px;
  left: 50%;
}
.fixed-tray .nav-pills li + li {
  margin: 0;
}
.fixed-tray .tab-content {
  padding-top: 60px;
}
.fixed-tray .tab-pane {
  padding: 0 8px;
}
.fixed-tray .tab-pane h5 {
  margin-bottom: 30px;
}
.fixed-tray .tab-label {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 479px) {
  .fixed-tray .tab-label {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .fixed-tray .mobile-tabs .text {
    text-align: left;
  }
}
.fixed-tray .tab-wrapper {
  margin: 20px 0 30px;
}
.fixed-tray .tab-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.fixed-tray .tab-wrapper li {
  list-style: none;
  display: inline-block;
  width: 20%;
}
.fixed-tray .tab-wrapper .tab-tile {
  position: relative;
  cursor: pointer;
}
.fixed-tray .tab-wrapper .tab-tile h6 {
  position: relative;
  height: 130px;
}
.fixed-tray .tab-wrapper .tab-tile h6 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.fixed-tray .tab-wrapper .tab-tile h6 span.fa {
  font-size: 2rem;
}
@media screen and (min-width: 800px) {
  .fixed-tray .tab-wrapper .tab-tile h6 span.fa {
    visibility: hidden;
  }
}
.fixed-tray .tab-wrapper .tab-tile.active {
  cursor: default;
}
.fixed-tray .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;
}
.fixed-tray .tab-wrapper .tab-tile:nth-child(n).active span {
  padding-top: 30px;
  transition: padding-top 230ms ease-in;
}
.fixed-tray .tab-wrapper .tab-tile:nth-child(n).active:before {
  top: 0;
}
.fixed-tray .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%);
}
.fixed-tray .tab-wrapper .tab-tile-label {
  display: none;
}
@media screen and (min-width: 800px) {
  .fixed-tray .tab-wrapper .tab-tile-label {
    display: inline-block;
  }
}
.fixed-tray .tab-wrapper .tab-body {
  display: none;
  margin-top: 40px;
}
.fixed-tray .tab-wrapper .tab-body.active, .fixed-tray .tab-wrapper .tab-body:first-of-type {
  display: block;
}
.fixed-tray .tab-wrapper .tab-body.inactive {
  display: none;
}
.fixed-tray .tab-wrapper .tab-body h5 {
  font-size: 2rem;
}
@media screen and (min-width: 800px) {
  .fixed-tray .tab-wrapper .tab-body h5 {
    display: none;
  }
}
.fixed-tray .tab-wrapper .tab-body div {
  font-size: 1rem;
}
.fixed-tray .tabs.teal .tab-content {
  padding-top: 30px;
}
.fixed-tray .tabs.teal .tab-content .tab-pane {
  padding: 0px;
}
.fixed-tray .tabs.teal ul.nav-pills li {
  align-items: stretch;
  justify-content: center;
}
.fixed-tray .tabs.teal ul.nav-pills li.active:after {
  content: none;
}
.fixed-tray .tabs.teal ul.nav-pills li.active a {
  flex: initial;
}
.fixed-tray .tabs.teal ul.nav-pills li.active a:after {
  height: 4px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  content: " ";
  left: 0;
  right: 0;
}
.fixed-tray table {
  width: 100%;
  margin-bottom: 20px;
}
.fixed-tray table th {
  text-align: left;
}
.fixed-tray 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;*/
}
.fixed-tray 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;
}
.fixed-tray 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;
}
.fixed-tray fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info .ant-progress-saved {
  font-weight: bold;
}
.fixed-tray fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info .ant-progress-days {
  margin-top: 25px;
}
.fixed-tray fieldset.ant-progress-bar-cmp .ant-value-yearly {
  float: right;
  position: relative;
  right: 10px;
  top: -22px;
  text-align: center;
  width: 100px;
}
.fixed-tray fieldset.ant-progress-bar-cmp .ant-value-yearly .ant-progress-days {
  margin-top: 25px;
}
.fixed-tray 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) {
  .fixed-tray fieldset.ant-progress-bar-cmp .ant-progress-bar-thirty {
    width: 8%;
  }
}
.fixed-tray fieldset.ant-progress-bar-cmp .ant-progress-disclaimer {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 45px;
}
.fixed-tray fieldset.ant-progress-bar-cmp .ant-progress-disclaimer p {
  font-style: italic;
}
.fixed-tray 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 --*/
}
.fixed-tray 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;
}
.fixed-tray 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;
}
.fixed-tray 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;
}
.fixed-tray 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;
}
.fixed-tray 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;
}
.fixed-tray 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;
}
.fixed-tray 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;
}
.fixed-tray 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;
}
.fixed-tray 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%;
}
.fixed-tray 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;
}
.fixed-tray fieldset .care-gap-buttons label:before {
  display: none;
}
.fixed-tray .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;
}
.fixed-tray .ant-theme-primary .ant-collapse-heading .collapsible-heading-text {
  font-weight: 300;
  font-size: 1.375rem;
}
.fixed-tray .ant-theme-primary .ant-collapse-heading .ant-collapse-button {
  padding: 1.75rem 0.75rem;
  text-align: left;
}
.fixed-tray .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;
}
.fixed-tray .ant-theme-primary .ant-collapse-heading .ant-collapse-button .accordion-button-icon:before {
  content: "\e90f";
  display: block;
  transition: 250ms ease-in-out;
}
.fixed-tray .ant-theme-primary .ant-collapse-body .body-content {
  padding: 0.5rem 0.75rem 1.75rem 0.75rem;
}
.fixed-tray .ant-theme-primary.is-expanded .accordion-button-icon::before {
  transform: rotate(180deg);
}
.fixed-tray .uxd-collapse-item-cmp:last-child .ant-theme-primary .ant-collapse,
.fixed-tray .uxd-expand-collapse-wcs:last-child .ant-theme-primary .ant-collapse,
.fixed-tray div[data-tcp-wcs-expand-collapse]:last-child .ant-theme-primary .ant-collapse {
  border-bottom: thin solid #949494;
}
.fixed-tray .ant-theme-secondary .ant-collapse-heading {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.fixed-tray .ant-theme-secondary .ant-collapse-button {
  padding: 0.5rem 0;
}
.fixed-tray .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);
}
.fixed-tray .ant-theme-secondary .ant-collapse-button .accordion-button-icon:before {
  content: "\eaa9";
  display: block;
}
.fixed-tray .ant-theme-secondary .ant-collapse-body .body-content {
  padding: 0.5rem 0.75rem 1.75rem 2rem;
}
.fixed-tray .ant-theme-secondary:last-child {
  border-bottom: none;
}
.fixed-tray .ant-theme-secondary.is-expanded .accordion-button-icon {
  transform: rotate(0deg);
}
.fixed-tray .alt-toggle-cmp {
  border-bottom: 1px solid #cccccc;
  padding: 1.25rem 0px;
}
.fixed-tray .alt-toggle-cmp .alt-toggle {
  overflow: hidden;
}
.fixed-tray .alt-toggle-cmp .truncatedHeader {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fixed-tray .alt-toggle-cmp .alt-toggle-icon {
  position: absolute;
  right: 10px;
  color: #286ce2;
  font: normal normal normal 45px "FontAwesome";
}
.fixed-tray .uxd-expansion-button {
  background: transparent;
}
.fixed-tray .uxd-expansion-button:not(:focus) {
  border: 2px solid transparent;
  outline: none;
}
.fixed-tray .uxd-expansion-panel {
  display: block;
  overflow: hidden;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.fixed-tray .uxd-expansion-panel .uxd-expansion-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-top: 2.1428571429rem;
  padding-bottom: 2.1428571429rem;
}
.fixed-tray .uxd-expansion-panel .uxd-expansion-button {
  height: 100%;
  margin-right: 2rem;
  color: #286ce2;
  border-color: transparent;
}
.fixed-tray .uxd-expansion-panel .uxd-expansion-button .fa {
  color: inherit;
}
.fixed-tray .uxd-expansion-table .uxd-expansion-button .motif-icon {
  font-size: 1.5714285714rem;
}
.fixed-tray .uxd-expansion-table .uxd-expansion-header {
  position: relative;
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
}
.fixed-tray .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;
}
.fixed-tray .uxd-expansion-table .uxd-table-row {
  display: flex;
  flex-flow: row wrap;
  flex: 1;
  overflow: hidden;
  justify-content: flex-start;
  align-items: stretch;
}
.fixed-tray .uxd-expansion-table .uxd-table-row .uxd-table-cell:nth-child(1),
.fixed-tray .uxd-expansion-table .uxd-table-row .uxd-table-action {
  flex-grow: 0;
}
.fixed-tray .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;
}
.fixed-tray .uxd-expansion-table .uxd-table-row .uxd-table-cell:first-of-type {
  flex-basis: 200px;
}
.fixed-tray .uxd-expansion-table .uxd-table-row .uxd-table-action {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  margin-left: auto;
}
.fixed-tray .uxd-expansion-table.zebra-striping .uxd-expansion-panel:nth-child(even) .uxd-expansion-header {
  background-color: #f7f7f7;
}
.fixed-tray .uxd-expansion-table.zebra-striping .uxd-expansion-panel:nth-child(even) .uxd-expansion-header::after {
  border-color: #f7f7f7 transparent transparent transparent;
}
.fixed-tray .motif-angle-down {
  display: inline-block;
}
.fixed-tray .motif-angle-down.open {
  transform: rotate(180deg);
}
.fixed-tray #dismissibleAlerts .cmp-example-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fixed-tray #dismissibleAlerts .cmp-example-wrapper .btn {
  margin-top: 1.5rem;
}
.fixed-tray .ant-alert {
  margin: 1rem 0;
}
.fixed-tray .ant-alert .ant-alert-left {
  background-color: #286ce2;
}
.fixed-tray .ant-alert .alert-icon {
  font-family: "ant-motif-icons";
  color: #ffffff;
  padding: 1rem;
  font-size: 1.5rem;
}
.fixed-tray .ant-alert .alert-icon.alert-icon-positive::before {
  content: "\e94a";
}
.fixed-tray .ant-alert .alert-icon.alert-icon-negative::before {
  content: "\e93b";
}
.fixed-tray .ant-alert .alert-icon.alert-icon-info::before {
  content: "\e9f9";
}
.fixed-tray .ant-alert .alert-icon.alert-icon-disaster::before {
  content: "\e9b4";
}
.fixed-tray .ant-alert .ant-alert-main {
  padding: 0.75rem 10px 0.75rem 0.5rem;
  background-color: #f7f7f7;
}
.fixed-tray .ant-alert .ant-alert-main .fa.fa-remove {
  font-size: 1.25rem;
}
.fixed-tray .ant-alert.ant-negative .ant-alert-left {
  background-color: #cc0033;
}
.fixed-tray .ant-alert.ant-positive .ant-alert-left {
  background-color: #00cc33;
}
.fixed-tray .ant-alert.ant-dismissable .ant-alert-main button.ant-dismiss-alert {
  top: 0.75rem;
}
.fixed-tray .dismiss-icon {
  font-family: "ant-motif-icons";
  color: #ffffff;
  padding: 0.75rem;
  font-size: 1.5rem;
}
.fixed-tray .dismiss-icon.dismiss-icon-positive::before {
  content: "\e94a";
}
.fixed-tray .dismiss-icon.dismiss-icon-negative::before {
  content: "\e9b4";
}
.fixed-tray .dismiss-icon.dismiss-icon-info::before {
  content: "\e9f9";
}
.fixed-tray .dismiss-icon.dismiss-icon-remove {
  color: black;
  font-size: 1.7rem;
}
.fixed-tray .dismiss-icon.dismiss-icon-remove::before {
  content: "\e93b";
}
.fixed-tray #errorDialog,
.fixed-tray #modalFullscreen {
  display: none;
}
.fixed-tray [data-uxd-modal-cmp] {
  background: rgba(55, 71, 90, 0.9);
}
.fixed-tray [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;
}
.fixed-tray [data-uxd-modal-cmp] .modal-content .modal-title {
  font-size: 1.5714285714rem;
}
.fixed-tray [data-uxd-modal-cmp] .modal-content .modal-component-body {
  font-size: 1rem;
  line-height: 2.2;
}
.fixed-tray [data-uxd-modal-cmp] .modal-content p {
  line-height: 2.2;
  font-size: 1rem;
}
.fixed-tray [data-uxd-modal-cmp] .modal-content .modal-title {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.fixed-tray [data-uxd-modal-cmp] .modal-content .modal-footer {
  display: none;
}
.fixed-tray [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) {
  .fixed-tray [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;
  }
}
.fixed-tray .popIcon .tooltip-icon {
  font-family: "ant-motif-icons";
}
.fixed-tray .popIcon .tooltip-icon:before {
  content: "\e9e8";
}
.fixed-tray .popIcon .glyphicon,
.fixed-tray .popIcon .fa {
  color: #000;
}
.fixed-tray .popIcon .glyphicon:hover, .fixed-tray .popIcon .glyphicon:focus,
.fixed-tray .popIcon .fa:hover,
.fixed-tray .popIcon .fa:focus {
  color: #666666;
}
.fixed-tray .popover {
  box-shadow: 2px 2px 4px 0 rgba(220, 220, 220, 0.5);
  color: #575757;
  max-width: 239px;
}
.fixed-tray .popover .popover-content {
  padding: 1rem 1rem;
}
.fixed-tray .popover .popover-close {
  z-index: 2;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
}
.fixed-tray .popover .popover-close a {
  text-decoration: none;
  display: inline-block;
  font-size: 10.92px;
  z-index: 2;
}
.fixed-tray .popover .popover-close a span {
  font-size: 17px;
}
.fixed-tray .popover .popover-close a:focus {
  outline: none;
}
.fixed-tray .popover-content.error {
  color: #e82d05;
}
.fixed-tray .popover .popover-close {
  position: relative;
  top: -15px;
  right: -15px;
}
.fixed-tray .popover .popover-close a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  top: 0;
  left: 0;
  position: relative;
  border-bottom: none;
}
.fixed-tray .popover .popover-close a .fa {
  color: #ffffff;
}
.fixed-tray .popover.top {
  border: solid 1px #81cfc2;
}
.fixed-tray .popover.right {
  margin-left: 5px;
}
.fixed-tray .popover.bottom {
  margin-top: 5px;
}
.fixed-tray .popover.left {
  margin-left: -5px;
}
.fixed-tray global-alert-container.ant-global-alert-container {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}
.fixed-tray global-alert-container.ant-global-alert-container .global-alert-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fixed-tray global-alert-container.ant-global-alert-container.static {
  position: static;
  background-color: #fff;
  margin-top: 0;
}
.fixed-tray global-alert-container.ant-global-alert-container.static .global-alert-item {
  margin-top: 12px;
}
.fixed-tray global-alert-container.ant-global-alert-container.static .global-alert-item:last-of-type {
  margin-bottom: 4.5714285714rem;
}
.fixed-tray global-alert-container.ant-global-alert-container.static .global-alert-item .ant-inline-alert-body {
  padding: 0.7rem 0.5rem;
}
.fixed-tray global-alert-container.ant-global-alert-container.static .global-alert-item .ant-inline-alert-body .dismiss-button {
  background: #fff;
}
.fixed-tray 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;
}
.fixed-tray 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);
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--light .ant-global-alert-body {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--light .alert-message {
  padding: 0.75rem 1rem;
  color: #949494;
  line-height: 1.57;
}
.fixed-tray 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;
}
.fixed-tray 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;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--light .dismiss-button:not(:focus) {
  outline: none;
  border: none;
}
.fixed-tray 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;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--light .dismiss-button .alert-icon-close::before {
  display: block;
  content: "\e97f";
  color: #666666;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-success .alert-icon {
  color: #53b1a3;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-success .alert-icon::before {
  content: "\e94a";
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-error .alert-icon {
  color: #cc0033;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-error .alert-icon::before {
  content: "\e93b";
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-warning .alert-icon {
  color: #cc0033;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-warning .alert-icon::before {
  content: "\e9b4";
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-info .alert-icon {
  color: #0079c2;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--light.ant-alert-info .alert-icon::before {
  content: "\e9f9";
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid {
  color: #ffffff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid .alert-icon {
  font-family: "ant-motif-icons";
  font-size: 1.5rem;
  margin-right: 1rem;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-success {
  background-color: #53b1a3;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-success .alert-icon {
  color: #ffffff;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-success .alert-icon::before {
  content: "\e94a";
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-error {
  background-color: #cc0033;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-error .alert-icon {
  color: white;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-error .alert-icon::before {
  content: "\e93b";
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-warning {
  background-color: #f78d2f;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-warning .alert-icon {
  color: white;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-warning .alert-icon::before {
  content: "\e9b4";
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-info {
  background-color: #0079c2;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-info .alert-icon {
  color: white;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid.ant-alert-info .alert-icon::before {
  content: "\e9f9";
}
.fixed-tray 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;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid .dismiss-button {
  line-height: 1rem;
  font-size: 1rem;
  margin-left: auto;
  color: inherit;
}
.fixed-tray global-alert-container.ant-global-alert.ant-global-alert--solid .dismiss-button:not(:focus) {
  background-color: transparent;
  border: none;
  outline: none;
}
.fixed-tray .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) {
  .fixed-tray .ant-snackbar-alert-container {
    width: 23.8571428571rem;
    margin: 0 0 1.7142857143rem 1.7142857143rem;
  }
}
.fixed-tray .ant-snackbar-alert-container .snackbar-alert-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fixed-tray .ant-snackbar-alert-container .snackbar-alert-list .ant-snackbar-alert {
  margin: 0;
}
.fixed-tray .ant-snackbar-alert-container .snackbar-alert-list .snackbar-alert-item {
  margin-top: 0.8571428571rem;
  background: rgb(255, 255, 255);
}
.fixed-tray .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);
}
.fixed-tray .ant-snackbar-alert-container .ant-snackbar-alert-body {
  padding: 2.1428571429rem 1.9285714286rem;
  position: relative;
}
.fixed-tray .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;
}
.fixed-tray .ant-inline-alert-container .inline-alert-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fixed-tray .ant-inline-alert {
  border: 1px solid #cccccc;
  border-left: 5px solid #cccccc;
  margin: 0.25rem;
  color: #666666;
  font-size: 1.1428571429rem;
}
.fixed-tray .ant-inline-alert .alert-icon {
  font-family: "ant-motif-icons";
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.fixed-tray .ant-inline-alert.ant-alert-success {
  border-left-color: #53b1a3;
}
.fixed-tray .ant-inline-alert.ant-alert-success .alert-icon {
  color: #53b1a3;
}
.fixed-tray .ant-inline-alert.ant-alert-success .alert-icon::before {
  content: "\e94a";
}
.fixed-tray .ant-inline-alert.ant-alert-warning {
  border-left-color: #e95a3c;
}
.fixed-tray .ant-inline-alert.ant-alert-warning .alert-icon {
  color: #e95a3c;
}
.fixed-tray .ant-inline-alert.ant-alert-warning .alert-icon::before {
  content: "\e9b4";
}
.fixed-tray .ant-inline-alert.ant-alert-error {
  border-left-color: #cc0033;
}
.fixed-tray .ant-inline-alert.ant-alert-error .alert-icon {
  color: #cc0033;
}
.fixed-tray .ant-inline-alert.ant-alert-error .alert-icon::before {
  content: "\e93b";
}
.fixed-tray .ant-inline-alert.ant-alert-info {
  border-left-color: #0079c2;
}
.fixed-tray .ant-inline-alert.ant-alert-info .alert-icon {
  color: #0079c2;
}
.fixed-tray .ant-inline-alert.ant-alert-info .alert-icon::before {
  content: "\e9f9";
}
.fixed-tray .ant-inline-alert .ant-inline-alert-body {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.fixed-tray .ant-inline-alert .dismiss-button {
  line-height: 1rem;
  font-size: 1rem;
  margin-left: auto;
}
.fixed-tray .ant-inline-alert .dismiss-button:not(:focus) {
  border: none;
  outline: none;
}
.fixed-tray .universalInlineAlert ul.inline-alert-list .inline-alert-item {
  margin: 12px 0;
}
.fixed-tray .universalInlineAlert ul.inline-alert-list .inline-alert-item:last-of-type {
  margin-bottom: 24px;
}
.fixed-tray .universalInlineAlert ul.inline-alert-list .inline-alert-item:first-of-type {
  margin-top: 24px;
}
.fixed-tray .universalInlineAlert ul.inline-alert-list .inline-alert-item .dismiss-button {
  background: #fff;
}
.fixed-tray .universalInlineAlert ul.inline-alert-list .inline-alert-item .dismiss-button span {
  font-size: 1.8571428571rem;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.fixed-tray .section-header-two.uxd-animation-reset:after {
  opacity: 0;
  width: 2px;
}
.fixed-tray .section-header-two.uxd-animate:after {
  opacity: 1;
  width: 45px;
  transition: width 500ms, opacity 500ms ease-in-out;
}
.fixed-tray .callout-link.uxd-animation-reset {
  opacity: 0;
}
.fixed-tray .callout-link.uxd-animation-reset .callout-icon {
  transform: scale(0.25);
}
.fixed-tray .callout-link.uxd-animation-reset .callout-text {
  transform: translateY(70px);
}
.fixed-tray .callout-link.uxd-animate {
  opacity: 1;
  transition: opacity 0.35s ease-in;
}
.fixed-tray .callout-link.uxd-animate .callout-icon {
  transform: scale(1);
  transition: transform 0.35s ease-out;
}
.fixed-tray .callout-link.uxd-animate .callout-text {
  transform: translateY(0px);
  transition: transform 0.3s ease-out;
}
.fixed-tray .ant-text-primary {
  color: #286ce2;
}
.fixed-tray .ant-background-primary {
  color: #286ce2;
}
.fixed-tray .ant-text-primary-light {
  color: #48c9ff;
}
.fixed-tray .ant-background-primary-light {
  color: #48c9ff;
}
.fixed-tray .ant-text-primary-dark {
  color: #2453a6;
}
.fixed-tray .ant-background-primary-dark {
  color: #2453a6;
}
.fixed-tray .ant-text-secondary {
  color: #0a8194;
}
.fixed-tray .ant-background-secondary {
  color: #0a8194;
}
.fixed-tray .ant-text-secondary-light {
  color: #81cfc2;
}
.fixed-tray .ant-background-secondary-light {
  color: #81cfc2;
}
.fixed-tray .ant-text-secondary-dark {
  color: #005d6b;
}
.fixed-tray .ant-background-secondary-dark {
  color: #005d6b;
}
.fixed-tray .ant-text-support-info {
  color: #0079c2;
}
.fixed-tray .ant-background-support-info {
  color: #0079c2;
}
.fixed-tray .ant-text-support-error {
  color: #cc0033;
}
.fixed-tray .ant-background-support-error {
  color: #cc0033;
}
.fixed-tray .ant-text-support-success {
  color: #53b1a3;
}
.fixed-tray .ant-background-support-success {
  color: #53b1a3;
}
.fixed-tray .ant-text-support-warning {
  color: #f78d2f;
}
.fixed-tray .ant-background-support-warning {
  color: #f78d2f;
}
.fixed-tray .ant-text-support-danger {
  color: #cc0033;
}
.fixed-tray .ant-background-support-danger {
  color: #cc0033;
}
.fixed-tray .ant-text-highlight-one {
  color: #d20a3c;
}
.fixed-tray .ant-background-highlight-one {
  color: #d20a3c;
}
.fixed-tray .ant-text-highlight-two {
  color: #53b1a3;
}
.fixed-tray .ant-background-highlight-two {
  color: #53b1a3;
}
.fixed-tray .ant-text-highlight-three {
  color: #286ce2;
}
.fixed-tray .ant-background-highlight-three {
  color: #286ce2;
}
.fixed-tray .ant-text-highlight-four {
  color: #2453a6;
}
.fixed-tray .ant-background-highlight-four {
  color: #2453a6;
}
.fixed-tray .ant-text-data-visualization-one {
  color: #00D795;
}
.fixed-tray .ant-background-data-visualization-one {
  color: #00D795;
}
.fixed-tray .ant-text-data-visualization-two {
  color: #108808;
}
.fixed-tray .ant-background-data-visualization-two {
  color: #108808;
}
.fixed-tray .ant-text-data-visualization-three {
  color: #3BB273;
}
.fixed-tray .ant-background-data-visualization-three {
  color: #3BB273;
}
.fixed-tray .ant-text-data-visualization-four {
  color: #CCCCCC;
}
.fixed-tray .ant-background-data-visualization-four {
  color: #CCCCCC;
}
.fixed-tray .ant-text-data-visualization-five {
  color: #D8D8D8;
}
.fixed-tray .ant-background-data-visualization-five {
  color: #D8D8D8;
}
.fixed-tray .ant-text-data-visualization-six {
  color: #FFCF6C;
}
.fixed-tray .ant-background-data-visualization-six {
  color: #FFCF6C;
}
.fixed-tray .ant-text-data-visualization-seven {
  color: #333333;
}
.fixed-tray .ant-background-data-visualization-seven {
  color: #333333;
}
.fixed-tray .ant-text-data-visualization-eight {
  color: #511785;
}
.fixed-tray .ant-background-data-visualization-eight {
  color: #511785;
}
.fixed-tray .ant-text-data-visualization-nine {
  color: #FF4C61;
}
.fixed-tray .ant-background-data-visualization-nine {
  color: #FF4C61;
}
.fixed-tray .ant-text-data-visualization-ten {
  color: #FE5E3C;
}
.fixed-tray .ant-background-data-visualization-ten {
  color: #FE5E3C;
}
.fixed-tray .ant-text-data-visualization-eleven {
  color: #F2BC35;
}
.fixed-tray .ant-background-data-visualization-eleven {
  color: #F2BC35;
}
.fixed-tray .ant-text-accent-one {
  color: #e95a3c;
}
.fixed-tray .ant-background-accent-one {
  color: #e95a3c;
}
.fixed-tray .ant-text-accent-two {
  color: #f59a5f;
}
.fixed-tray .ant-background-accent-two {
  color: #f59a5f;
}
.fixed-tray .ant-text-accent-three {
  color: #d5367e;
}
.fixed-tray .ant-background-accent-three {
  color: #d5367e;
}
.fixed-tray .ant-text-accent-four {
  color: #7fcdbb;
}
.fixed-tray .ant-background-accent-four {
  color: #7fcdbb;
}
.fixed-tray .ant-text-accent-five {
  color: #2ab5ca;
}
.fixed-tray .ant-background-accent-five {
  color: #2ab5ca;
}
.fixed-tray .ant-text-accent-six {
  color: #58abdf;
}
.fixed-tray .ant-background-accent-six {
  color: #58abdf;
}
.fixed-tray .ant-text-gray-100 {
  color: #f7f7f7;
}
.fixed-tray .ant-background-gray-100 {
  color: #f7f7f7;
}
.fixed-tray .ant-text-gray-200 {
  color: #cccccc;
}
.fixed-tray .ant-background-gray-200 {
  color: #cccccc;
}
.fixed-tray .ant-text-gray-250 {
  color: #dcdcdc;
}
.fixed-tray .ant-background-gray-250 {
  color: #dcdcdc;
}
.fixed-tray .ant-text-gray-300 {
  color: #949494;
}
.fixed-tray .ant-background-gray-300 {
  color: #949494;
}
.fixed-tray .ant-text-gray-400 {
  color: #666666;
}
.fixed-tray .ant-background-gray-400 {
  color: #666666;
}
.fixed-tray .ant-text-gray-500 {
  color: #555555;
}
.fixed-tray .ant-background-gray-500 {
  color: #555555;
}
.fixed-tray .ant-text-gray-600 {
  color: #333333;
}
.fixed-tray .ant-background-gray-600 {
  color: #333333;
}
.fixed-tray .page-title {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #949494;
  margin-bottom: 100px;
}
.fixed-tray .page-title span {
  color: #949494;
}
.fixed-tray .ant-font-sb {
  font-weight: 600;
}
.fixed-tray h1,
.fixed-tray h2,
.fixed-tray h3,
.fixed-tray h4,
.fixed-tray .ant-heading-one,
.fixed-tray .ant-heading-two,
.fixed-tray .ant-heading-three,
.fixed-tray .ant-heading-four {
  font-family: "Montserrat", sans-serif;
}
.fixed-tray h5,
.fixed-tray h6,
.fixed-tray .ant-heading-five,
.fixed-tray .ant-heading-six {
  font-family: "Lato", sans-serif;
}
.fixed-tray h1,
.fixed-tray .ant-heading-one {
  margin: 0px;
  padding: 0px;
  font-size: 2.2857rem;
  font-weight: 300;
}
.fixed-tray h2,
.fixed-tray .ant-heading-two {
  margin: 0px;
  padding: 0px;
  font-size: 1.8571rem;
  font-weight: 300;
}
.fixed-tray h3,
.fixed-tray .ant-heading-three {
  margin: 0px;
  padding: 0px;
  font-size: 1.5714rem;
  font-weight: 600;
}
.fixed-tray h4,
.fixed-tray .ant-heading-four {
  margin: 0px;
  padding: 0px;
  font-size: 1.5714rem;
  font-weight: 300;
  font-weight: 300;
}
.fixed-tray h5,
.fixed-tray .ant-heading-five {
  margin: 0px;
  padding: 0px;
  font-size: 1.2857rem;
  font-weight: 300;
}
.fixed-tray h6,
.fixed-tray .ant-heading-six {
  margin: 0px;
  padding: 0px;
  font-size: 1.1428rem;
  font-weight: 400;
}
.fixed-tray .headline-title {
  margin: 0px;
  padding: 0px;
  font-size: 1.1428rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  letter-spacing: 2.5px;
  color: #333333;
}
.fixed-tray .heading-title-two .motif-icon::before {
  color: #286ce2;
  padding-right: 1rem;
}
.fixed-tray .heading-title-two .ant-heading-title-two {
  line-height: 1.43;
  color: #666666;
}
.fixed-tray p {
  font-weight: 400;
}
.fixed-tray .btn {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding: 0.75rem 3rem;
  background: #286ce2;
  border-color: #286ce2;
  color: #ffffff;
}
.fixed-tray .btn:hover, .fixed-tray .btn.hover, .fixed-tray .btn:focus, .fixed-tray .btn.focus, .fixed-tray .btn:active, .fixed-tray .btn:active:focus {
  background: #2453a6;
  border-color: #2453a6;
  color: #ffffff;
}
.fixed-tray .btn-secondary {
  font-family: "Lato", sans-serif;
  background: #ffffff;
  border-color: #286ce2;
  color: #286ce2;
}
.fixed-tray .btn-secondary:hover, .fixed-tray .btn-secondary:focus, .fixed-tray .btn-secondary.hover, .fixed-tray .btn-secondary.focus, .fixed-tray .btn-secondary:active, .fixed-tray .btn-secondary:active:focus {
  background: #ffffff;
  border-color: #2453a6;
  color: #2453a6;
}
.fixed-tray .btn-sm, .fixed-tray .btn-group-sm > .btn {
  font-size: 0.75rem;
  padding: 0.5rem 2.5rem;
}
.fixed-tray .btn-ghost {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  border-width: 2px;
  font-size: 1.1428571429rem;
  font-weight: 700;
}
.fixed-tray .btn-ghost:hover, .fixed-tray .btn-ghost:focus, .fixed-tray .btn-ghost.hover, .fixed-tray .btn-ghost.focus, .fixed-tray .btn-ghost:active, .fixed-tray .btn-ghost:active:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  color: #ffffff;
}
.fixed-tray a {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Lato";
  color: #286ce2;
  text-decoration: underline;
}
.fixed-tray a:hover, .fixed-tray a:focus, .fixed-tray a:active, .fixed-tray a:active:focus {
  color: #2453a6;
  text-decoration: none;
}
.fixed-tray a.ant-action-link span.fa {
  font-size: 28px;
  color: #949494;
  margin-right: 0.5rem;
}
.fixed-tray a.ant-arrow-previous:before,
.fixed-tray a.ant-arrow-next:after,
.fixed-tray a.ant-arrow-up:after,
.fixed-tray a.ant-arrow-down:after {
  display: inline-block;
  text-decoration: none;
}
.fixed-tray a.glossary-term {
  text-decoration: none;
}
.fixed-tray .motif-lt-blue {
  background: #48c9ff;
}
.fixed-tray .motif-blue {
  background: #286ce2;
}
.fixed-tray .motif-dk-blue {
  background: #2453a6;
}
.fixed-tray .ant-white-space {
  background-color: #ffffff;
  color: #555555;
  border: 1px solid;
}
.fixed-tray .motif-dk-gray {
  background-color: #555555;
  color: #ffffff;
}
.fixed-tray .motif-gray {
  background-color: #666666;
  color: #ffffff;
}
.fixed-tray .motif-gray-2 {
  background: #949494;
}
.fixed-tray .motif-md-gray {
  background: #cccccc;
}
.fixed-tray .motif-lt-gray {
  background-color: #f7f7f7;
  color: #555555;
}
.fixed-tray .motif-accent-magenta {
  background-color: #cc0033;
  color: #ffffff;
}
.fixed-tray .motif-secondary-teal {
  background: #0a8194;
}
.fixed-tray .motif-secondary-teal-lt {
  background: #81cfc2;
}
.fixed-tray .motif-secondary-teal-dk {
  background: #005d6b;
}
.fixed-tray .motif-accent-teal {
  background: #53b1a3;
}
.fixed-tray .motif-accent-red {
  background: #cc0033;
}
.fixed-tray .motif-accent-teal {
  background: #0a8194;
}
.fixed-tray .motif-accent-yellow {
  background: #f78d2f;
}
.fixed-tray .motif-blue-gradient {
  background: rgb(72, 201, 255);
  background: linear-gradient(90deg, rgb(72, 201, 255) 0%, rgb(0, 121, 194) 100%);
}
.fixed-tray .motif-blue-gradient-dk {
  background: rgb(42, 181, 202);
  background: linear-gradient(90deg, rgb(42, 181, 202) 0%, rgb(0, 121, 194) 100%);
}
.fixed-tray .motif-gray-gradient {
  background: rgb(238, 238, 238);
  background: linear-gradient(90deg, rgb(238, 238, 238) 0%, rgb(251, 251, 251) 100%);
}
.fixed-tray .swatches > div {
  height: 120px;
}
.fixed-tray input[disabled], .fixed-tray button[disabled] {
  opacity: 0.3;
}
.fixed-tray .disabled {
  opacity: 0.3;
  pointer-events: none;
}
.fixed-tray .disabled:before {
  opacity: 0.3;
}
.fixed-tray .uxd-filter-button-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: auto;
}
.fixed-tray .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;
}
.fixed-tray .uxd-filter-button-group .uxd-filter-button:nth-child(2) {
  border-left: thin solid #949494;
  border-right: thin solid #949494;
}
.fixed-tray .uxd-filter-button-group .uxd-filter-button:first-child {
  border-left: thin solid #949494;
}
.fixed-tray .uxd-filter-button-group .uxd-filter-button:last-child {
  border-right: thin solid #949494;
}
.fixed-tray .uxd-filter-button-group .uxd-filter-button:nth-child(3) {
  border-right: thin solid #949494;
}
.fixed-tray .uxd-filter-button-group .uxd-filter-button:nth-child(5) {
  border-left: thin solid #949494;
}
.fixed-tray .uxd-filter-button-group .uxd-filter-button.is-checked, .fixed-tray .uxd-filter-button-group .uxd-filter-button.selected {
  border: thin solid #286ce2;
  color: #286ce2;
  z-index: 20;
}
.fixed-tray .uxd-filter-button-group .icon {
  font-size: 1.4285714286rem;
  color: #53b1a3;
  margin-right: 0.75rem;
}
.fixed-tray .uxd-filter-label {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.fixed-tray .ant-filter-mobile-overlay {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.fixed-tray .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;
}
.fixed-tray .btn.btn-filter .motif-sort-down-filled {
  color: #333333;
}
.fixed-tray .btn.btn-filter.open {
  background: #286ce2;
  color: #ffffff;
  border-color: #ffffff;
}
.fixed-tray .btn.btn-filter.open .motif-sort-up-filled {
  color: #ffffff;
}
.fixed-tray .filter-panel {
  background: #fbfbfb;
  width: 100%;
}
.fixed-tray .filter-panel:before, .fixed-tray .filter-panel:after {
  content: " ";
  display: table;
}
.fixed-tray .filter-panel:after {
  clear: both;
}
.fixed-tray .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;
}
.fixed-tray .filter-panel .filter-container {
  padding: 2.2857142857rem;
  max-height: 75vh;
  overflow-y: scroll;
}
.fixed-tray .filter-panel .filter-reset {
  display: flex;
  align-items: center;
}
.fixed-tray .filter-panel .filter-reset .motif-icon.motif-recurring-appointment {
  margin-right: 0.7142857143rem;
  font-size: 1.2857142857rem;
  color: #949494;
}
.fixed-tray .filter-panel .filter-reset .filter-reset-text {
  font-weight: 600;
}
.fixed-tray .filter-panel .filter-reset.desktop, .fixed-tray .filter-panel .filter-cancel.desktop {
  display: none;
}
.fixed-tray .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;
}
.fixed-tray .filter-panel .filter-buttons .filter-apply-cancel {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (min-width: 480px) {
  .fixed-tray .filter-panel .filter-buttons {
    position: relative;
    width: 100%;
    box-shadow: none;
  }
}
.fixed-tray .filter-panel .reset-filters {
  display: flex;
  align-items: center;
  background: transparent;
  font-weight: bold;
}
.fixed-tray .filter-panel .reset-filters .reset-icon {
  margin-right: 4px;
  font-size: 1.5rem;
}
.fixed-tray .filter-panel .reset-filters__text {
  text-decoration: underline;
}
.fixed-tray .filter-panel .reset-filters:not(:focus) {
  border: none;
  outline: none;
}
.fixed-tray .filter-panel .uxd-filter-label {
  display: block;
  font-family: "Lato";
  font-size: 12px;
  font-weight: bold;
}
.fixed-tray .cdk-overlay-container .ant-filter-desktop-overlay.cdk-overlay-pane {
  padding: 1rem 0;
}
@media screen and (min-width: 480px) {
  .fixed-tray .filter-panel {
    box-shadow: 0 26px 90px 0 rgba(51, 60, 70, 0.3);
    width: 28.5714285714rem;
  }
  .fixed-tray .filter-panel .filter-header {
    display: none;
  }
  .fixed-tray .filter-panel .filter-reset.mobile, .fixed-tray .filter-panel .filter-cancel.mobile {
    display: none;
  }
  .fixed-tray .filter-panel .filter-cancel.desktop {
    display: inline-block;
  }
  .fixed-tray .filter-panel .filter-buttons {
    border-top: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fixed-tray .filter-panel .filter-buttons .filter-reset.desktop {
    display: inline-block;
  }
  .fixed-tray .filter-panel .filter-buttons .filter-apply-cancel {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .fixed-tray .filter-panel {
    width: 42.8571428571rem;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-tray .filter-panel {
    width: 55.3571428571rem;
  }
}
.fixed-tray .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;
}
.fixed-tray .filter-panel-trigger:hover, .fixed-tray .filter-panel-trigger.hover, .fixed-tray .filter-panel-trigger:focus, .fixed-tray .filter-panel-trigger.focus, .fixed-tray .filter-panel-trigger:active, .fixed-tray .filter-panel-trigger.active {
  background: #2453a6;
  border-color: #2453a6;
  color: #ffffff;
}
.fixed-tray .filter-panel-trigger::after {
  font-family: "ant-motif-icons";
  content: "\eaa9";
}
.fixed-tray .filter-panel-trigger.is-expanded::after {
  font-family: "ant-motif-icons";
  content: "\eaad";
}
.fixed-tray .ant-classic .ant-datepicker {
  font-family: "ant-motif-icons";
}
.fixed-tray .ant-classic .ant-datepicker .datepicker-icon.datepicker-icon-calendar::before {
  content: "\e937";
}
.fixed-tray .ant-classic .ant-datepicker .datepicker-icon.datepicker-icon-close::before {
  content: "\e93b";
}
.fixed-tray .stop-left {
  stop-color: #2ab5ca;
}
.fixed-tray .stop-right {
  stop-color: #0079c2;
}
.fixed-tray .uxd-radial-path {
  fill: #dcdcdc;
}
.fixed-tray .uxd-radial-remainder {
  fill: #53b1a3;
}
.fixed-tray .ant-chart-radial {
  width: 250px;
}
.fixed-tray .ant-partial-chart {
  width: 200px;
}
.fixed-tray .ant-bar-chart {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1rem 0;
  border: none;
  position: relative;
}
.fixed-tray .ant-bar-chart .bg-rect {
  fill: #00D795;
}
.fixed-tray .ant-bar-chart.red .bg-rect {
  fill: #e95a3c;
}
.fixed-tray .ant-bar-chart.orange .bg-rect {
  fill: #f59a5f;
}
.fixed-tray .ant-bar-chart.blue .bg-rect {
  fill: #0079c2;
}
.fixed-tray .ant-bar-chart.green .bg-rect {
  fill: #7fcdbb;
}
.fixed-tray .ant-bar-chart .ant-chart-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.fixed-tray .ant-bar-chart .ant-chart {
  display: block;
  margin-bottom: 0.75rem;
  height: 20px;
}
.fixed-tray .ant-bar-chart .ant-bar-chart-heading {
  display: block;
  margin-bottom: 1.25rem;
  position: absolute;
  top: -0.7142857143rem;
}
@media screen and (min-width: 480px) {
  .fixed-tray .ant-bar-chart {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0;
  }
  .fixed-tray .ant-bar-chart .ant-chart-value.position-right {
    position: absolute;
    width: 25%;
    right: -0.5714285714rem;
  }
  .fixed-tray .ant-bar-chart .ant-chart-container {
    padding: 1rem 0;
    flex-basis: auto;
    flex-grow: 1;
  }
  .fixed-tray .ant-bar-chart .ant-chart {
    margin-bottom: 0px;
    width: 75%;
  }
  .fixed-tray .ant-bar-chart .ant-bar-chart-heading {
    flex-shrink: 0;
    margin-right: 1rem;
    margin-bottom: 0px;
    text-align: right;
    color: #949494;
  }
}
.fixed-tray li.ant-bar-chart-item:nth-of-type(4n+1) .bg-rect {
  fill: #00D795;
}
.fixed-tray li.ant-bar-chart-item:nth-of-type(4n+2) .bg-rect {
  fill: #511284;
}
.fixed-tray li.ant-bar-chart-item:nth-of-type(4n+3) .bg-rect {
  fill: #f89c52;
}
.fixed-tray li.ant-bar-chart-item:nth-of-type(4n+4) .bg-rect {
  fill: #ff4d61;
}
.fixed-tray .ant-bar-chart-heading {
  font-size: 1rem;
  color: #666666;
}
.fixed-tray .ant-bar-chart-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fixed-tray .ant-bar-chart-group .ant-bar-chart-item:first-of-type .ant-bar-chart-heading {
  color: #666666;
}
@media screen and (min-width: 800px) {
  .fixed-tray .ant-bar-chart-group .ant-bar-chart-item:first-of-type {
    border-top: none;
    border-bottom: none;
  }
}
.fixed-tray .ant-chart-container {
  position: relative;
}
.fixed-tray .ant-chart-container .ant-chart-content-positioner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fixed-tray .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;
}
.fixed-tray .ant-chart-container .chart-unit {
  color: #333333;
  font-size: 28px;
  margin: 0;
}
.fixed-tray .ant-chart-container .chart-text {
  color: #666666;
}
.fixed-tray .ant-chart-pie-container canvas {
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.fixed-tray .ant-chart-pie-container svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .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%);
}
.fixed-tray .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%);
}
.fixed-tray .ant-chart-pie-container .tool-tip .pie-value {
  font-size: 12px;
  font-weight: 700;
  margin: 5px 0;
}
.fixed-tray .ant-chart-pie-container .tool-tip .pie-label {
  font-size: 12px;
}
.fixed-tray .donut-chart-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .fixed-tray .donut-chart-container {
    flex-direction: column;
  }
}
.fixed-tray .donut-chart-legend .legend-title {
  font-weight: 700;
  margin: 25px 0;
}
.fixed-tray .donut-chart-legend dl {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  overflow: visible;
  border-bottom: 1px solid #CCCCCC;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .donut-chart-legend dl .key {
  display: flex;
}
.fixed-tray .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;
}
.fixed-tray .donut-chart-legend dl [class*=key-color].key-color-one {
  background-color: #FF4D61;
}
.fixed-tray .donut-chart-legend dl [class*=key-color].key-color-two {
  background-color: #00D795;
}
.fixed-tray .donut-chart-legend dl [class*=key-color].key-color-three {
  background-color: #511284;
}
.fixed-tray .donut-chart-legend dl [class*=key-color].key-color-four {
  background-color: #F2BC35;
}
.fixed-tray .donut-chart-legend dl .key-term {
  flex: 1;
}
.fixed-tray .ant-pie-chart {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed-tray .ant-pie-chart .radial-progress-0 path {
  fill: #FF4D61;
}
.fixed-tray .ant-pie-chart .radial-progress-1 path {
  fill: #00D795;
}
.fixed-tray .ant-pie-chart .radial-progress-2 path {
  fill: #511284;
}
.fixed-tray .ant-pie-chart .radial-progress-3 path {
  fill: #F2BC35;
}
.fixed-tray .ant-pie-chart .empty path {
  fill: #cccccc;
}
.fixed-tray .motif-chart-heading {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.fixed-tray .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) {
  .fixed-tray .motif-detail-box {
    padding: 1rem;
    grid-template-columns: 10% 50% 30%;
  }
}
.fixed-tray .motif-detail-box:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.fixed-tray .motif-detail-box .motif-detail-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fixed-tray .motif-detail-box .motif-chart-bar {
  width: 100%;
  max-width: 40px;
  height: 7px;
  border-radius: 4px;
}
.fixed-tray .motif-detail-box .motif-chart-bar_blue {
  background-color: #0079c2;
}
.fixed-tray .motif-detail-box .motif-chart-bar_teal {
  background-color: #81cfc2;
}
.fixed-tray .motif-detail-box .motif-chart-bar_sky {
  background-color: #48c9ff;
}
.fixed-tray .motif-detail-box .motif-chart-amount {
  text-align: right;
}
.fixed-tray .ant-timeline {
  display: block;
  position: relative;
  margin: 200px 0;
}
.fixed-tray .ant-timeline .bg-rect {
  fill: #eeeeee;
}
.fixed-tray .ant-timeline .percent-track {
  fill: #286ce2;
}
.fixed-tray .ant-timeline .dot {
  stroke: #286ce2;
}
.fixed-tray .ant-timeline .ant-timeline-svg {
  display: block;
  width: 100%;
}
.fixed-tray .ant-timeline .ant-timeline-svg .first-timestamp {
  visibility: hidden;
}
.fixed-tray .ant-timeline .ant-timestamp {
  display: block;
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.fixed-tray .ant-timeline .ant-timestamp.first-label {
  text-align: left;
}
.fixed-tray .ant-timeline .ant-timestamp.first-label .ant-timestamp__line {
  width: 0;
}
.fixed-tray .ant-timeline .ant-timestamp__line {
  border-right: 2px solid #286ce2;
  height: 30px;
  width: 50%;
}
.fixed-tray .ant-timeline .ant-timestamp-below {
  bottom: -72px;
}
.fixed-tray .ant-timeline .ant-timestamp-below .ant-timestamp__line {
  left: -2px;
}
.fixed-tray .ant-timeline .ant-timestamp-above {
  top: -80px;
}
.fixed-tray .ant-timeline .ant-timestamp-above .ant-timestamp__line {
  position: absolute;
  top: 100%;
}
.fixed-tray .ant-timeline .ant-timestamp-right {
  min-width: 120px;
  left: 50px;
  text-align: left;
}
.fixed-tray .ant-timeline .ant-timestamp-right .ant-timestamp__line {
  position: relative;
  width: 30px !important;
  left: -40px;
  top: 10px;
}
.fixed-tray .ant-timeline .ant-timestamp-left {
  min-width: 120px;
  text-align: right;
}
.fixed-tray .ant-timeline .ant-timestamp-left .ant-timestamp__line {
  position: relative;
  left: 100%;
  top: 10px;
  margin-left: 10px;
}
.fixed-tray .ant-timeline.vertical {
  margin: 0 200px;
  height: 100%;
}
.fixed-tray .ant-timeline.vertical .ant-timeline-svg {
  height: 100%;
}
.fixed-tray .ant-timeline.vertical .ant-timestamp__line {
  border-top: 2px solid #286ce2;
  height: 1px;
  width: 30px;
  z-index: -999;
}
.fixed-tray .ant-milestone-chart {
  display: block;
  position: relative;
  margin: 200px 0;
}
.fixed-tray .ant-milestone-chart .bg-rect {
  fill: #eeeeee;
}
.fixed-tray .ant-milestone-chart .percent-track {
  fill: #286ce2;
}
.fixed-tray .ant-milestone-chart .percent-track-3 {
  fill: #7fcdbb;
}
.fixed-tray .ant-milestone-chart .percent-track-2 {
  fill: #58abdf;
}
.fixed-tray .ant-milestone-chart .percent-track-1 {
  fill: #2453a6;
}
.fixed-tray .ant-milestone-chart .dot {
  stroke: #286ce2;
}
.fixed-tray .ant-milestone-chart .dot-0 {
  visibility: hidden;
}
.fixed-tray .ant-milestone-chart .dot-1 {
  stroke: #2453a6;
}
.fixed-tray .ant-milestone-chart .dot-2 {
  stroke: #58abdf;
}
.fixed-tray .ant-milestone-chart .dot-3 {
  stroke: #7fcdbb;
}
.fixed-tray .ant-milestone-chart circle:last-child {
  stroke: #cccccc;
}
.fixed-tray .ant-milestone-chart .ant-milestone-svg {
  display: block;
  width: 100%;
}
.fixed-tray .ant-milestone-chart .ant-milestone-svg .first-milestone {
  visibility: hidden;
}
.fixed-tray .ant-milestone-chart .milestone-portal .ant-milestone__line {
  border-right: 2px solid #286ce2;
}
.fixed-tray .ant-milestone-chart .milestone-portal .ant-milestone__line.line-1 {
  border-right: 2px solid #2453a6;
}
.fixed-tray .ant-milestone-chart .milestone-portal .ant-milestone__line.line-2 {
  border-right: 2px solid #58abdf;
}
.fixed-tray .ant-milestone-chart .milestone-portal .ant-milestone__line.line-3 {
  border-right: 2px solid #7fcdbb;
}
.fixed-tray .ant-milestone-chart .milestone-portal:last-child .ant-milestone__line {
  border-right: 2px solid #cccccc;
}
.fixed-tray .ant-milestone-chart .ant-milestone {
  display: block;
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.fixed-tray .ant-milestone-chart .ant-milestone.first-label {
  text-align: left;
  visibility: hidden;
}
.fixed-tray .ant-milestone-chart .ant-milestone.first-label .ant-milestone__line {
  width: 0;
}
.fixed-tray .ant-milestone-chart .ant-milestone__line {
  height: 30px;
  width: 50%;
}
.fixed-tray .ant-milestone-chart .ant-milestone-below {
  bottom: -72px;
}
.fixed-tray .ant-milestone-chart .ant-milestone-below .ant-milestone__line {
  left: -2px;
}
.fixed-tray .ant-milestone-chart .ant-milestone-above {
  top: -80px;
}
.fixed-tray .ant-milestone-chart .ant-milestone-above .ant-milestone__line {
  position: absolute;
  top: 100%;
}
.fixed-tray .ant-milestone-chart .ant-milestone-right {
  min-width: 120px;
  left: 50px;
  text-align: left;
}
.fixed-tray .ant-milestone-chart .ant-milestone-right .ant-milestone__line {
  position: relative;
  width: 30px !important;
  left: -40px;
  top: 10px;
}
.fixed-tray .ant-milestone-chart .ant-milestone-left {
  min-width: 120px;
  text-align: right;
}
.fixed-tray .ant-milestone-chart .ant-milestone-left .ant-milestone__line {
  position: relative;
  left: 100%;
  top: 10px;
  margin-left: 10px;
}
.fixed-tray .ant-milestone-chart.vertical {
  margin: 0 200px;
  height: 100%;
}
.fixed-tray .ant-milestone-chart.vertical .ant-milestone-svg {
  height: 100%;
}
.fixed-tray .ant-milestone-chart.vertical .ant-milestone__line {
  border-top: 2px solid #286ce2;
  height: 1px;
  width: 2.5rem;
  z-index: -999;
}
.fixed-tray .ant-milestone-chart.vertical .ant-milestone .line-1 {
  border-top: 2px solid #2453a6;
  border-right: none;
}
.fixed-tray .ant-milestone-chart.vertical .ant-milestone .line-2 {
  border-top: 2px solid #58abdf;
  border-right: none;
}
.fixed-tray .ant-milestone-chart.vertical .ant-milestone .line-3 {
  border-top: 2px solid #7fcdbb;
  border-right: none;
}
.fixed-tray .ant-milestone-chart.vertical .milestone-portal:last-child .ant-milestone__line {
  border-top: 2px solid #cccccc;
  border-right: none;
}
.fixed-tray .ant-stepper {
  display: block;
  position: relative;
}
.fixed-tray .ant-stepper__container {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
}
.fixed-tray .ant-stepper__container.vertical, .fixed-tray .ant-stepper__container.linear {
  flex-direction: column;
}
.fixed-tray .ant-stepper__container.vertical .ant-stepper__item, .fixed-tray .ant-stepper__container.linear .ant-stepper__item {
  flex-direction: row;
}
.fixed-tray .ant-stepper__container.vertical .ant-stepper__item .stepper-icon, .fixed-tray .ant-stepper__container.linear .ant-stepper__item .stepper-icon {
  flex-direction: column;
}
.fixed-tray .ant-stepper__container.vertical .ant-stepper__item .stepper-icon::after, .fixed-tray .ant-stepper__container.linear .ant-stepper__item .stepper-icon::after {
  margin: 5px 0;
}
.fixed-tray .ant-stepper__container.vertical .ant-stepper__item .stepper-label, .fixed-tray .ant-stepper__container.linear .ant-stepper__item .stepper-label {
  margin-left: 20px;
  margin-top: 2px;
  text-align: left;
  flex: 1;
}
.fixed-tray .ant-stepper__container.vertical .ant-stepper__item::before, .fixed-tray .ant-stepper__container.linear .ant-stepper__item::before {
  margin: 5px 0 5px 10px;
}
.fixed-tray .ant-stepper__container.vertical .stepper-icon::after, .fixed-tray .ant-stepper__container.standard .stepper-icon::after {
  border-color: #286ce2;
}
.fixed-tray .ant-stepper__container.linear .ant-stepper__item {
  width: 100%;
  position: relative;
}
.fixed-tray .ant-stepper__container.linear .ant-stepper__item:last-child {
  height: 5.7857142857rem;
}
.fixed-tray .ant-stepper__container.linear .ant-stepper__item.complete .stepper-icon::before {
  color: #3BB273;
}
.fixed-tray .ant-stepper__container.linear .ant-stepper__item.complete .stepper-icon::after {
  border-color: #3BB273;
  border-top: 2.9285714286rem solid #3BB273;
}
.fixed-tray .ant-stepper__container.linear .ant-stepper__item.active .stepper-icon::before {
  color: #CCCCCC;
}
.fixed-tray .ant-stepper__container.linear .ant-stepper__item.active .stepper-icon::after {
  border-top: 2.9285714286rem solid #CCCCCC;
}
.fixed-tray .ant-stepper__container.linear .ant-stepper__item.active::before {
  border-color: #CCCCCC;
}
@media screen and (min-width: 480px) {
  .fixed-tray .ant-stepper__container.linear .ant-stepper__item {
    width: 23.1428571429rem;
  }
}
.fixed-tray .ant-stepper__container.linear .stepper-label {
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D8D8D8;
  display: block;
}
.fixed-tray .ant-stepper__container.linear .stepper-label:last-child {
  position: static;
}
.fixed-tray .ant-stepper__container.linear .stepper-label span {
  position: absolute;
}
.fixed-tray .ant-stepper__container.linear .stepper-label .step-label {
  margin-top: -0.7142857143rem;
}
.fixed-tray .ant-stepper__container.linear .stepper-label .date {
  margin-top: 0.8571428571rem;
}
.fixed-tray .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;
}
.fixed-tray .ant-stepper__container.linear .stepper-label .completed {
  background-color: #3BB273;
}
.fixed-tray .ant-stepper__container.linear .stepper-label .coming-up {
  background-color: #FFCF6C;
  color: #333333;
}
.fixed-tray .ant-stepper__item {
  display: flex;
  flex-direction: column;
}
.fixed-tray .ant-stepper__item:first-child .stepper-label {
  left: 0;
}
.fixed-tray .ant-stepper__item:last-child .stepper-icon::after {
  border: none !important;
  margin: 0 !important;
}
.fixed-tray .ant-stepper__item .stepper-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.fixed-tray .ant-stepper__item .stepper-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fixed-tray .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;
}
.fixed-tray .ant-stepper__item .stepper-icon::after {
  content: "";
  flex: 1;
  border: 1px solid #dcdcdc;
  margin: 0 5px;
  height: 0;
}
.fixed-tray .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) {
  .fixed-tray .ant-stepper__item .stepper-label {
    display: block;
  }
}
.fixed-tray .ant-stepper__item.complete .stepper-icon::before {
  content: "\eb1e";
  color: #286ce2;
}
.fixed-tray .ant-stepper__item.complete .stepper-icon::after {
  border-color: #286ce2;
}
.fixed-tray .ant-stepper__item.active .stepper-icon::before {
  content: "\e957";
  color: #286ce2;
  font-weight: 600;
}
.fixed-tray .ant-stepper__item.active::before {
  border-color: #286ce2;
}
.fixed-tray .ant-stepper__item.inactive .stepper-icon::before {
  content: "\e957";
  color: #dcdcdc;
  font-weight: 600;
}
.fixed-tray .ant-stepper.mobile {
  width: 350px;
}
.fixed-tray .ant-stepper.mobile .stepper-label {
  display: none;
}
.fixed-tray .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;
}
.fixed-tray .ant-test-radial .uxd-text-container-example .uxd-text-example {
  font-size: 14px;
}
.fixed-tray .ant-test-radial .uxd-text-container-example .uxd-unit-example {
  font-size: 28px;
}
.fixed-tray .ant-line-chart-container {
  min-height: 35.7142857143rem;
}
.fixed-tray .ant-line-chart-container .line {
  fill: none;
  stroke-width: 3px;
}
.fixed-tray .ant-line-chart-container .line-0 {
  stroke: #00D795;
}
.fixed-tray .ant-line-chart-container .line-1 {
  stroke: #FF4C61;
}
.fixed-tray .ant-line-chart-container .line-2 {
  stroke: #511785;
}
.fixed-tray .ant-line-chart-container .horizontal-label,
.fixed-tray .ant-line-chart-container .vertical-label,
.fixed-tray .ant-line-chart-container .horizontal-axis,
.fixed-tray .ant-line-chart-container .vertical-axis {
  font-size: 1rem;
  font-family: "Lato";
}
.fixed-tray .ant-line-chart-container .horizontal-label,
.fixed-tray .ant-line-chart-container .vertical-label {
  fill: #000;
  text-anchor: middle;
  font-weight: 600;
}
.fixed-tray .ant-line-chart-container .axis-line {
  stroke-opacity: 0.3;
  stroke: #cccccc;
  stroke-width: 2px;
}
.fixed-tray .ant-stacked-bar-chart {
  display: block;
  width: 100%;
  height: 69.23%;
  position: relative;
  z-index: 99;
}
.fixed-tray .ant-stacked-bar-chart .legend {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-between;
}
.fixed-tray .ant-stacked-bar-chart .legend .values {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 50%;
}
.fixed-tray .ant-stacked-bar-chart .legend .values span {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  padding-left: 1.5714285714rem;
}
.fixed-tray .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%;
}
.fixed-tray .ant-stacked-bar-chart .legend .values span:nth-child(3):before {
  background-color: #00D795;
}
.fixed-tray .ant-stacked-bar-chart .legend .values span:nth-child(2):before {
  background-color: #F2BC35;
}
.fixed-tray .ant-stacked-bar-chart .legend .values span:nth-child(1):before {
  background-color: #FF4D61;
}
@media screen and (max-width: 800px) {
  .fixed-tray .ant-stacked-bar-chart .legend .values {
    width: 100%;
  }
}
.fixed-tray .ant-stacked-bar-chart #svg-wrapper {
  position: relative;
  z-index: 9999;
  margin-top: 50px;
}
.fixed-tray .ant-stacked-bar-chart #svg-wrapper svg {
  overflow: visible;
}
.fixed-tray .ant-correlation-chart-container {
  min-height: 35.7142857143rem;
  position: relative;
}
.fixed-tray .ant-correlation-chart-container svg {
  display: block;
  margin-top: 50px;
  margin-left: -28px;
}
.fixed-tray .ant-correlation-chart-container path.arc {
  opacity: 0.9;
  transition: opacity 0.5s;
}
.fixed-tray .ant-correlation-chart-container path.arc:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}
.fixed-tray .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;
}
.fixed-tray .ant-correlation-chart-container .center-circle .percentageText {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7142857143rem;
  font-weight: 500;
  text-anchor: start;
  color: #333;
}
.fixed-tray .ant-correlation-chart-container .center-circle .completionText {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #666;
  line-height: 1.5em;
}
.fixed-tray .ant-correlation-chart-container .axis circle {
  fill: none;
}
.fixed-tray .ant-correlation-chart-container .r.axis text {
  text-anchor: end;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .ant-correlation-chart-container .arc-label {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.fixed-tray .ant-correlation-chart-container .correlation-chart-legend-container-host {
  position: absolute;
  bottom: 5.3571428571rem;
}
.fixed-tray .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) {
  .fixed-tray .ant-correlation-chart-container .correlation-chart-legend-container {
    width: calculate-rem(320px);
  }
}
.fixed-tray .ant-correlation-chart-container .correlation-chart-legend-container .legend-item {
  margin-left: 1.1428571429rem;
}
.fixed-tray .ant-correlation-chart-container .correlation-chart-legend-container .label-title {
  margin-left: 2rem;
}
.fixed-tray .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;
}
.fixed-tray .ant-correlation-chart-container .correlation-chart-legend-container .label-value {
  margin-left: 2rem;
  margin-top: 0.2857142857rem;
  line-height: 1.5714285714rem;
}
.fixed-tray .ant-pipeline-chart {
  width: 100%;
  display: block;
}
.fixed-tray .ant-pipeline-chart .text-value {
  fill: #333333;
  font-size: 1.2857142857rem;
  transform: translate(0, -7px);
  font-family: "Montserrat-Regular";
}
.fixed-tray .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) {
  .fixed-tray .ant-pipeline-chart .text-value {
    font-size: 0.8571428571rem;
    transform: translate(0, -6px);
  }
  .fixed-tray .ant-pipeline-chart .text-label {
    transform: translate(0, -19px);
  }
}
.fixed-tray .ant-pipeline-legend {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 30px;
  padding: 0;
}
.fixed-tray .ant-pipeline-legend li {
  margin: 0 25px 10px 0;
  font-size: 0.8571428571rem;
}
.fixed-tray .ant-pipeline-legend li:last-child {
  margin-right: 0;
}
.fixed-tray .ant-pipeline-legend .color-dot {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  top: 1px;
  border-radius: 50%;
  margin-right: 5px;
}
.fixed-tray .ant-bubble-map-container .ant-bubble-marker {
  fill: #286ce2;
  fill-opacity: 0.2;
  stroke: #286ce2;
  stroke-width: 1px;
}
.fixed-tray .ant-bubble-map-container .ant-bubble-map-tooltip {
  background-color: #ffffff;
  border: thin solid #286ce2;
  padding: 1.7142857143rem;
  opacity: 0;
  position: absolute;
}
.fixed-tray .date-selector-range {
  display: flex;
  flex-direction: row;
}
.fixed-tray .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;
}
.fixed-tray .date-selector-range button:last-child {
  border-right: 1px solid #286ce2;
}
.fixed-tray .date-selector-nav button {
  appearance: none;
  border: none;
  background: none;
}
.fixed-tray .date-selector-nav .current {
  font-size: 0.8571428571rem;
  color: #000;
  font-weight: 700;
}
.fixed-tray .date-selector-nav .next span,
.fixed-tray .date-selector-nav .prev span {
  font-family: "ant-motif-icons";
  display: inline-block;
  font-size: 1.4285714286rem;
  margin: 0 0.125rem;
  color: #286ce2;
}
.fixed-tray .date-selector-nav .next span:before,
.fixed-tray .date-selector-nav .prev span:before {
  content: "\e90f";
}
.fixed-tray .date-selector-nav .next span {
  transform: rotate(-90deg);
}
.fixed-tray .date-selector-nav .prev span {
  transform: rotate(90deg);
}
.fixed-tray .ant-biometric-chart {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.fixed-tray .ant-biometric-chart .range-key {
  flex: 1;
  display: flex;
  align-items: center;
  height: 2.1428571429rem;
}
@media screen and (max-width: 800px) {
  .fixed-tray .ant-biometric-chart .range-key {
    order: 4;
    margin-top: 1.7142857143rem;
    flex-basis: 100%;
  }
}
.fixed-tray .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;
}
.fixed-tray .ant-biometric-chart .range-key .text {
  font-size: 0.8571428571rem;
}
.fixed-tray .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) {
  .fixed-tray .ant-biometric-chart .date-range-selector {
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.fixed-tray .ant-biometric-chart .date-range-selector .date-selector-range .btn.current {
  color: #ffffff;
  background: #286ce2;
}
.fixed-tray .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) {
  .fixed-tray .ant-biometric-chart .date-range-selector .date-selector-nav {
    flex-basis: 100%;
    margin-top: 1.7142857143rem;
    margin-left: 0;
  }
}
.fixed-tray .ant-biometric-chart #svg-biometric {
  position: relative;
  flex-basis: 100%;
}
.fixed-tray .ant-biometric-chart #svg-biometric .axis--x path {
  display: none;
}
.fixed-tray .ant-biometric-chart #svg-biometric .axis--x line {
  display: none;
}
.fixed-tray .ant-biometric-chart #svg-biometric .axis--x text {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.fixed-tray .ant-biometric-chart #svg-biometric .axis--y path, .fixed-tray .ant-biometric-chart #svg-biometric .axis--y line {
  display: none;
}
.fixed-tray .ant-biometric-chart #svg-biometric .axis--y text {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .fixed-tray .ant-biometric-chart #svg-biometric .axis--y .tick:nth-child(odd) {
    opacity: 0;
  }
}
.fixed-tray .ant-biometric-chart #svg-biometric .y-axis-grid text, .fixed-tray .ant-biometric-chart #svg-biometric .y-axis-grid path {
  display: none;
}
.fixed-tray .ant-biometric-chart #svg-biometric .y-axis-grid line {
  opacity: 0.05;
}
.fixed-tray .ant-biometric-chart #svg-biometric .tool-tip {
  position: absolute;
  width: 0;
  height: 0;
  overflow: visible;
  background-color: black;
}
.fixed-tray .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;
}
.fixed-tray .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%);
}
.fixed-tray .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%);
}
.fixed-tray .ant-biometric-chart #svg-biometric .tool-tip .bio-value {
  font-size: 0.8571428571rem;
  font-weight: 700;
  margin: 0.3571428571rem 0;
}
.fixed-tray .ant-biometric-chart #svg-biometric .tool-tip .bio-label,
.fixed-tray .ant-biometric-chart #svg-biometric .tool-tip .bio-date {
  font-size: 0.8571428571rem;
}
.fixed-tray .ant-error-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  padding: 0.5rem 0;
}
.fixed-tray .ant-error-container .ant-error {
  font-size: 12px;
  font-weight: bold;
}
.fixed-tray .ant-error-container .ant-error--negative {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #cc0033;
}
.fixed-tray .ant-error-container .ant-error--negative::before {
  display: block;
  font-family: "ant-motif-icons";
  content: "\e97f";
  margin-right: 0.25rem;
}
.fixed-tray .ant-error-container-validation {
  margin: 0;
  max-height: 130px;
}
.fixed-tray .ant-error-container-validation .ant-error {
  font-size: 10px;
  margin-bottom: 8px;
  margin-left: 6px;
  margin-right: 18px;
  align-items: center;
}
.fixed-tray .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;
}
.fixed-tray .ant-error-container-validation .ant-error.valid::before {
  background-color: #58abdf;
}
.fixed-tray .ant-form-field-flex {
  display: inline-flex;
  align-items: baseline;
  width: 100%;
}
.fixed-tray .ant-form-field {
  border: thin solid #949494;
}
.fixed-tray .ant-form-field.has-error {
  border: thin solid #cc0033;
}
.fixed-tray .ant-form-field.is-active {
  border: thin solid #286ce2;
}
.fixed-tray .ant-form-field .ant-input {
  font-size: 0.8571428571rem;
  color: #555555;
  padding: 0.25rem 1rem;
  border: none;
}
.fixed-tray .ant-form-field .ant-input::placeholder {
  color: #333;
  font-weight: normal;
}
.fixed-tray .ant-form-field .ant-input::-moz-placeholder {
  color: #333;
  font-weight: normal;
}
.fixed-tray .ant-form-field .ant-input::-webkit-input-placeholder {
  color: #333;
  font-weight: normal;
}
.fixed-tray .ant-form-field .ant-input:-ms-input-placeholder {
  color: #333;
  font-weight: normal;
}
.fixed-tray .ant-form-field.ant-text-secure {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.fixed-tray .ant-form-field.ant-text-secure .ant-input {
  flex: 1 0 auto;
}
.fixed-tray .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;
}
.fixed-tray .ant-form-field.ant-text-secure .ant-text-button::-moz-focus-inner {
  border: 0;
}
.fixed-tray .ant-form-field.ant-text-secure .ant-text-button::before {
  display: block;
  font-family: "ant-motif-icons";
  content: "\e9bb";
}
.fixed-tray .ant-form-field.ant-text-search {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
.fixed-tray .ant-form-field.ant-text-search .ant-input {
  flex: 1 0 auto;
}
.fixed-tray .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;
}
.fixed-tray .ant-form-label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}
.fixed-tray .ant-text-input {
  font-size: 0.8571428571rem;
  border: 1px solid #949494;
  color: #555555;
  padding: 0.25rem 1rem;
  height: 40px;
}
.fixed-tray .ant-text-input.has-error {
  border: thin solid theme-color("danger");
}
.fixed-tray .ant-text-input::placeholder {
  color: #333;
  font-weight: normal;
}
.fixed-tray .ant-text-input::-moz-placeholder {
  color: #333;
  font-weight: normal;
}
.fixed-tray .ant-text-input::-webkit-input-placeholder {
  color: #333;
  font-weight: normal;
}
.fixed-tray .ant-text-input:-ms-input-placeholder {
  color: #333;
  font-weight: normal;
}
.fixed-tray .form-item label {
  font-size: 1rem;
  font-weight: 500;
}
.fixed-tray .ant-data-security-mask {
  display: inline-block;
  position: static;
}
.fixed-tray .ant-data-security-mask .ant-security-mask-btn {
  border: none;
  background: transparent;
}
.fixed-tray .ant-data-security-mask .ant-security-mask-icon {
  font-family: "ant-motif-icons";
}
.fixed-tray .ant-data-security-mask .ant-security-mask-icon::after {
  display: block;
  content: "\e9bb";
}
.fixed-tray .ant-auto-suggest {
  width: 176px;
}
.fixed-tray .prLabel {
  color: #555555;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  top: 0.3rem;
}
.fixed-tray .prLabel:before {
  margin-right: 0.5rem;
  border-radius: 50%;
  border: 1px solid #949494;
}
.fixed-tray .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 */
}
.fixed-tray .prLabel.prDisabled:before {
  background-color: #f7f7f7;
}
.fixed-tray .prLabel.ant-error-state:before {
  border: 1px solid #cc0033;
}
.fixed-tray .ant-lg-select {
  width: 500px;
  max-width: 100%;
}
.fixed-tray .ant-md-select {
  width: 300px;
  max-width: 100%;
}
.fixed-tray .ant-sm-select {
  width: 150px;
  max-width: 100%;
}
.fixed-tray .pfSelect {
  position: relative;
}
.fixed-tray .pfSelect .pfSelect-legend {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}
.fixed-tray .pfSelect .psButton {
  background: transparent;
  border: 1px solid #949494;
  color: #666666;
  padding: 0.25rem 0.75rem;
  background: #ffffff;
  border-radius: 0px;
  height: 40px !important;
}
.fixed-tray .pfSelect .psButton:focus {
  box-shadow: 0 0 3px 2px #286ce2;
}
.fixed-tray .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;
}
.fixed-tray .pfSelect .psArrow {
  color: #333333;
  float: right;
  position: relative;
  font-family: "ant-motif-icons";
  height: 0;
}
.fixed-tray .pfSelect .psArrow::before {
  content: "\eaa9";
}
.fixed-tray .pfSelect .psActiveOption {
  font-size: 0.8571428571rem;
  color: #555555;
  width: unset;
  float: left;
}
.fixed-tray .pfSelect.active .psDropdown {
  z-index: 200;
}
.fixed-tray .pfSelect.active .psArrow::before {
  content: "\eaad";
}
.fixed-tray .psLabel {
  font-size: 0.8571428571rem;
  font-weight: 400;
  padding: 1rem 0 1rem 0.75rem;
}
.fixed-tray .psLabel:first-of-type {
  padding-top: 1.2857142857rem;
}
.fixed-tray .psLabel:last-of-type {
  padding-bottom: 1.2857142857rem;
}
.fixed-tray .psLabel.focus, .fixed-tray .psLabel:hover {
  background: #286ce2;
  color: #ffffff;
  text-decoration: none;
}
.fixed-tray .psDropdown.active {
  width: 100%;
  background: #ffffff;
  border: solid thin #949494;
  border-top: none;
  border-radius: 0;
  margin: 0;
}
.fixed-tray .psDropdown.active:focus {
  outline: none;
}
.fixed-tray 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;
}
.fixed-tray 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;
}
.fixed-tray label.pcLabel.pcDisabled::before {
  background-color: #cccccc;
}
.fixed-tray label.pcLabel.active::before {
  text-indent: -1px;
  content: "\eb31";
  color: #fff;
  background: #286ce2;
}
.fixed-tray label.pcLabel.ant-error-state::before {
  border: 1px #cc0033;
  background-color: #fff0fa;
}
.fixed-tray label.pcLabel.focus {
  outline: thin solid #0079c2;
  outline-offset: 3px;
}
.fixed-tray .pfToggleB .ptLabel {
  width: 3.25rem;
  height: 1.5714285714rem;
  background-color: #cccccc;
  font-weight: 400;
}
.fixed-tray .pfToggleB .ptLabel span {
  top: -15px;
}
.fixed-tray .pfToggleB .ptLabel:before {
  content: " ";
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  margin: 0.0714285714rem;
  background-color: #ffffff;
}
.fixed-tray .pfToggleB .ptLabel.active {
  background-color: #286ce2;
}
.fixed-tray .pfToggleB .ptOption + .ptLabel.active:before {
  margin-left: 1.75rem;
}
.fixed-tray .pfToggleB .ptOption + .ptLabel.focus {
  box-shadow: 0 0 5px #0079c2;
}
.fixed-tray .pfToggleSwitch .ptLabel {
  display: inline-block;
  width: auto;
  border-color: #949494;
  padding: 0.3rem 0.75rem;
  margin-bottom: 0;
  font-weight: 400;
  background: white;
}
.fixed-tray .pfToggleSwitch .ptLabel.active {
  background-color: #286ce2;
  color: #ffffff;
  border-color: #286ce2;
  outline: none;
}
.fixed-tray .pfToggleSwitch .optionWrapper:first-of-type .ptLabel {
  border-radius: 0px;
}
.fixed-tray .pfToggleSwitch .optionWrapper:last-of-type .ptLabel {
  border-right: 1px solid #949494;
  border-radius: 0px;
}
.fixed-tray .pfToggleSwitch .optionWrapper:last-of-type .ptLabel.active {
  border-right: none;
}
.fixed-tray .ant-sub-navigation-container,
.fixed-tray .ant-pattern-library-sub-nav {
  background-color: #ffffff;
}
.fixed-tray .ui-datepicker {
  border-color: #69b3e7 #dcdcdc #dcdcdc;
}
.fixed-tray .ui-datepicker-header {
  padding: 0.2em 0;
  background: #0079c2 none repeat scroll 0 0;
  color: #fff;
}
.fixed-tray .ui-datepicker .ui-datepicker-prev span,
.fixed-tray .ui-datepicker .ui-datepicker-next span {
  margin-left: -8px;
  margin-top: -8px;
}
.fixed-tray .ui-datepicker td span,
.fixed-tray .ui-datepicker td a {
  color: #666666;
}
.fixed-tray .ui-datepicker td.ui-datepicker-current-day a,
.fixed-tray .ui-datepicker td a:hover {
  background: #0079c2 none repeat scroll 0 0;
  color: #fff;
}
.fixed-tray td.ui-datepicker-unselectable span {
  color: #dcdcdc;
}
.fixed-tray .ui-datepicker-prev::before,
.fixed-tray .ui-datepicker-next::before {
  color: #ffffff;
}
.fixed-tray .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
}
.fixed-tray .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.fixed-tray .ui-datepicker-trigger {
  color: #0079c2;
}
.fixed-tray .hasDatepicker.focus,
.fixed-tray .hasDatepicker.focus + .ui-datepicker-trigger .fa {
  border-color: #69b3e7;
}
.fixed-tray .ui-datepicker-trigger span.ant-calendar-icon {
  color: #0079c2;
  border-left: 1px solid #666666;
  padding: 1px 0 0 7px;
}
.fixed-tray .ui-datepicker-trigger span.ant-calendar-icon {
  font-family: "ant-motif-icons";
}
.fixed-tray .ui-datepicker-trigger span.ant-calendar-icon.ant-calendar-calendar:before {
  content: "\e937";
}
.fixed-tray .ui-datepicker-trigger span.ant-calendar-icon.ant-calendar-remove:before {
  content: "\e93b";
}
.fixed-tray .ui-datepicker .ui-datepicker-prev,
.fixed-tray .ui-datepicker .ui-datepicker-prev:hover {
  transform: rotate(90deg);
  left: 10px;
  top: -7px;
}
.fixed-tray .ui-datepicker .ui-datepicker-next,
.fixed-tray .ui-datepicker .ui-datepicker-next:hover {
  transform: rotate(270deg);
  right: 10px;
  top: 10px;
}
.fixed-tray .ui-datepicker-prev::before,
.fixed-tray .ui-datepicker-next::before {
  font-family: "ant-motif-icons";
}
.fixed-tray .ui-datepicker-prev::before {
  content: "\eaa9";
}
.fixed-tray .ui-datepicker-next::before {
  content: "\eaa9";
}
.fixed-tray input.pfText.hasDatepicker,
.fixed-tray input.pfText.hasDatepicker:hover,
.fixed-tray input.pfText.hasDatepicker:focus {
  width: 220px;
}
.fixed-tray legend,
.fixed-tray label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
  padding: 0;
  border: 0;
  border-bottom: none;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .page-header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 3.7142857143rem;
  color: #ffffff;
}
.fixed-tray .page-header-container .page-head {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 2.285rem;
  font-weight: 500;
}
.fixed-tray .page-header-container .page-header-text-container {
  display: none;
}
@media only screen and (min-width: 800px) {
  .fixed-tray .page-header-container .page-header-text-container {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    text-align: right;
  }
  .fixed-tray .page-header-container .page-header-text-container p,
  .fixed-tray .page-header-container .page-header-text-container a {
    color: #ffffff;
    margin: 0px;
  }
  .fixed-tray .page-header-container .page-header-text-container .page-header-icon {
    font-size: 2.7rem;
    margin-left: 1.75rem;
  }
}
.fixed-tray .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;
}
.fixed-tray .ant-actionable-input-field .ant-search-field__input {
  position: relative;
  flex: 1 0 75%;
  height: 100%;
  display: flex;
}
.fixed-tray .ant-actionable-input-field .ant-search-field__other {
  display: flex;
}
.fixed-tray .ant-actionable-input-field .ant-search-input__delete {
  background: transparent;
  border: none;
  color: #666;
}
.fixed-tray .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;
}
.fixed-tray .ant-actionable-input-field .ant-search-input__delete .delete-icon::before {
  display: block;
  content: "\e97f";
}
.fixed-tray .ant-actionable-input-field .ant-search-input__delete:not(:focus) {
  outline: none;
}
.fixed-tray .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;
}
.fixed-tray .ant-actionable-input-field .ant-autocomplete-input::placeholder {
  color: #666666;
  font-weight: normal;
}
.fixed-tray .ant-actionable-input-field .ant-autocomplete-input::-moz-placeholder {
  color: #666666;
  font-weight: normal;
}
.fixed-tray .ant-actionable-input-field .ant-autocomplete-input::-webkit-input-placeholder {
  color: #666666;
  font-weight: normal;
}
.fixed-tray .ant-actionable-input-field .ant-autocomplete-input:-ms-input-placeholder {
  color: #666666;
  font-weight: normal;
}
.fixed-tray .ant-actionable-input-field .ant-autocomplete-input:not(:focus) {
  outline: none;
}
.fixed-tray .ant-actionable-input-field .ant-search-btn {
  background-color: transparent;
  border: none;
  height: 100%;
}
.fixed-tray .ant-actionable-input-field .ant-search-btn:not(:focus) {
  outline: none;
}
.fixed-tray .ant-actionable-input-field .search-input-icon {
  background: transparent;
  font-family: "ant-motif-icons";
  color: #286ce2;
  font-size: 1.7142857143rem;
  width: 3.4285714286rem;
}
.fixed-tray .ant-actionable-input-field .search-input-icon::before {
  display: block;
  content: "\ea92";
  width: inherit;
}
.fixed-tray .ant-actionable-input-field .search-input-icon:not(:focus) {
  outline: none;
}
.fixed-tray .ant-actionable-input-field .icon {
  background: transparent;
  font-family: "ant-motif-icons";
  color: #286ce2;
  font-size: 1.7142857143rem;
  width: 3.4285714286rem;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .ant-actionable-input-field .ant-text-input::placeholder {
  color: #666666;
  font-weight: normal;
}
.fixed-tray .ant-actionable-input-field .ant-text-input::-moz-placeholder {
  color: #666666;
  font-weight: normal;
}
.fixed-tray .ant-actionable-input-field .ant-text-input::-webkit-input-placeholder {
  color: #666666;
  font-weight: normal;
}
.fixed-tray .ant-actionable-input-field .ant-text-input:-ms-input-placeholder {
  color: #666666;
  font-weight: normal;
}
.fixed-tray .ant-actionable-input-field .ant-text-input:not(:focus) {
  outline: none;
}
.fixed-tray .ant-actionable-input-field .ant-text-input::placeholder {
  color: inherit;
}
.fixed-tray .ant-actionable-input-field .ant-text-input::-moz-placeholder {
  color: inherit;
}
.fixed-tray .ant-actionable-input-field .ant-text-input::-webkit-input-placeholder {
  color: inherit;
}
.fixed-tray .ant-actionable-input-field .ant-text-input:-ms-input-placeholder {
  color: inherit;
}
.fixed-tray .ant-autocomplete-panel {
  display: flex;
  flex-direction: column;
  min-width: 48.5714285714rem;
  padding-top: 0.5714285714rem;
}
.fixed-tray .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);
}
.fixed-tray .actionable-header-results a {
  text-decoration: none;
}
.fixed-tray .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;
}
.fixed-tray .actionable-header-results .results-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fixed-tray .actionable-header-results .results-list li {
  border-bottom: 1px solid #e6e6e6;
  padding: 1.5rem 1.7142857143rem;
}
.fixed-tray .actionable-header-results .results-list .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed-tray .actionable-header-results .results-list .distance {
  color: #666666;
  display: flex;
  align-items: center;
  margin: 0.6428571429rem 0;
}
.fixed-tray .actionable-header-results .results-list .distance-icon:before {
  content: "\ea20";
  font-size: 1.4285714286rem;
  margin: 0 0.3571428571rem 0 -0.2142857143rem;
}
.fixed-tray .actionable-header-results .results-list .address {
  margin-bottom: 0;
}
.fixed-tray .actionable-header-results .star-rating {
  display: flex;
  flex-direction: row;
}
.fixed-tray .actionable-header-results .star-rating .star {
  color: #cccccc;
  font-size: 1.0714285714rem;
}
.fixed-tray .actionable-header-results .star-rating .star:before {
  content: "\e9c3";
}
.fixed-tray .actionable-header-results .star-rating .star.active {
  color: #f89c52;
}
.fixed-tray .actionable-header-results .star-rating .star + .star {
  margin-left: 5px;
}
.fixed-tray .ant-panel-dropdown {
  display: block;
  width: 100%;
  height: 100%;
}
.fixed-tray .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;
}
.fixed-tray .ant-panel-dropdown__trigger:not(:focus) {
  outline: none;
}
.fixed-tray .ant-panel-dropdown .trigger-icon {
  font-family: "ant-motif-icons";
  margin-left: 0.5714285714rem;
  font-size: 0.7857142857rem;
  color: inherit;
}
.fixed-tray .ant-panel-dropdown .trigger-icon::after {
  content: "\eaa9";
}
.fixed-tray .ant-panel {
  display: flex;
  flex-direction: column;
  padding-top: 0.5714285714rem;
}
.fixed-tray .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);
}
.fixed-tray .ant-panel .ant-panel-content {
  padding: 2.2857142857rem;
}
.fixed-tray .ant-panel .divider {
  display: block;
  height: 1px;
  border-top: 1px solid;
}
.fixed-tray .ant-panel legend {
  font-size: 18px;
  margin-bottom: 1.7142857143rem;
}
.fixed-tray .ant-panel .prLabel {
  margin-bottom: 1.1428571429rem;
}
.fixed-tray .button-group .btn + .btn {
  margin-left: 1.1428571429rem;
}
.fixed-tray .ant-input-field {
  flex: 1 1;
}
.fixed-tray .motif-margin-top-0 {
  margin-top: 0rem;
}
.fixed-tray .motif-margin-right-0 {
  margin-right: 0rem;
}
.fixed-tray .motif-margin-bottom-0 {
  margin-bottom: 0rem;
}
.fixed-tray .motif-margin-left-0 {
  margin-left: 0rem;
}
.fixed-tray .motif-pad-top-0 {
  padding-top: 0rem;
}
.fixed-tray .motif-pad-right-0 {
  padding-right: 0rem;
}
.fixed-tray .motif-pad-bottom-0 {
  padding-bottom: 0rem;
}
.fixed-tray .motif-pad-left-0 {
  padding-left: 0rem;
}
.fixed-tray .motif-margin-top-1 {
  margin-top: 0.125rem;
}
.fixed-tray .motif-margin-right-1 {
  margin-right: 0.125rem;
}
.fixed-tray .motif-margin-bottom-1 {
  margin-bottom: 0.125rem;
}
.fixed-tray .motif-margin-left-1 {
  margin-left: 0.125rem;
}
.fixed-tray .motif-pad-top-1 {
  padding-top: 0.125rem;
}
.fixed-tray .motif-pad-right-1 {
  padding-right: 0.125rem;
}
.fixed-tray .motif-pad-bottom-1 {
  padding-bottom: 0.125rem;
}
.fixed-tray .motif-pad-left-1 {
  padding-left: 0.125rem;
}
.fixed-tray .motif-margin-top-2 {
  margin-top: 0.25rem;
}
.fixed-tray .motif-margin-right-2 {
  margin-right: 0.25rem;
}
.fixed-tray .motif-margin-bottom-2 {
  margin-bottom: 0.25rem;
}
.fixed-tray .motif-margin-left-2 {
  margin-left: 0.25rem;
}
.fixed-tray .motif-pad-top-2 {
  padding-top: 0.25rem;
}
.fixed-tray .motif-pad-right-2 {
  padding-right: 0.25rem;
}
.fixed-tray .motif-pad-bottom-2 {
  padding-bottom: 0.25rem;
}
.fixed-tray .motif-pad-left-2 {
  padding-left: 0.25rem;
}
.fixed-tray .motif-margin-top-3 {
  margin-top: 0.5rem;
}
.fixed-tray .motif-margin-right-3 {
  margin-right: 0.5rem;
}
.fixed-tray .motif-margin-bottom-3 {
  margin-bottom: 0.5rem;
}
.fixed-tray .motif-margin-left-3 {
  margin-left: 0.5rem;
}
.fixed-tray .motif-pad-top-3 {
  padding-top: 0.5rem;
}
.fixed-tray .motif-pad-right-3 {
  padding-right: 0.5rem;
}
.fixed-tray .motif-pad-bottom-3 {
  padding-bottom: 0.5rem;
}
.fixed-tray .motif-pad-left-3 {
  padding-left: 0.5rem;
}
.fixed-tray .motif-margin-top-4 {
  margin-top: 0.75rem;
}
.fixed-tray .motif-margin-right-4 {
  margin-right: 0.75rem;
}
.fixed-tray .motif-margin-bottom-4 {
  margin-bottom: 0.75rem;
}
.fixed-tray .motif-margin-left-4 {
  margin-left: 0.75rem;
}
.fixed-tray .motif-pad-top-4 {
  padding-top: 0.75rem;
}
.fixed-tray .motif-pad-right-4 {
  padding-right: 0.75rem;
}
.fixed-tray .motif-pad-bottom-4 {
  padding-bottom: 0.75rem;
}
.fixed-tray .motif-pad-left-4 {
  padding-left: 0.75rem;
}
.fixed-tray .motif-margin-top-5 {
  margin-top: 1rem;
}
.fixed-tray .motif-margin-right-5 {
  margin-right: 1rem;
}
.fixed-tray .motif-margin-bottom-5 {
  margin-bottom: 1rem;
}
.fixed-tray .motif-margin-left-5 {
  margin-left: 1rem;
}
.fixed-tray .motif-pad-top-5 {
  padding-top: 1rem;
}
.fixed-tray .motif-pad-right-5 {
  padding-right: 1rem;
}
.fixed-tray .motif-pad-bottom-5 {
  padding-bottom: 1rem;
}
.fixed-tray .motif-pad-left-5 {
  padding-left: 1rem;
}
.fixed-tray .motif-margin-top-6 {
  margin-top: 1.25rem;
}
.fixed-tray .motif-margin-right-6 {
  margin-right: 1.25rem;
}
.fixed-tray .motif-margin-bottom-6 {
  margin-bottom: 1.25rem;
}
.fixed-tray .motif-margin-left-6 {
  margin-left: 1.25rem;
}
.fixed-tray .motif-pad-top-6 {
  padding-top: 1.25rem;
}
.fixed-tray .motif-pad-right-6 {
  padding-right: 1.25rem;
}
.fixed-tray .motif-pad-bottom-6 {
  padding-bottom: 1.25rem;
}
.fixed-tray .motif-pad-left-6 {
  padding-left: 1.25rem;
}
.fixed-tray .motif-margin-top-7 {
  margin-top: 1.5rem;
}
.fixed-tray .motif-margin-right-7 {
  margin-right: 1.5rem;
}
.fixed-tray .motif-margin-bottom-7 {
  margin-bottom: 1.5rem;
}
.fixed-tray .motif-margin-left-7 {
  margin-left: 1.5rem;
}
.fixed-tray .motif-pad-top-7 {
  padding-top: 1.5rem;
}
.fixed-tray .motif-pad-right-7 {
  padding-right: 1.5rem;
}
.fixed-tray .motif-pad-bottom-7 {
  padding-bottom: 1.5rem;
}
.fixed-tray .motif-pad-left-7 {
  padding-left: 1.5rem;
}
.fixed-tray .motif-margin-top-8 {
  margin-top: 1.75rem;
}
.fixed-tray .motif-margin-right-8 {
  margin-right: 1.75rem;
}
.fixed-tray .motif-margin-bottom-8 {
  margin-bottom: 1.75rem;
}
.fixed-tray .motif-margin-left-8 {
  margin-left: 1.75rem;
}
.fixed-tray .motif-pad-top-8 {
  padding-top: 1.75rem;
}
.fixed-tray .motif-pad-right-8 {
  padding-right: 1.75rem;
}
.fixed-tray .motif-pad-bottom-8 {
  padding-bottom: 1.75rem;
}
.fixed-tray .motif-pad-left-8 {
  padding-left: 1.75rem;
}
.fixed-tray .motif-margin-top-9 {
  margin-top: 2rem;
}
.fixed-tray .motif-margin-right-9 {
  margin-right: 2rem;
}
.fixed-tray .motif-margin-bottom-9 {
  margin-bottom: 2rem;
}
.fixed-tray .motif-margin-left-9 {
  margin-left: 2rem;
}
.fixed-tray .motif-pad-top-9 {
  padding-top: 2rem;
}
.fixed-tray .motif-pad-right-9 {
  padding-right: 2rem;
}
.fixed-tray .motif-pad-bottom-9 {
  padding-bottom: 2rem;
}
.fixed-tray .motif-pad-left-9 {
  padding-left: 2rem;
}
.fixed-tray .motif-margin-top-10 {
  margin-top: 2.25rem;
}
.fixed-tray .motif-margin-right-10 {
  margin-right: 2.25rem;
}
.fixed-tray .motif-margin-bottom-10 {
  margin-bottom: 2.25rem;
}
.fixed-tray .motif-margin-left-10 {
  margin-left: 2.25rem;
}
.fixed-tray .motif-pad-top-10 {
  padding-top: 2.25rem;
}
.fixed-tray .motif-pad-right-10 {
  padding-right: 2.25rem;
}
.fixed-tray .motif-pad-bottom-10 {
  padding-bottom: 2.25rem;
}
.fixed-tray .motif-pad-left-10 {
  padding-left: 2.25rem;
}
.fixed-tray .motif-margin-top-11 {
  margin-top: 2.5rem;
}
.fixed-tray .motif-margin-right-11 {
  margin-right: 2.5rem;
}
.fixed-tray .motif-margin-bottom-11 {
  margin-bottom: 2.5rem;
}
.fixed-tray .motif-margin-left-11 {
  margin-left: 2.5rem;
}
.fixed-tray .motif-pad-top-11 {
  padding-top: 2.5rem;
}
.fixed-tray .motif-pad-right-11 {
  padding-right: 2.5rem;
}
.fixed-tray .motif-pad-bottom-11 {
  padding-bottom: 2.5rem;
}
.fixed-tray .motif-pad-left-11 {
  padding-left: 2.5rem;
}
.fixed-tray .motif-margin-top-12 {
  margin-top: 2.75rem;
}
.fixed-tray .motif-margin-right-12 {
  margin-right: 2.75rem;
}
.fixed-tray .motif-margin-bottom-12 {
  margin-bottom: 2.75rem;
}
.fixed-tray .motif-margin-left-12 {
  margin-left: 2.75rem;
}
.fixed-tray .motif-pad-top-12 {
  padding-top: 2.75rem;
}
.fixed-tray .motif-pad-right-12 {
  padding-right: 2.75rem;
}
.fixed-tray .motif-pad-bottom-12 {
  padding-bottom: 2.75rem;
}
.fixed-tray .motif-pad-left-12 {
  padding-left: 2.75rem;
}
.fixed-tray .motif-margin-top-13 {
  margin-top: 3rem;
}
.fixed-tray .motif-margin-right-13 {
  margin-right: 3rem;
}
.fixed-tray .motif-margin-bottom-13 {
  margin-bottom: 3rem;
}
.fixed-tray .motif-margin-left-13 {
  margin-left: 3rem;
}
.fixed-tray .motif-pad-top-13 {
  padding-top: 3rem;
}
.fixed-tray .motif-pad-right-13 {
  padding-right: 3rem;
}
.fixed-tray .motif-pad-bottom-13 {
  padding-bottom: 3rem;
}
.fixed-tray .motif-pad-left-13 {
  padding-left: 3rem;
}
.fixed-tray .motif-margin-top-14 {
  margin-top: 3.25rem;
}
.fixed-tray .motif-margin-right-14 {
  margin-right: 3.25rem;
}
.fixed-tray .motif-margin-bottom-14 {
  margin-bottom: 3.25rem;
}
.fixed-tray .motif-margin-left-14 {
  margin-left: 3.25rem;
}
.fixed-tray .motif-pad-top-14 {
  padding-top: 3.25rem;
}
.fixed-tray .motif-pad-right-14 {
  padding-right: 3.25rem;
}
.fixed-tray .motif-pad-bottom-14 {
  padding-bottom: 3.25rem;
}
.fixed-tray .motif-pad-left-14 {
  padding-left: 3.25rem;
}
.fixed-tray .motif-margin-top-15 {
  margin-top: 3.5rem;
}
.fixed-tray .motif-margin-right-15 {
  margin-right: 3.5rem;
}
.fixed-tray .motif-margin-bottom-15 {
  margin-bottom: 3.5rem;
}
.fixed-tray .motif-margin-left-15 {
  margin-left: 3.5rem;
}
.fixed-tray .motif-pad-top-15 {
  padding-top: 3.5rem;
}
.fixed-tray .motif-pad-right-15 {
  padding-right: 3.5rem;
}
.fixed-tray .motif-pad-bottom-15 {
  padding-bottom: 3.5rem;
}
.fixed-tray .motif-pad-left-15 {
  padding-left: 3.5rem;
}
.fixed-tray .motif-margin-top-16 {
  margin-top: 3.75rem;
}
.fixed-tray .motif-margin-right-16 {
  margin-right: 3.75rem;
}
.fixed-tray .motif-margin-bottom-16 {
  margin-bottom: 3.75rem;
}
.fixed-tray .motif-margin-left-16 {
  margin-left: 3.75rem;
}
.fixed-tray .motif-pad-top-16 {
  padding-top: 3.75rem;
}
.fixed-tray .motif-pad-right-16 {
  padding-right: 3.75rem;
}
.fixed-tray .motif-pad-bottom-16 {
  padding-bottom: 3.75rem;
}
.fixed-tray .motif-pad-left-16 {
  padding-left: 3.75rem;
}
.fixed-tray .motif-margin-top-17 {
  margin-top: 4rem;
}
.fixed-tray .motif-margin-right-17 {
  margin-right: 4rem;
}
.fixed-tray .motif-margin-bottom-17 {
  margin-bottom: 4rem;
}
.fixed-tray .motif-margin-left-17 {
  margin-left: 4rem;
}
.fixed-tray .motif-pad-top-17 {
  padding-top: 4rem;
}
.fixed-tray .motif-pad-right-17 {
  padding-right: 4rem;
}
.fixed-tray .motif-pad-bottom-17 {
  padding-bottom: 4rem;
}
.fixed-tray .motif-pad-left-17 {
  padding-left: 4rem;
}
.fixed-tray .motif-margin-top-18 {
  margin-top: 4.25rem;
}
.fixed-tray .motif-margin-right-18 {
  margin-right: 4.25rem;
}
.fixed-tray .motif-margin-bottom-18 {
  margin-bottom: 4.25rem;
}
.fixed-tray .motif-margin-left-18 {
  margin-left: 4.25rem;
}
.fixed-tray .motif-pad-top-18 {
  padding-top: 4.25rem;
}
.fixed-tray .motif-pad-right-18 {
  padding-right: 4.25rem;
}
.fixed-tray .motif-pad-bottom-18 {
  padding-bottom: 4.25rem;
}
.fixed-tray .motif-pad-left-18 {
  padding-left: 4.25rem;
}
.fixed-tray .motif-margin-top-19 {
  margin-top: 4.5rem;
}
.fixed-tray .motif-margin-right-19 {
  margin-right: 4.5rem;
}
.fixed-tray .motif-margin-bottom-19 {
  margin-bottom: 4.5rem;
}
.fixed-tray .motif-margin-left-19 {
  margin-left: 4.5rem;
}
.fixed-tray .motif-pad-top-19 {
  padding-top: 4.5rem;
}
.fixed-tray .motif-pad-right-19 {
  padding-right: 4.5rem;
}
.fixed-tray .motif-pad-bottom-19 {
  padding-bottom: 4.5rem;
}
.fixed-tray .motif-pad-left-19 {
  padding-left: 4.5rem;
}
.fixed-tray .motif-margin-top-20 {
  margin-top: 4.75rem;
}
.fixed-tray .motif-margin-right-20 {
  margin-right: 4.75rem;
}
.fixed-tray .motif-margin-bottom-20 {
  margin-bottom: 4.75rem;
}
.fixed-tray .motif-margin-left-20 {
  margin-left: 4.75rem;
}
.fixed-tray .motif-pad-top-20 {
  padding-top: 4.75rem;
}
.fixed-tray .motif-pad-right-20 {
  padding-right: 4.75rem;
}
.fixed-tray .motif-pad-bottom-20 {
  padding-bottom: 4.75rem;
}
.fixed-tray .motif-pad-left-20 {
  padding-left: 4.75rem;
}
.fixed-tray .motif-margin-top-21 {
  margin-top: 5rem;
}
.fixed-tray .motif-margin-right-21 {
  margin-right: 5rem;
}
.fixed-tray .motif-margin-bottom-21 {
  margin-bottom: 5rem;
}
.fixed-tray .motif-margin-left-21 {
  margin-left: 5rem;
}
.fixed-tray .motif-pad-top-21 {
  padding-top: 5rem;
}
.fixed-tray .motif-pad-right-21 {
  padding-right: 5rem;
}
.fixed-tray .motif-pad-bottom-21 {
  padding-bottom: 5rem;
}
.fixed-tray .motif-pad-left-21 {
  padding-left: 5rem;
}
.fixed-tray .motif-margin-top-22 {
  margin-top: 5.25rem;
}
.fixed-tray .motif-margin-right-22 {
  margin-right: 5.25rem;
}
.fixed-tray .motif-margin-bottom-22 {
  margin-bottom: 5.25rem;
}
.fixed-tray .motif-margin-left-22 {
  margin-left: 5.25rem;
}
.fixed-tray .motif-pad-top-22 {
  padding-top: 5.25rem;
}
.fixed-tray .motif-pad-right-22 {
  padding-right: 5.25rem;
}
.fixed-tray .motif-pad-bottom-22 {
  padding-bottom: 5.25rem;
}
.fixed-tray .motif-pad-left-22 {
  padding-left: 5.25rem;
}
.fixed-tray .motif-margin-top-23 {
  margin-top: 5.5rem;
}
.fixed-tray .motif-margin-right-23 {
  margin-right: 5.5rem;
}
.fixed-tray .motif-margin-bottom-23 {
  margin-bottom: 5.5rem;
}
.fixed-tray .motif-margin-left-23 {
  margin-left: 5.5rem;
}
.fixed-tray .motif-pad-top-23 {
  padding-top: 5.5rem;
}
.fixed-tray .motif-pad-right-23 {
  padding-right: 5.5rem;
}
.fixed-tray .motif-pad-bottom-23 {
  padding-bottom: 5.5rem;
}
.fixed-tray .motif-pad-left-23 {
  padding-left: 5.5rem;
}
.fixed-tray .motif-margin-top-24 {
  margin-top: 5.75rem;
}
.fixed-tray .motif-margin-right-24 {
  margin-right: 5.75rem;
}
.fixed-tray .motif-margin-bottom-24 {
  margin-bottom: 5.75rem;
}
.fixed-tray .motif-margin-left-24 {
  margin-left: 5.75rem;
}
.fixed-tray .motif-pad-top-24 {
  padding-top: 5.75rem;
}
.fixed-tray .motif-pad-right-24 {
  padding-right: 5.75rem;
}
.fixed-tray .motif-pad-bottom-24 {
  padding-bottom: 5.75rem;
}
.fixed-tray .motif-pad-left-24 {
  padding-left: 5.75rem;
}
.fixed-tray .motif-margin-top-25 {
  margin-top: 6rem;
}
.fixed-tray .motif-margin-right-25 {
  margin-right: 6rem;
}
.fixed-tray .motif-margin-bottom-25 {
  margin-bottom: 6rem;
}
.fixed-tray .motif-margin-left-25 {
  margin-left: 6rem;
}
.fixed-tray .motif-pad-top-25 {
  padding-top: 6rem;
}
.fixed-tray .motif-pad-right-25 {
  padding-right: 6rem;
}
.fixed-tray .motif-pad-bottom-25 {
  padding-bottom: 6rem;
}
.fixed-tray .motif-pad-left-25 {
  padding-left: 6rem;
}
.fixed-tray .motif-margin-top-26 {
  margin-top: 6.25rem;
}
.fixed-tray .motif-margin-right-26 {
  margin-right: 6.25rem;
}
.fixed-tray .motif-margin-bottom-26 {
  margin-bottom: 6.25rem;
}
.fixed-tray .motif-margin-left-26 {
  margin-left: 6.25rem;
}
.fixed-tray .motif-pad-top-26 {
  padding-top: 6.25rem;
}
.fixed-tray .motif-pad-right-26 {
  padding-right: 6.25rem;
}
.fixed-tray .motif-pad-bottom-26 {
  padding-bottom: 6.25rem;
}
.fixed-tray .motif-pad-left-26 {
  padding-left: 6.25rem;
}
.fixed-tray .change-angular-version-link,
.fixed-tray .toggle-app {
  display: none;
}
.fixed-tray #sideNav.affix-top {
  padding: 150px 0px 0px;
}
.fixed-tray .top-bar {
  padding: 0px 0px 1.25rem;
}
.fixed-tray #hideme4,
.fixed-tray #hideme,
.fixed-tray #hideme2,
.fixed-tray #hideme3,
.fixed-tray #defaultSelectorCarousel {
  display: none;
}
.fixed-tray .section-header {
  position: relative;
  display: inline-block;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
.fixed-tray .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;
}
.fixed-tray .header-page-name:after {
  content: "";
  position: absolute;
  background: #58abdf;
  height: 1px;
  width: 110%;
  top: -22px;
  left: 0px;
}
.fixed-tray .header-section-name {
  color: #555555;
  font-size: 1.5714285714rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}
.fixed-tray .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;
}
.fixed-tray .section-header-two:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 45px;
  height: 4px;
  background-color: #81cfc2;
}
.fixed-tray .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;
}
.fixed-tray .section-header-three:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  top: 20px;
  left: -20px;
  background-color: #81cfc2;
}
.fixed-tray .section-header-three-small {
  font-size: 1.2857142857rem;
}
.fixed-tray .body-header {
  font-size: 1rem;
  font-weight: 300;
}
.fixed-tray .motif-widget-lg {
  margin: 60px 0px;
}
.fixed-tray .motif-widget-sm {
  margin: 40px 0;
}
.fixed-tray .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);
}
.fixed-tray .callout-light-shadow {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}
.fixed-tray .gradient-one-bg {
  background: linear-gradient(180deg, rgb(42, 181, 202), rgb(0, 121, 194));
}
.fixed-tray .gradient-one-bg .motif-card-item {
  background: #fff;
  padding: 30px;
  margin: 60px 0px;
}
.fixed-tray .full-callout {
  background: linear-gradient(123deg, rgb(42, 181, 202) 0%, #0079c2 100%);
  color: #ffffff;
  line-height: 1.76;
}
.fixed-tray .full-callout h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 25px;
}
.fixed-tray .full-callout h5 {
  margin-top: 0;
}
.fixed-tray .full-callout .content-row {
  padding: 50px 0 50px 0;
}
.fixed-tray .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);
}
.fixed-tray .full-callout .callout-block button {
  margin-top: 33px;
  border-radius: 3px;
}
.fixed-tray .full-callout .callout-block h6 {
  margin-bottom: 12px;
}
.fixed-tray .full-callout .callout-block .content-info {
  font-size: 12px;
  margin-top: 25px;
}
.fixed-tray .full-callout .callout-block .content-info.ant-margin-0 {
  margin-top: 5px;
}
.fixed-tray .full-callout .callout-block .content-info.ant-margin-0 h6 {
  margin-top: 0;
}
.fixed-tray .full-callout .callout-block .content-info p {
  margin: 0;
}
.fixed-tray .full-callout .callout-block .content-info span {
  font-size: 28px;
  font-weight: 600;
  color: #81cfc2;
}
.fixed-tray .full-callout .callout-block .content-info h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.fixed-tray .page-callout p {
  margin-top: 10px;
}
.fixed-tray .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;
}
.fixed-tray .page-callout .page-callout-container h1,
.fixed-tray .page-callout .page-callout-container h2,
.fixed-tray .page-callout .page-callout-container h3,
.fixed-tray .page-callout .page-callout-container h4,
.fixed-tray .page-callout .page-callout-container h5,
.fixed-tray .page-callout .page-callout-container h6 {
  margin-bottom: 0.75rem;
}
.fixed-tray .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;
}
.fixed-tray .callout-link {
  margin-bottom: 2.8571428571rem;
}
.fixed-tray .callout-link .callout-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.25rem;
}
.fixed-tray .callout-link .callout-row:last-child {
  margin-bottom: 0px;
}
.fixed-tray .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;
}
.fixed-tray .callout-link .callout-row .icon-doctor-bag:before {
  content: "\e98c";
}
.fixed-tray .callout-link .callout-row .icon-laptop:before {
  content: "\eacd";
}
.fixed-tray .callout-link .callout-row .icon-stethescope:before {
  content: "\eabb";
}
.fixed-tray .callout-link .callout-row .icon-membercard:before {
  content: "\e9f4";
}
.fixed-tray .callout-link .callout-row .callout-text h1, .fixed-tray .callout-link .callout-row .callout-text h2, .fixed-tray .callout-link .callout-row .callout-text h3, .fixed-tray .callout-link .callout-row .callout-text h4, .fixed-tray .callout-link .callout-row .callout-text h5, .fixed-tray .callout-link .callout-row .callout-text h6 {
  text-decoration: none;
  font-size: 1.2857142857rem;
  font-weight: 700;
}
.fixed-tray .callout-link .callout-row .callout-text p, .fixed-tray .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;
}
.fixed-tray h3.item-heading.ant-heading-four.counter--modifier {
  margin-top: 55px;
}
.fixed-tray h3.item-heading.ant-heading-four.counter--modifier:before {
  content: "10.3 //";
}
.fixed-tray .cards-wrapper .cards-container {
  display: flex;
}
.fixed-tray .cards-wrapper .card {
  width: 15%;
}
.fixed-tray .cards-wrapper .card.card-flat {
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.fixed-tray .cards-wrapper .card.card-popover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}
.fixed-tray .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);
}
.fixed-tray .cards-wrapper .card.large-card {
  width: 100%;
}
.fixed-tray .cards-wrapper .card.medium-card {
  width: 50%;
}
.fixed-tray .cards-wrapper .card.small-card {
  width: 30%;
}
.fixed-tray .footer-block-0,
.fixed-tray .footer-nav {
  display: flex;
  flex-direction: row;
}
.fixed-tray .footer-block-0 ul,
.fixed-tray .footer-nav ul {
  list-style-type: none;
  padding: 0;
}
.fixed-tray .footer-block-0 ul:nth-child(2),
.fixed-tray .footer-nav ul:nth-child(2) {
  margin-left: 11.4285714286rem;
}
.fixed-tray .footer-block-0 ul li,
.fixed-tray .footer-nav ul li {
  margin-bottom: 0.75rem;
}
.fixed-tray .footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  margin-left: 0.5rem;
}
.fixed-tray .footer-social .social {
  display: flex;
  flex-direction: column;
}
.fixed-tray .footer-social .social .social-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
  margin-left: 1rem;
}
.fixed-tray .footer-social .social .social-container .social-icon-footer {
  font-size: 30px;
  margin-right: 0.5rem;
}
.fixed-tray .footer-social .footer-app {
  display: flex;
  flex-direction: row;
  margin-top: 0.5rem;
}
.fixed-tray .footer-social .footer-app a {
  display: block;
}
.fixed-tray .footer-social .footer-app a .mobile-app-icon {
  height: 40px;
  width: 40px;
  margin-right: 0.75rem;
}
.fixed-tray .footer-bottom {
  padding-top: 2.25rem;
  width: 100%;
}
.fixed-tray .footer-bottom .bottom-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fixed-tray .footer-bottom .bottom-content .bottom-text {
  line-height: 1.5;
  margin-right: 10.3571428571rem;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .footer-bottom .bottom-content span.fa.fa-caret-down {
  font-size: 1.7857142857rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.fixed-tray .footer-bottom .wcag-image-container {
  border-right: 1px solid white;
  padding-right: 25px;
  width: 150px;
  object-fit: cover;
  margin-right: 25px;
  align-items: center;
}
.fixed-tray .footer-bottom .wcag-image {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .fixed-tray .footer-bottom .wcag-image-container {
    width: 125px;
  }
}
@media only screen and (max-width: 800px) {
  .fixed-tray .footer-block-0,
  .fixed-tray .footer-nav {
    width: 100%;
    flex-wrap: wrap;
    border-right: none;
    border-top: solid 1px #949494;
  }
  .fixed-tray .footer-block-0 ul:first-child,
  .fixed-tray .footer-nav ul:first-child {
    width: 100%;
    border-bottom: solid 1px #949494;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .fixed-tray .footer-block-0 ul:nth-child(2),
  .fixed-tray .footer-nav ul:nth-child(2) {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-top: 0.8571428571rem;
    margin-bottom: 0.8571428571rem;
  }
  .fixed-tray .footer-block-0 ul:nth-child(2) li,
  .fixed-tray .footer-nav ul:nth-child(2) li {
    position: relative;
    margin-right: 1.5rem;
  }
  .fixed-tray .footer-block-0 ul:nth-child(2) li:after,
  .fixed-tray .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;
  }
  .fixed-tray .footer-block-0 ul:nth-child(2) li:last-child,
  .fixed-tray .footer-nav ul:nth-child(2) li:last-child {
    margin-right: 0;
  }
  .fixed-tray .footer-block-0 ul:nth-child(2) li:last-child:after,
  .fixed-tray .footer-nav ul:nth-child(2) li:last-child:after {
    display: none;
  }
  .fixed-tray .footer-social {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding-bottom: 2.25rem;
  }
  .fixed-tray .footer-social .footer-app {
    margin-top: 0px;
    margin-left: 12px;
  }
  .fixed-tray .footer-social .footer-app a.display-none-mobile {
    display: none;
  }
  .fixed-tray .footer-social .social {
    flex-direction: row;
    margin-left: 0;
  }
  .fixed-tray .footer-social .social .social-container {
    margin-bottom: 0;
  }
  .fixed-tray .footer-social .social .social-container .display-none-mobile {
    display: none;
  }
  .fixed-tray .footer-social .social .social-container .social-icon-footer {
    font-size: 2.8571428571rem;
  }
  .fixed-tray .footer-bottom .bottom-content .bottom-text {
    margin-right: 0px;
  }
}
.fixed-tray .uxd-footer {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  width: 100%;
  background: #37475a;
}
.fixed-tray .uxd-footer .footer-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.fixed-tray .uxd-footer .footer-container:before, .fixed-tray .uxd-footer .footer-container:after {
  content: " ";
  display: table;
}
.fixed-tray .uxd-footer .footer-container:after {
  clear: both;
}
@media (min-width: 800px) {
  .fixed-tray .uxd-footer .footer-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fixed-tray .uxd-footer .footer-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fixed-tray .uxd-footer .footer-container {
    width: 1170px;
  }
}
.fixed-tray .uxd-footer .footer-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.fixed-tray .uxd-footer .footer-flex a,
.fixed-tray .uxd-footer .footer-flex span,
.fixed-tray .uxd-footer .footer-flex p,
.fixed-tray .uxd-footer .footer-flex li {
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
}
.fixed-tray .uxd-footer .footer-block {
  border-bottom: solid 1px #949494;
}
.fixed-tray .uxd-footer .footer-block.footer-block-0 {
  width: 66.6666666667%;
  border-right: solid 1px #949494;
  order: 1;
}
.fixed-tray .uxd-footer .footer-block.footer-block-1 {
  width: 33.3333333333%;
  order: 2;
}
.fixed-tray .uxd-footer .footer-block.footer-block-2 {
  border-bottom: none;
  order: 3;
}
@media only screen and (max-width: 800px) {
  .fixed-tray .uxd-footer {
    padding-top: 2.25rem;
  }
  .fixed-tray .uxd-footer .footer-block.footer-block-0 {
    width: 100%;
    border-right: none;
    order: 2;
  }
  .fixed-tray .uxd-footer .footer-block.footer-block-1 {
    width: 100%;
    order: 1;
    border-bottom: none;
  }
  .fixed-tray .uxd-footer .footer-block.footer-block-2 {
    border-bottom: none;
    order: 3;
  }
  .fixed-tray .uxd-footer .app-link-text {
    display: flex;
    align-items: center;
  }
  .fixed-tray .uxd-footer .display-none-mobile {
    display: none;
  }
}
.fixed-tray .media-icon {
  font-family: "ant-motif-icons";
  text-decoration: none;
}
.fixed-tray .media-icon.media-icon-twitter::before {
  content: "\eaeb";
}
.fixed-tray .media-icon.media-icon-facebook::before {
  content: "\e9bc";
}
.fixed-tray .media-icon.media-icon-youtube::before {
  content: "\eb1c";
}
.fixed-tray .mod {
  position: relative;
  background: #ffffff;
}
.fixed-tray h3.item-heading.item--modifier:before {
  content: "10.2 //";
}
.fixed-tray .danger {
  color: blue;
}
.fixed-tray .success {
  color: red;
}
.fixed-tray .sidebar-nav {
  margin-bottom: 3.4285714286rem;
}
.fixed-tray .sidebar-nav .siderail-header {
  margin-bottom: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4285714286rem;
  font-weight: 300;
  color: #555555;
}
.fixed-tray .sidebar-nav .sidebar-list {
  list-style-type: none;
  padding-left: 1rem;
}
.fixed-tray .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;
}
.fixed-tray .sidebar-nav .sidebar-list .sidebar-item.is-active {
  color: #286ce2;
  font-weight: bold;
}
.fixed-tray .sidebar-nav .sidebar-list .sidebar-item:hover {
  color: #286ce2;
}
.fixed-tray .ant-file-card {
  display: inline-block;
  background-color: #eee;
  padding: 14px 8px;
}
.fixed-tray .ant-file-card:before, .fixed-tray .ant-file-card:after {
  content: " ";
  display: table;
}
.fixed-tray .ant-file-card:after {
  clear: both;
}
.fixed-tray .file-icon {
  display: block;
  width: 47px;
  height: 63px;
  border: thin solid #ccc;
  background-color: #fff;
}
.fixed-tray .ant-card-header,
.fixed-tray .ant-card-body {
  float: left;
}
.fixed-tray .ant-card-header:before, .fixed-tray .ant-card-header:after,
.fixed-tray .ant-card-body:before,
.fixed-tray .ant-card-body:after {
  content: " ";
  display: table;
}
.fixed-tray .ant-card-header:after,
.fixed-tray .ant-card-body:after {
  clear: both;
}
.fixed-tray .ant-card-content-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fixed-tray .ant-card-header-title {
  margin-bottom: 18px;
}
.fixed-tray .ant-card-body {
  margin-left: 12px;
}
.fixed-tray .ant-file-title {
  margin: 0;
  font-size: 14px;
}
.fixed-tray .ant-file-subtitle {
  margin: 0;
  font-size: 14px;
}
.fixed-tray .ant-file-button {
  background-color: transparent;
  border: none;
}
.fixed-tray .ant-card-progress-bar {
  max-width: 175px;
}
.fixed-tray .overlay-on {
  overflow: hidden;
}
.fixed-tray .overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  z-index: 3000;
}
.fixed-tray .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;
}
.fixed-tray .overlay-container .overlay-backdrop.fade-in {
  opacity: 0.9;
  z-index: 1000;
}
.fixed-tray .overlay-container .overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed-tray .modal-container {
  display: block;
  height: 100%;
  pointer-events: none;
  width: 100%;
}
.fixed-tray .modal-container.dialog {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .fixed-tray .modal-container.dialog {
    padding: 0 15px;
  }
}
.fixed-tray .modal-container.slide-in {
  width: 90%;
}
.fixed-tray .modal-container.slide-in .modal-panel {
  position: absolute;
}
.fixed-tray .modal-container.slide-in.right .modal-panel, .fixed-tray .modal-container.slide-in.bottom .modal-panel {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 800px) {
  .fixed-tray .modal-container.slide-in {
    width: 60%;
  }
}
.fixed-tray .modal-panel {
  background-color: #fff;
  display: block;
  pointer-events: auto;
  position: relative;
  z-index: 3500;
}
.fixed-tray .pagination-footer {
  display: flex;
  justify-content: space-between;
}
.fixed-tray .pagination-footer div {
  min-width: 15%;
}
.fixed-tray .pagination-footer .pagination-container {
  text-align: center;
  margin-top: 3px;
  padding: 0 5px;
}
.fixed-tray .pagination-footer .pagination-btn {
  border-style: none;
  color: #00609a;
  font-size: 1.2857142857rem;
  padding: 0;
  background-color: unset;
}
.fixed-tray .pagination-footer .paginate-dot {
  content: " ";
  border-radius: 50%;
  padding: 0 6px;
  font-size: 8px;
  margin: 6px;
  background-color: #4da1d4;
}
.fixed-tray .pagination-footer .paginate-dot.active {
  background-color: #00609a;
}
.fixed-tray .uxd-overlay-pane {
  height: inherit;
}
.fixed-tray .ant-scroll-block {
  overflow: hidden !important;
}
.fixed-tray .modal-container .login-modal {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .fixed-tray .modal-container .login-modal {
    width: 42.8571428571rem;
  }
}
.fixed-tray .modal-container .login-modal .modal-title {
  font-size: 1.5714285714rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 1.75rem;
}
.fixed-tray .modal-container .login-modal .modal-component-body {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 1.75rem;
}
.fixed-tray .modal-container .login-modal .username,
.fixed-tray .modal-container .login-modal .password {
  width: 100%;
}
.fixed-tray .modal-container .close {
  float: right;
  height: 28px;
  width: 28px;
  opacity: 1;
}
.fixed-tray .modal-container .close .close-icon {
  width: 100%;
  height: inherit;
  font-family: "ant-motif-icons";
  color: #555555;
}
.fixed-tray .modal-container.dialog .close {
  font-size: 2.5rem;
}
.fixed-tray .modal-container.dialog .close .close-icon:before {
  content: "\e93b";
}
.fixed-tray .modal-container.slide-in .close {
  font-size: 1.5rem;
  background-color: #f7f7f7;
  height: 4.28571429rem;
  width: 4.28571429rem;
}
.fixed-tray .modal-container.slide-in .close .close-icon {
  font-weight: 300;
  color: #286ce2;
}
.fixed-tray .modal-container.slide-in.left .modal-panel {
  height: 100%;
  width: 90%;
}
@media screen and (min-width: 800px) {
  .fixed-tray .modal-container.slide-in.left .modal-panel {
    width: 60%;
  }
}
.fixed-tray .modal-container.slide-in.left .close .close-icon:before {
  content: "\ea0d";
}
.fixed-tray .modal-container.slide-in.right .modal-panel {
  height: 100%;
  width: 90%;
}
@media (min-width: 800px) {
  .fixed-tray .modal-container.slide-in.right .modal-panel {
    width: 60%;
  }
}
.fixed-tray .modal-container.slide-in.right .close {
  top: 0;
  left: 0;
  float: left;
}
.fixed-tray .modal-container.slide-in.right .close .close-icon:before {
  content: "\ea7c";
}
.fixed-tray .modal-container.slide-in.top .modal-panel {
  width: 100%;
  height: 90%;
}
@media screen and (min-width: 1024px) {
  .fixed-tray .modal-container.slide-in.top .modal-panel {
    height: 60%;
  }
}
.fixed-tray .modal-container.slide-in.top .close {
  bottom: 0;
  right: 0;
}
.fixed-tray .modal-container.slide-in.top .close .close-icon:before {
  content: "\eaf5";
}
.fixed-tray .modal-container.slide-in.bottom .modal-panel {
  width: 100%;
  height: 90%;
}
@media screen and (min-width: 1024px) {
  .fixed-tray .modal-container.slide-in.bottom .modal-panel {
    height: 60%;
  }
}
.fixed-tray .modal-container.slide-in.bottom .close {
  top: 0;
  right: 0;
}
.fixed-tray .modal-container.slide-in.bottom .close .close-icon:before {
  content: "\e998";
}
.fixed-tray .overlay-container .overlay-backdrop.white-background {
  background-color: #ffffff;
  opacity: 0.6;
}
.fixed-tray .overlay-container .disable-backdrop-click {
  pointer-events: none;
}
.fixed-tray .modal-sticky-footer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fixed-tray .modal-sticky-footer .sticky-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  height: 100%;
}
.fixed-tray .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);
}
.fixed-tray .modal-sticky-footer .sticky-footer .btn {
  margin-left: 0.8571428571rem;
}
.fixed-tray .expand {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.fixed-tray .nav-pills li:last-of-type a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left: 0;
}
.fixed-tray .nav-pills li:first-of-type a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 0;
}
.fixed-tray .tabs.teal ul.nav-pills {
  border-bottom: 1px solid #949494;
}
.fixed-tray .tabs.teal ul.nav-pills li {
  background: transparent;
}
.fixed-tray .tabs.teal ul.nav-pills li a {
  background: transparent;
  color: #286ce2;
  font-weight: 400;
  border: none;
}
.fixed-tray .tabs.teal ul.nav-pills li.active {
  background: transparent;
}
.fixed-tray .tabs.teal ul.nav-pills li.active a {
  color: #286ce2;
}
.fixed-tray .tabs.teal ul.nav-pills li.active a:after {
  background-color: #0a8194;
  background-color: #81cfc2;
}
.fixed-tray .table {
  border-spacing: 0;
  font-family: "Montserrat", sans-serif;
}
.fixed-tray .table.table-border th, .fixed-tray .table.table-border td {
  border: 1px solid #CCCCCC;
}
.fixed-tray .table.table-border .table-header {
  border-top: none;
}
.fixed-tray .table.table-border .table-data {
  border-bottom: none;
}
.fixed-tray .table.table-border .table-header:first-child, .fixed-tray .table.table-border .table-data:first-child {
  border-left: none;
}
.fixed-tray .table.table-border .table-header:last-child, .fixed-tray .table.table-border .table-data:last-child {
  border-right: none;
}
.fixed-tray .table.ant-table .table-row {
  display: flex;
  align-items: baseline;
  justify-content: stretch;
  flex-direction: row;
}
.fixed-tray .table.ant-table .table-data {
  flex-basis: 25%;
}
.fixed-tray .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;
}
.fixed-tray .table .table-data {
  font-weight: 300;
  font-size: 14px;
  padding: 20px 15px;
  text-align: left;
  border-top: none;
}
.fixed-tray .table .table-data:before {
  content: attr(data-th) ": ";
  display: none;
  width: 100%;
  font-weight: 700;
}
.fixed-tray .table.zebra-stripes .table-row:nth-child(2n+3) {
  background: #f7f7f7;
}
@media (max-width: 800px) {
  .fixed-tray .table {
    min-width: 100%;
    text-align: right;
  }
  .fixed-tray .table .table-data {
    display: block;
    text-align: left;
    margin: 15px;
    padding: 0;
  }
  .fixed-tray .table .table-data:before {
    display: inline;
    text-align: inherit;
  }
  .fixed-tray .table .table-header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.fixed-tray .ant-alphabet-tabs-container .ant-alphabet-tabs ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.fixed-tray .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;
}
.fixed-tray .ant-alphabet-tabs-container .ant-alphabet-tabs ul li:active {
  background-color: #ffffff;
}
.fixed-tray .ant-alphabet-tabs-container .ant-alphabet-tabs ul li:last-child {
  border: 0;
}
.fixed-tray .ant-alphabet-tabs-container .ant-alphabet-tabs ul a {
  color: #0079c2;
  line-height: 0;
  text-decoration: none;
  font-weight: 300;
  font-size: 1rem;
}
.fixed-tray .carousel-content-container ul .button-select-item .button-select-content-container {
  background: #ffffff;
}
.fixed-tray .carousel-content-container ul .button-select-item.active .button-select-content-container {
  border: 1px solid #a3a3a3;
  box-shadow: 0px 2px 10px -1px #a3a3a3;
}
.fixed-tray .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;
}
.fixed-tray .accordion {
  margin: 1.25rem 0 1.25rem 0;
}
.fixed-tray .accordion .accordionTrigger {
  display: flex;
  align-items: center;
}
.fixed-tray .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;
}
.fixed-tray .accordion .accordionTrigger p {
  display: inline-block;
  margin: 0 0 0 0.75rem;
}
.fixed-tray .accordion .accordionContent {
  display: none;
  margin: 0 0 0 0.75rem;
}
.fixed-tray .is-expanded .accordionContent {
  display: block;
}
.fixed-tray .is-expanded .accordionTrigger button {
  transform: translateY(3px) rotate(90deg);
  transform-origin: center center;
}
.fixed-tray .ant-zebra-stripping .ant-stripe:nth-child(even) {
  background-color: #f7f7f7;
}
.fixed-tray .ant-zebra-stripping .ant-stripe:nth-child(odd) {
  background-color: #ffffff;
}
.fixed-tray .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;
}
.fixed-tray .ant-tab-group.style-one .ant-tab-button.is-active {
  background: #286ce2;
  color: #ffffff;
  border: 1px solid #286ce2;
}
.fixed-tray .ant-tab-group.style-one .tab-body {
  display: none;
}
.fixed-tray .ant-tab-group.style-one .tab-body.is-active {
  display: block;
}
.fixed-tray .multi-tab-container .tab-group-header {
  margin-bottom: 25px;
  padding: 0 40px;
}
.fixed-tray .multi-tab-container .ant-tab-group.style-one .ant-tab-button {
  width: 50%;
  padding: 10px 0px;
  font-size: 16px;
  position: relative;
}
.fixed-tray .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) {
  .fixed-tray .multi-tab-container {
    border-top: thin solid #cccccc;
  }
  .fixed-tray .multi-tab-container .ant-tab-header {
    width: 265px;
    display: inline-block;
    border-right: thin solid #cccccc;
    margin-bottom: 0px;
    padding: 0;
  }
  .fixed-tray .multi-tab-container .ant-tab-group.style-one .ant-tab-button {
    border-top: none;
  }
  .fixed-tray .multi-tab-container .uxd-sidenav-tabs {
    padding-top: 30px;
  }
}
.fixed-tray .uxd-sidenav-wrapper {
  display: flex;
}
.fixed-tray .uxd-sidebar-wrapper,
.fixed-tray .uxd-sidenav-tabs {
  width: 100%;
  color: #333;
}
.fixed-tray .uxd-sidenav-tab,
.fixed-tray .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;
}
.fixed-tray .uxd-sidenav-tab:first-of-type {
  border-top: thin solid #cccccc;
}
.fixed-tray .uxd-sidenav-tab:not(.is-active):hover,
.fixed-tray .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) {
  .fixed-tray .uxd-sidebar-wrapper,
  .fixed-tray .uxd-sidenav-tabs {
    flex: 1 0 265px;
    border-right: thin solid #cccccc;
  }
  .fixed-tray .uxd-sidenav-tab.is-active,
  .fixed-tray .uxd-sidenav-link.is-active {
    border-left-color: #286ce2;
    background: linear-gradient(to left, rgba(238, 238, 238, 0.75), #ffffff);
  }
  .fixed-tray .uxd-sidenav-tab:focus, .fixed-tray .uxd-sidenav-tab:hover, .fixed-tray .uxd-sidenav-tab:active,
  .fixed-tray .uxd-sidenav-link:focus,
  .fixed-tray .uxd-sidenav-link:hover,
  .fixed-tray .uxd-sidenav-link:active {
    color: inherit;
  }
}
.fixed-tray .uxd-sidenav-body {
  flex: 1 0 100%;
}
.fixed-tray .uxd-sidenav-body .sidenav-body-wrapper {
  height: 100%;
  display: block;
}
.fixed-tray .sidenav-panel {
  display: flex;
  flex: 1;
}
.fixed-tray .nav-pills {
  border-radius: 3px;
}
.fixed-tray .nav-pills li {
  background: #ffffff;
}
.fixed-tray .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;
}
.fixed-tray .nav-pills li a:hover {
  background: #1a55bd;
  border-color: #1a55bd;
  color: #ffffff;
}
.fixed-tray .nav-pills li.active a,
.fixed-tray .nav-pills li.active a:focus,
.fixed-tray .nav-pills li.active a:active,
.fixed-tray .nav-pills li.active a:hover {
  background: #286ce2;
  color: #ffffff;
}
.fixed-tray .nav-pills li.active:after {
  background: #286ce2;
  width: 40px;
  height: 40px;
  bottom: -8px;
  z-index: -1;
}
.fixed-tray .small-tab-view li {
  flex: initial;
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
}
.fixed-tray .small-tab-view li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.fixed-tray .small-tab-view li.active:after {
  width: 20px;
  height: 20px;
}
.fixed-tray .minimal-tabbedview.minimal-tabbedview-mobile .ant-tab-button {
  flex-basis: 15%;
}
.fixed-tray .minimal-tabbedview .ant-tab-list {
  display: flex;
}
.fixed-tray .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;
}
.fixed-tray .minimal-tabbedview .ant-tab-button.is-active {
  border-color: #286ce2;
}
.fixed-tray .minimal-tabbedview .tab-body {
  display: none;
}
.fixed-tray .minimal-tabbedview .tab-body.is-active {
  display: block;
}
.fixed-tray .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;
}
.fixed-tray .uxd-message-center .uxd-sidenav-tabs {
  border: none;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.1);
}
.fixed-tray .uxd-message-center .uxd-sidenav-tab:first-of-type {
  border-top: none;
}
.fixed-tray .uxd-message-center .secondary_btn_cont {
  margin: 10px 0 10px 20px;
  display: block;
}
.fixed-tray .uxd-message-center .secondary_btn_cont input {
  width: 90%;
  margin-top: 15px;
}
.fixed-tray .uxd-message-center .uxd-sidenav-tab {
  background: #ffffff;
  border: none;
}
.fixed-tray .uxd-message-center .uxd-sidenav-tab.is-active {
  border-left: 5px solid #286ce2;
  color: #286ce2;
}
.fixed-tray .uxd-message-center .uxd-sidenav-tab span {
  padding-right: 10px;
}
.fixed-tray .uxd-message-center .headline-title {
  margin: 40px 0 15px 18px;
}
.fixed-tray .uxd-message-center .uxd-sidenav-tab-body {
  font-size: 16px;
  position: relative;
}
.fixed-tray .uxd-message-center .uxd-sidenav-tab-body .message_count {
  position: absolute;
  right: 0;
}
.fixed-tray .uxd-floating-footer {
  display: block;
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.fixed-tray .uxd-floating-footer .footer-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.fixed-tray .uxd-floating-footer.style-one .footer-item:first-child .footer-block {
  padding-left: 0px;
  border-left: none;
}
.fixed-tray .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;
}
.fixed-tray .uxd-floating-footer.style-one .footer-item .footer-block h1, .fixed-tray .uxd-floating-footer.style-one .footer-item .footer-block h2, .fixed-tray .uxd-floating-footer.style-one .footer-item .footer-block h3, .fixed-tray .uxd-floating-footer.style-one .footer-item .footer-block h4, .fixed-tray .uxd-floating-footer.style-one .footer-item .footer-block h5, .fixed-tray .uxd-floating-footer.style-one .footer-item .footer-block h6 {
  color: #555555;
  margin-bottom: 0.75rem;
  margin-left: 0;
  font-family: inherit;
  font-size: 1.285rem;
  font-weight: 600;
}
.fixed-tray .uxd-floating-footer.style-one .footer-item .footer-block span {
  font-weight: 500;
}
.fixed-tray .uxd-floating-footer.style-one .footer-item .footer-block a {
  margin-top: auto;
}
.fixed-tray .uxd-floating-footer.style-one .footer-item .footer-block p {
  margin-bottom: 0.125rem;
}
.fixed-tray .uxd-floating-footer.style-one .footer-item .footer-block p:last-of-type {
  margin-bottom: 0.5rem;
}
.fixed-tray .uxd-floating-footer.style-one h1, .fixed-tray .uxd-floating-footer.style-one h2, .fixed-tray .uxd-floating-footer.style-one h3, .fixed-tray .uxd-floating-footer.style-one h4, .fixed-tray .uxd-floating-footer.style-one h5, .fixed-tray .uxd-floating-footer.style-one h6.section-header-two {
  margin-bottom: 80px;
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .fixed-tray .uxd-floating-footer.style-one .uxd-floating-footer-2 h2 {
    margin-bottom: 40px;
  }
  .fixed-tray .uxd-floating-footer.style-one .footer-block {
    border: none;
    margin-bottom: 2rem;
  }
}
.fixed-tray .uxd-floating-footer.style-two {
  padding-top: 4.5rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.fixed-tray .uxd-floating-footer.style-two h1, .fixed-tray .uxd-floating-footer.style-two h2, .fixed-tray .uxd-floating-footer.style-two h3, .fixed-tray .uxd-floating-footer.style-two h4, .fixed-tray .uxd-floating-footer.style-two h5, .fixed-tray .uxd-floating-footer.style-two h6.section-header-two {
  margin-bottom: 2.75rem;
  margin-left: 15px;
}
.fixed-tray .uxd-floating-footer.style-two .footer-item .footer-block h1, .fixed-tray .uxd-floating-footer.style-two .footer-item .footer-block h2, .fixed-tray .uxd-floating-footer.style-two .footer-item .footer-block h3, .fixed-tray .uxd-floating-footer.style-two .footer-item .footer-block h4, .fixed-tray .uxd-floating-footer.style-two .footer-item .footer-block h5, .fixed-tray .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) {
  .fixed-tray .uxd-floating-footer.style-two .uxd-floating-footer-2 h2 {
    margin-bottom: 40px;
  }
  .fixed-tray .uxd-floating-footer.style-two .footer-block {
    border: none;
    margin-bottom: 2rem;
  }
}
.fixed-tray .sticky-footer-host.anchor,
.fixed-tray .sticky-footer-host .sticky-footer {
  min-height: 4.5714285714rem;
}
.fixed-tray .sticky-footer-host .sticky-footer {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 1.7142857143rem;
  background: transparent;
}
.fixed-tray .sticky-footer-host .sticky-footer.stickied {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .fixed-tray .sticky-footer-host.anchor,
  .fixed-tray .sticky-footer-host .sticky-footer {
    min-height: 6.8571428571rem;
  }
}
.fixed-tray .motif-flex {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  flex-direction: column;
  align-content: center;
}
.fixed-tray .motif-flex-row {
  flex-direction: row;
}
.fixed-tray .motif-flex .motif-flex-item {
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 801px) {
  .fixed-tray .motif-flex {
    flex-direction: row;
  }
}
.fixed-tray .motif-icon-teal {
  color: #81cfc2;
}
.fixed-tray .ant-chat-bubble {
  margin-bottom: 8px;
  padding: 12px 24px;
}
.fixed-tray .ant-chat-bubble.ant-chat-bubble-user {
  margin-left: 25px;
}
.fixed-tray .ant-chat-bubble.ant-chat-bubble-bot {
  margin-right: 25px;
}
.fixed-tray .ant-chat-bubble p {
  margin: 0px;
}
.fixed-tray .ant-chat-bubble-bot {
  background-color: #f0f0f0;
  border-radius: 24px 24px 24px 5px;
}
.fixed-tray .ant-chat-bubble-bot.middle, .fixed-tray .ant-chat-bubble-bot.last {
  border-top-left-radius: 5px;
}
.fixed-tray .ant-chat-bubble-bot.last {
  border-bottom-left-radius: 24px;
}
.fixed-tray .ant-chat-bubble-bot.typing div, .fixed-tray .ant-chat-bubble-bot.typing::before, .fixed-tray .ant-chat-bubble-bot.typing::after {
  background-color: rgba(40, 108, 226, 0.7);
}
.fixed-tray .ant-chat-bubble-user {
  color: #fff;
  background-color: #286ce2;
  border-radius: 24px 5px 24px 24px;
}
.fixed-tray .ant-chat-bubble-user.first {
  border-top-right-radius: 24px;
}
.fixed-tray .ant-chat-bubble-user.first, .fixed-tray .ant-chat-bubble-user.middle {
  border-bottom-right-radius: 5px;
}
.fixed-tray .ant-chat-bubble-user.typing div, .fixed-tray .ant-chat-bubble-user.typing::before, .fixed-tray .ant-chat-bubble-user.typing::after {
  background-color: rgba(255, 255, 255, 0.7);
}
.fixed-tray .ant-chat-bubble.typing {
  display: flex;
  justify-content: center;
  width: 88px;
  padding: 21px 24px 15px;
}
.fixed-tray .ant-chat-bubble.typing div, .fixed-tray .ant-chat-bubble.typing::before, .fixed-tray .ant-chat-bubble.typing::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}
.fixed-tray .ant-chat-bubble.typing::before {
  animation: loading 0.9s infinite;
}
.fixed-tray .ant-chat-bubble.typing div {
  animation: loading 0.9s 0.15s infinite;
}
.fixed-tray .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;
  }
}
.fixed-tray .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);
}
.fixed-tray .ant-action-list {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.fixed-tray .ant-action-list-label {
  border-bottom: 1px solid #cccccc;
  padding: 12px 24px;
  margin: 0;
}
.fixed-tray .ant-action-list-button {
  background: transparent;
  border: 0;
  color: #286ce2;
  font-weight: 600;
  padding: 13px 0;
  text-align: center;
}
.fixed-tray .ant-action-list-button.is-checked {
  background-color: #286ce2;
  color: #ffffff;
}
.fixed-tray .ant-action-list-button.is-checked:focus {
  outline-offset: 5px;
  outline-color: #286ce2;
}
.fixed-tray .ant-action-list.ant-chat-bubble-bot .ant-action-list_button:last-child {
  border-radius: 0 0 24px 5px;
}
.fixed-tray .uxd-chat-cmp {
  text-align: right;
  position: relative;
  /*executes the hide animation */
  /*executes the expand animation*/
}
.fixed-tray .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%;
}
.fixed-tray .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;
}
.fixed-tray .uxd-chat-cmp .ant-message-center-header-title {
  flex: 1;
  margin: 0;
  font-weight: 100;
  font-size: 15px;
}
.fixed-tray .uxd-chat-cmp .ant-message-center-header a {
  display: flex;
  flex: 1;
  text-decoration: none;
  color: #ffffff;
  align-items: center;
}
.fixed-tray .uxd-chat-cmp .ant-message-center-header a:hover {
  cursor: pointer;
}
.fixed-tray .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";
}
.fixed-tray .uxd-chat-cmp .ant-message-center-header.service-agent:before {
  content: "\eb2f";
  font-size: 22px;
  font-family: "ant-motif-icons";
  margin-right: 8px;
}
.fixed-tray .uxd-chat-cmp .ant-message-center-header:after {
  display: none;
}
.fixed-tray .uxd-chat-cmp .ant-message-center-header .ant-multiple-messages {
  display: flex;
  align-items: baseline;
  background: transparent;
  border-color: transparent;
  padding: 0px;
  position: relative;
}
.fixed-tray .uxd-chat-cmp .ant-message-center-header .ant-multiple-messages span.chatIcon {
  font-size: 22px;
  margin-right: 5px;
}
.fixed-tray .uxd-chat-cmp .ant-message-center-header .ant-multiple-messages span.chatIcon::after {
  font-family: "ant-motif-icons";
  content: "\e946";
}
.fixed-tray .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;
}
.fixed-tray .uxd-chat-cmp .ant-message-center-header .ant-collapse-chat-window {
  display: flex;
  align-items: baseline;
  background: transparent;
  border-color: transparent;
  padding: 0px;
}
.fixed-tray .uxd-chat-cmp .ant-message-center-header .ant-collapse-chat-window span {
  font-weight: 300;
  padding: 0px;
  margin-left: 10px;
  display: flex;
}
.fixed-tray .uxd-chat-cmp .ant-message-center-header .ant-collapse-chat-window span::after {
  content: "";
  width: 20px;
  border-top: 3px solid white;
  display: inline-block;
}
.fixed-tray .uxd-chat-cmp .ant-message-center-header.opened::after {
  content: "—";
}
.fixed-tray .uxd-chat-cmp .uxd-chat-back span {
  content: "\e90f";
  font-family: "ant-motif-icons";
  transform: rotate(-180deg);
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .uxd-chat-cmp .uxd-chat-window-wrapper .ant-message-center-text-area .send {
  background: white;
  border: 0px;
}
.fixed-tray .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;
}
.fixed-tray .uxd-chat-cmp .uxd-chat-launcher {
  background: transparent;
  border: 0px;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .uxd-chat-cmp .hideBox {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.fixed-tray .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;
}
.fixed-tray .uxd-chat-cmp .hideBox.uxd-chat-window-wrapper .ant-multiple-messages {
  display: none;
}
.fixed-tray .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) {
  .fixed-tray .uxd-chat-cmp .supress-scroll {
    overflow: hidden;
  }
  .fixed-tray .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;
  }
  .fixed-tray .uxd-chat-cmp .uxd-chat-window-wrapper .ant-message-center {
    height: 100vh;
  }
  .fixed-tray .uxd-chat-cmp .uxd-chat-window-wrapper .ant-message-center-text-area {
    position: absolute;
    bottom: 0;
  }
}
.fixed-tray .uxd-chat-topic-wrapper {
  display: flex;
  flex-direction: column;
}
.fixed-tray .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%;
}
.fixed-tray .chat-topic .chat-topic-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.fixed-tray .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;
}
.fixed-tray .chat-topic .chat-topic-wrapper .uxd-chat-topic-info {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
.fixed-tray .chat-topic .chat-topic-wrapper .uxd-chat-topic-info p {
  margin: 0px;
}
.fixed-tray .chat-topic .chat-topic-wrapper .uxd-chat-topic-info .topic-heading {
  display: flex;
  justify-content: space-between;
  justify-content: row;
  width: 90%;
}
.fixed-tray .chat-topic .chat-topic-wrapper .uxd-chat-topic-info .preview {
  width: 90%;
  text-overflow: ellipsis;
  text-align: left;
}
.fixed-tray .chat-topic .remove-topic-button {
  text-decoration: none;
  color: #666666;
  font-size: 22px;
  background: transparent;
  border: 0px;
}
.fixed-tray .chat-topic .remove-topic-button:hover {
  cursor: pointer;
}
.fixed-tray .chat-topic .remove-topic-button::before {
  font-family: "ant-motif-icons";
  content: "\e93b";
}
.fixed-tray .chat-topic .uxd-close-topic {
  text-align: left;
  padding-left: 45px;
  margin-top: 12px;
  width: 100%;
}
.fixed-tray .chat-topic .uxd-close-topic .btn-secondary {
  margin-right: 17px;
}
.fixed-tray .chat-topic .chat-topic-wrapper .uxd-chat-topic-info .preview {
  text-overflow: ellipsis;
  display: flex;
}
.fixed-tray .chat-box-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  height: 599px;
  padding: 1rem 1rem 5rem 1rem;
  overflow-y: scroll;
}
.fixed-tray .chat-box-wrapper .ant-chat-bubble-user {
  display: flex;
  flex-basis: 100%;
}
.fixed-tray .chat-box-wrapper .ant-chat-pill {
  flex-wrap: none;
}
@media only screen and (max-width: 480px) {
  .fixed-tray .chat-box-wrapper {
    height: 100vh;
  }
}
.fixed-tray .uxd-chat-accordion-cmp .ant-collapse-heading {
  display: flex;
  flex-wrap: wrap;
}
.fixed-tray .uxd-chat-accordion-cmp .ant-collapse-heading .chat-accordion-heading-text {
  width: 93%;
}
.fixed-tray .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;
}
.fixed-tray .uxd-chat-accordion-cmp .ant-collapse-heading .sub-header-text {
  font-size: 14px;
  margin-left: 2.2142857143rem;
  font-weight: 100;
}
.fixed-tray .uxd-chat-accordion-cmp .ant-collapse-heading .sub-header-button {
  border: none;
  color: #286ce2;
  padding: 0px;
  background: transparent;
}
.fixed-tray .uxd-chat-accordion-cmp .ant-collapse-heading .sub-header-button .chat-accordion-heading-icon {
  font-size: 1.4285714286rem;
}
.fixed-tray .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;
}
.fixed-tray .uxd-chat-accordion-cmp .ant-collapse-heading .accordion-button-icon:before {
  content: "\e90f";
  display: block;
  transition: 250ms ease-in-out;
}
.fixed-tray .uxd-chat-accordion-cmp .collapse-block {
  padding: 1rem;
}
.fixed-tray .uxd-chat-accordion-cmp .collapse-block.is-expanded .accordion-button-icon::before {
  transform: rotate(180deg);
}
.fixed-tray .uxd-chat-accordion-cmp .chat-table .table-container {
  display: flex;
  flex-direction: column;
  margin-left: 2.2142857143rem;
}
.fixed-tray .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;
}
.fixed-tray .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);
}
.fixed-tray .uxd-chat-accordion-cmp .chat-table .table-container .table-item p {
  font-weight: 100;
  margin: 0px;
}
.fixed-tray .uxd-chat-accordion-cmp .chat-table .table-container .table-item:last-of-type {
  border-bottom: none;
}
.fixed-tray .chat-uxd-accordion {
  margin-bottom: 8px;
}
.fixed-tray .chat-uxd-accordion > .uxd-chat-accordion-cmp {
  border-radius: 5px 24px 0px 0px;
}
.fixed-tray .chat-uxd-accordion > .uxd-chat-accordion-cmp ~ .uxd-chat-accordion-cmp {
  border-radius: 0px;
}
.fixed-tray .chat-uxd-accordion > .uxd-chat-accordion-cmp ~ .uxd-chat-accordion-cmp .collapse-block {
  border-top: 1px solid rgb(204, 204, 204);
}
.fixed-tray .chat-uxd-accordion .uxd-chat-accordion-cmp:last-of-type {
  border-radius: 0px 0px 24px 24px;
}
.fixed-tray .chat-uxd-accordion .uxd-chat-accordion-cmp {
  background-color: #f0f0f0;
}
.fixed-tray .chat-uxd-accordion .uxd-chat-accordion-cmp:only-child {
  border-radius: 5px 24px 24px 24px;
}
.fixed-tray .dtPicker.dtPicker--underline .ant-text-input {
  border: none;
  border-bottom: 1px solid #949494;
  font-size: 1rem;
  padding-left: 0.125rem;
}
.fixed-tray .dtPicker.dtPicker--underline .ui-datepicker-trigger .ant-calendar-icon {
  border-left: none;
  font-size: 1.4285714286rem;
  color: #286ce2;
}
.fixed-tray .small,
.fixed-tray .medium,
.fixed-tray .large,
.fixed-tray .full-span {
  display: block;
  width: 100%;
  border: 1px solid #e0e0e0;
  margin-bottom: 2.1428571429rem;
}
.fixed-tray .small .image-section,
.fixed-tray .medium .image-section,
.fixed-tray .large .image-section,
.fixed-tray .full-span .image-section {
  position: relative;
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
}
.fixed-tray .small .img,
.fixed-tray .medium .img,
.fixed-tray .large .img,
.fixed-tray .full-span .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 17.8571428571rem;
}
.fixed-tray .small .description-section,
.fixed-tray .medium .description-section,
.fixed-tray .large .description-section,
.fixed-tray .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);
}
.fixed-tray .small .description-title,
.fixed-tray .medium .description-title,
.fixed-tray .large .description-title,
.fixed-tray .full-span .description-title {
  margin-left: 1.4285714286rem;
}
.fixed-tray .small .description-text,
.fixed-tray .medium .description-text,
.fixed-tray .large .description-text,
.fixed-tray .full-span .description-text {
  font-size: 0.8571428571rem;
  line-height: 1.5714285714rem;
  margin-bottom: 0.8571428571rem;
}
.fixed-tray .small .badge-bookmark-container,
.fixed-tray .medium .badge-bookmark-container,
.fixed-tray .large .badge-bookmark-container,
.fixed-tray .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;
}
.fixed-tray .small .optional-badge,
.fixed-tray .medium .optional-badge,
.fixed-tray .large .optional-badge,
.fixed-tray .full-span .optional-badge {
  width: 8rem;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #7bc99c;
}
.fixed-tray .small .bookmark-icon,
.fixed-tray .medium .bookmark-icon,
.fixed-tray .large .bookmark-icon,
.fixed-tray .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;
}
.fixed-tray .small .bookmark-icon:before,
.fixed-tray .medium .bookmark-icon:before,
.fixed-tray .large .bookmark-icon:before,
.fixed-tray .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;
}
.fixed-tray .small .contact-section,
.fixed-tray .medium .contact-section,
.fixed-tray .large .contact-section,
.fixed-tray .full-span .contact-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fixed-tray .small .contact-link,
.fixed-tray .small .phone-number,
.fixed-tray .medium .contact-link,
.fixed-tray .medium .phone-number,
.fixed-tray .large .contact-link,
.fixed-tray .large .phone-number,
.fixed-tray .full-span .contact-link,
.fixed-tray .full-span .phone-number {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  color: #286ce2;
  display: inline-block;
  margin-left: 2rem;
  width: 38%;
}
.fixed-tray .small .contact-link:before,
.fixed-tray .small .phone-number:before,
.fixed-tray .medium .contact-link:before,
.fixed-tray .medium .phone-number:before,
.fixed-tray .large .contact-link:before,
.fixed-tray .large .phone-number:before,
.fixed-tray .full-span .contact-link:before,
.fixed-tray .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;
}
.fixed-tray .small .phone-number,
.fixed-tray .medium .phone-number,
.fixed-tray .large .phone-number,
.fixed-tray .full-span .phone-number {
  margin-left: 0;
}
.fixed-tray .small .active-bookmark,
.fixed-tray .medium .active-bookmark,
.fixed-tray .large .active-bookmark,
.fixed-tray .full-span .active-bookmark {
  background-color: #286ce2;
}
.fixed-tray .small .active-bookmark:before,
.fixed-tray .medium .active-bookmark:before,
.fixed-tray .large .active-bookmark:before,
.fixed-tray .full-span .active-bookmark:before {
  color: white;
}
@media screen and (min-width: 480px) {
  .fixed-tray .small .description-text,
  .fixed-tray .medium .description-text,
  .fixed-tray .large .description-text,
  .fixed-tray .full-span .description-text {
    font-size: 1.1428571429rem;
    margin-bottom: 1.1428571429rem;
  }
  .fixed-tray .small .bookmark-icon:before,
  .fixed-tray .medium .bookmark-icon:before,
  .fixed-tray .large .bookmark-icon:before,
  .fixed-tray .full-span .bookmark-icon:before {
    margin: 0.4285714286rem 0 0 0.4285714286rem;
  }
  .fixed-tray .small .contact-section,
  .fixed-tray .medium .contact-section,
  .fixed-tray .large .contact-section,
  .fixed-tray .full-span .contact-section {
    justify-content: initial;
  }
  .fixed-tray .small .contact-section div,
  .fixed-tray .medium .contact-section div,
  .fixed-tray .large .contact-section div,
  .fixed-tray .full-span .contact-section div {
    width: auto;
  }
  .fixed-tray .small .contact-section .phone-number,
  .fixed-tray .medium .contact-section .phone-number,
  .fixed-tray .large .contact-section .phone-number,
  .fixed-tray .full-span .contact-section .phone-number {
    margin-left: 4.2857142857rem;
  }
}
@media screen and (min-width: 480px) {
  .fixed-tray .small {
    width: 24rem;
  }
  .fixed-tray .small .badge-bookmark-container {
    margin-top: -2.1428571429rem;
  }
}
.fixed-tray .medium img {
  height: 19.6428571429rem;
}
@media screen and (min-width: 480px) {
  .fixed-tray .medium .badge-bookmark-container {
    margin-top: -2.2857142857rem;
  }
}
@media screen and (min-width: 800px) {
  .fixed-tray .medium {
    width: 32rem;
  }
  .fixed-tray .medium .badge-bookmark-container {
    margin-top: -2.4285714286rem;
  }
}
@media screen and (min-width: 480px) {
  .fixed-tray .large .badge-bookmark-container {
    margin-top: -2.1428571429rem;
  }
}
@media screen and (min-width: 800px) {
  .fixed-tray .large {
    width: 42rem;
  }
  .fixed-tray .large .img {
    height: 25rem;
  }
  .fixed-tray .large .badge-bookmark-container {
    margin-top: -2.8571428571rem;
  }
  .fixed-tray .large .bookmark-icon {
    height: 3.5714285714rem;
    width: 3.5714285714rem;
    margin-top: -0.8571428571rem;
  }
  .fixed-tray .large .bookmark-icon:before {
    font-size: 1.7rem;
    margin: 0.7142857143rem 0 0 0.7142857143rem;
  }
  .fixed-tray .large .phone-number {
    margin-left: 2.8571428571rem;
  }
}
@media screen and (min-width: 800px) {
  .fixed-tray .full-span {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .fixed-tray .full-span .img {
    height: 21.8571428571rem;
  }
  .fixed-tray .full-span .description-section,
  .fixed-tray .full-span .image-section {
    width: 50%;
    position: relative;
  }
  .fixed-tray .full-span .badge-bookmark-container {
    margin-top: -3rem;
  }
  .fixed-tray .full-span .optional-badge {
    display: inline-block;
    top: 10%;
    left: 10%;
    height: 7%;
  }
  .fixed-tray .full-span .bookmark-icon {
    top: 10%;
  }
  .fixed-tray .full-span .description-section {
    padding: 9% 5% 3%;
  }
}
@media all and (max-width: 767px) {
  .fixed-tray .cdk-overlay-container .cdk-overlay-pane {
    width: 100%;
  }
  .fixed-tray .daterange-calender.fullWidth {
    position: fixed;
    top: 0;
    z-index: 999;
    background: white;
    overflow: auto;
    left: 0;
    width: 100%;
  }
  .fixed-tray .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;
  }
}
.fixed-tray .calendar-header {
  padding: 8px 24px 0;
}
.fixed-tray .calendar-header .calendar-previous-button,
.fixed-tray .calendar-header .calendar-next-button {
  position: relative;
  font-size: 1.7142857143rem;
  color: #286ce2;
  background: white;
  border: none;
  padding: 0px;
  outline: none;
}
[dir=rtl] .fixed-tray .calendar-header .calendar-previous-button,
[dir=rtl] .fixed-tray .calendar-header .calendar-next-button {
  transform: rotate(180deg);
}
@media all and (max-width: 767px) {
  .fixed-tray .ant-rangeDatepicker .calendar-previous-button,
  .fixed-tray .ant-rangeDatepicker .calendar-next-button {
    opacity: 0;
  }
}
.fixed-tray .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;
}
.fixed-tray .ant-calendar-content {
  padding: 0.5714285714rem 0.7857142857rem 1.7142857143rem;
  outline: none;
}
.fixed-tray .calendar-controls {
  display: flex;
  margin: 5% 0;
  align-items: center;
}
.fixed-tray .ant-datepicker-cont {
  position: relative;
  width: 230px;
}
.fixed-tray .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;
}
.fixed-tray .ant-datepicker-cont .ant-text-input.hasDatepicker {
  padding: 0.9285714286rem 0.8571428571rem;
  font-size: 0.8571428571rem;
  line-height: 1.0714285714rem;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .calendar-arrow.calendar-invert {
  transform: rotate(180deg);
}
[dir=rtl] .fixed-tray .calendar-arrow {
  margin: 0 5px 0 0;
}
.fixed-tray .ant-calendar {
  display: block;
}
.fixed-tray .ant-calendar button.motif-icon[disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.fixed-tray .ant-calendar .ant-calendar-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.42857143;
}
.fixed-tray .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;
}
.fixed-tray .calendar-table-header-divider {
  position: relative;
  height: 1px;
}
.fixed-tray .calendar-table-header-divider::after {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  right: -8px;
  height: 1px;
}
.fixed-tray .ant-calendar-body {
  min-width: 224px;
}
.fixed-tray .ant-calendar-body .calendar-body-cell {
  position: relative;
  text-align: center;
  outline: none;
  padding: 0px !important;
  cursor: pointer;
}
.fixed-tray .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;
}
.fixed-tray .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 .fixed-tray .ant-calendar-body .calendar-body-cell .calendar-body-cell-content {
  border: none;
}

.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .ant-calendar-body .calendar-body-cell.rangeClass .calendar-body-cell-content span:hover {
  border-radius: 0;
}
.fixed-tray .calendar-body-label {
  height: 0;
  line-height: 0;
  text-align: left;
  padding-left: 4.7142857143%;
  padding-right: 4.7142857143%;
}
.fixed-tray .calendar-body-disabled {
  cursor: default;
}
.cdk-high-contrast-active .fixed-tray .datepicker-popup:not(:empty),
.cdk-high-contrast-active .fixed-tray .calendar-body-selected {
  outline: solid 1px;
}
.cdk-high-contrast-active .fixed-tray .calendar-body-today {
  outline: dotted 1px;
}
.cdk-high-contrast-active .fixed-tray .cdk-keyboard-focused .calendar-body-active > .calendar-body-cell-content:not(.calendar-body-selected),
.cdk-high-contrast-active .fixed-tray .cdk-program-focused .calendar-body-active > .calendar-body-cell-content:not(.calendar-body-selected) {
  outline: dotted 2px;
}

.fixed-tray [dir=rtl] .calendar-body-label {
  text-align: right;
}
@media (hover: none) {
  .fixed-tray .calendar-body-cell:not(.calendar-body-disabled):hover > .calendar-body-cell-content:not(.calendar-body-selected) {
    background-color: transparent;
  }
}
.fixed-tray .datepicker-content {
  display: block;
  border-radius: 4px;
}
.fixed-tray .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) {
  .fixed-tray .datepicker-content .ant-calendar {
    min-width: 0;
  }
}
.fixed-tray .cdk-overlay-connected-position-bounding-box {
  max-width: 100% !important;
  width: 100%;
}
.fixed-tray .datepicker-content-touch {
  display: block;
  max-height: 80vh;
  overflow: auto;
  margin: -24px;
}
.fixed-tray .datepicker-content-touch .ant-calendar {
  min-width: 250px;
  min-height: 312px;
  max-width: 750px;
  max-height: 788px;
}
@media all and (orientation: landscape) {
  .fixed-tray .datepicker-content-touch .ant-calendar {
    width: 64vh;
    height: 80vh;
  }
}
@media all and (orientation: portrait) {
  .fixed-tray .datepicker-content-touch .ant-calendar {
    width: 80vw;
    height: 100vw;
  }
}
.fixed-tray .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;
}
.fixed-tray .cdk-global-overlay-wrapper,
.fixed-tray .cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fixed-tray .cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.fixed-tray .cdk-overlay-container:empty {
  display: none;
}
.fixed-tray .cdk-global-overlay-wrapper,
.fixed-tray .cdk-overlay-pane {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.fixed-tray .cdk-overlay-pane {
  pointer-events: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
}
.fixed-tray .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;
}
.fixed-tray .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .fixed-tray .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.fixed-tray .cdk-overlay-transparent-backdrop,
.fixed-tray .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.fixed-tray .cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.fixed-tray .calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.fixed-tray .calendar-body-label,
.fixed-tray .datepicker-toggle {
  color: rgba(0, 0, 0, 0.54);
}
.fixed-tray .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;
}
.fixed-tray .cdk-overlay-container .cdk-overlay-pane {
  padding-top: 0.5714285714rem;
  padding-bottom: 0.5714285714rem;
}
.fixed-tray .calendar-body-disabled > .calendar-body-cell-content:not(.calendar-body-selected),
.fixed-tray .calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.fixed-tray .calendar-table-header-divider:after {
  background: rgba(0, 0, 0, 0.12);
}
.fixed-tray .calendar-body-disabled > .calendar-body-today:not(.calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18);
}
.fixed-tray .calendar-body-disabled > .calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}
.fixed-tray .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) {
  .fixed-tray .datepicker-content {
    width: 91%;
    max-width: 440px;
    margin: 0 auto;
  }
}
.fixed-tray .datepicker-content.dp-warn .calendar-body-selected,
.fixed-tray .datepicker-content.dp-accent .calendar-body-selected {
  background-color: #ff4081;
  color: #fff;
}
.fixed-tray .datepicker-content.dp-accent .calendar-body-disabled > .calendar-body-selected {
  background-color: rgba(255, 64, 129, 0.4);
}
.fixed-tray .calendar-body-today.calendar-body-selected,
.fixed-tray .datepicker-content.dp-warn .calendar-body-today.calendar-body-selected,
.fixed-tray .datepicker-content.dp-accent .calendar-body-today.calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}
.fixed-tray .datepicker-content.dp-warn .calendar-body-disabled > .calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.fixed-tray .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);
}
.fixed-tray .datepicker-toggle-active {
  color: #3f51b5;
}
.fixed-tray .daterangepicker-input {
  position: relative;
}
.fixed-tray .example-custom-date-class > div {
  background: #286ce2 !important;
  color: white !important;
  border-radius: 100%;
}
.fixed-tray .customMitifyCalender {
  font-size: 1.25rem;
  color: #286ce2;
  position: absolute;
  top: 0.9285714286rem;
  right: 1.2857142857rem;
  cursor: pointer;
}
.fixed-tray .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%;
}
.fixed-tray .calenderOptionList > div {
  padding: 1.0714285714rem 0;
}
.fixed-tray .calenderOptionList .daySelected {
  border: 1px solid #286ce2;
}
.fixed-tray .daterangepicker-input {
  width: 230px;
  /* .hasDatepicker.pfText {
    &:hover,
    &:focus {
      width: 100%;
    }
    width: 100%;
  } */
}
.fixed-tray .daterangepicker-input .hasDatepicker {
  padding: 0.92857143rem 0.85714286rem;
  font-size: 0.85714286rem;
  line-height: 1.07142857rem;
}
.fixed-tray .ant-rangeDatepicker {
  width: 360px;
}
@media all and (max-width: 767px) {
  .fixed-tray .ant-rangeDatepicker {
    width: 100%;
  }
}
.fixed-tray .daterange-wrapper {
  position: absolute;
  z-index: 9999;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .fixed-tray .daterange-wrapper {
    margin-left: -36px;
  }
}
@media all and (max-width: 767px) {
  .fixed-tray .cdk-overlay-pane.datepicker-popup {
    pointer-events: none !important;
  }
  .fixed-tray .ant-calendar {
    pointer-events: auto;
  }
}
.fixed-tray .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;
}
.fixed-tray .daterange-calender .range-left-comp {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .fixed-tray .daterange-calender .range-left-comp {
    display: flex;
  }
}
@media all and (min-width: 768px) {
  .fixed-tray .daterange-calender .range-left-comp {
    border-left: 0.89px solid rgb(229, 229, 229);
  }
}
.fixed-tray .daterange-calender .datePicker-footer {
  display: none;
}
.fixed-tray .daterange-calender .rangeClass.calendar-body-cell {
  background-color: rgb(94, 97, 102);
  color: #333333;
}
.fixed-tray .daterange-calender .calendar-footer-cont {
  display: none;
}
.fixed-tray .daterange-calender .ant-calendar-body .rangeStartDayClass > div span,
.fixed-tray .daterange-calender .ant-calendar-body .rangeEndDayClass > div span {
  background-color: #286ce2 !important;
  color: white !important;
}
.fixed-tray .daterange-calender .ant-calendar-body .rangeEndDayClass {
  background: rgba(36, 83, 166, 0.1);
  border-radius: 0 999px 999px 0;
}
.fixed-tray .daterange-calender .ant-calendar-body .rangeStartDayClass {
  background: rgba(36, 83, 166, 0.1);
  border-radius: 999px 0 0 999px;
}
.fixed-tray .daterange-calender .ant-calendar-body .rangeStartDayClass.rangeEndDayClass {
  border-radius: 999px;
}
.fixed-tray .daterange-calender .date-apply-btn {
  text-align: right;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .fixed-tray .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;
  }
  .fixed-tray .daterange-calender .date-apply-btn input {
    width: 46%;
  }
}
.fixed-tray .daterange-calender .date-apply-btn .cancel_btn {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .fixed-tray .daterange-calender .date-apply-btn .cancel_btn {
    border: none;
  }
}
.fixed-tray .daterange-calender .rangeClass.calendar-body-cell {
  background-color: rgba(36, 83, 166, 0.1);
  color: #333333;
  height: 100%;
  width: 100%;
  border-radius: 0;
}
.fixed-tray .daterange-calender .ant-calendar + .ant-calendar .calendar-previous-button {
  opacity: 0;
  pointer-events: none;
}
.fixed-tray .calenderOptionList.moveLeft {
  width: 160px;
}
.fixed-tray ant-date-time-picker .ant-date-time-picker-container {
  width: 100%;
  max-width: 58.5714285714rem;
}
.fixed-tray 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;
}
.fixed-tray 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;
}
.fixed-tray ant-date-time-picker .week-btns button:hover {
  color: #2453a6;
}
.fixed-tray ant-date-time-picker .week-btns .next .week-btn-icon {
  transform: rotate(-90deg);
}
.fixed-tray ant-date-time-picker .week-btns .prev .week-btn-icon {
  transform: rotate(90deg);
}
.fixed-tray 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;
}
.fixed-tray ant-date-time-picker .week-btns .week-btn-icon:before {
  content: "\e90f";
}
.fixed-tray ant-date-time-picker .scroll-container {
  width: 100%;
  overflow-x: scroll;
}
.fixed-tray ant-date-time-picker .dates {
  display: flex;
  font-family: "Lato", sans-serif;
  width: 58.5714285714rem;
}
.fixed-tray ant-date-time-picker .dates .date-col {
  width: 7.5rem;
  margin-right: 1.0714285714rem;
}
.fixed-tray ant-date-time-picker .dates .date-col:last-child {
  margin-right: 0;
}
.fixed-tray 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;
}
.fixed-tray ant-date-time-picker .dates .date-col h6 span {
  display: block;
  font-size: 0.8571428571rem;
  font-weight: 400;
  margin-bottom: 0.2857142857rem;
}
.fixed-tray 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;
}
.fixed-tray ant-date-time-picker .dates .date-col button:focus {
  outline-offset: -5px;
}
.fixed-tray ant-date-time-picker .dates .date-col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.fixed-tray ant-date-time-picker .dates .date-col ul li {
  margin-bottom: 1.1428571429rem;
  width: 100%;
}
.fixed-tray ant-date-time-picker .dates .date-col ul li:hover button {
  background-color: #2453a6;
  color: #ffffff;
}
.fixed-tray ant-date-time-picker .dates .date-col ul li.selected button {
  background-color: #286ce2;
  color: #ffffff;
}
.fixed-tray ant-date-time-picker .dates .date-col ul li.empty-time {
  text-align: center;
  color: #949494;
  height: 2.188rem;
}
.fixed-tray ant-date-time-picker .dates .date-col ul li.empty-time span {
  display: block;
  height: 2.188rem;
  line-height: 2.188rem;
}
.fixed-tray 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) {
  .fixed-tray ant-date-time-picker .week-btns {
    border-bottom: none;
  }
  .fixed-tray ant-date-time-picker .dates {
    flex-direction: column;
    width: 100%;
  }
  .fixed-tray ant-date-time-picker .dates .date-col {
    width: 100%;
  }
  .fixed-tray ant-date-time-picker .dates .date-col ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.4285714286rem;
  }
  .fixed-tray ant-date-time-picker .dates .date-col ul li {
    width: calc(50% - 8px);
    margin-bottom: 0.8571428571rem;
  }
  .fixed-tray ant-date-time-picker .dates .date-col ul li:nth-child(odd) {
    margin-right: 0.8571428571rem;
  }
  .fixed-tray ant-date-time-picker .dates .date-col h6 {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 1.0714285714rem;
  }
  .fixed-tray ant-date-time-picker .dates .date-col h6 span {
    font-size: 1rem;
  }
}
.fixed-tray .sidebar-popout-nav-example-container {
  position: relative;
  height: 400px;
}
.fixed-tray .sidebar-popout-container {
  position: absolute;
  background: #ffffff;
}
.fixed-tray .filler-text {
  margin-left: 42px;
}
@media screen and (min-width: 480px) {
  .fixed-tray .filler-text {
    margin-left: 212px;
  }
}
.fixed-tray .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;
}
.fixed-tray .ant-sidebar-nav .headline-title {
  margin: 2rem 0;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
.fixed-tray .ant-sidebar-nav .nav-compose {
  margin: 1rem 0;
}
.fixed-tray .ant-sidebar-nav .nav-compose.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-tray .ant-sidebar-nav .nav-compose .compose-txt {
  padding-left: 0.5rem;
}
@media screen and (max-width: 480px) {
  .fixed-tray .ant-sidebar-nav {
    width: 35px;
  }
  .fixed-tray .ant-sidebar-nav .ant-sidebar-compose {
    margin-bottom: 0;
  }
  .fixed-tray .ant-sidebar-nav .ant-sidebar-compose .nav-toggle.hidden {
    display: inline-block !important;
  }
  .fixed-tray .ant-sidebar-nav.open {
    width: 200px;
    z-index: 2;
  }
  .fixed-tray .ant-sidebar-nav.open .nav-toggle {
    text-align: right;
  }
  .fixed-tray .ant-sidebar-nav.open .motif-arrows-long-right {
    transform: rotate(180deg);
  }
  .fixed-tray .ant-sidebar-nav:not(.open) .compose-txt,
  .fixed-tray .ant-sidebar-nav:not(.open) .unread-count,
  .fixed-tray .ant-sidebar-nav:not(.open) .li-txt {
    visibility: hidden;
    position: absolute;
  }
  .fixed-tray .ant-sidebar-nav:not(.open) .ant-list-item {
    justify-content: center;
  }
  .fixed-tray .ant-sidebar-nav:not(.open) .ant-sidebar-compose, .fixed-tray .ant-sidebar-nav:not(.open) .nav-compose {
    border: none;
  }
  .fixed-tray .ant-sidebar-nav:not(.open) .nav-compose {
    padding: 0;
  }
  .fixed-tray .ant-sidebar-nav:not(.open) .ant-sidebar-compose {
    padding-bottom: 1rem;
  }
}
.fixed-tray .ant-sidebar-compose {
  width: 100%;
  padding-bottom: 1rem;
}
.fixed-tray .ant-sidebar-compose .btn {
  width: 100%;
}
.fixed-tray .ant-sidebar-compose .nav-compose {
  margin: 1rem 0;
}
.fixed-tray .ant-sidebar-compose .nav-compose.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-tray .ant-sidebar-compose .nav-compose .compose-txt {
  padding-left: 0.5rem;
}
.fixed-tray .ant-sidebar-compose .nav-toggle {
  padding: 0;
  border: none;
}
.fixed-tray .ant-sidebar-compose .nav-toggle:focus {
  outline: none;
}
.fixed-tray .ant-sidebar-compose .motif-arrows-long-right {
  transition: transform 300ms ease;
  display: inline-block;
}
.fixed-tray .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;
}
.fixed-tray .ant-list-item span {
  text-transform: capitalize;
}
.fixed-tray .ant-list-item span.li-txt {
  padding-left: 1rem;
}
.fixed-tray .ant-list-item span.unread-count {
  flex-grow: 1;
  text-align: right;
}
.fixed-tray .ant-list-item .motif-icon {
  color: #949494;
}
.fixed-tray .ant-list-item:last-child {
  margin-bottom: 0;
}
.fixed-tray .ant-list-item.active span:not(.motif-icon) {
  color: #286ce2;
}
.fixed-tray .ant-list-item.active:before {
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  left: -1rem;
  top: 0;
  background: #286ce2;
}
.fixed-tray .ant-scrubber {
  min-width: 150px;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0 4rem 0;
  display: block;
}
.fixed-tray .ant-scrubber .slider-wrapper {
  height: 2rem;
  width: 100%;
  position: relative;
  transition: all ease 250ms;
}
.fixed-tray .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;
}
.fixed-tray .ant-scrubber .chip.lastActive {
  z-index: 10;
}
.fixed-tray .ant-scrubber .chip.active {
  cursor: -webkit-grabbing;
  z-index: 10;
  border: 1px solid #286ce2;
  outline: none;
  box-shadow: none;
}
.fixed-tray .ant-scrubber .chip:focus {
  border: 1px solid #286ce2;
  outline: none;
  box-shadow: none;
}
.fixed-tray .ant-scrubber .chip.pass-through {
  pointer-events: none;
}
.fixed-tray .ant-scrubber .bar {
  position: absolute;
  margin-bottom: -1px;
  padding-bottom: 1px;
  border-radius: 4px;
  border-bottom: 10px solid #f7f7f7;
  top: 1rem;
  width: 100%;
}
.fixed-tray .ant-scrubber .bar:before {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.fixed-tray .ant-scrubber .range {
  position: absolute;
  top: 1rem;
  background-color: #286ce2;
  border-radius: 4px;
  height: 10px;
}
.fixed-tray .ant-scrubber .range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  color: #333333;
  margin-top: 25px;
}
.fixed-tray .ant-scrubber .range-labels.offset .min {
  transform: translateX(-50%);
}
.fixed-tray .ant-scrubber .range-labels.offset .max {
  transform: translateX(50%);
}
.fixed-tray .ant-scrubber .range-labels.hide {
  display: none;
}
.fixed-tray .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;
}
.fixed-tray .ant-scrubber .arrow_box:after, .fixed-tray .ant-scrubber .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.fixed-tray .ant-scrubber .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.fixed-tray .ant-scrubber .arrow_box:before {
  border-color: rgba(40, 108, 226, 0);
  border-top-color: #286ce2;
  border-width: 11px;
  margin-left: -11px;
}
.fixed-tray .illustration-modal, .fixed-tray .illustration-hero-unit {
  display: block;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  overflow: hidden;
}
.fixed-tray .illustration-modal.goal-setting, .fixed-tray .illustration-hero-unit.goal-setting {
  background-image: url("/assets/images/motif/goal-setting.svg");
}
.fixed-tray .illustration-modal.healthy-eating-100, .fixed-tray .illustration-hero-unit.healthy-eating-100 {
  background-image: url("/assets/images/motif//healthy-eating-100.svg");
}
.fixed-tray .illustration-modal.less-stress-temp, .fixed-tray .illustration-hero-unit.less-stress-temp {
  background-image: url("/assets/images/motif//less-stress-temp.svg");
}
.fixed-tray .illustration-modal.sleep, .fixed-tray .illustration-hero-unit.sleep {
  background-image: url("/assets/images/motif//sleep.svg");
}
.fixed-tray .illustration-modal.strength-challenge, .fixed-tray .illustration-hero-unit.strength-challenge {
  background-image: url("/assets/images/motif//strength-challenge.svg");
}
.fixed-tray .illustration-modal.workout-challenge, .fixed-tray .illustration-hero-unit.workout-challenge {
  background-image: url("/assets/images/motif//workout-challenge.svg");
}
.fixed-tray .illustration-modal.eat-healthy, .fixed-tray .illustration-hero-unit.eat-healthy {
  background-image: url("/assets/images/motif//eat-healthy.svg");
}
.fixed-tray .illustration-modal:before, .fixed-tray .illustration-hero-unit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.fixed-tray .illustration-modal .illustration-wrapper, .fixed-tray .illustration-hero-unit .illustration-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.fixed-tray .illustration-modal .illustration-content, .fixed-tray .illustration-hero-unit .illustration-content {
  position: absolute;
  top: 0;
  height: 100%;
}
.fixed-tray .illustration-modal .illustration-content h1, .fixed-tray .illustration-hero-unit .illustration-content h1 {
  color: #ffffff;
  font-size: 2.2857142857rem;
}
.fixed-tray .illustration-modal .illustration-content .illustration-body, .fixed-tray .illustration-hero-unit .illustration-content .illustration-body {
  font-size: 1rem;
  line-height: 1.5714285714rem;
  color: #ffffff;
  margin: 1.7142857143rem 0 -0.8571428571rem;
}
.fixed-tray .illustration-modal .illustration-footer, .fixed-tray .illustration-hero-unit .illustration-footer {
  display: flex;
  justify-content: space-between;
}
.fixed-tray .illustration-modal .illustration-footer .btn, .fixed-tray .illustration-hero-unit .illustration-footer .btn {
  width: 48%;
  max-width: 168px;
  height: 45px;
  border: 1px solid #ffffff;
  margin-top: 1.7857142857rem;
}
.fixed-tray .illustration-modal {
  max-width: 800px;
  width: 96vw;
  height: 375px;
  padding: 2.2857142857rem;
}
.fixed-tray .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%);
}
.fixed-tray .illustration-modal .illustration-content {
  left: 1.7142857143rem;
  width: 25.1428571429rem;
}
@media screen and (max-width: 600px) {
  .fixed-tray .illustration-modal .illustration-content {
    left: 0;
    right: 0;
    padding-top: 30px;
    width: 100%;
    position: relative;
  }
  .fixed-tray .illustration-modal .illustration-footer {
    justify-content: flex-start;
  }
  .fixed-tray .illustration-modal .illustration-footer .btn:first-child {
    margin-right: 16px;
  }
}
.fixed-tray .illustration-hero-unit {
  max-width: 46.7142857143rem;
  width: 100%;
  height: 20.5714285714rem;
  padding: 2.8571428571rem;
  position: relative;
  color: #ffffff;
}
.fixed-tray .illustration-hero-unit:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 480px) {
  .fixed-tray .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%);
  }
}
.fixed-tray .illustration-hero-unit .illustration-content {
  width: 100%;
}
@media (min-width: 480px) {
  .fixed-tray .illustration-hero-unit .illustration-content {
    width: 50%;
  }
}
.fixed-tray .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) {
  .fixed-tray .illustration-hero-unit .hero-title {
    width: 85%;
  }
}
.fixed-tray .illustration-hero-unit .next-step {
  position: relative;
  padding-left: 2.2857142857rem;
  margin-top: 1.7142857143rem;
}
.fixed-tray .illustration-hero-unit .next-step a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 1.1428571429rem;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .illustration-hero-unit .completed-steps .empty-rect {
  fill: rgba(255, 255, 255, 0.2);
}
.fixed-tray .illustration-hero-unit .completed-steps .bg-rect {
  fill: #f7f7f7;
}
.fixed-tray .illustration-hero-unit .completed-steps .completed-steps-label {
  margin-bottom: 0.5714285714rem;
}
.fixed-tray .illustration-hero-unit .switch-plan {
  position: relative;
  margin-top: 1.1428571429rem;
  background: none;
  border: none;
}
.fixed-tray .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;
}
.fixed-tray .illustration-hero-unit .switch-plan .switch-plan-text:hover {
  cursor: pointer;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .back-to-top-button:hover, .fixed-tray .back-to-top-button:focus, .fixed-tray .back-to-top-button:active, .fixed-tray .back-to-top-button:active:focus {
  color: white;
}
.fixed-tray .back-to-top-button:hover {
  background: rgba(36, 46, 58, 0.75);
}
.fixed-tray .back-to-top-button .motif-up-arrow {
  font-size: 1.3571428571rem;
}
.fixed-tray .celebratory-modal {
  max-width: 660px;
  width: 96vw;
  height: 486px;
  padding: 2.2857142857rem;
  border: 1px solid grey;
  overflow: hidden;
}
.fixed-tray .celebratory-modal .celebratory-header {
  text-align: center;
  width: 100%;
  margin-top: 3.2142857143rem;
}
.fixed-tray .celebratory-modal .celebratory-header h1 {
  padding-bottom: 50px;
}
.fixed-tray .celebratory-modal .btn {
  margin-top: 25px;
}
.fixed-tray .celebratory-modal .celebratory-body {
  width: 80%;
  margin: 0px auto;
  overflow: hidden;
}
.fixed-tray .celebratory-modal .confetti-holder {
  width: 0.0714285714rem;
  margin: 0px auto;
}
.fixed-tray .celebratory-modal .btn-primary {
  margin-left: 20px;
  z-index: 5;
}
@media (max-width: 801px) {
  .fixed-tray .celebratory-modal .btn-primary {
    max-width: 12rem;
    padding: 0.7142857143rem 1.5714285714rem;
  }
}
@media (max-width: 801px) {
  .fixed-tray .celebratory-modal .btn-secondary {
    max-width: 168px;
    padding: 0.7142857143rem 1.5714285714rem;
  }
}
.fixed-tray .celebratory-modal .spacer-div {
  padding: 75px 0px;
}
.fixed-tray .ant-celebratory {
  width: 0.0714285714rem;
  margin: 0px auto;
  overflow: hidden;
}
.fixed-tray .ant-celebratory .circle-sm {
  z-index: -1;
  border-radius: 50%;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
}
.fixed-tray .ant-celebratory .circle-med {
  z-index: -1;
  border-radius: 50%;
  width: 3.5714285714rem;
  height: 3.5714285714rem;
}
.fixed-tray .ant-celebratory .circle-lg {
  z-index: -1;
  border-radius: 50%;
  width: 7.1428571429rem;
  height: 7.1428571429rem;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .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;
}
.fixed-tray .ant-celebratory .rod-sm {
  z-index: -1;
  width: 0.4285714286rem;
  height: 0.1428571429rem;
  border-radius: 500px;
}
.fixed-tray .ant-celebratory .rod-med {
  z-index: -1;
  width: 0.5714285714rem;
  height: 0.1664285714rem;
  border-radius: 500px;
}
.fixed-tray .ant-celebratory .rod-lg {
  z-index: -1;
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  border-radius: 500px;
}
.fixed-tray .ant-pagination .ant-pagination {
  display: flex;
  flex-wrap: nowrap;
}
.fixed-tray .ant-pagination .page-item {
  width: 11.11%;
  max-width: 2.7142857143rem;
  margin-right: 1.5%;
  border-radius: 50%;
  text-decoration: none;
}
.fixed-tray .ant-pagination .page-num {
  background: #f7f7f7;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .fixed-tray .ant-pagination .page-num {
    font-size: 0.7857142857rem;
  }
}
.fixed-tray .ant-pagination .page-num.active, .fixed-tray .ant-pagination .page-num:hover {
  color: #ffffff;
  background: #286ce2;
}
.fixed-tray .ant-pagination .page-num > span {
  padding-top: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.fixed-tray .ant-pagination .page-num > span > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-56%, -51%);
}
.fixed-tray .ant-pagination .page-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.fixed-tray .ant-pagination .page-icon.rotate {
  margin-left: 0;
  margin-right: 1.5%;
  transform: rotate(180deg);
}
.fixed-tray .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%;
}
.fixed-tray .ant-pagination .page-icon span:before {
  content: "\e911";
  font-family: "ant-motif-icons";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixed-tray .ant-pagination .ellipsis {
  display: flex;
  justify-content: center;
}
.fixed-tray .ant-pagination .ellipsis > span {
  align-self: flex-end;
}
.fixed-tray_collapsed {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  visibility: hidden;
  transition: bottom 2500ms ease-out 1ms, visibility 1ms linear 501ms;
}
.fixed-tray_expanded {
  visibility: visible;
  bottom: 0;
  transition: bottom 500ms ease-out 1ms, visibility 1ms linear;
}
.fixed-tray .tray-button-row {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  padding: 1.25rem 0;
}
.fixed-tray .tray-button-row .btn {
  font-size: 14px;
  padding: 0.5rem 2rem;
}
.fixed-tray .tray-button-row .btn a {
  text-decoration: none !important;
  font-family: Lato, sans-serif;
  color: #ffffff;
}
.fixed-tray .tray-button-row .btn-margin-right, .fixed-tray .tray-button-row .btn:not(:last-child) {
  margin-right: 0.5rem;
}
.fixed-tray .tray-button-row .img {
  margin: 0 0 5px 5px !important;
  width: 15px;
  height: 15px;
}

/** 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. */
.fixed-tray .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/* Import Reimagined Classic Icon Variables */
@font-face {
  font-family: "ant-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

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

.tabs-content-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .tabs-content-container {
    padding: 10px;
  }
}
.tabs-content-container .tab-content {
  padding-top: 30px;
}
.tabs-content-container .tab-content > #regTile1.tab-pane {
  padding: 0px !important;
}
.tabs-content-container .landing-link {
  font-size: 22px;
  text-decoration: none;
}
.tabs-content-container .guest-link {
  text-decoration: none;
}
.tabs-content-container .d-inline {
  display: inline;
}
.tabs-content-container .width-50 {
  width: 100%;
}
@media (min-width: 800px) {
  .tabs-content-container .width-50 {
    width: 50%;
  }
}
.tabs-content-container .width-40 {
  width: 100%;
}
@media (min-width: 800px) {
  .tabs-content-container .width-40 {
    width: 40%;
  }
}
.tabs-content-container .land-srch-btn {
  height: 31px;
  font-size: 12px;
  padding: 7px 3.42rem;
  border: 0;
  margin: 2px 18px;
}
@media (max-width: 800px) {
  .tabs-content-container .land-srch-btn {
    margin: 15px 18px;
  }
}
.tabs-content-container .id-card {
  margin-top: 0;
  max-width: 100%;
}
.tabs-content-container .alpha-prefix-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.tabs-content-container .pf-toolTip-header {
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px;
}
.tabs-content-container .pf-disclaimer-note {
  padding-top: 10px;
  margin: 15px 0 0;
}
.tabs-content-container .full-span-alert .ant-alert {
  width: 1019px;
}
@media (max-width: 480px) {
  .tabs-content-container .alpha-prefix-wrapper {
    width: 100%;
  }
}
.tabs-content-container .prefix-input-wrapper {
  display: flex;
  align-items: center;
  flex-flow: column;
}
@media (min-width: 800px) {
  .tabs-content-container .prefix-input-wrapper {
    flex-flow: row;
  }
}
.tabs-content-container .prefix-input-wrapper .prefix-input {
  width: 100%;
}
.tabs-content-container .medicaid-header {
  padding-top: 2rem;
}

.locationForm .formWrapper {
  width: 80%;
  max-width: 577px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .locationForm .formWrapper {
    width: 100%;
  }
}
.locationForm .formWrapper h2 {
  margin: 0 auto 3rem;
  width: 80%;
  text-align: center;
  font-size: 1.8rem;
}
.locationForm .formWrapper h3 {
  margin-bottom: 1rem;
  font-weight: 600;
}
.locationForm .formWrapper .formRow {
  margin-bottom: 1.5rem;
}
.locationForm .formWrapper .formRow .ant-text-input {
  width: 100%;
}
.locationForm .formWrapper .formRow .formRowHalf {
  vertical-align: top;
  width: 50%;
  display: inline-block;
}
.locationForm .formWrapper .formRow .formRowHalf:first-child {
  padding-right: 2%;
}
.locationForm .formWrapper .formRow .formRowHalf:last-child {
  padding-left: 2%;
}
.locationForm .formWrapper .sectionWrapper {
  margin-bottom: 4rem;
}

.fad-landing-tabs .tabs h2 {
  margin-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .fad-landing-tabs .tabs h2 {
    font-size: 16px;
  }
}
.fad-landing-tabs .tabs .nav-pills {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .fad-landing-tabs .tabs .nav-pills {
    width: 33%;
  }
}
.fad-landing-tabs .tabs .nav-pills li {
  background-color: #ffffff;
}
.fad-landing-tabs .tabs .nav-pills li.active:after {
  display: none;
}
.fad-landing-tabs .tabs .nav-pills li.active a {
  background-color: #0079c2;
}
.fad-landing-tabs .tabs .nav-pills li.active a img.active {
  display: block;
}
.fad-landing-tabs .tabs .nav-pills li.active a img.inactive {
  display: none;
}
.fad-landing-tabs .tabs .nav-pills li.active a:hover {
  color: white;
}
.fad-landing-tabs .tabs .nav-pills li:not(.active) a:hover {
  background-color: #ffffff;
  color: #0079c2;
}
.fad-landing-tabs .tabs .nav-pills li a {
  border: none;
  /*  height: 100%; */
  display: flex;
  flex-flow: column;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .fad-landing-tabs .tabs .nav-pills li a {
    justify-content: flex-start;
  }
}
.fad-landing-tabs .tabs .nav-pills li a img {
  height: 39px;
  max-width: 100%;
}
.fad-landing-tabs .tabs .nav-pills li a img.active {
  display: none;
}
.fad-landing-tabs .tabs .nav-pills li a img.inactive {
  display: block;
}
@media (min-width: 800px) {
  .fad-landing-tabs .tabs .nav-pills li a img {
    margin: 20px;
  }
}
.fad-landing-tabs .tabs .nav-pills li p {
  font-size: 14px;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .fad-landing-tabs .tabs .nav-pills li p {
    font-size: 12px;
  }
}
@media (min-width: 800px) {
  .fad-landing-tabs .tabs .nav-pills li p {
    padding: 0 10px;
  }
}
.fad-landing-tabs .tabs .nav-pills li p.h5 {
  font-weight: 300;
}
@media (max-width: 1024px) {
  .fad-landing-tabs .tabs .nav-pills li p.h5 {
    font-size: 16px;
  }
}
.fad-landing-tabs .tabs .nav .heading-text {
  width: 100%;
  text-transform: none;
}
.fad-landing-tabs .prLabel {
  margin-right: 1.571rem;
  width: inherit;
}
.fad-landing-tabs .fad-action-buttons {
  flex-wrap: wrap;
}

.medicaid-btn-row .btn {
  padding: 0.85714286rem 2.428571rem;
}

.plan-selection-link {
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  width: max-content;
}

.pf-care-team-container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.pf-care-team-container a {
  text-decoration: none;
}
.pf-care-team-container .open-panel-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  width: max-content;
  font-weight: 600;
}
.pf-care-team-container .open-panel-link .motif-icon {
  font-size: 1.5rem !important;
}
.pf-care-team-container .open-panel-link .motif-icon.motif-id-card {
  font-size: 1.5rem !important;
  color: #949494;
  padding-right: 10px;
}
.pf-care-team-container .motif-id-card {
  color: #949494;
  font-size: 1.5rem;
  padding-right: 10px;
}
.pf-care-team-container .pf-cards-wrapper {
  display: flex;
}
@media screen and (max-width: 800px) {
  .pf-care-team-container .pf-cards-wrapper {
    flex-wrap: wrap;
  }
}
.pf-care-team-container .pf-cards-wrapper .provider-types {
  list-style-type: none;
  padding: 0;
}
.pf-care-team-container .pf-cards-wrapper .provider-types li {
  padding: 0.5rem 0;
}
.pf-care-team-container .pf-cards-wrapper .provider-types li a {
  text-decoration: none;
}
.pf-care-team-container .pf-cards-wrapper .card-providers {
  font-size: 18px;
  padding-bottom: 1rem;
}
.pf-care-team-container .pf-cards-wrapper .card-items-wrapper {
  display: flex;
}
.pf-care-team-container .pf-cards-wrapper .card-items-wrapper .card-column {
  flex: 1 0 50%;
}
.pf-care-team-container .pf-cards-wrapper .care-team-item {
  border-top: 1px solid #e6e6e6;
  padding: 1.5rem 0;
}
.pf-care-team-container .pf-cards-wrapper .provider-no-link {
  text-transform: capitalize !important;
  color: #2453a6;
  opacity: 0.6;
}
.pf-care-team-container .pf-cards-wrapper .provider-link {
  cursor: pointer;
  text-transform: capitalize !important;
}
.pf-care-team-container .pf-cards-wrapper .motif-marker {
  color: #666666;
  padding-right: 0.5rem;
}
.pf-care-team-container .pf-cards-wrapper .card-address {
  line-height: normal;
}
.pf-care-team-container .pf-card {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
  background-color: #ffffff;
  flex: 1 0 100%;
}
@media screen and (min-width: 800px) {
  .pf-care-team-container .pf-card {
    flex: 1 0 50%;
  }
}
.pf-care-team-container .pf-card .care-team-detail {
  line-height: 2.5;
}
.pf-care-team-container .pf-card .care-team-list {
  list-style: none;
  padding: 0;
}
.pf-care-team-container .pf-card .care-team-name {
  font-size: 1.15rem;
  font-weight: 600;
}
@media screen and (min-width: 800px) {
  .pf-care-team-container .pf-card-two {
    margin-left: 1rem;
  }
}
.pf-care-team-container .card-title {
  padding-bottom: 1.5rem;
}
.pf-care-team-container .card-title .card-header {
  line-height: 2.5;
}

.ant-bkg-blue {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.integrated-search-backdrop {
  background-image: url(/assets/images/motif/page-header-background.svg), linear-gradient(347deg, #58abdf, #0079c2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: grid;
}

.integrated-search-backdrop:before {
  content: "";
  background-image: url(/assets/images/motif/page-header-background.svg), linear-gradient(347deg, #58abdf, #0079c2);
  position: absolute;
  height: 100%;
  width: 100%;
  left: -100vw;
  z-index: -1;
}

.vpc-promotion-backdrop {
  background-image: url(/assets/images/common/chat-with-doctor-promotion.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: grid;
}

.pf2--bannerCard {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-right: 14px;
  margin-bottom: 14px;
  padding: 16px 0 0 20px;
  color: #fff;
  max-width: calc(50% - 14px);
  max-height: 187px;
}
@media (max-width: 800px) {
  .pf2--bannerCard {
    max-width: calc(100% - 14px);
  }
}
@media (max-width: 480px) {
  .pf2--bannerCard {
    min-width: calc(100% - 14px);
  }
}
.pf2--bannerCard h4 {
  font-weight: 500;
}
.pf2--bannerCard p {
  max-width: 70%;
  padding-top: 8px;
}
.pf2--bannerCard div {
  display: flex;
  padding: 20px 0 20px 0;
}
.pf2--bannerCard div span {
  padding-left: 8px;
  font-weight: bold;
}
.pf2--bannerCard div a {
  padding-left: 8px;
  font-weight: bold;
  color: #fff;
}

.mbr-page-body .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .mbr-page-body .container {
    width: 100%;
  }
}

div[name=radioValue] .align-vertical label {
  padding-left: 0;
}

.pf-vcard-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1rem;
}
.pf-vcard-container .vcard-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  width: max-content;
  font-weight: 700;
}
.pf-vcard-container .motif-id-card {
  color: #949494;
  font-size: 1.8rem !important;
  padding-right: 10px;
}

.info-alert-container a {
  text-decoration: underline;
}
.info-alert-container .btn-alert-dismiss {
  float: right;
  position: relative;
  top: 2.3rem;
  right: 0.3rem;
}
.info-alert-container .btn-alert-dismiss .fa-close {
  font-size: 2rem;
  color: #949494;
}
.info-alert-container .ant-alert {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-left: 6px #286ce2 solid;
}
.info-alert-container .ant-alert .ant-alert-main {
  background-color: #fff;
}
.info-alert-container .ant-alert .ant-alert-main p {
  width: 95%;
}
.info-alert-container .ant-alert .ant-alert-left {
  padding-top: 0.2rem;
  background-color: #fff;
}
.info-alert-container .ant-alert .ant-alert-left .alert-icon.alert-icon-info {
  color: #286ce2;
}
.info-alert-container .ant-alert .alert-icon {
  padding: 0;
}

.pf2-globalOverrides a {
  text-decoration: none;
}
.pf2-globalOverrides .modal-component-body {
  padding: 1rem 5rem 5rem !important;
}
.pf2-globalOverrides h2 .fa-question-circle {
  font-size: inherit !important;
  position: relative;
  top: 4px;
  margin-left: 1rem;
}
.pf2-globalOverrides .modal-component-body div {
  padding-bottom: 0.5rem !important;
}
.pf2-globalOverrides .modal-component-body .reason-txt-container {
  margin-top: -12px !important;
}
.pf2-globalOverrides .feedback-bottom-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  border-top: 2.5px solid rgba(128, 128, 128, 0.1);
}

h1.pf2-header-18,
h2.pf2-header-18,
h3.pf2-header-18,
h4.pf2-header-18,
h5.pf2-header-18,
h6.pf2-header-18 {
  font-size: 18px;
}

.pf2-mt-5 {
  margin-top: 5px;
}
.pf2-mt-10 {
  margin-top: 10px;
}
.pf2-mt-30 {
  margin-top: 30px;
}
.pf2-mb-10 {
  margin-bottom: 10px;
}
.pf2-mlr-2 {
  margin-left: 2rem;
}
.pf2-mr-5 {
  margin-right: 5px;
}
.pf2-mr-10 {
  margin-right: 10px;
}
.pf2-mr-20 {
  margin-right: 20px;
}
.pf2-mr-30 {
  margin-right: 30px;
}
.pf2-mr-15 {
  margin-right: 15px;
}
.pf2-pb-15 {
  padding-bottom: 15px;
}
.pf2-pt-15 {
  padding-top: 15px;
}
.pf2-float-lt {
  float: left;
}
.pf2-mb-5 {
  margin-bottom: 5px;
}
.pf2-font-normal {
  font-weight: normal;
}
.pf2-mar-0 {
  margin: 0;
}
.pf2-mb-30 {
  margin-bottom: 30px;
}
.pf2-pb-0 {
  padding-bottom: 0 !important;
}
.pf2-pl-0 {
  padding-left: 0 !important;
}
.pf2-mb-7 {
  margin-bottom: 7px;
}
.pf2-mb-20 {
  margin-bottom: 20px;
}
.pf2-mt-20 {
  margin-top: 20px;
}
.pf2-pl-10 {
  padding-left: 10px;
}

.pf2-flexcardrow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  margin-right: -14px;
}
.pf2-flexcardrow .pf2-flexcardwrapper {
  order: 0;
  margin-right: 14px;
  flex: 0 0 calc(50% - 14px);
  max-width: calc(100% - 14px);
  align-self: stretch;
}
.pf2-flexcardrow.pf2-flex-2col {
  flex-wrap: wrap;
}
.pf2-flexcardrow.pf2-flex-2col .pf2-flexcardwrapper {
  flex: 1 0 calc(50% - 14px);
  text-align: center;
  min-width: 320px;
}

.pf2-card-white {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
  background-color: #ffffff;
}
.pf2-card-white span.motif-honesty {
  float: left;
  padding-top: 14px;
  text-align: center;
  height: 70px;
  display: block;
  font-size: 50px !important;
  color: white;
  border-radius: 50%;
  background-color: #0079c2;
  width: 70px;
}
.pf2-card-white .provider-no-link {
  text-transform: capitalize !important;
  opacity: 0.6;
}
.pf2-card-white .pf2-card-content {
  display: flex;
  font-size: 14px;
  text-align: left;
}
.pf2-card-white .pf2-card-content a {
  font-size: 14px;
}
.pf2-card-white .pf2-card-content.pf2-virtual-care {
  display: inline;
}
.pf2-card-white .pf2-card-title {
  font-size: 18px !important;
  font-weight: 400;
}

.pf2-overflow {
  overflow: auto;
}

.pf2-display-blk {
  display: block;
}

.pf2-padding-14 {
  padding: 1rem;
}

.pf2-pl-20 {
  padding-left: 20px;
}

ul.pf2-actionItemList li.pf2-ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.sub-header {
  font-weight: normal;
  margin-bottom: 5px;
}
.sub-header p {
  font-size: 14px;
}

.pf2-flexcardwrapper-withtoplinks {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.pf2-flexcardwrapper-withtoplinks .pf2--cardtoplinks {
  order: 0;
  flex: 0 1 auto;
  align-self: stretch;
  padding: 0.5rem 0;
  display: flex;
  margin-bottom: -9px;
}
.pf2-flexcardwrapper-withtoplinks .pf2--cardtoplinks .pf2--cardtopheader,
.pf2-flexcardwrapper-withtoplinks .pf2--cardtoplinks .pf2--cardtoplink {
  align-self: center;
}
.pf2-flexcardwrapper-withtoplinks .pf2--cardtoplinks .pf2--cardtopheader {
  flex: 0 0 60%;
  text-align: left;
}
.pf2-flexcardwrapper-withtoplinks .pf2--cardtoplinks .pf2--cardtopheader h2 {
  font-size: 18px;
}
.pf2-flexcardwrapper-withtoplinks .pf2--cardtoplinks .pf2--cardtoplink {
  flex: 0 0 40%;
  text-align: right;
  height: 100%;
  align-items: center;
}
.pf2-flexcardwrapper-withtoplinks .pf2--cardtoplinks .pf2--cardtoplink a {
  height: 100%;
}
.pf2-flexcardwrapper-withtoplinks .pf2--cardtoplinks .d-inline {
  display: inline;
}
.pf2-flexcardwrapper-withtoplinks .pf2--cardcontent {
  order: 0;
  flex: 1 1 auto;
  align-self: stretch;
  margin-top: 12px;
}

.pf2-split-col {
  width: 45%;
  float: left !important;
}
.pf2-split-col:first-child {
  float: left;
  margin-right: 110px;
}
.pf2-split-col:last-child {
  float: right;
}
@media (max-width: 800px) {
  .pf2-split-col {
    width: 100%;
  }
}

.pf2-iconLink,
.pf2-iconLinkRight {
  display: inline-flex;
  align-items: center;
}
.pf2-iconLink > span,
.pf2-iconLinkRight > span {
  align-self: center;
  flex: 0 0 auto;
}
.pf2-iconLink span.learn-more,
.pf2-iconLinkRight span.learn-more {
  max-width: 80%;
}
.pf2-iconLink .motif-icon,
.pf2-iconLinkRight .motif-icon {
  font-size: 1.5rem !important;
  color: #666;
  margin-right: 0.5rem;
}

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

.pf2-actionItemsAlertBug {
  display: inline-block;
  width: 2rem;
  position: relative;
}
.pf2-actionItemsAlertBug span.motif-icon {
  font-size: 24px !important;
}
.pf2-actionItemsAlertBug .pft-actionItemsAlertBug-count {
  position: absolute;
  left: 16px;
  bottom: -4px;
  background: #e02020;
  font-size: 8px;
  color: white;
  padding: 2px 4px;
  display: inline-block;
}

ul.pf2-actionItemList,
ul.pf2-careTeamList {
  margin: 0;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0;
  list-style: none;
  text-align: left;
}
ul.pf2-actionItemList p,
ul.pf2-actionItemList a,
ul.pf2-careTeamList p,
ul.pf2-careTeamList a {
  font-size: 16px;
}
ul.pf2-actionItemList span.pf-pre-wrap span,
ul.pf2-careTeamList span.pf-pre-wrap span {
  font-size: 16px !important;
}
ul.pf2-actionItemList p,
ul.pf2-careTeamList p {
  margin-bottom: 1rem;
}
ul.pf2-actionItemList li,
ul.pf2-careTeamList li {
  border-bottom: 1px solid #ccc;
  padding: 1rem 2rem;
  position: relative;
}
ul.pf2-actionItemList li:last-child,
ul.pf2-careTeamList li:last-child {
  border-bottom: none;
}
ul.pf2-actionItemList li:first-child,
ul.pf2-careTeamList li:first-child {
  padding-top: 0;
}
ul.pf2-actionItemList .infoBox,
ul.pf2-careTeamList .infoBox {
  margin-right: 30px;
}
ul.pf2-actionItemList .careteam-alert-item,
ul.pf2-careTeamList .careteam-alert-item {
  background: none;
  position: absolute;
  right: 25px;
  border: none;
}
@media (max-width: 800px) {
  ul.pf2-actionItemList .pf2-sub-link,
  ul.pf2-careTeamList .pf2-sub-link {
    float: right;
    margin-top: 0;
  }
}

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

.cursor-pointer {
  cursor: pointer;
}

.pf-specialtyBadge {
  color: white;
  background: #268476;
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  margin: 4px 0px 0px;
  padding: 4px 5px 2px;
  font-weight: bold;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 800px) {
  .pf-specialtyBadge {
    margin-top: 20px;
  }
}
.pf-specialtyBadge .pf-PCPBadge {
  margin: 0px 0px 6px;
}
.pf-specialtyBadge span.subtext {
  font-size: 10px !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.virtual-care {
  letter-spacing: 1px;
  text-align: center;
}

.pf-careTeamNameAddress {
  line-height: 30px;
  margin-top: 1rem;
}
.pf-careTeamNameAddress a {
  font-size: 14px !important;
}

.pf2-PCPbug {
  text-align: center;
}
.pf2-PCPbug h3 {
  font-weight: 300;
  font-size: 22px;
}
.pf2-PCPbug span.motif-medical-doctor {
  display: block;
  font-size: 70px !important;
  margin: 1.5rem;
  color: #949494;
}
.pf2-PCPbug a {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 1rem 0;
}
.pf2-PCPbug button.btn {
  white-space: normal;
}

.pf2-iconCards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 12px -15px 1rem 0;
}
.pf2-iconCards .pf2--iconCard {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  min-height: 155px;
  flex: 1 1 calc(14.28% - 14px);
  text-align: center;
  margin-right: 14px;
  max-width: calc(20% - 14px);
  min-width: 120px;
  margin-bottom: 14px;
}
@media (max-width: 800px) {
  .pf2-iconCards .pf2--iconCard {
    flex: 1 1 calc(33% - 14px);
    max-width: calc(50% - 14px);
  }
}
@media (max-width: 480px) {
  .pf2-iconCards .pf2--iconCard {
    flex: 1 1 calc(50% - 14px);
    min-width: calc(50% - 14px);
  }
}
.pf2-iconCards .pf2--iconCard a {
  padding: 2rem 1rem 1rem 1rem;
  color: #333333;
  height: 100%;
  display: block;
}
.pf2-iconCards .pf2--iconCard a .motif-icon {
  display: block;
  color: #286ce2;
  font-size: 40px !important;
  margin-bottom: 1rem;
}
.pf2-iconCards .pf2--iconCard a .eye-icon-provider {
  display: block;
  margin-bottom: 1rem;
}
.pf2-iconCards .pf2--iconCard a .tile-procedure-icon {
  margin-top: 5px !important;
}
.pf2-iconCards .pf2--iconCard a .care-view-pencil {
  font-size: 14px !important;
}
.pf2-iconCards .pf2--iconCard a .videoVisit-label {
  padding: 0.3rem 1.5rem 2.7rem 1.5rem;
}
.pf2-iconCards .pf2--iconCard a .pf2-iconCardLabel {
  font-size: 18px !important;
  font-weight: 300;
}
.pf2-iconCards .pf2--iconCard .action-item {
  position: relative;
  right: 10%;
}

.idcard-nav-link {
  display: inline !important;
}

.pf2-allCaughtUpIcon {
  display: inline-block;
  font-size: 50px !important;
  color: #38827f;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.unicare-theme .pf2-iconCards .pf2--iconCard a .motif-icon, .unicare-theme .fad-app-wrapper .pf2-iconCards .pf2--iconCard a .motif-icon {
  color: #006b54;
}

.wellpoint-theme .pf2-iconCards .pf2--iconCard a .motif-icon, .wellpoint-theme .fad-app-wrapper .pf2-iconCards .pf2--iconCard a .motif-icon {
  color: #1a3673;
}

.unicare-theme .btn, .unicare-theme .fad-app-wrapper .btn {
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  background-color: #006b54;
  color: #fff;
  border: 1px solid #006b54;
}
.unicare-theme .btn:hover, .unicare-theme .btn:focus, .unicare-theme .btn:active, .unicare-theme .btn:active:focus, .unicare-theme .fad-app-wrapper .btn:hover, .unicare-theme .fad-app-wrapper .btn:focus, .unicare-theme .fad-app-wrapper .btn:active, .unicare-theme .fad-app-wrapper .btn:active:focus {
  background-color: #00382c;
  color: #fff;
  border-color: #00382c;
}
.unicare-theme .btn-default,
.unicare-theme .btn-primary, .unicare-theme .fad-app-wrapper .btn-default,
.unicare-theme .fad-app-wrapper .btn-primary {
  background-color: #006b54;
  color: #fff;
  border: 1px solid #006b54;
}
.unicare-theme .btn-default:hover, .unicare-theme .btn-default:focus, .unicare-theme .btn-default:active, .unicare-theme .btn-default:active:focus,
.unicare-theme .btn-primary:hover,
.unicare-theme .btn-primary:focus,
.unicare-theme .btn-primary:active,
.unicare-theme .btn-primary:active:focus, .unicare-theme .fad-app-wrapper .btn-default:hover, .unicare-theme .fad-app-wrapper .btn-default:focus, .unicare-theme .fad-app-wrapper .btn-default:active, .unicare-theme .fad-app-wrapper .btn-default:active:focus,
.unicare-theme .fad-app-wrapper .btn-primary:hover,
.unicare-theme .fad-app-wrapper .btn-primary:focus,
.unicare-theme .fad-app-wrapper .btn-primary:active,
.unicare-theme .fad-app-wrapper .btn-primary:active:focus {
  background-color: #00382c;
  color: #fff;
  border-color: #00382c;
}
.unicare-theme .btn-secondary, .unicare-theme .fad-app-wrapper .btn-secondary {
  background-color: #ffffff;
  color: #006b54;
  border: 1px solid #006b54;
}
.unicare-theme .btn-secondary:hover, .unicare-theme .btn-secondary:focus, .unicare-theme .btn-secondary:active, .unicare-theme .btn-secondary:active:focus, .unicare-theme .fad-app-wrapper .btn-secondary:hover, .unicare-theme .fad-app-wrapper .btn-secondary:focus, .unicare-theme .fad-app-wrapper .btn-secondary:active, .unicare-theme .fad-app-wrapper .btn-secondary:active:focus {
  background-color: #fff;
  color: #00382c;
  border-color: #00382c;
}
.unicare-theme a, .unicare-theme .fad-app-wrapper a {
  color: #006b54;
}

.flyout-spec-panel {
  top: 6rem;
  background-color: #fff;
}
.flyout-spec-panel .hw-content-container {
  top: 8rem;
  right: 0;
  background-color: #fff;
  padding: 0 0 4rem 4rem;
  height: 100%;
  overflow-y: hidden;
}
.flyout-spec-panel .hw-content-container .content {
  text-align: left;
  font-size: 1.2rem;
}
.flyout-spec-panel .hw-content-container .HwStructuredContent h3,
.flyout-spec-panel .hw-content-container h3 {
  font-weight: normal !important;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.flyout-spec-panel .hw-content-container .HwSection p,
.flyout-spec-panel .hw-content-container p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.flyout-spec-panel .hw-content-container.in-tab {
  padding: 0;
  margin-top: 2rem;
}
.flyout-spec-panel .hw-content-container.in-tab .hw-content-in-tab {
  padding: 0;
}

.hw-content-container.speciality-container h3 {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000;
}
.hw-content-container.speciality-container p,
.hw-content-container.speciality-container .HwSection p {
  font-size: 14px;
}

.pf2-float-right {
  float: right;
}

.pf-procedure-details {
  padding-top: 7px;
  font-weight: 600;
  font-size: 14px !important;
}
.pf-procedure-details .pf-foryou-label {
  color: white;
  background: #3bb273;
  border-radius: 0.5px;
  display: inline-block;
  font-size: 9px !important;
  padding: 3px;
}
.pf-procedure-details .motif-circled-right {
  color: #999;
  font-size: 20px !important;
}

.spec-details a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.pm-details a {
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.personalized-match {
  padding: 2px;
  width: max-content;
}
.personalized-match a {
  text-decoration: none;
  width: 181px;
  height: 16px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #286ce2;
}
.personalized-match .motif-icon {
  font-size: 1.25rem !important;
}

.modal-container.slide-in.right .close .close-icon:before {
  font-size: 2rem;
}

@media (max-width: 800px) {
  .modal-container.slide-in.right .close {
    top: 0;
    position: fixed;
  }
  .modal-container.slide-in.right .modal-panel {
    width: 100%;
  }
}
.promoted-procedures-tile-cmp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile {
  display: inline-flex;
  border: 1px solid #e0e0e0;
  margin: 1rem;
  background: white;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small {
  border: none;
  position: relative;
  padding-bottom: 30px;
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .description-section {
  box-shadow: none;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: Lato, sans-serif;
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .description-section .optional-badge {
  background-color: #3bb273;
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .description-section .section-header-three {
  font-size: 1.25rem;
  font-weight: 500;
  color: #333333;
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .description-section .section-header-three:after {
  height: calc(100% - 2.5rem);
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .description-section .description-text {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.57;
}
@media (max-width: 800px) {
  .promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .description-section .description-text {
    width: auto;
  }
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .description-section .one-line-description-text {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.57;
  height: 20px;
  overflow: auto;
  display: inline-block;
}
@media (max-width: 800px) {
  .promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .description-section .one-line-description-text {
    width: auto;
  }
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .description-section .read-more-link {
  text-align: left;
  color: #286ce2;
  display: inline-block;
  padding-bottom: 10px;
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .description-section .read-more-link a {
  text-decoration: none;
  font-weight: bold;
  font-size: 0.875rem;
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .description-section .range-text {
  font-size: 0.75rem;
  line-height: 1.67;
  color: #747474;
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .image-section .img {
  height: 14.063;
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .contact-section {
  position: absolute;
  bottom: 0px;
  left: 20px;
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .contact-section .contact-link.motif-right-round {
  width: 100%;
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .contact-section .contact-link.motif-right-round:focus {
  width: 85%;
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .actionItems-section {
  position: absolute;
  right: 25px;
  bottom: 35px;
  display: flex;
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .actionItems-section .action-item-button:after {
  content: "⋮";
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .actionItems-section .action-item-feedback-menu {
  z-index: 1;
}
.promoted-procedures-tile-cmp .pf2--promoted-procedures-tile .small .actionItems-section .action-item-feedback-menu a {
  text-decoration: none;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .modal-component-body.pf-map-modal-container .promoted-procedures-tile-cmp {
    flex-direction: column;
  }
}
.modal-component-body.pf-map-modal-container .fixed-tray.map-sticky-footer .tray-button-row .btn-secondary {
  width: auto;
}

.pf-machine-readable-container {
  margin-top: 20px;
}
.pf-machine-readable-container a {
  border: none;
  text-decoration: none;
  color: #286ce2;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}

.videoVisitSso a {
  color: #333;
}

.card-col-md-4 {
  margin-right: 2%;
  float: left;
  display: flex;
  padding: 0;
  align-items: center;
  border: none;
  border-radius: 9px;
  cursor: default;
  max-width: calc(33% - 14px);
}
@media (max-width: 750px) {
  .card-col-md-4 {
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
  }
}
.card-col-md-4 .box-container {
  width: 60%;
  display: flex;
}
@media (max-width: 750px) and (min-width: 480px) {
  .card-col-md-4 .box-container {
    width: 20%;
  }
}
.card-col-md-4 .box-container-non-clinical {
  display: flex;
  height: 138px;
}
.card-col-md-4 .card-content {
  margin: 0 10px 10px 10px;
}
.card-col-md-4 dt.sub-header {
  font-size: 18px;
  padding-top: 10px;
  text-align: left;
  height: 50px;
  overflow: hidden;
  line-height: 21px;
}
.card-col-md-4 .infoBox.pf2-ptb-0.pf2-mar-rt-10 {
  padding-left: 0;
}
.card-col-md-4 .pf-back-link-text {
  vertical-align: text-bottom;
}
.card-col-md-4 .pf-back-to-link {
  padding: 0;
  padding-right: 10px;
}
@media (max-width: 1024px) and (min-width: 750px) {
  .card-col-md-4 .pf-back-to-link {
    float: left;
    padding-right: 0;
  }
}
@media (max-width: 1024px) and (min-width: 750px) {
  .card-col-md-4 .pf-back-to-link .pf-back-link .pf-back-link-text {
    margin-left: 2px;
  }
}

.cards-container .app-card-loop:last-child .card-col-md-4 {
  margin-right: 0;
}

.rtModalContent .card-col-md-4 {
  margin-bottom: 25px;
  width: 46%;
  float: none;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .rtModalContent .card-col-md-4 {
    width: 100%;
    max-width: 100%;
  }
}
.rtModalContent .card-col-md-4 .card-slider-gap {
  margin-left: 20px !important;
}
@media (max-width: 800px) {
  .rtModalContent .card-col-md-4 .box-container {
    margin-right: 20px;
  }
}
@media (max-width: 800px) {
  .rtModalContent .card-col-md-4 .limit-text {
    display: inline-block !important;
  }
}
.rtModalContent h2.pf2-pb-0 {
  padding-bottom: 0;
}

.icon-gray {
  font-size: 20px !important;
  color: #999;
}

.pf2-PCPbug {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  justify-content: center;
}
.pf2-PCPbug a.pf2-mar-0 {
  margin: 0;
}
.pf2-PCPbug .display-inblk {
  display: inline-block;
  width: 100%;
}

ul.pf2-actionItemList .infoBox.pf2-mar-rt-10 {
  margin-right: 10px;
}

.pf-side-panel .pf2-card-white.card-col-md-4 {
  padding-bottom: 0;
}

.pf-side-panel .card-col-md-4 .box-container {
  width: 25%;
}
@media (min-width: 1025px) {
  .pf-side-panel .card-col-md-4 .box-container {
    width: 60%;
  }
}

.box-height {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  object-position: top;
}

.rounded-icons {
  height: 97px;
  width: 97px;
  margin: 0 auto;
}

.limit-text {
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}

.onsiteinfo-slidein .content {
  text-align: left;
}
.onsiteinfo-slidein h4 {
  font-size: 14px;
  font-weight: bold;
}

.onsiteinfo-slidein ul {
  padding-left: 1rem;
  margin-bottom: 0px;
}
.onsiteinfo-slidein ul.fad-pf-list-nobullet {
  list-style: none;
  padding-left: 0px;
}

.pf-split-col-adjust {
  display: flex;
  position: relative;
  left: 0;
}

.colorgray {
  color: #808080;
}

.headingRecent {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7882352941);
}

.padding-10 {
  padding: 1rem 0;
}

.padding-5 {
  padding: 0.25rem 0;
}

.pf-justify-content-between {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 2rem;
}

@media screen and (max-width: 480px) {
  .searchAddressResponsive {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.pf1-split-col {
  width: 50%;
  float: left !important;
}
.pf1-split-col:first-child {
  float: left;
  margin-right: 40px;
}
.pf1-split-col:last-child {
  float: right;
}
@media (max-width: 800px) {
  .pf1-split-col {
    width: 100%;
  }
}

.ra-pf-bold {
  font-weight: bold;
}

.ra-pf2-split-col {
  width: 50%;
  float: left !important;
}
.ra-pf2-split-col:first-child {
  float: left;
  margin-right: 110px;
}
.ra-pf2-split-col:last-child {
  float: right;
}
@media (max-width: 800px) {
  .ra-pf2-split-col {
    width: 100%;
  }
}
.ra-pf2-split-col.firstchildpfSplit {
  width: 44%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0784313725);
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  flex: 1 1 calc(50% - 14px);
  text-align: center;
  margin-right: 14px;
  max-width: calc(50% - 14px);
  min-width: 120px;
  margin-bottom: 14px;
}

.fontSizeLarge {
  margin-bottom: 1rem;
}
.fontSizeLarge span {
  font-size: 1.76rem !important;
  font-family: "Montserrat", sans-serif;
  color: #333;
}

h4.modal-heading {
  font-size: 26px !important;
  padding: 2rem 0;
  font-weight: 600 !important;
  font-family: "Lato", sans-serif;
}

.modal-new-body li {
  margin-bottom: 5px;
}

.new-sample {
  margin-bottom: 15px;
}

.hide-bullets {
  padding-left: 15px;
}

.pf2-card-white.pf2--cardcontent {
  padding-top: 1rem;
}

.speciality-modal-container h2:first-child {
  margin-bottom: 40px;
}

.inline-items {
  display: inline;
}

.item-font {
  font-family: "Lato";
  margin-left: 0px;
}

.more-icon .action-item-button {
  right: -10px;
}
.more-icon .action-item-feedback-menu {
  z-index: 1;
}
.more-icon .action-item-feedback-menu a {
  text-align: left;
}

.link-font {
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

.view-claims {
  display: flex;
}

.pf-options-v2.pf2-iconCards {
  margin-bottom: 0;
}
.pf-options-v2.pf2-iconCards .pf2-card-white:last-child {
  margin-bottom: 0;
}

.care-action-theme.pf2-flexcardrow.pf2-flex-2col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin: 3.7rem -14px 1rem 0;
}
@media (max-width: 800px) {
  .care-action-theme.pf2-flexcardrow.pf2-flex-2col {
    display: block;
  }
}
.care-action-theme.pf2-flexcardrow.pf2-flex-2col .pf2-iconCards.pf-options-v2 {
  display: block;
  margin-top: 10px;
}
.care-action-theme.pf2-flexcardrow.pf2-flex-2col .pf2-iconCards.pf-options-v2 .pf2-card-white {
  min-height: 112px;
}
.care-action-theme.pf2-flexcardrow.pf2-flex-2col .pf2-flexcardwrapper.pf2-flexcardwrapper-withtoplinks {
  min-height: 1px;
  flex: 1 1 calc(50% - 14px);
  text-align: center;
  margin-right: 14px;
  max-width: calc(50% - 14px);
  min-width: 120px;
  margin-bottom: 14px;
}
.care-action-theme.pf2-flexcardrow.pf2-flex-2col .pf2-flexcardwrapper.pf2-flexcardwrapper-withtoplinks:last-child {
  margin-right: 0px;
  margin-left: 12px;
}
@media (max-width: 800px) {
  .care-action-theme.pf2-flexcardrow.pf2-flex-2col .pf2-flexcardwrapper.pf2-flexcardwrapper-withtoplinks {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.care-action-theme.pf2-flexcardrow.pf2-flex-2col .pf2-flexcardwrapper.pf2-flexcardwrapper-withtoplinks .options-tiles {
  margin-bottom: 0;
  max-width: calc(100% - 14px);
}
.care-action-theme.pf2-flexcardrow.pf2-flex-2col .pf2-flexcardwrapper.pf2-flexcardwrapper-withtoplinks .more-options {
  margin-top: 7px;
}
.care-action-theme.pf2-flexcardrow.pf2-flex-2col .pf2-flexcardwrapper.pf2-flexcardwrapper-withtoplinks .care-action-items {
  display: block;
  width: 100%;
}
.care-action-theme.pf2-flexcardrow.pf2-flex-2col .options-horizontal {
  display: flex;
  flex-direction: row;
  max-width: 100% !important;
  width: 100%;
}
.care-action-theme.pf2-flexcardrow.pf2-flex-2col .options-horizontal .options-tiles {
  width: 100%;
}
.care-action-theme.pf2-flexcardrow.pf2-flex-2col .options-horizontal .options-tiles .pf2-iconCards.pf-options-v2 {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
}
.care-action-theme.pf2-flexcardrow.pf2-flex-2col .options-horizontal .options-tiles .pf2-iconCards.pf-options-v2 .pf2-card-white {
  text-align: center;
  min-height: 112px;
  flex: 1 1 calc(50% - 14px);
  max-width: calc(50% - 14px);
  min-width: 120px;
  margin-bottom: 14px;
  margin-right: 14px;
}
.care-action-theme.pf2-flexcardrow.pf2-flex-2col .options-horizontal .options-tiles .pf2-iconCards.pf-options-v2 .pf2-card-white:only-child {
  max-width: 100%;
}
.care-action-theme.pf2-flexcardrow.pf2-flex-2col .options-horizontal .options-tiles .pf2-iconCards.pf-options-v2 .pf2-card-white:last-child {
  margin-right: 0;
}

.pf2-card-white.pf2--cardcontent.care-team-v2 {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 12px;
}
.pf2-card-white.pf2--cardcontent.care-team-v2 .pf2-careTeamList.care-seperator {
  border-bottom: 1px solid #ccc;
}
.pf2-card-white.pf2--cardcontent.care-team-v2 .pf2-careTeamList.care-seperator:last-child {
  border-bottom: none;
}
.pf2-card-white.pf2--cardcontent.care-team-v2 .pf2-careTeamList.care-seperator .pf-careTeamNameAddress {
  display: flex;
}
@media (max-width: 800px) {
  .pf2-card-white.pf2--cardcontent.care-team-v2 .pf2-careTeamList.care-seperator .pf-careTeamNameAddress {
    display: block;
  }
}
.pf2-card-white.pf2--cardcontent.care-team-v2 .pf2-careTeamList.care-seperator .pf-careTeamNameAddress .provider-container-v2 {
  flex-basis: 80%;
}
.pf2-card-white.pf2--cardcontent.care-team-v2 .pf2-careTeamList.care-seperator .pf-careTeamNameAddress .card-phone {
  flex-basis: 15%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .pf2-card-white.pf2--cardcontent.care-team-v2 .pf2-careTeamList.care-seperator .pf-careTeamNameAddress .card-phone {
    display: block;
  }
}

.care-header-wrapper2 {
  margin: -20px -40rem 0 -40rem;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .care-header-wrapper2 {
    margin: 0;
    padding: 10px 0px;
  }
}
.care-header-wrapper2 .careHeaderBackground {
  background: #f1f2f3;
}
.care-header-wrapper2 .pf-care-team-container {
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .care-header-wrapper2 .pf-care-team-container .pf-justify-content-between {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

/** 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. */
.fixed-tray .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/* Import Reimagined Classic Icon Variables */
@font-face {
  font-family: "ant-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

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

/** 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. */
.fixed-tray .ant-action-list-button.is-checked:focus {
  outline: 3px solid transparent;
  outline-offset: 9px;
  transition: color 250ms ease-in 100ms, outline-offset 200ms linear;
}

/**
 ******************************************************************************
 * DO NOT ADD CSS OR MIXINS TO THIS FILE :: IT WILL RESULT IN DUPLICATE STYLES
 ******************************************************************************
 */
/* Import Reimagined Classic Icon Variables */
@font-face {
  font-family: "ant-classic-icons";
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d");
  src: url("/assets/fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix") format("embedded-opentype"), url("/assets/fonts/icons/classic/ant-classic-icons.ttf?5lat0d") format("truetype"), url("/assets/fonts/icons/classic/ant-classic-icons.woff?5lat0d") format("woff"), url("/assets/fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-],
[class*=" fa-"],
[class^=ant-classic-],
[class*=" ant-classic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ant-classic-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-500px:before,
.ant-classic-500px:before {
  content: "\f100";
}

.fa-activity-grid-filled:before,
.ant-classic-activity-grid-filled:before {
  content: "\e91d";
}

.fa-adjust:before,
.ant-classic-adjust:before {
  content: "\f101";
}

.fa-adn:before,
.ant-classic-adn:before {
  content: "\f102";
}

.fa-agreement:before,
.ant-classic-agreement:before {
  content: "\e925";
}

.fa-agreement-filled:before,
.ant-classic-agreement-filled:before {
  content: "\e928";
}

.fa-align-center:before,
.ant-classic-align-center:before {
  content: "\f103";
}

.fa-align-justify:before,
.ant-classic-align-justify:before {
  content: "\f104";
}

.fa-align-left:before,
.ant-classic-align-left:before {
  content: "\f105";
}

.fa-align-right:before,
.ant-classic-align-right:before {
  content: "\f106";
}

.fa-amazon:before,
.ant-classic-amazon:before {
  content: "\f107";
}

.fa-ambulance:before,
.ant-classic-ambulance:before {
  content: "\f108";
}

.fa-anchor:before,
.ant-classic-anchor:before {
  content: "\f109";
}

.fa-android:before,
.ant-classic-android:before {
  content: "\f10a";
}

.fa-angellist:before,
.ant-classic-angellist:before {
  content: "\f10b";
}

.fa-angle-double-down:before,
.ant-classic-angle-double-down:before {
  content: "\f10c";
}

.fa-angle-double-left:before,
.ant-classic-angle-double-left:before {
  content: "\f10d";
}

.fa-angle-double-right:before,
.ant-classic-angle-double-right:before {
  content: "\f10e";
}

.fa-angle-double-up:before,
.ant-classic-angle-double-up:before {
  content: "\f10f";
}

.fa-angle-down:before,
.ant-classic-angle-down:before {
  content: "\f110";
}

.fa-angle-left:before,
.ant-classic-angle-left:before {
  content: "\f111";
}

.fa-angle-left2:before,
.ant-classic-angle-left2:before {
  content: "\f38e";
}

.fa-angle-right:before,
.ant-classic-angle-right:before {
  content: "\f112";
}

.fa-angle-up:before,
.ant-classic-angle-up:before {
  content: "\f113";
}

.fa-antapple:before,
.ant-classic-antapple:before {
  content: "\f38f";
}

.fa-apple:before,
.ant-classic-apple:before {
  content: "\f114";
}

.fa-archive:before,
.ant-classic-archive:before {
  content: "\f115";
}

.fa-area-chart:before,
.ant-classic-area-chart:before {
  content: "\f116";
}

.fa-arrow-circle-down:before,
.ant-classic-arrow-circle-down:before {
  content: "\f117";
}

.fa-arrow-circle-left:before,
.ant-classic-arrow-circle-left:before {
  content: "\f118";
}

.fa-arrow-circle-o-down:before,
.ant-classic-arrow-circle-o-down:before {
  content: "\f119";
}

.fa-arrow-circle-o-left:before,
.ant-classic-arrow-circle-o-left:before {
  content: "\f11a";
}

.fa-arrow-circle-o-right:before,
.ant-classic-arrow-circle-o-right:before {
  content: "\f11b";
}

.fa-arrow-circle-o-up:before,
.ant-classic-arrow-circle-o-up:before {
  content: "\f11c";
}

.fa-arrow-circle-right:before,
.ant-classic-arrow-circle-right:before {
  content: "\f11d";
}

.fa-arrow-circle-up:before,
.ant-classic-arrow-circle-up:before {
  content: "\f11e";
}

.fa-arrow-down:before,
.ant-classic-arrow-down:before {
  content: "\f11f";
}

.fa-arrow-left:before,
.ant-classic-arrow-left:before {
  content: "\f120";
}

.fa-arrow-right:before,
.ant-classic-arrow-right:before {
  content: "\f121";
}

.fa-arrow-up:before,
.ant-classic-arrow-up:before {
  content: "\f122";
}

.fa-arrows:before,
.ant-classic-arrows:before {
  content: "\f123";
}

.fa-arrows-alt:before,
.ant-classic-arrows-alt:before {
  content: "\f124";
}

.fa-arrows-h:before,
.ant-classic-arrows-h:before {
  content: "\f125";
}

.fa-arrows-v:before,
.ant-classic-arrows-v:before {
  content: "\f126";
}

.fa-asterisk:before,
.ant-classic-asterisk:before {
  content: "\f127";
}

.fa-at:before,
.ant-classic-at:before {
  content: "\f128";
}

.fa-automobile:before,
.ant-classic-automobile:before {
  content: "\f129";
}

.fa-availity:before,
.ant-classic-availity:before {
  content: "\e93e";
}

.fa-backward:before,
.ant-classic-backward:before {
  content: "\f12a";
}

.fa-balance-scale:before,
.ant-classic-balance-scale:before {
  content: "\f12b";
}

.fa-ban:before,
.ant-classic-ban:before {
  content: "\f12c";
}

.fa-bank:before,
.ant-classic-bank:before {
  content: "\f12d";
}

.fa-bar-chart:before,
.ant-classic-bar-chart:before {
  content: "\f12e";
}

.fa-bar-chart-o:before,
.ant-classic-bar-chart-o:before {
  content: "\f12f";
}

.fa-barcode:before,
.ant-classic-barcode:before {
  content: "\f130";
}

.fa-bars:before,
.ant-classic-bars:before {
  content: "\f131";
}

.fa-battery-0:before,
.ant-classic-battery-0:before {
  content: "\f132";
}

.fa-battery-1:before,
.ant-classic-battery-1:before {
  content: "\f133";
}

.fa-battery-2:before,
.ant-classic-battery-2:before {
  content: "\f134";
}

.fa-battery-3:before,
.ant-classic-battery-3:before {
  content: "\f135";
}

.fa-battery-4:before,
.ant-classic-battery-4:before {
  content: "\f136";
}

.fa-battery-empty:before,
.ant-classic-battery-empty:before {
  content: "\f137";
}

.fa-battery-full:before,
.ant-classic-battery-full:before {
  content: "\f138";
}

.fa-battery-half:before,
.ant-classic-battery-half:before {
  content: "\f139";
}

.fa-battery-quarter:before,
.ant-classic-battery-quarter:before {
  content: "\f13a";
}

.fa-battery-three-quarters:before,
.ant-classic-battery-three-quarters:before {
  content: "\f13b";
}

.fa-bed:before,
.ant-classic-bed:before {
  content: "\f13c";
}

.fa-beer:before,
.ant-classic-beer:before {
  content: "\f13d";
}

.fa-behance:before,
.ant-classic-behance:before {
  content: "\f13e";
}

.fa-behance-square:before,
.ant-classic-behance-square:before {
  content: "\f13f";
}

.fa-bell:before,
.ant-classic-bell:before {
  content: "\f140";
}

.fa-bell-o:before,
.ant-classic-bell-o:before {
  content: "\f141";
}

.fa-bell-slash:before,
.ant-classic-bell-slash:before {
  content: "\f142";
}

.fa-bell-slash-o:before,
.ant-classic-bell-slash-o:before {
  content: "\f143";
}

.fa-bicycle:before,
.ant-classic-bicycle:before {
  content: "\f144";
}

.fa-binoculars:before,
.ant-classic-binoculars:before {
  content: "\f145";
}

.fa-birthday-cake:before,
.ant-classic-birthday-cake:before {
  content: "\f146";
}

.fa-bitbucket:before,
.ant-classic-bitbucket:before {
  content: "\f147";
}

.fa-bitbucket-square:before,
.ant-classic-bitbucket-square:before {
  content: "\f148";
}

.fa-bitcoin:before,
.ant-classic-bitcoin:before {
  content: "\f149";
}

.fa-black-tie:before,
.ant-classic-black-tie:before {
  content: "\f14a";
}

.fa-bold:before,
.ant-classic-bold:before {
  content: "\f14b";
}

.fa-bolt:before,
.ant-classic-bolt:before {
  content: "\f14c";
}

.fa-bomb:before,
.ant-classic-bomb:before {
  content: "\f14d";
}

.fa-book:before,
.ant-classic-book:before {
  content: "\f14e";
}

.fa-bookmark:before,
.ant-classic-bookmark:before {
  content: "\f14f";
}

.fa-bookmark-o:before,
.ant-classic-bookmark-o:before {
  content: "\f150";
}

.fa-brain:before,
.ant-classic-brain:before {
  content: "\e90b";
}

.fa-brain-circle:before,
.ant-classic-brain-circle:before {
  content: "\e900";
}

.fa-briefcase:before,
.ant-classic-briefcase:before {
  content: "\f151";
}

.fa-btc:before,
.ant-classic-btc:before {
  content: "\f152";
}

.fa-bug:before,
.ant-classic-bug:before {
  content: "\f153";
}

.fa-building:before,
.ant-classic-building:before {
  content: "\f154";
}

.fa-building-o:before,
.ant-classic-building-o:before {
  content: "\f155";
}

.fa-bullhorn:before,
.ant-classic-bullhorn:before {
  content: "\f156";
}

.fa-bullseye:before,
.ant-classic-bullseye:before {
  content: "\f157";
}

.fa-bus:before,
.ant-classic-bus:before {
  content: "\f158";
}

.fa-buysellads:before,
.ant-classic-buysellads:before {
  content: "\f159";
}

.fa-cab:before,
.ant-classic-cab:before {
  content: "\f15a";
}

.fa-calculator:before,
.ant-classic-calculator:before {
  content: "\f15b";
}

.fa-calendar:before,
.ant-classic-calendar:before {
  content: "\f15c";
}

.fa-calendar-check-o:before,
.ant-classic-calendar-check-o:before {
  content: "\f15d";
}

.fa-calendar-minus-o:before,
.ant-classic-calendar-minus-o:before {
  content: "\f15e";
}

.fa-calendar-o:before,
.ant-classic-calendar-o:before {
  content: "\f15f";
}

.fa-calendar-plus-o:before,
.ant-classic-calendar-plus-o:before {
  content: "\f160";
}

.fa-calendar-times-o:before,
.ant-classic-calendar-times-o:before {
  content: "\f161";
}

.fa-camera:before,
.ant-classic-camera:before {
  content: "\f162";
}

.fa-camera-retro:before,
.ant-classic-camera-retro:before {
  content: "\f163";
}

.fa-car:before,
.ant-classic-car:before {
  content: "\f164";
}

.fa-caret-down:before,
.ant-classic-caret-down:before {
  content: "\f0d7";
}

.fa-caret-down-1:before,
.ant-classic-caret-down-1:before {
  content: "\f165";
}

.fa-caret-left:before,
.ant-classic-caret-left:before {
  content: "\f0d9";
}

.fa-caret-left-1:before,
.ant-classic-caret-left-1:before {
  content: "\f166";
}

.fa-caret-right:before,
.ant-classic-caret-right:before {
  content: "\f0da";
}

.fa-caret-right-1:before,
.ant-classic-caret-right-1:before {
  content: "\f167";
}

.fa-caret-square-o-down:before,
.ant-classic-caret-square-o-down:before {
  content: "\f168";
}

.fa-caret-square-o-left:before,
.ant-classic-caret-square-o-left:before {
  content: "\f169";
}

.fa-caret-square-o-right:before,
.ant-classic-caret-square-o-right:before {
  content: "\f16a";
}

.fa-caret-square-o-up:before,
.ant-classic-caret-square-o-up:before {
  content: "\f16b";
}

.fa-caret-up:before,
.ant-classic-caret-up:before {
  content: "\f0d8";
}

.fa-caret-up-1:before,
.ant-classic-caret-up-1:before {
  content: "\f16c";
}

.fa-cart-arrow-down:before,
.ant-classic-cart-arrow-down:before {
  content: "\f16d";
}

.fa-cart-plus:before,
.ant-classic-cart-plus:before {
  content: "\f16e";
}

.fa-cc:before,
.ant-classic-cc:before {
  content: "\f16f";
}

.fa-cc-amex:before,
.ant-classic-cc-amex:before {
  content: "\f170";
}

.fa-cc-diners-club:before,
.ant-classic-cc-diners-club:before {
  content: "\f171";
}

.fa-cc-discover:before,
.ant-classic-cc-discover:before {
  content: "\f172";
}

.fa-cc-jcb:before,
.ant-classic-cc-jcb:before {
  content: "\f173";
}

.fa-cc-mastercard:before,
.ant-classic-cc-mastercard:before {
  content: "\f174";
}

.fa-cc-paypal:before,
.ant-classic-cc-paypal:before {
  content: "\f175";
}

.fa-cc-stripe:before,
.ant-classic-cc-stripe:before {
  content: "\f176";
}

.fa-cc-visa:before,
.ant-classic-cc-visa:before {
  content: "\f177";
}

.fa-certificate:before,
.ant-classic-certificate:before {
  content: "\f178";
}

.fa-chain:before,
.ant-classic-chain:before {
  content: "\f179";
}

.fa-chain-broken:before,
.ant-classic-chain-broken:before {
  content: "\f17a";
}

.fa-chat-outline:before,
.ant-classic-chat-outline:before {
  content: "\e93f";
}

.fa-check:before,
.ant-classic-check:before {
  content: "\f17b";
}

.fa-check-circle:before,
.ant-classic-check-circle:before {
  content: "\f17c";
}

.fa-check-circle-o:before,
.ant-classic-check-circle-o:before {
  content: "\f17d";
}

.fa-check-square:before,
.ant-classic-check-square:before {
  content: "\f17e";
}

.fa-check-square-o:before,
.ant-classic-check-square-o:before {
  content: "\f17f";
}

.fa-chevron-circle-down:before,
.ant-classic-chevron-circle-down:before {
  content: "\f180";
}

.fa-chevron-circle-left:before,
.ant-classic-chevron-circle-left:before {
  content: "\f181";
}

.fa-chevron-circle-right:before,
.ant-classic-chevron-circle-right:before {
  content: "\f182";
}

.fa-chevron-circle-up:before,
.ant-classic-chevron-circle-up:before {
  content: "\f183";
}

.fa-chevron-down:before,
.ant-classic-chevron-down:before {
  content: "\f184";
}

.fa-chevron-down-filled:before,
.ant-classic-chevron-down-filled:before {
  content: "\e91e";
}

.fa-chevron-left:before,
.ant-classic-chevron-left:before {
  content: "\f185";
}

.fa-chevron-left-filled:before,
.ant-classic-chevron-left-filled:before {
  content: "\e91f";
}

.fa-chevron-right:before,
.ant-classic-chevron-right:before {
  content: "\f186";
}

.fa-chevron-right-filled:before,
.ant-classic-chevron-right-filled:before {
  content: "\e924";
}

.fa-chevron-up:before,
.ant-classic-chevron-up:before {
  content: "\f187";
}

.fa-chevron-up-filled:before,
.ant-classic-chevron-up-filled:before {
  content: "\e920";
}

.fa-child:before,
.ant-classic-child:before {
  content: "\f188";
}

.fa-chrome:before,
.ant-classic-chrome:before {
  content: "\f189";
}

.fa-circle:before,
.ant-classic-circle:before {
  content: "\f18a";
}

.fa-circle-o:before,
.ant-classic-circle-o:before {
  content: "\f18b";
}

.fa-circle-o-notch:before,
.ant-classic-circle-o-notch:before {
  content: "\f18c";
}

.fa-circle-thin:before,
.ant-classic-circle-thin:before {
  content: "\f18d";
}

.fa-clinic:before,
.ant-classic-clinic:before {
  content: "\e93d";
}

.fa-clipboard:before,
.ant-classic-clipboard:before {
  content: "\f18e";
}

.fa-clock-o:before,
.ant-classic-clock-o:before {
  content: "\f18f";
}

.fa-clone:before,
.ant-classic-clone:before {
  content: "\f190";
}

.fa-close:before,
.ant-classic-close:before {
  content: "\f191";
}

.fa-cloud:before,
.ant-classic-cloud:before {
  content: "\f192";
}

.fa-cloud-download:before,
.ant-classic-cloud-download:before {
  content: "\f193";
}

.fa-cloud-upload:before,
.ant-classic-cloud-upload:before {
  content: "\f194";
}

.fa-cny:before,
.ant-classic-cny:before {
  content: "\f195";
}

.fa-code:before,
.ant-classic-code:before {
  content: "\f196";
}

.fa-code-fork:before,
.ant-classic-code-fork:before {
  content: "\f197";
}

.fa-codepen:before,
.ant-classic-codepen:before {
  content: "\f198";
}

.fa-coffee:before,
.ant-classic-coffee:before {
  content: "\f199";
}

.fa-cog:before,
.ant-classic-cog:before {
  content: "\f19a";
}

.fa-cogs:before,
.ant-classic-cogs:before {
  content: "\f19b";
}

.fa-columns:before,
.ant-classic-columns:before {
  content: "\f19c";
}

.fa-comment:before,
.ant-classic-comment:before {
  content: "\f19d";
}

.fa-comment-o:before,
.ant-classic-comment-o:before {
  content: "\f19e";
}

.fa-commenting:before,
.ant-classic-commenting:before {
  content: "\f19f";
}

.fa-commenting-o:before,
.ant-classic-commenting-o:before {
  content: "\f1a0";
}

.fa-comments:before,
.ant-classic-comments:before {
  content: "\f1a1";
}

.fa-comments-o:before,
.ant-classic-comments-o:before {
  content: "\f1a2";
}

.fa-compass:before,
.ant-classic-compass:before {
  content: "\f1a3";
}

.fa-compress:before,
.ant-classic-compress:before {
  content: "\f1a4";
}

.fa-connectdevelop:before,
.ant-classic-connectdevelop:before {
  content: "\f1a5";
}

.fa-contao:before,
.ant-classic-contao:before {
  content: "\f1a6";
}

.fa-copy:before,
.ant-classic-copy:before {
  content: "\f1a7";
}

.fa-copyright:before,
.ant-classic-copyright:before {
  content: "\f1a8";
}

.fa-creative-commons:before,
.ant-classic-creative-commons:before {
  content: "\f1a9";
}

.fa-credit-card:before,
.ant-classic-credit-card:before {
  content: "\f1aa";
}

.fa-critical-condition:before,
.ant-classic-critical-condition:before {
  content: "\e92a";
}

.fa-critical-condition-circle:before,
.ant-classic-critical-condition-circle:before {
  content: "\e92f";
}

.fa-crop:before,
.ant-classic-crop:before {
  content: "\f1ab";
}

.fa-crosshairs:before,
.ant-classic-crosshairs:before {
  content: "\f1ac";
}

.fa-crutches:before,
.ant-classic-crutches:before {
  content: "\e907";
}

.fa-crutches-circle:before,
.ant-classic-crutches-circle:before {
  content: "\e902";
}

.fa-css3:before,
.ant-classic-css3:before {
  content: "\f1ad";
}

.fa-cube:before,
.ant-classic-cube:before {
  content: "\f1ae";
}

.fa-cubes:before,
.ant-classic-cubes:before {
  content: "\f1af";
}

.fa-cut:before,
.ant-classic-cut:before {
  content: "\f1b0";
}

.fa-cutlery:before,
.ant-classic-cutlery:before {
  content: "\f1b1";
}

.fa-dashboard:before,
.ant-classic-dashboard:before {
  content: "\f1b2";
}

.fa-dashcube:before,
.ant-classic-dashcube:before {
  content: "\f1b3";
}

.fa-database:before,
.ant-classic-database:before {
  content: "\f1b4";
}

.fa-dedent:before,
.ant-classic-dedent:before {
  content: "\f1b5";
}

.fa-delicious:before,
.ant-classic-delicious:before {
  content: "\f1b6";
}

.fa-desktop:before,
.ant-classic-desktop:before {
  content: "\f1b7";
}

.fa-deviantart:before,
.ant-classic-deviantart:before {
  content: "\f1b8";
}

.fa-diamond:before,
.ant-classic-diamond:before {
  content: "\f1b9";
}

.fa-digg:before,
.ant-classic-digg:before {
  content: "\f1ba";
}

.fa-documents-stacked:before,
.ant-classic-documents-stacked:before {
  content: "\e921";
}

.fa-dollar:before,
.ant-classic-dollar:before {
  content: "\f1bb";
}

.fa-dot-circle-o:before,
.ant-classic-dot-circle-o:before {
  content: "\f1bc";
}

.fa-download:before,
.ant-classic-download:before {
  content: "\f1bd";
}

.fa-dribbble:before,
.ant-classic-dribbble:before {
  content: "\f1be";
}

.fa-dropbox:before,
.ant-classic-dropbox:before {
  content: "\f1bf";
}

.fa-drupal:before,
.ant-classic-drupal:before {
  content: "\f1c0";
}

.fa-edit:before,
.ant-classic-edit:before {
  content: "\f1c1";
}

.fa-eject:before,
.ant-classic-eject:before {
  content: "\f1c2";
}

.fa-ellipsis-h:before,
.ant-classic-ellipsis-h:before {
  content: "\f1c3";
}

.fa-ellipsis-v:before,
.ant-classic-ellipsis-v:before {
  content: "\f1c4";
}

.fa-empire:before,
.ant-classic-empire:before {
  content: "\f1c5";
}

.fa-envelope:before,
.ant-classic-envelope:before {
  content: "\f1c6";
}

.fa-envelope-o:before,
.ant-classic-envelope-o:before {
  content: "\f1c7";
}

.fa-envelope-square:before,
.ant-classic-envelope-square:before {
  content: "\f1c8";
}

.fa-eraser:before,
.ant-classic-eraser:before {
  content: "\f1c9";
}

.fa-eur:before,
.ant-classic-eur:before {
  content: "\f1ca";
}

.fa-euro:before,
.ant-classic-euro:before {
  content: "\f1cb";
}

.fa-exchange:before,
.ant-classic-exchange:before {
  content: "\f1cc";
}

.fa-exclamation:before,
.ant-classic-exclamation:before {
  content: "\f1cd";
}

.fa-exclamation-circle:before,
.ant-classic-exclamation-circle:before {
  content: "\f1ce";
}

.fa-exclamation-mark-filled:before,
.ant-classic-exclamation-mark-filled:before {
  content: "\e922";
}

.fa-exclamation-mark-filled2:before,
.ant-classic-exclamation-mark-filled2:before {
  content: "\e937";
}

.fa-exclamation-triangle:before,
.ant-classic-exclamation-triangle:before {
  content: "\f1cf";
}

.fa-exercise-bike:before,
.ant-classic-exercise-bike:before {
  content: "\e931";
}

.fa-exercise-bike-circle:before,
.ant-classic-exercise-bike-circle:before {
  content: "\e930";
}

.fa-expand:before,
.ant-classic-expand:before {
  content: "\f1d0";
}

.fa-expeditedssl:before,
.ant-classic-expeditedssl:before {
  content: "\f1d1";
}

.fa-external-link:before,
.ant-classic-external-link:before {
  content: "\f1d2";
}

.fa-external-link-square:before,
.ant-classic-external-link-square:before {
  content: "\f1d3";
}

.fa-eye:before,
.ant-classic-eye:before {
  content: "\f1d4";
}

.fa-eye-slash:before,
.ant-classic-eye-slash:before {
  content: "\f1d5";
}

.fa-eyedropper:before,
.ant-classic-eyedropper:before {
  content: "\f1d6";
}

.fa-fa-conference-call:before,
.ant-classic-fa-conference-call:before {
  content: "\e914";
}

.fa-fa-conference-call-filled:before,
.ant-classic-fa-conference-call-filled:before {
  content: "\e913";
}

.fa-fa-pill:before,
.ant-classic-fa-pill:before {
  content: "\e916";
}

.fa-fa-pill-filled:before,
.ant-classic-fa-pill-filled:before {
  content: "\e915";
}

.fa-fa-storage:before,
.ant-classic-fa-storage:before {
  content: "\e918";
}

.fa-fa-storage-filled:before,
.ant-classic-fa-storage-filled:before {
  content: "\e917";
}

.fa-fa-triangular-bandage:before,
.ant-classic-fa-triangular-bandage:before {
  content: "\e91a";
}

.fa-fa-triangular-bandage-filled:before,
.ant-classic-fa-triangular-bandage-filled:before {
  content: "\e919";
}

.fa-fa-view-details:before,
.ant-classic-fa-view-details:before {
  content: "\e91c";
}

.fa-fa-view-details-filled:before,
.ant-classic-fa-view-details-filled:before {
  content: "\e91b";
}

.fa-facebook:before,
.ant-classic-facebook:before {
  content: "\f1d7";
}

.fa-facebook-official:before,
.ant-classic-facebook-official:before {
  content: "\f1d8";
}

.fa-facebook-square:before,
.ant-classic-facebook-square:before {
  content: "\f1d9";
}

.fa-family:before,
.ant-classic-family:before {
  content: "\e908";
}

.fa-family-circle:before,
.ant-classic-family-circle:before {
  content: "\e905";
}

.fa-fast-backward:before,
.ant-classic-fast-backward:before {
  content: "\f1da";
}

.fa-fast-forward:before,
.ant-classic-fast-forward:before {
  content: "\f1db";
}

.fa-fax:before,
.ant-classic-fax:before {
  content: "\f1dc";
}

.fa-female:before,
.ant-classic-female:before {
  content: "\f1dd";
}

.fa-fertility:before,
.ant-classic-fertility:before {
  content: "\e92c";
}

.fa-fertility-circle:before,
.ant-classic-fertility-circle:before {
  content: "\e92b";
}

.fa-fighter-jet:before,
.ant-classic-fighter-jet:before {
  content: "\f1de";
}

.fa-file:before,
.ant-classic-file:before {
  content: "\f1df";
}

.fa-file-archive-o:before,
.ant-classic-file-archive-o:before {
  content: "\f1e0";
}

.fa-file-audio-o:before,
.ant-classic-file-audio-o:before {
  content: "\f1e1";
}

.fa-file-code-o:before,
.ant-classic-file-code-o:before {
  content: "\f1e2";
}

.fa-file-excel-o:before,
.ant-classic-file-excel-o:before {
  content: "\f1e3";
}

.fa-file-image-o:before,
.ant-classic-file-image-o:before {
  content: "\f1e4";
}

.fa-file-movie-o:before,
.ant-classic-file-movie-o:before {
  content: "\f1e5";
}

.fa-file-o:before,
.ant-classic-file-o:before {
  content: "\f1e6";
}

.fa-file-pdf-o:before,
.ant-classic-file-pdf-o:before {
  content: "\f1e7";
}

.fa-file-photo-o:before,
.ant-classic-file-photo-o:before {
  content: "\f1e8";
}

.fa-file-picture-o:before,
.ant-classic-file-picture-o:before {
  content: "\f1e9";
}

.fa-file-powerpoint-o:before,
.ant-classic-file-powerpoint-o:before {
  content: "\f1ea";
}

.fa-file-sound-o:before,
.ant-classic-file-sound-o:before {
  content: "\f1eb";
}

.fa-file-text:before,
.ant-classic-file-text:before {
  content: "\f1ec";
}

.fa-file-text-o:before,
.ant-classic-file-text-o:before {
  content: "\f1ed";
}

.fa-file-video-o:before,
.ant-classic-file-video-o:before {
  content: "\f1ee";
}

.fa-file-word-o:before,
.ant-classic-file-word-o:before {
  content: "\f1ef";
}

.fa-file-zip-o:before,
.ant-classic-file-zip-o:before {
  content: "\f1f0";
}

.fa-files-o:before,
.ant-classic-files-o:before {
  content: "\f1f1";
}

.fa-film:before,
.ant-classic-film:before {
  content: "\f1f2";
}

.fa-filter:before,
.ant-classic-filter:before {
  content: "\f1f3";
}

.fa-fire:before,
.ant-classic-fire:before {
  content: "\f1f4";
}

.fa-fire-extinguisher:before,
.ant-classic-fire-extinguisher:before {
  content: "\f1f5";
}

.fa-firefox:before,
.ant-classic-firefox:before {
  content: "\f1f6";
}

.fa-flag:before,
.ant-classic-flag:before {
  content: "\f1f7";
}

.fa-flag-checkered:before,
.ant-classic-flag-checkered:before {
  content: "\f1f8";
}

.fa-flag-o:before,
.ant-classic-flag-o:before {
  content: "\f1f9";
}

.fa-flash:before,
.ant-classic-flash:before {
  content: "\f1fa";
}

.fa-flask:before,
.ant-classic-flask:before {
  content: "\f1fb";
}

.fa-flickr:before,
.ant-classic-flickr:before {
  content: "\f1fc";
}

.fa-floppy-o:before,
.ant-classic-floppy-o:before {
  content: "\f1fd";
}

.fa-folder:before,
.ant-classic-folder:before {
  content: "\f1fe";
}

.fa-folder-o:before,
.ant-classic-folder-o:before {
  content: "\f1ff";
}

.fa-folder-open:before,
.ant-classic-folder-open:before {
  content: "\f200";
}

.fa-folder-open-o:before,
.ant-classic-folder-open-o:before {
  content: "\f201";
}

.fa-font:before,
.ant-classic-font:before {
  content: "\f202";
}

.fa-fonticons:before,
.ant-classic-fonticons:before {
  content: "\f203";
}

.fa-forumbee:before,
.ant-classic-forumbee:before {
  content: "\f204";
}

.fa-forward:before,
.ant-classic-forward:before {
  content: "\f205";
}

.fa-foursquare:before,
.ant-classic-foursquare:before {
  content: "\f206";
}

.fa-frown-o:before,
.ant-classic-frown-o:before {
  content: "\f207";
}

.fa-futbol-o:before,
.ant-classic-futbol-o:before {
  content: "\f208";
}

.fa-gamepad:before,
.ant-classic-gamepad:before {
  content: "\f209";
}

.fa-gavel:before,
.ant-classic-gavel:before {
  content: "\f20a";
}

.fa-gbp:before,
.ant-classic-gbp:before {
  content: "\f20b";
}

.fa-gear:before,
.ant-classic-gear:before {
  content: "\f20c";
}

.fa-gears:before,
.ant-classic-gears:before {
  content: "\f20d";
}

.fa-genderless:before,
.ant-classic-genderless:before {
  content: "\f20e";
}

.fa-get-pocket:before,
.ant-classic-get-pocket:before {
  content: "\f20f";
}

.fa-gg:before,
.ant-classic-gg:before {
  content: "\f210";
}

.fa-gg-circle:before,
.ant-classic-gg-circle:before {
  content: "\f211";
}

.fa-gift:before,
.ant-classic-gift:before {
  content: "\f212";
}

.fa-git:before,
.ant-classic-git:before {
  content: "\f213";
}

.fa-git-square:before,
.ant-classic-git-square:before {
  content: "\f214";
}

.fa-github:before,
.ant-classic-github:before {
  content: "\f215";
}

.fa-github-alt:before,
.ant-classic-github-alt:before {
  content: "\f216";
}

.fa-github-square:before,
.ant-classic-github-square:before {
  content: "\f217";
}

.fa-glass:before,
.ant-classic-glass:before {
  content: "\f218";
}

.fa-globe:before,
.ant-classic-globe:before {
  content: "\f219";
}

.fa-google:before,
.ant-classic-google:before {
  content: "\f21a";
}

.fa-google-plus:before,
.ant-classic-google-plus:before {
  content: "\f21b";
}

.fa-google-plus-square:before,
.ant-classic-google-plus-square:before {
  content: "\f21c";
}

.fa-google-wallet:before,
.ant-classic-google-wallet:before {
  content: "\f21d";
}

.fa-graduation-cap:before,
.ant-classic-graduation-cap:before {
  content: "\f21e";
}

.fa-gratipay:before,
.ant-classic-gratipay:before {
  content: "\f21f";
}

.fa-group:before,
.ant-classic-group:before {
  content: "\f220";
}

.fa-h-square:before,
.ant-classic-h-square:before {
  content: "\f221";
}

.fa-hacker-news:before,
.ant-classic-hacker-news:before {
  content: "\f222";
}

.fa-hand-grab-o:before,
.ant-classic-hand-grab-o:before {
  content: "\f223";
}

.fa-hand-heart:before,
.ant-classic-hand-heart:before {
  content: "\e940";
}

.fa-hand-lizard-o:before,
.ant-classic-hand-lizard-o:before {
  content: "\f224";
}

.fa-hand-o-down:before,
.ant-classic-hand-o-down:before {
  content: "\f225";
}

.fa-hand-o-left:before,
.ant-classic-hand-o-left:before {
  content: "\f226";
}

.fa-hand-o-right:before,
.ant-classic-hand-o-right:before {
  content: "\f227";
}

.fa-hand-o-up:before,
.ant-classic-hand-o-up:before {
  content: "\f228";
}

.fa-hand-paper-o:before,
.ant-classic-hand-paper-o:before {
  content: "\f229";
}

.fa-hand-peace-o:before,
.ant-classic-hand-peace-o:before {
  content: "\f22a";
}

.fa-hand-pointer-o:before,
.ant-classic-hand-pointer-o:before {
  content: "\f22b";
}

.fa-hand-rock-o:before,
.ant-classic-hand-rock-o:before {
  content: "\f22c";
}

.fa-hand-scissors-o:before,
.ant-classic-hand-scissors-o:before {
  content: "\f22d";
}

.fa-hand-spock-o:before,
.ant-classic-hand-spock-o:before {
  content: "\f22e";
}

.fa-hand-stop-o:before,
.ant-classic-hand-stop-o:before {
  content: "\f22f";
}

.fa-hand-with-pen:before,
.ant-classic-hand-with-pen:before {
  content: "\e927";
}

.fa-hand-with-pen-filled:before,
.ant-classic-hand-with-pen-filled:before {
  content: "\e926";
}

.fa-handshake:before,
.ant-classic-handshake:before {
  content: "\e92d";
}

.fa-handshake-circle:before,
.ant-classic-handshake-circle:before {
  content: "\e929";
}

.fa-hdd-o:before,
.ant-classic-hdd-o:before {
  content: "\f230";
}

.fa-header:before,
.ant-classic-header:before {
  content: "\f231";
}

.fa-headphones:before,
.ant-classic-headphones:before {
  content: "\f232";
}

.fa-headset:before,
.ant-classic-headset:before {
  content: "\e90f";
}

.fa-heart:before,
.ant-classic-heart:before {
  content: "\f233";
}

.fa-heart-o:before,
.ant-classic-heart-o:before {
  content: "\f234";
}

.fa-heartbeat:before,
.ant-classic-heartbeat:before {
  content: "\f235";
}

.fa-history:before,
.ant-classic-history:before {
  content: "\f236";
}

.fa-home:before,
.ant-classic-home:before {
  content: "\f237";
}

.fa-hospital-o:before,
.ant-classic-hospital-o:before {
  content: "\f238";
}

.fa-hotel:before,
.ant-classic-hotel:before {
  content: "\f239";
}

.fa-hourglass:before,
.ant-classic-hourglass:before {
  content: "\f23a";
}

.fa-hourglass-1:before,
.ant-classic-hourglass-1:before {
  content: "\f23b";
}

.fa-hourglass-2:before,
.ant-classic-hourglass-2:before {
  content: "\f23c";
}

.fa-hourglass-3:before,
.ant-classic-hourglass-3:before {
  content: "\f23d";
}

.fa-hourglass-end:before,
.ant-classic-hourglass-end:before {
  content: "\f23e";
}

.fa-hourglass-half:before,
.ant-classic-hourglass-half:before {
  content: "\f23f";
}

.fa-hourglass-o:before,
.ant-classic-hourglass-o:before {
  content: "\f240";
}

.fa-hourglass-start:before,
.ant-classic-hourglass-start:before {
  content: "\f241";
}

.fa-houzz:before,
.ant-classic-houzz:before {
  content: "\f242";
}

.fa-html5:before,
.ant-classic-html5:before {
  content: "\f243";
}

.fa-i-cursor:before,
.ant-classic-i-cursor:before {
  content: "\f244";
}

.fa-ils:before,
.ant-classic-ils:before {
  content: "\f245";
}

.fa-image:before,
.ant-classic-image:before {
  content: "\f246";
}

.fa-inbox:before,
.ant-classic-inbox:before {
  content: "\f247";
}

.fa-indent:before,
.ant-classic-indent:before {
  content: "\f248";
}

.fa-industry:before,
.ant-classic-industry:before {
  content: "\f249";
}

.fa-info:before,
.ant-classic-info:before {
  content: "\f24a";
}

.fa-info-circle:before,
.ant-classic-info-circle:before {
  content: "\f24b";
}

.fa-information-filled:before,
.ant-classic-information-filled:before {
  content: "\e923";
}

.fa-information-filled2:before,
.ant-classic-information-filled2:before {
  content: "\e938";
}

.fa-inr:before,
.ant-classic-inr:before {
  content: "\f24c";
}

.fa-instagram:before,
.ant-classic-instagram:before {
  content: "\f24d";
}

.fa-institution:before,
.ant-classic-institution:before {
  content: "\f24e";
}

.fa-internet-explorer:before,
.ant-classic-internet-explorer:before {
  content: "\f24f";
}

.fa-ioxhost:before,
.ant-classic-ioxhost:before {
  content: "\f250";
}

.fa-italic:before,
.ant-classic-italic:before {
  content: "\f251";
}

.fa-joomla:before,
.ant-classic-joomla:before {
  content: "\f252";
}

.fa-jpy:before,
.ant-classic-jpy:before {
  content: "\f253";
}

.fa-jsfiddle:before,
.ant-classic-jsfiddle:before {
  content: "\f254";
}

.fa-key:before,
.ant-classic-key:before {
  content: "\f255";
}

.fa-keyboard-o:before,
.ant-classic-keyboard-o:before {
  content: "\f256";
}

.fa-krw:before,
.ant-classic-krw:before {
  content: "\f257";
}

.fa-language:before,
.ant-classic-language:before {
  content: "\f258";
}

.fa-laptop:before,
.ant-classic-laptop:before {
  content: "\f259";
}

.fa-lastfm:before,
.ant-classic-lastfm:before {
  content: "\f25a";
}

.fa-lastfm-square:before,
.ant-classic-lastfm-square:before {
  content: "\f25b";
}

.fa-leaf:before,
.ant-classic-leaf:before {
  content: "\f25c";
}

.fa-leanpub:before,
.ant-classic-leanpub:before {
  content: "\f25d";
}

.fa-legal:before,
.ant-classic-legal:before {
  content: "\f25e";
}

.fa-lemon-o:before,
.ant-classic-lemon-o:before {
  content: "\f25f";
}

.fa-level-down:before,
.ant-classic-level-down:before {
  content: "\f260";
}

.fa-level-up:before,
.ant-classic-level-up:before {
  content: "\f261";
}

.fa-life-bouy:before,
.ant-classic-life-bouy:before {
  content: "\f262";
}

.fa-life-buoy:before,
.ant-classic-life-buoy:before {
  content: "\f263";
}

.fa-life-ring:before,
.ant-classic-life-ring:before {
  content: "\f264";
}

.fa-life-saver:before,
.ant-classic-life-saver:before {
  content: "\f265";
}

.fa-lightbulb-o:before,
.ant-classic-lightbulb-o:before {
  content: "\f266";
}

.fa-line-chart:before,
.ant-classic-line-chart:before {
  content: "\f267";
}

.fa-line-graph:before,
.ant-classic-line-graph:before {
  content: "\e90e";
}

.fa-link:before,
.ant-classic-link:before {
  content: "\f268";
}

.fa-linkedin:before,
.ant-classic-linkedin:before {
  content: "\f269";
}

.fa-linkedin-square:before,
.ant-classic-linkedin-square:before {
  content: "\f26a";
}

.fa-linux:before,
.ant-classic-linux:before {
  content: "\f26b";
}

.fa-list:before,
.ant-classic-list:before {
  content: "\f26c";
}

.fa-list-alt:before,
.ant-classic-list-alt:before {
  content: "\e912";
}

.fa-list-alt-1:before,
.ant-classic-list-alt-1:before {
  content: "\f26d";
}

.fa-list-ol:before,
.ant-classic-list-ol:before {
  content: "\f26e";
}

.fa-list-ul:before,
.ant-classic-list-ul:before {
  content: "\f26f";
}

.fa-location-arrow:before,
.ant-classic-location-arrow:before {
  content: "\f270";
}

.fa-lock:before,
.ant-classic-lock:before {
  content: "\f271";
}

.fa-long-arrow-down:before,
.ant-classic-long-arrow-down:before {
  content: "\f272";
}

.fa-long-arrow-left:before,
.ant-classic-long-arrow-left:before {
  content: "\f273";
}

.fa-long-arrow-right:before,
.ant-classic-long-arrow-right:before {
  content: "\f274";
}

.fa-long-arrow-up:before,
.ant-classic-long-arrow-up:before {
  content: "\f275";
}

.fa-magic:before,
.ant-classic-magic:before {
  content: "\f276";
}

.fa-magnet:before,
.ant-classic-magnet:before {
  content: "\f277";
}

.fa-mail-forward:before,
.ant-classic-mail-forward:before {
  content: "\f278";
}

.fa-mail-reply:before,
.ant-classic-mail-reply:before {
  content: "\f279";
}

.fa-mail-reply-all:before,
.ant-classic-mail-reply-all:before {
  content: "\f27a";
}

.fa-male:before,
.ant-classic-male:before {
  content: "\f27b";
}

.fa-map:before,
.ant-classic-map:before {
  content: "\f27c";
}

.fa-map-marker:before,
.ant-classic-map-marker:before {
  content: "\f27d";
}

.fa-map-o:before,
.ant-classic-map-o:before {
  content: "\f27e";
}

.fa-map-pin:before,
.ant-classic-map-pin:before {
  content: "\f27f";
}

.fa-map-signs:before,
.ant-classic-map-signs:before {
  content: "\f280";
}

.fa-mars:before,
.ant-classic-mars:before {
  content: "\f281";
}

.fa-mars-double:before,
.ant-classic-mars-double:before {
  content: "\f282";
}

.fa-mars-stroke:before,
.ant-classic-mars-stroke:before {
  content: "\f283";
}

.fa-mars-stroke-h:before,
.ant-classic-mars-stroke-h:before {
  content: "\f284";
}

.fa-mars-stroke-v:before,
.ant-classic-mars-stroke-v:before {
  content: "\f285";
}

.fa-maxcdn:before,
.ant-classic-maxcdn:before {
  content: "\f286";
}

.fa-meanpath:before,
.ant-classic-meanpath:before {
  content: "\f287";
}

.fa-medium:before,
.ant-classic-medium:before {
  content: "\f288";
}

.fa-medkit:before,
.ant-classic-medkit:before {
  content: "\f289";
}

.fa-meh-o:before,
.ant-classic-meh-o:before {
  content: "\f28a";
}

.fa-mercury:before,
.ant-classic-mercury:before {
  content: "\f28b";
}

.fa-microphone:before,
.ant-classic-microphone:before {
  content: "\f28c";
}

.fa-microphone-slash:before,
.ant-classic-microphone-slash:before {
  content: "\f28d";
}

.fa-minus:before,
.ant-classic-minus:before {
  content: "\f28e";
}

.fa-minus-circle:before,
.ant-classic-minus-circle:before {
  content: "\f28f";
}

.fa-minus-square:before,
.ant-classic-minus-square:before {
  content: "\f290";
}

.fa-minus-square-o:before,
.ant-classic-minus-square-o:before {
  content: "\f291";
}

.fa-mobile:before,
.ant-classic-mobile:before {
  content: "\f292";
}

.fa-mobile-phone:before,
.ant-classic-mobile-phone:before {
  content: "\f293";
}

.fa-money:before,
.ant-classic-money:before {
  content: "\f294";
}

.fa-moon-o:before,
.ant-classic-moon-o:before {
  content: "\f295";
}

.fa-mortar-board:before,
.ant-classic-mortar-board:before {
  content: "\f296";
}

.fa-motorcycle:before,
.ant-classic-motorcycle:before {
  content: "\f297";
}

.fa-mouse-pointer:before,
.ant-classic-mouse-pointer:before {
  content: "\f298";
}

.fa-music:before,
.ant-classic-music:before {
  content: "\f299";
}

.fa-navicon:before,
.ant-classic-navicon:before {
  content: "\f29a";
}

.fa-neuter:before,
.ant-classic-neuter:before {
  content: "\f29b";
}

.fa-newspaper-o:before,
.ant-classic-newspaper-o:before {
  content: "\f29c";
}

.fa-object-group:before,
.ant-classic-object-group:before {
  content: "\f29d";
}

.fa-object-ungroup:before,
.ant-classic-object-ungroup:before {
  content: "\f29e";
}

.fa-odnoklassniki:before,
.ant-classic-odnoklassniki:before {
  content: "\f29f";
}

.fa-odnoklassniki-square:before,
.ant-classic-odnoklassniki-square:before {
  content: "\f2a0";
}

.fa-opencart:before,
.ant-classic-opencart:before {
  content: "\f2a1";
}

.fa-openid:before,
.ant-classic-openid:before {
  content: "\f2a2";
}

.fa-opera:before,
.ant-classic-opera:before {
  content: "\f2a3";
}

.fa-optin-monster:before,
.ant-classic-optin-monster:before {
  content: "\f2a4";
}

.fa-outdent:before,
.ant-classic-outdent:before {
  content: "\f2a5";
}

.fa-pagelines:before,
.ant-classic-pagelines:before {
  content: "\f2a6";
}

.fa-paint-brush:before,
.ant-classic-paint-brush:before {
  content: "\f2a7";
}

.fa-paper-plane:before,
.ant-classic-paper-plane:before {
  content: "\f2a8";
}

.fa-paper-plane-o:before,
.ant-classic-paper-plane-o:before {
  content: "\f2a9";
}

.fa-paperclip:before,
.ant-classic-paperclip:before {
  content: "\f2aa";
}

.fa-paragraph:before,
.ant-classic-paragraph:before {
  content: "\f2ab";
}

.fa-paste:before,
.ant-classic-paste:before {
  content: "\f2ac";
}

.fa-pause:before,
.ant-classic-pause:before {
  content: "\f2ad";
}

.fa-paw:before,
.ant-classic-paw:before {
  content: "\f2ae";
}

.fa-paypal:before,
.ant-classic-paypal:before {
  content: "\f2af";
}

.fa-pencil:before,
.ant-classic-pencil:before {
  content: "\f2b0";
}

.fa-pencil-square:before,
.ant-classic-pencil-square:before {
  content: "\f2b1";
}

.fa-pencil-square-o:before,
.ant-classic-pencil-square-o:before {
  content: "\f2b2";
}

.fa-pestal_mortar:before,
.ant-classic-pestal_mortar:before {
  content: "\e934";
}

.fa-phone:before,
.ant-classic-phone:before {
  content: "\f2b3";
}

.fa-phone-filled:before,
.ant-classic-phone-filled:before {
  content: "\e936";
}

.fa-phone-square:before,
.ant-classic-phone-square:before {
  content: "\f2b4";
}

.fa-photo:before,
.ant-classic-photo:before {
  content: "\f2b5";
}

.fa-picture-o:before,
.ant-classic-picture-o:before {
  content: "\f2b6";
}

.fa-pie-chart:before,
.ant-classic-pie-chart:before {
  content: "\f2b7";
}

.fa-pied-piper:before,
.ant-classic-pied-piper:before {
  content: "\f2b8";
}

.fa-pied-piper-alt:before,
.ant-classic-pied-piper-alt:before {
  content: "\f2b9";
}

.fa-pinterest:before,
.ant-classic-pinterest:before {
  content: "\f2ba";
}

.fa-pinterest-p:before,
.ant-classic-pinterest-p:before {
  content: "\f2bb";
}

.fa-pinterest-square:before,
.ant-classic-pinterest-square:before {
  content: "\f2bc";
}

.fa-plane:before,
.ant-classic-plane:before {
  content: "\f2bd";
}

.fa-play:before,
.ant-classic-play:before {
  content: "\f2be";
}

.fa-play-circle:before,
.ant-classic-play-circle:before {
  content: "\f2bf";
}

.fa-play-circle-o:before,
.ant-classic-play-circle-o:before {
  content: "\f2c0";
}

.fa-plug:before,
.ant-classic-plug:before {
  content: "\f2c1";
}

.fa-plus:before, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,
.ant-classic-plus:before {
  content: "\f2c2";
}

.fa-plus-circle:before,
.ant-classic-plus-circle:before {
  content: "\f2c3";
}

.fa-plus-square:before,
.ant-classic-plus-square:before {
  content: "\f2c4";
}

.fa-plus-square-o:before,
.ant-classic-plus-square-o:before {
  content: "\f2c5";
}

.fa-power-off:before,
.ant-classic-power-off:before {
  content: "\f2c6";
}

.fa-prescription_pill_bottle:before,
.ant-classic-prescription_pill_bottle:before {
  content: "\e93c";
}

.fa-print:before,
.ant-classic-print:before {
  content: "\f2c7";
}

.fa-pulse:before,
.ant-classic-pulse:before {
  content: "\e90c";
}

.fa-pulse-circle:before,
.ant-classic-pulse-circle:before {
  content: "\e904";
}

.fa-purchase_order:before,
.ant-classic-purchase_order:before {
  content: "\e93b";
}

.fa-puzzle-piece:before,
.ant-classic-puzzle-piece:before {
  content: "\f2c8";
}

.fa-qq:before,
.ant-classic-qq:before {
  content: "\f2c9";
}

.fa-qrcode:before,
.ant-classic-qrcode:before {
  content: "\f2ca";
}

.fa-question:before,
.ant-classic-question:before {
  content: "\f2cb";
}

.fa-question-circle:before,
.ant-classic-question-circle:before {
  content: "\f2cc";
}

.fa-quote-left:before,
.ant-classic-quote-left:before {
  content: "\f2cd";
}

.fa-quote-right:before,
.ant-classic-quote-right:before {
  content: "\f2ce";
}

.fa-ra:before,
.ant-classic-ra:before {
  content: "\f2cf";
}

.fa-random:before,
.ant-classic-random:before {
  content: "\f2d0";
}

.fa-rebel:before,
.ant-classic-rebel:before {
  content: "\f2d1";
}

.fa-receive_cash:before,
.ant-classic-receive_cash:before {
  content: "\e93a";
}

.fa-recycle:before,
.ant-classic-recycle:before {
  content: "\f2d2";
}

.fa-reddit:before,
.ant-classic-reddit:before {
  content: "\f2d3";
}

.fa-reddit-square:before,
.ant-classic-reddit-square:before {
  content: "\f2d4";
}

.fa-refresh:before,
.ant-classic-refresh:before {
  content: "\f2d5";
}

.fa-reg-employer:before,
.ant-classic-reg-employer:before {
  content: "\e941";
}

.fa-reg-guest:before,
.ant-classic-reg-guest:before {
  content: "\e942";
}

.fa-reg-member:before,
.ant-classic-reg-member:before {
  content: "\e943";
}

.fa-reg-producer:before,
.ant-classic-reg-producer:before {
  content: "\e946";
}

.fa-reg-provider:before,
.ant-classic-reg-provider:before {
  content: "\e945";
}

.fa-reg-shopper:before,
.ant-classic-reg-shopper:before {
  content: "\e944";
}

.fa-registered:before,
.ant-classic-registered:before {
  content: "\f2d6";
}

.fa-renren:before,
.ant-classic-renren:before {
  content: "\f2d7";
}

.fa-reorder:before,
.ant-classic-reorder:before {
  content: "\f2d8";
}

.fa-remove:before,
.ant-classic-remove:before {
  content: "\f191";
}

.fa-repeat:before,
.ant-classic-repeat:before {
  content: "\f2d9";
}

.fa-reply:before,
.ant-classic-reply:before {
  content: "\f2da";
}

.fa-reply-all:before,
.ant-classic-reply-all:before {
  content: "\f2db";
}

.fa-retweet:before,
.ant-classic-retweet:before {
  content: "\f2dc";
}

.fa-rmb:before,
.ant-classic-rmb:before {
  content: "\f2dd";
}

.fa-road:before,
.ant-classic-road:before {
  content: "\f2de";
}

.fa-rocket:before,
.ant-classic-rocket:before {
  content: "\f2df";
}

.fa-rotate-left:before,
.ant-classic-rotate-left:before {
  content: "\f2e0";
}

.fa-rotate-right:before,
.ant-classic-rotate-right:before {
  content: "\f2e1";
}

.fa-rouble:before,
.ant-classic-rouble:before {
  content: "\f2e2";
}

.fa-rss:before,
.ant-classic-rss:before {
  content: "\f2e3";
}

.fa-rss-square:before,
.ant-classic-rss-square:before {
  content: "\f2e4";
}

.fa-rub:before,
.ant-classic-rub:before {
  content: "\f2e5";
}

.fa-ruble:before,
.ant-classic-ruble:before {
  content: "\f2e6";
}

.fa-running-shoe:before,
.ant-classic-running-shoe:before {
  content: "\e932";
}

.fa-running-shoe-circle:before,
.ant-classic-running-shoe-circle:before {
  content: "\e92e";
}

.fa-rupee:before,
.ant-classic-rupee:before {
  content: "\f2e7";
}

.fa-rx:before,
.ant-classic-rx:before {
  content: "\e90d";
}

.fa-rx-circle:before,
.ant-classic-rx-circle:before {
  content: "\e906";
}

.fa-safari:before,
.ant-classic-safari:before {
  content: "\f2e8";
}

.fa-save:before,
.ant-classic-save:before {
  content: "\f2e9";
}

.fa-scissors:before,
.ant-classic-scissors:before {
  content: "\f2ea";
}

.fa-search:before,
.ant-classic-search:before {
  content: "\f2eb";
}

.fa-search-minus:before,
.ant-classic-search-minus:before {
  content: "\f2ec";
}

.fa-search-plus:before,
.ant-classic-search-plus:before {
  content: "\f2ed";
}

.fa-sellsy:before,
.ant-classic-sellsy:before {
  content: "\f2ee";
}

.fa-server:before,
.ant-classic-server:before {
  content: "\f2ef";
}

.fa-share:before,
.ant-classic-share:before {
  content: "\f2f0";
}

.fa-share-alt:before,
.ant-classic-share-alt:before {
  content: "\f2f1";
}

.fa-share-alt-square:before,
.ant-classic-share-alt-square:before {
  content: "\f2f2";
}

.fa-share-square:before,
.ant-classic-share-square:before {
  content: "\f2f3";
}

.fa-share-square-o:before,
.ant-classic-share-square-o:before {
  content: "\f2f4";
}

.fa-shekel:before,
.ant-classic-shekel:before {
  content: "\f2f5";
}

.fa-sheqel:before,
.ant-classic-sheqel:before {
  content: "\f2f6";
}

.fa-shield:before,
.ant-classic-shield:before {
  content: "\f2f7";
}

.fa-ship:before,
.ant-classic-ship:before {
  content: "\f2f8";
}

.fa-shirtsinbulk:before,
.ant-classic-shirtsinbulk:before {
  content: "\f2f9";
}

.fa-shopping-cart:before,
.ant-classic-shopping-cart:before {
  content: "\f2fa";
}

.fa-sign-in:before,
.ant-classic-sign-in:before {
  content: "\f2fb";
}

.fa-sign-out:before,
.ant-classic-sign-out:before {
  content: "\f2fc";
}

.fa-signal:before,
.ant-classic-signal:before {
  content: "\f2fd";
}

.fa-simplybuilt:before,
.ant-classic-simplybuilt:before {
  content: "\f2fe";
}

.fa-sitemap:before,
.ant-classic-sitemap:before {
  content: "\f2ff";
}

.fa-skyatlas:before,
.ant-classic-skyatlas:before {
  content: "\f300";
}

.fa-skype:before,
.ant-classic-skype:before {
  content: "\f301";
}

.fa-slack:before,
.ant-classic-slack:before {
  content: "\f302";
}

.fa-sliders:before,
.ant-classic-sliders:before {
  content: "\f303";
}

.fa-slideshare:before,
.ant-classic-slideshare:before {
  content: "\f304";
}

.fa-smile-o:before,
.ant-classic-smile-o:before {
  content: "\f305";
}

.fa-sort:before,
.ant-classic-sort:before {
  content: "\f306";
}

.fa-sort-alpha-asc:before,
.ant-classic-sort-alpha-asc:before {
  content: "\f307";
}

.fa-sort-alpha-desc:before,
.ant-classic-sort-alpha-desc:before {
  content: "\f308";
}

.fa-sort-amount-asc:before,
.ant-classic-sort-amount-asc:before {
  content: "\f309";
}

.fa-sort-amount-desc:before,
.ant-classic-sort-amount-desc:before {
  content: "\f30a";
}

.fa-sort-asc:before,
.ant-classic-sort-asc:before {
  content: "\f30b";
}

.fa-sort-desc:before,
.ant-classic-sort-desc:before {
  content: "\f30c";
}

.fa-sort-numeric-asc:before,
.ant-classic-sort-numeric-asc:before {
  content: "\f30d";
}

.fa-sort-numeric-desc:before,
.ant-classic-sort-numeric-desc:before {
  content: "\f30e";
}

.fa-soundcloud:before,
.ant-classic-soundcloud:before {
  content: "\f30f";
}

.fa-space-shuttle:before,
.ant-classic-space-shuttle:before {
  content: "\f310";
}

.fa-spinner:before,
.ant-classic-spinner:before {
  content: "\f311";
}

.fa-spoon:before,
.ant-classic-spoon:before {
  content: "\f312";
}

.fa-spotify:before,
.ant-classic-spotify:before {
  content: "\f313";
}

.fa-square:before,
.ant-classic-square:before {
  content: "\f314";
}

.fa-square-o:before,
.ant-classic-square-o:before {
  content: "\f315";
}

.fa-stack-exchange:before,
.ant-classic-stack-exchange:before {
  content: "\f316";
}

.fa-stack-overflow:before,
.ant-classic-stack-overflow:before {
  content: "\f317";
}

.fa-star:before,
.ant-classic-star:before {
  content: "\f318";
}

.fa-star-half:before,
.ant-classic-star-half:before {
  content: "\f319";
}

.fa-star-half-o:before,
.ant-classic-star-half-o:before {
  content: "\f31a";
}

.fa-star-o:before,
.ant-classic-star-o:before {
  content: "\f31b";
}

.fa-steam:before,
.ant-classic-steam:before {
  content: "\f31c";
}

.fa-steam-square:before,
.ant-classic-steam-square:before {
  content: "\f31d";
}

.fa-step-backward:before,
.ant-classic-step-backward:before {
  content: "\f31e";
}

.fa-step-forward:before,
.ant-classic-step-forward:before {
  content: "\f31f";
}

.fa-stethoscope:before,
.ant-classic-stethoscope:before {
  content: "\f320";
}

.fa-sticky-note:before,
.ant-classic-sticky-note:before {
  content: "\f321";
}

.fa-sticky-note-o:before,
.ant-classic-sticky-note-o:before {
  content: "\f322";
}

.fa-stop:before,
.ant-classic-stop:before {
  content: "\f323";
}

.fa-street-view:before,
.ant-classic-street-view:before {
  content: "\f324";
}

.fa-strikethrough:before,
.ant-classic-strikethrough:before {
  content: "\f325";
}

.fa-stumbleupon:before,
.ant-classic-stumbleupon:before {
  content: "\f326";
}

.fa-stumbleupon-circle:before,
.ant-classic-stumbleupon-circle:before {
  content: "\f327";
}

.fa-subscript:before,
.ant-classic-subscript:before {
  content: "\f328";
}

.fa-subway:before,
.ant-classic-subway:before {
  content: "\f329";
}

.fa-suitcase:before,
.ant-classic-suitcase:before {
  content: "\f32a";
}

.fa-sun-o:before,
.ant-classic-sun-o:before {
  content: "\f32b";
}

.fa-superscript:before,
.ant-classic-superscript:before {
  content: "\f32c";
}

.fa-table:before,
.ant-classic-table:before {
  content: "\e911";
}

.fa-table-1:before,
.ant-classic-table-1:before {
  content: "\f32d";
}

.fa-tablet:before,
.ant-classic-tablet:before {
  content: "\f32e";
}

.fa-tachometer:before,
.ant-classic-tachometer:before {
  content: "\f32f";
}

.fa-tag:before,
.ant-classic-tag:before {
  content: "\f330";
}

.fa-tags:before,
.ant-classic-tags:before {
  content: "\f331";
}

.fa-tasks:before,
.ant-classic-tasks:before {
  content: "\f332";
}

.fa-taxi:before,
.ant-classic-taxi:before {
  content: "\f333";
}

.fa-television:before,
.ant-classic-television:before {
  content: "\f334";
}

.fa-tencent-weibo:before,
.ant-classic-tencent-weibo:before {
  content: "\f335";
}

.fa-terminal:before,
.ant-classic-terminal:before {
  content: "\f336";
}

.fa-text-height:before,
.ant-classic-text-height:before {
  content: "\f337";
}

.fa-text-width:before,
.ant-classic-text-width:before {
  content: "\f338";
}

.fa-th:before,
.ant-classic-th:before {
  content: "\e910";
}

.fa-th-1:before,
.ant-classic-th-1:before {
  content: "\f339";
}

.fa-th-large:before,
.ant-classic-th-large:before {
  content: "\f33a";
}

.fa-th-list:before,
.ant-classic-th-list:before {
  content: "\f33b";
}

.fa-thumb-tack:before,
.ant-classic-thumb-tack:before {
  content: "\f33c";
}

.fa-thumbs-down:before,
.ant-classic-thumbs-down:before {
  content: "\f33d";
}

.fa-thumbs-o-down:before,
.ant-classic-thumbs-o-down:before {
  content: "\f33e";
}

.fa-thumbs-o-up:before,
.ant-classic-thumbs-o-up:before {
  content: "\f33f";
}

.fa-thumbs-up:before,
.ant-classic-thumbs-up:before {
  content: "\f340";
}

.fa-ticket:before,
.ant-classic-ticket:before {
  content: "\f341";
}

.fa-times:before,
.ant-classic-times:before {
  content: "\f342";
}

.fa-times-circle:before,
.ant-classic-times-circle:before {
  content: "\f343";
}

.fa-times-circle-o:before,
.ant-classic-times-circle-o:before {
  content: "\f344";
}

.fa-tint:before,
.ant-classic-tint:before {
  content: "\f345";
}

.fa-toggle-off:before,
.ant-classic-toggle-off:before {
  content: "\f346";
}

.fa-toggle-on:before,
.ant-classic-toggle-on:before {
  content: "\f347";
}

.fa-toothbrush:before,
.ant-classic-toothbrush:before {
  content: "\e90a";
}

.fa-toothbrush-circle:before,
.ant-classic-toothbrush-circle:before {
  content: "\e901";
}

.fa-trademark:before,
.ant-classic-trademark:before {
  content: "\f348";
}

.fa-train:before,
.ant-classic-train:before {
  content: "\f349";
}

.fa-transgender:before,
.ant-classic-transgender:before {
  content: "\f34a";
}

.fa-transgender-alt:before,
.ant-classic-transgender-alt:before {
  content: "\f34b";
}

.fa-trash:before,
.ant-classic-trash:before {
  content: "\f34c";
}

.fa-trash-o:before,
.ant-classic-trash-o:before {
  content: "\f34d";
}

.fa-treatment_plan:before,
.ant-classic-treatment_plan:before {
  content: "\e939";
}

.fa-tree:before,
.ant-classic-tree:before {
  content: "\f34e";
}

.fa-trello:before,
.ant-classic-trello:before {
  content: "\f34f";
}

.fa-tripadvisor:before,
.ant-classic-tripadvisor:before {
  content: "\f350";
}

.fa-trophy:before,
.ant-classic-trophy:before {
  content: "\f351";
}

.fa-truck:before,
.ant-classic-truck:before {
  content: "\f352";
}

.fa-try:before,
.ant-classic-try:before {
  content: "\f353";
}

.fa-tty:before,
.ant-classic-tty:before {
  content: "\f354";
}

.fa-tumblr:before,
.ant-classic-tumblr:before {
  content: "\f355";
}

.fa-tumblr-square:before,
.ant-classic-tumblr-square:before {
  content: "\f356";
}

.fa-turkish-lira:before,
.ant-classic-turkish-lira:before {
  content: "\f357";
}

.fa-twitch:before,
.ant-classic-twitch:before {
  content: "\f358";
}

.fa-twitter:before,
.ant-classic-twitter:before {
  content: "\f359";
}

.fa-twitter-square:before,
.ant-classic-twitter-square:before {
  content: "\f35a";
}

.fa-umbrella:before,
.ant-classic-umbrella:before {
  content: "\f35b";
}

.fa-underline:before,
.ant-classic-underline:before {
  content: "\f35c";
}

.fa-undo:before,
.ant-classic-undo:before {
  content: "\f35d";
}

.fa-university:before,
.ant-classic-university:before {
  content: "\f35e";
}

.fa-unlink:before,
.ant-classic-unlink:before {
  content: "\f35f";
}

.fa-unlock:before,
.ant-classic-unlock:before {
  content: "\f360";
}

.fa-unlock-alt:before,
.ant-classic-unlock-alt:before {
  content: "\f361";
}

.fa-upload:before,
.ant-classic-upload:before {
  content: "\f362";
}

.fa-usd:before,
.ant-classic-usd:before {
  content: "\f363";
}

.fa-user:before,
.ant-classic-user:before {
  content: "\f364";
}

.fa-user-md:before,
.ant-classic-user-md:before {
  content: "\f365";
}

.fa-user-plus:before,
.ant-classic-user-plus:before {
  content: "\f366";
}

.fa-user-secret:before,
.ant-classic-user-secret:before {
  content: "\f367";
}

.fa-user-times:before,
.ant-classic-user-times:before {
  content: "\f368";
}

.fa-users:before,
.ant-classic-users:before {
  content: "\f369";
}

.fa-venus:before,
.ant-classic-venus:before {
  content: "\f36a";
}

.fa-venus-double:before,
.ant-classic-venus-double:before {
  content: "\f36b";
}

.fa-venus-mars:before,
.ant-classic-venus-mars:before {
  content: "\f36c";
}

.fa-viacoin:before,
.ant-classic-viacoin:before {
  content: "\f36d";
}

.fa-video-camera:before,
.ant-classic-video-camera:before {
  content: "\f36e";
}

.fa-vimeo:before,
.ant-classic-vimeo:before {
  content: "\f36f";
}

.fa-vimeo-square:before,
.ant-classic-vimeo-square:before {
  content: "\f370";
}

.fa-vine:before,
.ant-classic-vine:before {
  content: "\f371";
}

.fa-vision:before,
.ant-classic-vision:before {
  content: "\e909";
}

.fa-vision-circle:before,
.ant-classic-vision-circle:before {
  content: "\e903";
}

.fa-vk:before,
.ant-classic-vk:before {
  content: "\f372";
}

.fa-volume-down:before,
.ant-classic-volume-down:before {
  content: "\f373";
}

.fa-volume-off:before,
.ant-classic-volume-off:before {
  content: "\f374";
}

.fa-volume-up:before,
.ant-classic-volume-up:before {
  content: "\f375";
}

.fa-warning:before,
.ant-classic-warning:before {
  content: "\f376";
}

.fa-wechat:before,
.ant-classic-wechat:before {
  content: "\f377";
}

.fa-weibo:before,
.ant-classic-weibo:before {
  content: "\f378";
}

.fa-weixin:before,
.ant-classic-weixin:before {
  content: "\f379";
}

.fa-whatsapp:before,
.ant-classic-whatsapp:before {
  content: "\f37a";
}

.fa-wheelchair:before,
.ant-classic-wheelchair:before {
  content: "\f37b";
}

.fa-whistle:before,
.ant-classic-whistle:before {
  content: "\e933";
}

.fa-whistle-circle:before,
.ant-classic-whistle-circle:before {
  content: "\e935";
}

.fa-wifi:before,
.ant-classic-wifi:before {
  content: "\f37c";
}

.fa-wikipedia-w:before,
.ant-classic-wikipedia-w:before {
  content: "\f37d";
}

.fa-windows:before,
.ant-classic-windows:before {
  content: "\f37e";
}

.fa-won:before,
.ant-classic-won:before {
  content: "\f37f";
}

.fa-wordpress:before,
.ant-classic-wordpress:before {
  content: "\f380";
}

.fa-wrench:before,
.ant-classic-wrench:before {
  content: "\f381";
}

.fa-xing:before,
.ant-classic-xing:before {
  content: "\f382";
}

.fa-xing-square:before,
.ant-classic-xing-square:before {
  content: "\f383";
}

.fa-y-combinator:before,
.ant-classic-y-combinator:before {
  content: "\f384";
}

.fa-y-combinator-square:before,
.ant-classic-y-combinator-square:before {
  content: "\f385";
}

.fa-yahoo:before,
.ant-classic-yahoo:before {
  content: "\f386";
}

.fa-yc:before,
.ant-classic-yc:before {
  content: "\f387";
}

.fa-yc-square:before,
.ant-classic-yc-square:before {
  content: "\f388";
}

.fa-yelp:before,
.ant-classic-yelp:before {
  content: "\f389";
}

.fa-yen:before,
.ant-classic-yen:before {
  content: "\f38a";
}

.fa-youtube:before,
.ant-classic-youtube:before {
  content: "\f38b";
}

.fa-youtube-play:before,
.ant-classic-youtube-play:before {
  content: "\f38c";
}

.fa-youtube-square:before,
.ant-classic-youtube-square:before {
  content: "\f38d";
}

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

.pill-list-wrapper {
  display: flex;
  max-width: 1034px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.pill-list-wrapper .pf-pill {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #949494;
  border-radius: 2px;
  height: 32px;
  /* min-width: 98px; */
  color: #333333;
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.0178571429em;
  text-decoration: inherit;
  text-transform: inherit;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  margin: 4px;
  outline: none;
  cursor: pointer;
}
.pill-list-wrapper .pf-pill:focus {
  box-shadow: 0 0 3px 2px #286ce2;
}
.pill-list-wrapper .pf-pill .pill-text {
  padding: 7px 12px;
  font-size: 1rem;
}
.pill-list-wrapper .pf-pill-selected {
  border: 1px solid #286ce2;
  font-size: 16px;
  font-weight: bold;
}
.pill-list-wrapper .pf-pill-selected .pill-plus.fa {
  font-size: 80%;
  padding-right: 0;
}
.pill-list-wrapper .pf-pill-selected .pill-counter {
  padding-right: 0.5rem;
}
.pill-list-wrapper .pf-pill:hover {
  border: 1px solid #286ce2;
}
.pill-list-wrapper .pf-pill .pill-text:focus {
  outline: none;
}
.pill-list-wrapper .pf-pill .fa {
  color: #286ce2;
  padding-right: 0.5rem;
}
.pill-list-wrapper .pf-pill .selected-pill-background {
  background-color: #286ce2;
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
}
.pill-list-wrapper .pf-pill .selected-pill-background .fa {
  color: #ffffff;
}
.pill-list-wrapper .searchFilterItem {
  display: flex;
  width: 90%;
}
.pill-list-wrapper .searchFilterItem label.pcLabel {
  font-size: 14px;
  max-width: 145px;
  overflow-wrap: break-word;
}
.pill-list-wrapper .searchFilterItem label.pcLabel:focus {
  outline: none;
}
.pill-list-wrapper span.flipIcon {
  transform: rotateX(180deg);
  transition: transform 0.25s ease-out;
}
.pill-list-wrapper span.fa-caret-down {
  margin-left: 5px;
}
.pill-list-wrapper .bdcValue-style {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.pill-list-wrapper .bdc-link {
  outline: none;
}
.pill-list-wrapper .searchFilterItemNew {
  display: flex;
  width: 50%;
  padding-left: 1rem;
}
@media screen and (max-width: 700px) {
  .pill-list-wrapper .searchFilterItemNew {
    width: 90%;
  }
}
.pill-list-wrapper .searchFilterItemNew label.pcLabel.focus {
  outline: none;
}
.pill-list-wrapper .searchFilterItemNew .popover .popover-close {
  border: 1px solid #286ce2;
}
.pill-list-wrapper .searchFilterItemNew .popover .popover-close a {
  height: 0;
  width: 0;
  margin-left: -17px !important;
  border-radius: 0;
}
.pill-list-wrapper .fly-out {
  padding: 0;
}
.pill-list-wrapper .fly-out.fly-out-lg {
  max-width: 574px;
  margin: auto;
  width: auto;
}
.pill-list-wrapper .fly-out .specialtyScroll {
  position: relative;
}
.pill-list-wrapper .fly-out .toggle-body {
  padding: 1rem 1rem 1rem 2rem;
}
.pill-list-wrapper .fly-out .toggle-body.pill-list-flex {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem !important;
}
.pill-list-wrapper .fly-out .toggle-body.toggle-scroll {
  overflow-y: auto;
  height: 13rem;
}
.pill-list-wrapper .fly-out .toggle-child > div:nth-child(n+7) {
  display: none;
}
.pill-list-wrapper .pill-btn-grp {
  border-top: 1px solid #cccccc;
  padding: 1rem 2rem;
  text-align: right;
  position: sticky;
  bottom: 0;
}
.pill-list-wrapper .pill-btn-grp .btn-secondary {
  margin-right: 1rem;
}
@media screen and (max-width: 480px) {
  .pill-list-wrapper .pill-btn-grp {
    padding: 1rem 0.5rem;
  }
  .pill-list-wrapper .pill-btn-grp .btn-secondary {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 800px) {
  .pill-list-wrapper .fly-out.fly-out-lg {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pill-list-wrapper .fly-out.fly-out-lg {
    width: auto;
    margin: auto;
    position: relative;
  }
}

.pill-header-wrapper {
  display: flex;
  margin: 1rem 0;
  justify-content: space-between;
}
.pill-header-wrapper .pf-search-pills {
  width: 75%;
}
.pill-header-wrapper .overlay {
  height: 31rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.pill-header-wrapper .pill-header-profile {
  font-size: 1.4rem;
  margin-bottom: 5px;
  padding: 1rem 2rem;
}
.pill-header-wrapper .section-pill-bg {
  background-color: #f7f7f7;
}
.pill-header-wrapper .section-pill-bg .section-pill-p {
  font-weight: 700;
  padding: 1rem 2rem;
}
.pill-header-wrapper .clear-all-link {
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  float: right;
  width: max-content;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}
@media screen and (max-width: 1200px) {
  .pill-header-wrapper .clear-all-link {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}
.pill-header-wrapper .clear-all-btn {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #949494;
  border-radius: 2px;
  height: 32px;
  /* min-width: 98px; */
  color: #333333;
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.0178571429em;
  text-decoration: inherit;
  text-transform: inherit;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  margin: 4px;
  outline: none;
  cursor: pointer;
  color: #d20a3c;
  justify-content: space-evenly;
  min-width: 107px;
}
.pill-header-wrapper .clear-all-btn:focus {
  box-shadow: 0 0 3px 2px #286ce2;
}
.pill-header-wrapper .clear-all-btn .pill-text {
  padding: 7px 12px;
  font-size: 1rem;
}
.pill-header-wrapper .clear-all-btn-selected {
  border: 1px solid #286ce2;
  font-size: 16px;
  font-weight: bold;
}
.pill-header-wrapper .clear-all-btn-selected .pill-plus.fa {
  font-size: 80%;
  padding-right: 0;
}
.pill-header-wrapper .clear-all-btn-selected .pill-counter {
  padding-right: 0.5rem;
}
.pill-header-wrapper .clear-all-btn:hover {
  border: 1px solid #286ce2;
}
.pill-header-wrapper .clear-all-btn:focus {
  box-shadow: 0 0 3px 2px #d20a3c;
}
.pill-header-wrapper .clear-all-btn .pill-text {
  padding: 3px;
}
.pill-header-wrapper .clear-all-btn .fa-plus, .pill-header-wrapper .clear-all-btn .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .pill-header-wrapper .clear-all-btn .fa {
  font-family: "ant-classic-icons";
  content: "\f2c2";
  padding: 0 0 3px 3px;
  transform: rotate(45deg);
  font-size: 1.4rem;
  color: #d20a3c;
}
.pill-header-wrapper .clear-all-btn:hover {
  border: 1px solid #d20a3c;
}
.pill-header-wrapper .clear-all-btn .pill-text:focus {
  outline: none;
}

@media screen and (max-width: 480px) {
  .pill-header-wrapper {
    flex-direction: column;
  }
  .pill-header-wrapper .pf-search-pills {
    width: 100%;
  }
  .pill-header-wrapper .pf-search-pills .pill-list-wrapper {
    margin-bottom: 2rem;
  }
  .pill-header-wrapper .pf-search-pills .pillItemCmp {
    width: 50%;
  }
  .pill-header-wrapper .pf-search-pills .pillItemCmp .pf-pill {
    justify-content: center;
    width: 90%;
  }
}
.searchFilterItemNew,
.searchFilterItem .prLabel:before {
  margin-bottom: 1rem;
}

.pill-list-wrapper .searchFilterItem {
  width: 90%;
}

.pill-list-wrapper .affLabel {
  font-weight: 700;
  padding: 1rem 1rem 0rem 2rem;
}

.pill-filter-sub-space {
  margin-left: 1.6rem;
}
.pill-filter-sub-space .pill-filter-sub {
  color: rgb(102, 102, 102);
  font-size: 12px;
  font-family: Lato, sans-serif;
  font-weight: normal;
}
.pill-filter-sub-space .pill-filter-sub span {
  font-family: Lato, sans-serif;
}

@media screen and (max-width: 450px) {
  .fly-out {
    left: 0;
  }
}
.fly-out .look-up-container {
  width: 30rem;
}
@media screen and (max-width: 320px) {
  .fly-out .look-up-container {
    width: 20;
  }
}

@media screen and (min-width: 708px) and (max-width: 1023px) {
  #mbr-page-wrapper #pfContainer .fly-out .look-up-container {
    position: absolute;
    left: 70%;
  }
}

.infoBox-container {
  padding-bottom: 1rem;
}
.infoBox-container .dismiss {
  position: relative;
  float: right;
}
.infoBox-container .dismiss .fa.fa-plus, .infoBox-container .dismiss .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .infoBox-container .dismiss .fa {
  transform: rotate(45deg);
  color: #949494;
  font-size: 2.25rem;
}
.infoBox-container .location-alert .ant-alert .ant-alert-left {
  padding: 0.2rem 1rem !important;
  background-color: #fff !important;
}
.infoBox-container .location-alert .dismiss {
  position: absolute;
  right: 30px;
}
.infoBox-container .infoBox.location-alert .ant-negative {
  background: #fff;
  border-left: none !important;
}
.infoBox-container .infoBox.fit-content {
  width: fit-content;
  width: -moz-fit-content;
}
.infoBox-container .infoBox.fit-content .ant-alert-main {
  background-color: #fff !important;
}
.infoBox-container .infoBox .ant-alert {
  padding: 0em !important;
  margin-top: 0;
  border: #ccc solid 1px;
  border-left: 5px #286ce2 solid;
}
.infoBox-container .infoBox .ant-alert .alert-icon {
  padding: 5px 0px !important;
  font-size: 1rem;
}
.infoBox-container .infoBox .ant-alert .ant-alert-left {
  padding: 0.2rem;
  background-color: #fff;
}
.infoBox-container .infoBox .ant-alert .ant-alert-left .alert-icon.alert-icon-info::before {
  color: #286ce2;
  margin-right: 0.5rem;
}
.infoBox-container .infoBox .ant-alert .ant-alert-main {
  padding: 0;
  background-color: #fff !important;
}
.infoBox-container .infoBox .ant-alert .ant-alert-main p {
  width: 100%;
}
.infoBox-container .infoBox .ant-alert .ant-alert-main p span {
  display: flex;
  align-items: center;
}
.infoBox-container .infoBox .ant-alert .ant-alert-main p span .fa.fa-plus, .infoBox-container .infoBox .ant-alert .ant-alert-main p span .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .fa, .fixed-tray .collapse-block .ant-collapse-heading .ant-collapse-button .infoBox-container .infoBox .ant-alert .ant-alert-main p span .fa {
  font-size: 1.5rem;
}
.infoBox-container .infoBox .ant-alert .ant-alert-main p span .pcp-msg {
  display: inline;
}
.infoBox-container .infoBox .ant-alert .ant-alert-main .infoText {
  width: 97%;
}
@media screen and (max-width: 700px) {
  .infoBox-container .infoBox .ant-alert .ant-alert-main .infoText {
    width: 95%;
  }
}
.infoBox-container .infoBox .ant-alert .ant-alert-main .ant-alert {
  border: none;
}
.infoBox-container .infoBox .ant-alert .ant-alert-main .ant-alert .ant-alert-left {
  border: 0 #fff solid;
}
.infoBox-container .infoBox .ant-negative {
  border-left: none !important;
}
.infoBox-container .infoBox .ant-positive .ant-alert-left {
  border-left: 5px #53B1A3 solid;
}
.infoBox-container .infoBox .ant-positive .ant-alert-left .alert-icon-positive {
  color: #53B1A3;
}
.infoBox-container .infoBox .ant-negative .ant-alert-left {
  border-left: 5px #cc0033 solid !important;
}
.infoBox-container .infoBox .ant-negative .ant-alert-left .alert-icon-negative {
  color: #cc0033 !important;
}
.infoBox-container .fa.fa-external-link {
  display: inline !important;
}

.infoBox-container.lho-info-container {
  padding-top: 0.7em;
}

.infoBox-container.scenario-alert-container {
  padding-bottom: 0em !important;
}

.no-result {
  display: flex;
}
.no-result .view-info-label {
  padding: 0.4rem;
}

.fad-app-wrapper .fly-out.look-up-container div.ant-alert {
  align-items: stretch !important;
}
.fad-app-wrapper .fly-out.look-up-container div.ant-alert .ant-alert-main {
  padding: 0.857rem 10px 0.857rem 0.57rem !important;
  background-color: #f7f7f7 !important;
}
.fad-app-wrapper .fly-out.look-up-container div.ant-alert .ant-alert .ant-alert-left .alert-icon {
  padding: 0.5rem !important;
}

.fly-out.look-up-container.help-msg {
  padding: 10px;
  width: 270px;
  height: 88px;
  padding: 22px 24px 0;
  box-shadow: 2px 2px 4px 0 rgba(220, 220, 220, 0.5);
}

.pill-list-wrapper-leftsidebar {
  max-width: 1034px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.pill-list-wrapper-leftsidebar .pf-pill {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #949494;
  border-radius: 2px;
  height: 32px;
  /* min-width: 98px; */
  color: #333333;
  background-color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.0178571429em;
  text-decoration: inherit;
  text-transform: inherit;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  margin: 4px;
  outline: none;
  cursor: pointer;
}
.pill-list-wrapper-leftsidebar .pf-pill:focus {
  box-shadow: 0 0 3px 2px #286ce2;
}
.pill-list-wrapper-leftsidebar .pf-pill .pill-text {
  padding: 7px 12px;
  font-size: 1rem;
}
.pill-list-wrapper-leftsidebar .pf-pill-selected {
  border: 1px solid #286ce2;
  font-size: 16px;
  font-weight: bold;
}
.pill-list-wrapper-leftsidebar .pf-pill-selected .pill-plus.fa {
  font-size: 80%;
  padding-right: 0;
}
.pill-list-wrapper-leftsidebar .pf-pill-selected .pill-counter {
  padding-right: 0.5rem;
}
.pill-list-wrapper-leftsidebar .pf-pill:hover {
  border: 1px solid #286ce2;
}
.pill-list-wrapper-leftsidebar .pf-pill .pill-text:focus {
  outline: none;
}
.pill-list-wrapper-leftsidebar .pf-pill .fa {
  color: #286ce2;
  padding-right: 0.5rem;
}
.pill-list-wrapper-leftsidebar .pf-pill .selected-pill-background {
  background-color: #286ce2;
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
}
.pill-list-wrapper-leftsidebar .pf-pill .selected-pill-background .fa {
  color: #ffffff;
}
.pill-list-wrapper-leftsidebar .searchFilterItem {
  display: flex;
  width: 90%;
}
.pill-list-wrapper-leftsidebar .searchFilterItem label.pcLabel {
  font-size: 14px;
  width: auto;
}
.pill-list-wrapper-leftsidebar .searchFilterItem label.pcLabel:focus {
  outline: none;
}
.pill-list-wrapper-leftsidebar span.flipIcon {
  transform: rotateX(180deg);
  transition: transform 0.25s ease-out;
}
.pill-list-wrapper-leftsidebar span.fa-caret-down {
  margin-left: 5px;
}
.pill-list-wrapper-leftsidebar .bdcValue-style {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.pill-list-wrapper-leftsidebar .bdc-link {
  outline: none;
}
.pill-list-wrapper-leftsidebar .searchFilterItemNew {
  display: flex;
  width: 50%;
  padding-left: 1rem;
}
@media screen and (max-width: 700px) {
  .pill-list-wrapper-leftsidebar .searchFilterItemNew {
    width: 90%;
  }
}
.pill-list-wrapper-leftsidebar .searchFilterItemNew label.pcLabel.focus {
  outline: none;
}
.pill-list-wrapper-leftsidebar .searchFilterItemNew .popover .popover-close {
  border: 1px solid #286ce2;
}
.pill-list-wrapper-leftsidebar .searchFilterItemNew .popover .popover-close a {
  height: 0;
  width: 0;
  margin-left: -17px !important;
  border-radius: 0;
}
.pill-list-wrapper-leftsidebar .fly-out {
  padding: 0;
}
.pill-list-wrapper-leftsidebar .fly-out.fly-out-lg {
  max-width: 574px;
  margin: auto;
  width: auto;
}
.pill-list-wrapper-leftsidebar .fly-out .specialtyScroll {
  position: relative;
}
.pill-list-wrapper-leftsidebar .fly-out .toggle-body {
  padding: 1rem 1rem 1rem 2rem;
}
.pill-list-wrapper-leftsidebar .fly-out .toggle-body.pill-list-flex {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem !important;
}
.pill-list-wrapper-leftsidebar .fly-out .toggle-body.toggle-scroll {
  overflow-y: auto;
  height: 13rem;
}
.pill-list-wrapper-leftsidebar .fly-out .toggle-child > div:nth-child(n+7) {
  display: none;
}
.pill-list-wrapper-leftsidebar .pill-btn-grp {
  border-top: 1px solid #cccccc;
  padding: 1rem 2rem;
  text-align: right;
  position: sticky;
  bottom: 0;
}
.pill-list-wrapper-leftsidebar .pill-btn-grp .btn-secondary {
  margin-right: 1rem;
}
@media screen and (max-width: 480px) {
  .pill-list-wrapper-leftsidebar .pill-btn-grp {
    padding: 1rem 0.5rem;
  }
  .pill-list-wrapper-leftsidebar .pill-btn-grp .btn-secondary {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 800px) {
  .pill-list-wrapper-leftsidebar .fly-out.fly-out-lg {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .pill-list-wrapper-leftsidebar .fly-out.fly-out-lg {
    width: auto;
    margin: auto;
    position: relative;
  }
}

.leftfilter-clear-all-link {
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  width: max-content;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}
@media screen and (max-width: 1200px) {
  .leftfilter-clear-all-link {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
}

.pfServiceCheckbox .pcLabel {
  margin-left: 25px;
}

.content-container {
  box-shadow: none;
}

.careteam-page-container-v2 {
  background: #fff;
  margin-top: 25px;
}
.careteam-page-container-v2 h2 {
  margin: 2rem 0;
}
.careteam-page-container-v2 .disclaimer {
  margin: 2rem 0;
}
.careteam-page-container-v2 .container .header-description-text {
  padding-bottom: 1rem;
}
.careteam-page-container-v2 .container .noprocedures-description-text {
  padding-bottom: 1.5rem;
}
.careteam-page-container-v2 .container .findcare-btn {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}
.careteam-page-container-v2 .ant-media-card .description-section {
  background: white;
}
.careteam-page-container-v2 .ant-media-card .description-section .section-header-three:after {
  height: 30px;
  background-color: #3bb273 !important;
}
.careteam-page-container-v2 .ant-media-card .estimatedPrice {
  color: #333333;
  font-size: 14px;
}
.careteam-page-container-v2 .ant-media-card .planCoverage {
  color: #3bb273;
  font-size: 12px;
}
.careteam-page-container-v2 .ant-media-card .planCoverage .motif-icon {
  margin-right: 6px;
}
.careteam-page-container-v2 .procedures-frequently-searched-wrapper .ant-media-card .description-section .freq-searched:after {
  background-color: #286ce2 !important;
}

.assign-pcp-container-page .nav-link-container {
  padding-top: 50px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp h3 {
  margin: 0.75rem 0 0.75rem;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .m-tb-1 {
  margin: 0.25rem 0 0.25rem;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .m-tb-2 {
  margin: 0.5rem 0 0.5rem;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .m-tb-3 {
  margin: 0.75rem 0 0.75rem 0;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .pt-10 {
  padding-top: 10px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .pt-20 {
  padding-top: 20px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .pl-20 {
  padding-left: 20px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .m-b-large {
  margin-bottom: 5rem;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .prLabel {
  line-height: 20px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .prLabel .pcp-plan-name {
  padding: 0px 5px 0px 5px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .prLabel .pcp-plan-name-suffix {
  font-weight: bold;
  padding: 0px 10px 0px 10px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .afflns-radio-container {
  margin: 0px 0px 20px 0px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .afflns-radio-container .affln-pcp-id-row {
  margin-left: 0.5rem;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .afflns-radio-container .affln-pcp-id {
  text-transform: uppercase;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .afflns-radio-container .affln-pcp-plan-name {
  padding: 0px 5px 0px 5px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .afflns-radio-container .affln-pcp-plan-name-suffix {
  font-weight: bold;
  padding: 0px 10px 0px 10px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .afflns-container {
  margin: 0px 0px 5px 0px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .afflns-container .affln-pcp-id-row {
  margin-left: -15px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .afflns-container .affln-pcp-id {
  text-transform: uppercase;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .afflns-container .affln-pcp-plan-name {
  padding: 0px 5px 0px 5px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .afflns-container .affln-pcp-plan-name-suffix {
  font-weight: bold;
  padding: 0px 10px 0px 10px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .ant-alert {
  padding: 0 !important;
  margin-top: 0;
  border: #ccc solid 1px;
  border-left: 5px #286ce2 solid;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .ant-alert .ant-alert-left {
  padding: 0.2rem;
  background-color: #fff;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .ant-alert .ant-alert-left .alert-icon.alert-icon-info::before {
  content: "\e9f9";
  color: #286ce2;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp .ant-alert .ant-alert-main {
  background: #fff;
  padding: 0 15px;
}
.assign-pcp-container-page .pf-assign-pcp-v2-cmp label.disabled {
  opacity: 0.65;
}

.m-tb-1-rem {
  margin: 1rem 0 1rem 0;
}

ul.no-padding {
  padding: 0;
  margin-top: 1rem;
}

.ant-special-banner-discount {
  border-top: 4px solid #06a59d;
  padding: 20px 0;
  margin: 20px 0 0 0;
  background: #eeeeee;
}
.ant-special-banner-discount .ant-special-discount-img {
  margin-top: 5px;
}
.ant-special-banner-discount .ant-special-discount-img img {
  width: 100%;
}
.ant-special-banner-discount .ant-special-discount-banner-content a {
  border-bottom: none;
}
.ant-special-banner-discount .ant-special-discount-banner-content .ant-special-discount-deal-of-day {
  font-size: 22px;
  font-weight: 600;
  color: #06a59d;
  margin-bottom: 5px;
}
.ant-special-banner-discount .ant-special-discount-banner-content .ant-special-discount-expiry-date {
  margin-top: 15px;
}
.ant-special-banner-discount .ant-special-discount-banner-content .ant-special-discount-expiry-date .ant-special-discount-expiry {
  margin-left: 10px;
}

@media (min-width: 767px) {
  .ant-contact-message .call-button {
    display: none;
  }
  .ant-contact-message .call-link {
    display: inline;
  }
}
@media (max-width: 767px) {
  .ant-contact-message .call-button {
    display: none;
  }
  .ant-contact-message .call-link {
    display: inline;
  }
  .id-card-card {
    margin-top: 1rem !important;
  }
}
/* START: delete once in UX package ********/
/* END: delete once in UX package **********/
/*page transition start*/
.ui-widget-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.7;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1099;
}

.fad-page-load .ui-widget-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.7;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1099;
}
.fad-page-load.hidden .ui-widget-overlay {
  height: 0;
  width: 0;
  z-index: 0;
}

.ajax-load {
  display: block;
  outline: 0 none;
  overflow: hidden;
  width: 280px;
  z-index: 2000;
  height: auto !important;
  left: 50% !important;
  margin-left: -140px !important;
  position: fixed !important;
  top: 50% !important;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
}
.ajax-load .ajax-spin {
  float: left;
  font-size: 25px;
}
.ajax-load .ajax-text {
  float: right;
}

.centerFlex {
  align-items: center;
  display: flex;
  justify-content: center;
}

/*page transition end*/
.expand-id {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.01);
}

a.icon-item {
  display: inline-block;
}
a.icon-item .glyphicon {
  margin-right: 6px;
}

a.icon-item,
button.icon-item {
  background: transparent;
  color: #fe5e3c;
  padding: 9px 5px 7px;
  position: relative;
  margin-right: 20px;
  font-size: 16px;
}

.btn-group.link-style {
  top: -3px;
  padding: 9px 0px 7px;
  margin: 0px;
}

.btn-group.link-style button,
.btn-group.link-style button.btn:first-child {
  padding: 3px 0px;
  margin-left: 10px;
  background: transparent;
  color: #fe5e3c;
  border: 2px solid;
  border-radius: 4px;
  display: block;
}

.claims-detail-controls .btn-group.open .btn.dropdown-toggle,
.claims-detail-controls .btn-group.open .btn.dropdown-toggle:focus,
.claims-detail-controls .btn-group.open .btn.dropdown-toggle:active {
  box-shadow: none;
}

.btn-group.link-style li a.icon-item {
  background-color: transparent;
  color: #fe5e3c;
  display: block;
  margin-bottom: 5px;
}

.fax-input-container {
  width: 100%;
}

.email-input-container {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 1rem;
}

.email-message-container {
  width: 100%;
  margin-bottom: 30px;
}

.email-message-container .item,
.fax-message-container .item {
  width: 100%;
  margin-bottom: 30px;
}

.error-wrapper,
.error-reLoad {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 10px;
  color: red;
}

.error-wrapper ul {
  list-style-type: none;
}

.error-container .error-reload {
  margin-left: 40px;
  cursor: pointer;
}

.error-container {
  margin: 10px 15px 20px 15px;
}

/*compose msg start*/
.catLvl2 {
  padding-left: 40px;
}

/*compose msg end*/
/*404 and 500 error*/
.ant-error-container {
  margin-top: 85px;
  min-height: 300px;
}

.ant-error-container h1 {
  margin-top: 70px;
  margin-bottom: 20px;
}

.ant-error-container ul {
  list-style: square;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
  left: 30%;
}

.ant-error-container ul li {
  margin-bottom: 10px;
  margin-left: 20px;
  padding-right: 15px;
}

@media screen and (max-width: 800px) {
  .ant-error-container p > br {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .ant-error-container ul {
    width: 400px;
    left: 5%;
  }
  .ant-error-container ul li {
    float: left;
    width: 44%;
  }
}
@media screen and (min-width: 801px) {
  #ant-logout-link-tb.data-fad-logout-link {
    display: inline-block;
  }
}
.foreseeFooterLink {
  display: block;
  margin: 0.6rem 0;
}

#footer-block-3 li.fa-globe {
  width: 56px;
}

.floating-footer-links-display {
  display: none;
}

.ant-text-input.ant-has-notes,
.ant-text-input.ant-has-notes:focus {
  z-index: 1;
}

#sskyplayer {
  width: 100% !important;
}

.fad-top-of-page-wrapper.ant-secure-nav-overrides #ant-profile-link-tb .ant-task-bar-widget {
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .ant-special-discount-img {
    padding: 0;
  }
  .ant-special-discount-banner-content {
    margin-top: 10px;
    padding: 0;
  }
  .ant-task-bar-widget {
    width: 100%;
  }
  #fad-profile-responsive-hdr {
    width: 100%;
    margin: 0px;
  }
  #fad-profile-responsive-hdr a {
    padding-top: 25px;
  }
  #fad-profile-responsive-hdr .fa.fa-angle-down {
    color: #333;
  }
  #ant-profile-link-tb.ant-menu-expanded .fa.fa-angle-down {
    transform: rotateX(180deg);
    transition: transform 0.35s ease;
  }
  #ant-profile-link-tb .fa.fa-angle-down {
    transform: rotateX(0deg);
    transition: transform 0.35s ease;
  }
  .data-fad-profile-link {
    padding: 0px;
    margin-right: 0rem;
  }
  .data-fad-profile-link a {
    padding: 10px 0px;
  }
  .ant-navigation-wrapper .ant-margin-bot-20 {
    margin-bottom: 0px;
  }
  #ant-profile-link-tb.ant-menu-expanded {
    background: #0079c2;
  }
  #ant-profile-link-tb.ant-menu-expanded a {
    color: white;
  }
  #ant-profile-link-tb.ant-menu-expanded .ant-heading-two .fa {
    color: white;
  }
  .fad-top-of-page-wrapper.ant-secure-nav-overrides .ant-navigation-wrapper li a.fad-profile-link-nav {
    font-size: 14px;
  }
  #fad-profile-link-responsive li {
    margin: 0.15rem 0px;
    float: left;
    cursor: pointer;
  }
  #fad-profile-link-responsive li:hover {
    background: none;
  }
  #ant-logout-link-tb.data-fad-logout-link {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 800px) {
  #ant-profile-link-tb.data-fad-profile-link .ant-task-bar-widget {
    transition-delay: 0.3s, 0.15s, 0.1s;
    transition-duration: 0.35s, 0.45s, 0.15s;
    transition-property: border, left, opacity;
    transition-timing-function: ease-out, ease-out, ease-in;
  }
  .fad-mobile-menu-divider {
    border-top: 1px solid #d8d8d8;
    width: 100%;
    height: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.fad-flex {
  display: flex;
}

/* AutoSuggest Component */
.fad-auto-suggest {
  text-align: left;
}
.fad-auto-suggest .psDropdown {
  margin-top: 2.1rem;
}
.fad-auto-suggest .psDropdown.active {
  overflow-y: hidden;
}
.fad-auto-suggest .psDropdown.active > div {
  position: relative;
  overflow-y: auto;
}
.fad-auto-suggest legend {
  border: none;
}
.fad-auto-suggest .ant-text-input {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .fad-auto-suggest .ant-text-input {
    width: 350px;
  }
}
@media screen and (min-width: 800px) {
  .fad-auto-suggest .ant-text-input {
    width: 900px;
  }
}
.fad-auto-suggest .no-suggestions {
  padding: 8px 1rem;
}

/* End of AutoSuggest Component */
#screenreaderText {
  opacity: 0;
  height: 1px;
  overflow: hidden;
}

.justifyLeft {
  justify-content: left;
}

[data-uxd-radio-input-cmp] .prLabel {
  line-height: 25px;
}

.ant-alert .ant-alert-main {
  color: #333333;
}

.blodText {
  font-weight: bold;
}

.pfCheckbox-listView .pcLabel,
.pfCheckboxInputCmp .pcLabel {
  width: 30px;
  height: 17px;
  font-size: 1px;
  color: transparent;
  margin-right: 0;
  margin-left: 0;
}
.pfCheckbox-listView .pcLabel::before,
.pfCheckboxInputCmp .pcLabel::before {
  font-size: 1rem;
  color: initial;
  margin-left: 0 !important;
}
.pfCheckbox-listView .pcLabel.focus::before,
.pfCheckboxInputCmp .pcLabel.focus::before {
  box-shadow: 0 0 8px 1px #005b99 !important;
}

.filter-tab h2 {
  background-color: #167abd !important;
}
.filter-tab .motif-filter {
  color: #ffffff;
  padding-right: 0.25rem;
}

.action-item-button {
  background: none;
  position: absolute;
  right: -20px;
  border: none;
}
.action-item-button:after {
  content: "⋮";
  font-size: 40px;
  color: #999;
  font-weight: bold;
}

.action-item-menu {
  list-style-type: none;
  width: auto;
  border: 1px solid #dedede;
  border-radius: 5px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  margin: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
  background: white;
  text-align: left;
}
.action-item-menu.xtoggle-body li {
  padding: 0;
}
.action-item-menu a {
  font-family: Lato, sans-serif;
  font-size: 12px !important;
  color: #2a67d1;
  white-space: nowrap;
  font-weight: bold;
  padding: 0.5px 0.5px;
  text-align: center;
  margin: 0px;
}
.action-item-menu div {
  margin: 0px !important;
  padding: 6px 0 !important;
  line-height: 1.2rem !important;
}

.action-item-feedback-menu {
  list-style-type: none;
  min-width: 75%;
  border: 1px solid #dedede;
  border-radius: 5px;
  z-index: 999;
  background: white !important;
  text-align: left;
  position: absolute;
  top: -20px;
  right: 15px;
  padding: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.action-item-feedback-menu a {
  font-family: Lato, sans-serif;
  font-size: 12px !important;
  color: #2a67d1 !important;
  white-space: nowrap;
  font-weight: bold !important;
  padding: 10px !important;
  text-align: center;
}
.action-item-feedback-menu a #interested-icon,
.action-item-feedback-menu a #not-interested-icon {
  font-size: 12px !important;
}
.action-item-feedback-menu a:hover {
  background-color: #2a67d1;
  color: #ffffff !important;
}
.action-item-feedback-menu a:hover .motif-icon {
  color: #ffffff !important;
}
.action-item-feedback-menu div {
  margin: 0px !important;
  padding: 0 !important;
  line-height: 1.2rem !important;
}

.feedback-side-panel {
  display: flex;
  flex-flow: column;
}
.feedback-side-panel .feedback-side-panel-header {
  flex: 0 1 auto;
}
.feedback-side-panel .feedback-side-panel-body {
  flex: 1 1 auto;
}
.feedback-side-panel .feedback-side-panel-body .rtModalContentTop {
  margin-bottom: 1rem;
}
.feedback-side-panel .feedback-side-panel-body .reason-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.feedback-side-panel .feedback-side-panel-body .reason-txt-container {
  margin-left: 1.5rem;
  width: 100%;
}
.feedback-side-panel .feedback-side-panel-body .reason-txt-container #txt-reason-code-other {
  margin-left: 10px;
  width: calc(100% - 25px);
}
.feedback-side-panel .reason-container {
  margin-left: 0px !important;
}
.feedback-side-panel .feedback-side-panel-footer {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row-reverse;
  border-top: 2.5px solid rgba(128, 128, 128, 0.1);
}
@media screen and (max-width: 800px) {
  .feedback-side-panel .feedback-side-panel-footer .fad-action-buttons {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .feedback-side-panel .feedback-side-panel-footer .fad-action-buttons > .btn {
    width: 100%;
    margin-right: 0;
  }
}

.pf-radio-group-cmp .pf-radio-btn-cmp {
  margin: 15px 0 15px 0;
  display: block;
}
.pf-radio-group-cmp .pf-radio-btn-cmp input[type=radio],
.pf-radio-group-cmp .pf-radio-btn-cmp input.radio {
  margin: 0 10px 0 10px;
  display: inline-block;
}
.pf-radio-group-cmp .pf-radio-btn-cmp label {
  padding: 0px 0px 0px 15px;
  margin: -22px 0 0 20px;
  font-weight: normal;
}
.pf-radio-group-cmp .pf-radio-btn-cmp .pcp-plan-name {
  font-weight: normal;
}
.pf-radio-group-cmp .pf-radio-btn-cmp .pcp-plan-name-suffix {
  font-weight: bold;
  padding: 0 0 0 10px;
}

.map-overlay-container {
  position: absolute;
  left: 20px;
  top: 20px;
}

.btn-map-overlay {
  background: #ffffff;
  width: 125px;
  height: 26px;
  border-radius: 13px;
  font-size: 12px;
  color: #000;
  border: #4d4d4d solid 1.5px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}
.btn-map-overlay:hover {
  background: #37475a;
  border-color: #2c3747;
  color: white;
}
.btn-map-overlay:focus {
  background: #37475a;
  border-color: #2c3747;
  color: white;
}

.fts-search-beta {
  flex: auto;
  display: flex;
  background-color: #fe5e3c;
  color: #fff;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1rem 7.5rem;
  align-items: center;
}

.denial-of-service-cmp {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 5rem 0;
}
.denial-of-service-cmp .img {
  margin-bottom: 20px; /* Add some space between the image and the message */
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

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