@charset "UTF-8";
/*------------------ PRN ------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*------------------------------------------------------
BOOTSTRAP - VARIABLES.LESS
------------------------------------------------------*/
/*! 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;
  }
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #174E89;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0c2947;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 0;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #F8F8F8;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #174E89;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #10355d;
}
.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;
  background-color: #174E89;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #10355d;
}
.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: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
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: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
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: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  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;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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: #F8F8F8;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid transparent;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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: 27px;
}
.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: 768px) {
  .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: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  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: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #174E89;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #174E89;
  background-color: transparent;
  border-color: #10355d;
}
.btn-default:focus,
.btn-default.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-default:hover {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #10355d;
}
.btn-default .badge {
  color: transparent;
  background-color: #174E89;
}
.btn-default .nofade {
  cursor: default;
}
.btn-default .nofade:hover,
.btn-default .nofade:active {
  background-color: transparent;
  border-color: #10355d;
}
.btn-primary {
  color: #FFF;
  background-color: #174E89;
  border-color: #10355d;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #FFF;
  background-color: #10355d;
  border-color: #000000;
}
.btn-primary:hover {
  color: #FFF;
  background-color: #10355d;
  border-color: #071729;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFF;
  background-color: #10355d;
  border-color: #071729;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #FFF;
  background-color: #0b243f;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #174E89;
  border-color: #10355d;
}
.btn-primary .badge {
  color: #174E89;
  background-color: #FFF;
}
.btn-primary .nofade {
  cursor: default;
}
.btn-primary .nofade:hover,
.btn-primary .nofade:active {
  background-color: #174E89;
  border-color: #10355d;
}
.btn-success {
  color: #fff;
  background-color: #009548;
  border-color: #00622f;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #00622f;
  border-color: #000000;
}
.btn-success:hover {
  color: #fff;
  background-color: #00622f;
  border-color: #002512;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #00622f;
  border-color: #002512;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #003e1e;
  border-color: #000000;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #009548;
  border-color: #00622f;
}
.btn-success .badge {
  color: #009548;
  background-color: #fff;
}
.btn-success .nofade {
  cursor: default;
}
.btn-success .nofade:hover,
.btn-success .nofade:active {
  background-color: #009548;
  border-color: #00622f;
}
.btn-info {
  color: #333333;
  background-color: transparent;
  border-color: #666666;
}
.btn-info:focus,
.btn-info.focus {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #262626;
}
.btn-info:hover {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #474747;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #474747;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #262626;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: transparent;
  border-color: #666666;
}
.btn-info .badge {
  color: transparent;
  background-color: #333333;
}
.btn-info .nofade {
  cursor: default;
}
.btn-info .nofade:hover,
.btn-info .nofade:active {
  background-color: transparent;
  border-color: #666666;
}
.btn-warning {
  color: #000;
  background-color: #eb973e;
  border-color: #df7e17;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #000;
  background-color: #df7e17;
  border-color: #6b3d0b;
}
.btn-warning:hover {
  color: #000;
  background-color: #df7e17;
  border-color: #a75f11;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #000;
  background-color: #df7e17;
  border-color: #a75f11;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #000;
  background-color: #bf6c14;
  border-color: #6b3d0b;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #eb973e;
  border-color: #df7e17;
}
.btn-warning .badge {
  color: #eb973e;
  background-color: #000;
}
.btn-warning .nofade {
  cursor: default;
}
.btn-warning .nofade:hover,
.btn-warning .nofade:active {
  background-color: #eb973e;
  border-color: #df7e17;
}
.btn-danger {
  color: #fff;
  background-color: #9A2325;
  border-color: #701a1b;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #701a1b;
  border-color: #090202;
}
.btn-danger:hover {
  color: #fff;
  background-color: #701a1b;
  border-color: #3f0e0f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #701a1b;
  border-color: #3f0e0f;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #531314;
  border-color: #090202;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #9A2325;
  border-color: #701a1b;
}
.btn-danger .badge {
  color: #9A2325;
  background-color: #fff;
}
.btn-danger .nofade {
  cursor: default;
}
.btn-danger .nofade:hover,
.btn-danger .nofade:active {
  background-color: #9A2325;
  border-color: #701a1b;
}
.btn-link {
  color: #174E89;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0c2947;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #CCCCCC;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  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;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -moz-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #666666;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #5c1516;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.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: 14px;
  line-height: 1.42857143;
  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: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 .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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 16px;
  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 {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  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 > 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: #174E89;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 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.42857143;
  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-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: #174E89;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-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: 5px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .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.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 20px;
  line-height: 22px;
  height: 5px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .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: -14.5px;
  margin-bottom: -14.5px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .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: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -15.5px;
  margin-bottom: -15.5px;
}
@media (min-width: 768px) {
  .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -15.5px;
  margin-bottom: -15.5px;
}
.navbar-btn.btn-sm {
  margin-top: -14px;
  margin-bottom: -14px;
}
.navbar-btn.btn-xs {
  margin-top: -8.5px;
  margin-bottom: -8.5px;
}
.navbar-text {
  margin-top: -8.5px;
  margin-bottom: -8.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-brand {
  color: #AAAAAA;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #999999;
  background-color: #F8F8F8;
}
.navbar-default .navbar-text {
  color: #FFF;
}
.navbar-default .navbar-nav > li > a {
  color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #9A2325;
  background-color: #FFF;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #9A2325;
  background-color: #FFF;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #AAAAAA;
  background-color: #F8F8F8;
}
.navbar-default .navbar-toggle {
  border-color: #AAAAAA;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #E7E7E7;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #AAAAAA;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #FFF;
  color: #9A2325;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #9A2325;
    background-color: #FFF;
  }
  .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: #9A2325;
    background-color: #FFF;
  }
  .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: #AAAAAA;
    background-color: #F8F8F8;
  }
}
.navbar-default .navbar-link {
  color: #FFF;
}
.navbar-default .navbar-link:hover {
  color: #9A2325;
}
.navbar-default .btn-link {
  color: #FFF;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #9A2325;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #AAAAAA;
}
.navbar-inverse {
  background-color: #222;
  border-color: none;
}
.navbar-inverse .navbar-brand {
  color: #CCCCCC;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: PURPLE;
}
.navbar-inverse .navbar-nav > li > a {
  color: #CCCCCC;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #AAAAAA;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: PURPLE;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: PURPLE;
  background-color: PURPLE;
}
.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: #080808;
  color: PURPLE;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #CCCCCC;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #AAAAAA;
    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: PURPLE;
    background-color: #080808;
  }
  .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: PURPLE;
    background-color: PURPLE;
  }
}
.navbar-inverse .navbar-link {
  color: #CCCCCC;
}
.navbar-inverse .navbar-link:hover {
  color: #AAAAAA;
}
.navbar-inverse .btn-link {
  color: #CCCCCC;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #AAAAAA;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: PURPLE;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #174E89;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #0c2947;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #174E89;
  border-color: #174E89;
  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: 20px;
  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: 14px;
  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: 22px 0;
  list-style: none;
  text-align: center;
}
.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;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #174E89;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #10355d;
}
.label-success {
  background-color: #009548;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #00622f;
}
.label-info {
  background-color: #333333;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #1a1a1a;
}
.label-warning {
  background-color: #eb973e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #df7e17;
}
.label-danger {
  background-color: #9A2325;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #701a1b;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  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;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #174E89;
  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;
}
.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: 24px;
  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: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #F8F8F8;
  border-radius: 0;
  transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -webkit-transition: all border 0.2s ease-in-out ease-out;
  -moz-transition: all border 0.2s ease-in-out ease-out;
  -o-transition: all border 0.2s ease-in-out ease-out;
  transition: all border 0.2s ease-in-out ease-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #174E89;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #174E89;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  -o-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -moz-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -ms-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
}
.progress-bar-success {
  background-color: #009548;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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: #333333;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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: #eb973e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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: #9A2325;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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,
button.list-group-item:hover,
a.list-group-item:focus,
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: #174E89;
  border-color: #174E89;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #82b4ea;
}
.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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
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: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.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: 18px;
  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-responsive:first-child > .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 > 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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:last-child > .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 > 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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 22px;
}
.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: #174E89;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #174E89;
  border-color: #174E89;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #174E89;
}
.panel-primary > .panel-heading .badge {
  color: #174E89;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #174E89;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  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: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  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 {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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 {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .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.42857143;
  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;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  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.42857143;
  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: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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: 16px;
  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;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-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);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-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: 60px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 2px #000000;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  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;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  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: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.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 2px 2px #000000;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 45px;
    height: 45px;
    margin-top: -15px;
    font-size: 45px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/* common.less*/
/*------------------ COMMON - MIXINS ------------------*/
.nomargin {
  padding: 0;
  margin: 0;
}
.nounderline {
  text-decoraton: none;
}
/*
.text-shadow { 
	text-shadow: 0px 0px 5px #000;
	filter: glow(color=#666666,strength=5), alpha(opacity=50);
	opacity: .5;
		&:HOVER { 
		text-shadow: 0px 0px 5px #000;
		opacity: .75;
		filter: glow(color=#666666,strength=5), alpha(opacity=75); }
}
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
.gradient(@color: #F5F5F5, @start: #EEE, @stop: #FFF) {
  background: @color;
  background: -webkit-gradient(linear,
                               left bottom,
                               left top,
                               color-stop(0, @start),
                               color-stop(1, @stop));
  background: -ms-linear-gradient(bottom,
                                  @start,
                                  @stop);
  background: -moz-linear-gradient(center bottom,
                                   @start 0%,
                                   @stop 100%);
  background: -o-linear-gradient(@stop,
                                 @start);
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@stop,@start));
}
*/
.shadowed {
  -webkit-filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.2));
  /*filter: url(#drop-shadow);*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=4, OffY=4, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=4, OffY=4, Color='#444')";
}
/*------------------------------------------------------
COMMON/FONTS-FA6.LESS
------------------------------------------------------*/
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, 'Font Awesome 6 Pro');
  font-weight: var(--fa-style, 900);
}
.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa-sharp-solid,
.fa-classic,
.fa,
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right,
.displays *:first-child,
.displays *:last-child {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas::before,
.fass::before,
.far::before,
.fasr::before,
.fal::before,
.fasl::before,
.fat::before,
.fast::before,
.fad::before,
.fadr::before,
.fadl::before,
.fadt::before,
.fasds::before,
.fasdr::before,
.fasdl::before,
.fasdt::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-thin::before,
.fa-brands::before,
.fa-classic::before,
.fa-duotone::before,
.fa-sharp::before,
.fa-sharp-duotone::before,
.fa::before,
.carousel-control .icon-prev::before,
.carousel-control .glyphicon-chevron-left::before,
.carousel-control .icon-next::before,
.carousel-control .glyphicon-chevron-right::before,
.displays *:first-child::before,
.displays *:last-child::before {
  content: var(--fa);
}
.fad::after,
.fa-duotone.fa-solid::after,
.fa-duotone::after,
.fadr::after,
.fa-duotone.fa-regular::after,
.fadl::after,
.fa-duotone.fa-light::after,
.fadt::after,
.fa-duotone.fa-thin::after,
.fasds::after,
.fa-sharp-duotone.fa-solid::after,
.fa-sharp-duotone::after,
.fasdr::after,
.fa-sharp-duotone.fa-regular::after,
.fasdl::after,
.fa-sharp-duotone.fa-light::after,
.fasdt::after,
.fa-sharp-duotone.fa-thin::after,
.fa-duotone.carousel-control .icon-prev::after,
.fa-sharp-duotone.carousel-control .icon-prev::after,
.fa-duotone.carousel-control .glyphicon-chevron-left::after,
.fa-sharp-duotone.carousel-control .glyphicon-chevron-left::after,
.fa-duotone.carousel-control .icon-next::after,
.fa-sharp-duotone.carousel-control .icon-next::after,
.fa-duotone.carousel-control .glyphicon-chevron-right::after,
.fa-sharp-duotone.carousel-control .glyphicon-chevron-right::after,
.fa-duotone.displays *:first-child::after,
.fa-sharp-duotone.displays *:first-child::after,
.fa-duotone.displays *:last-child::after,
.fa-sharp-duotone.displays *:last-child::after {
  content: var(--fa--fa);
}
.fa-classic.fa-duotone {
  font-family: 'Font Awesome 6 Duotone';
}
.fass,
.fa-sharp {
  font-weight: 900;
}
.fad,
.fa-duotone {
  font-weight: 900;
}
.fasds,
.fa-sharp-duotone {
  font-weight: 900;
}
.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right,
.displays *:first-child,
.displays *:last-child {
  font-family: 'Font Awesome 6 Pro';
}
.fa-duotone,
.fad,
.fadr,
.fadl,
.fadt {
  font-family: 'Font Awesome 6 Duotone';
}
.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands';
}
.fa-sharp,
.fass,
.fasr,
.fasl,
.fast {
  font-family: 'Font Awesome 6 Sharp';
}
.fa-sharp-duotone,
.fasds,
.fasdr,
.fasdl,
.fasdt {
  font-family: 'Font Awesome 6 Sharp Duotone';
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs,
.posMiddle A.anchor {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs,
.btn:BEFORE,
A:BEFORE,
A I:BEFORE,
.btn:AFTER,
A:AFTER,
A I:AFTER,
#nav_sub_shows > LI:first-child A:BEFORE,
#nav_sub_shows > LI:first-child A:AFTER,
.nav-tabs.nostyle LI A:BEFORE,
.nav-tabs.nostyle LI A:AFTER,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:BEFORE,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:AFTER,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:BEFORE,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:AFTER,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:BEFORE,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:AFTER,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:BEFORE,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:AFTER,
.sfDocuments.feature ul li .contentContainer .contentHead .name a:BEFORE,
.sfDocuments.feature ul li .contentContainer .contentHead .name a:AFTER,
.sfProducts.grid .footer-button A:BEFORE,
.sfProducts.grid .footer-button A:AFTER,
.posRight .sfProducts.grid .footer-button A:BEFORE,
.posRight .sfProducts.grid .footer-button A:AFTER,
.sfProducts.legacy UL .footer-button A:BEFORE,
.sfProducts.legacy UL .footer-button A:AFTER,
.posRight .sfProducts.legacy UL .footer-button A:BEFORE,
.posRight .sfProducts.legacy UL .footer-button A:AFTER,
.sfProducts.legacy UL LI .links A:BEFORE,
.sfProducts.legacy UL LI .links A:AFTER,
#submit INPUT:BEFORE,
#submit INPUT:AFTER {
  font-size: 0.75em;
  line-height: 0.08333333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07142857em;
  vertical-align: 0.05357143em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04166667em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));;
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1,1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30";
  --fa--fa: "\30\30";
}
.fa-00 {
  --fa: "\e467";
  --fa--fa: "\e467\e467";
}
.fa-1 {
  --fa: "\31";
  --fa--fa: "\31\31";
}
.fa-2 {
  --fa: "\32";
  --fa--fa: "\32\32";
}
.fa-3 {
  --fa: "\33";
  --fa--fa: "\33\33";
}
.fa-360-degrees {
  --fa: "\e2dc";
  --fa--fa: "\e2dc\e2dc";
}
.fa-4 {
  --fa: "\34";
  --fa--fa: "\34\34";
}
.fa-5 {
  --fa: "\35";
  --fa--fa: "\35\35";
}
.fa-6 {
  --fa: "\36";
  --fa--fa: "\36\36";
}
.fa-7 {
  --fa: "\37";
  --fa--fa: "\37\37";
}
.fa-8 {
  --fa: "\38";
  --fa--fa: "\38\38";
}
.fa-9 {
  --fa: "\39";
  --fa--fa: "\39\39";
}
.fa-a {
  --fa: "\41";
  --fa--fa: "\41\41";
}
.fa-abacus {
  --fa: "\f640";
  --fa--fa: "\f640\f640";
}
.fa-accent-grave {
  --fa: "\60";
  --fa--fa: "\60\60";
}
.fa-acorn {
  --fa: "\f6ae";
  --fa--fa: "\f6ae\f6ae";
}
.fa-address-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9";
}
.fa-contact-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9";
}
.fa-address-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}
.fa-contact-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}
.fa-vcard {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb";
}
.fa-air-conditioner {
  --fa: "\f8f4";
  --fa--fa: "\f8f4\f8f4";
}
.fa-airplay {
  --fa: "\e089";
  --fa--fa: "\e089\e089";
}
.fa-alarm-clock {
  --fa: "\f34e";
  --fa--fa: "\f34e\f34e";
}
.fa-alarm-exclamation {
  --fa: "\f843";
  --fa--fa: "\f843\f843";
}
.fa-alarm-plus {
  --fa: "\f844";
  --fa--fa: "\f844\f844";
}
.fa-alarm-snooze {
  --fa: "\f845";
  --fa--fa: "\f845\f845";
}
.fa-album {
  --fa: "\f89f";
  --fa--fa: "\f89f\f89f";
}
.fa-album-circle-plus {
  --fa: "\e48c";
  --fa--fa: "\e48c\e48c";
}
.fa-album-circle-user {
  --fa: "\e48d";
  --fa--fa: "\e48d\e48d";
}
.fa-album-collection {
  --fa: "\f8a0";
  --fa--fa: "\f8a0\f8a0";
}
.fa-album-collection-circle-plus {
  --fa: "\e48e";
  --fa--fa: "\e48e\e48e";
}
.fa-album-collection-circle-user {
  --fa: "\e48f";
  --fa--fa: "\e48f\e48f";
}
.fa-alicorn {
  --fa: "\f6b0";
  --fa--fa: "\f6b0\f6b0";
}
.fa-alien {
  --fa: "\f8f5";
  --fa--fa: "\f8f5\f8f5";
}
.fa-alien-8bit {
  --fa: "\f8f6";
  --fa--fa: "\f8f6\f8f6";
}
.fa-alien-monster {
  --fa: "\f8f6";
  --fa--fa: "\f8f6\f8f6";
}
.fa-align-center {
  --fa: "\f037";
  --fa--fa: "\f037\f037";
}
.fa-align-justify {
  --fa: "\f039";
  --fa--fa: "\f039\f039";
}
.fa-align-left {
  --fa: "\f036";
  --fa--fa: "\f036\f036";
}
.fa-align-right {
  --fa: "\f038";
  --fa--fa: "\f038\f038";
}
.fa-align-slash {
  --fa: "\f846";
  --fa--fa: "\f846\f846";
}
.fa-alt {
  --fa: "\e08a";
  --fa--fa: "\e08a\e08a";
}
.fa-amp-guitar {
  --fa: "\f8a1";
  --fa--fa: "\f8a1\f8a1";
}
.fa-ampersand {
  --fa: "\26";
  --fa--fa: "\26\26";
}
.fa-anchor {
  --fa: "\f13d";
  --fa--fa: "\f13d\f13d";
}
.fa-anchor-circle-check {
  --fa: "\e4aa";
  --fa--fa: "\e4aa\e4aa";
}
.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
  --fa--fa: "\e4ab\e4ab";
}
.fa-anchor-circle-xmark {
  --fa: "\e4ac";
  --fa--fa: "\e4ac\e4ac";
}
.fa-anchor-lock {
  --fa: "\e4ad";
  --fa--fa: "\e4ad\e4ad";
}
.fa-angel {
  --fa: "\f779";
  --fa--fa: "\f779\f779";
}
.fa-angle {
  --fa: "\e08c";
  --fa--fa: "\e08c\e08c";
}
.fa-angle-90 {
  --fa: "\e08d";
  --fa--fa: "\e08d\e08d";
}
.fa-angle-down {
  --fa: "\f107";
  --fa--fa: "\f107\f107";
}
.fa-angle-left {
  --fa: "\f104";
  --fa--fa: "\f104\f104";
}
.fa-angle-right {
  --fa: "\f105";
  --fa--fa: "\f105\f105";
}
.fa-angle-up {
  --fa: "\f106";
  --fa--fa: "\f106\f106";
}
.fa-angles-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103";
}
.fa-angle-double-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103";
}
.fa-angles-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100";
}
.fa-angle-double-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100";
}
.fa-angles-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101";
}
.fa-angle-double-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101";
}
.fa-angles-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102";
}
.fa-angle-double-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102";
}
.fa-angles-up-down {
  --fa: "\e60d";
  --fa--fa: "\e60d\e60d";
}
.fa-ankh {
  --fa: "\f644";
  --fa--fa: "\f644\f644";
}
.fa-ant {
  --fa: "\e680";
  --fa--fa: "\e680\e680";
}
.fa-apartment {
  --fa: "\e468";
  --fa--fa: "\e468\e468";
}
.fa-aperture {
  --fa: "\e2df";
  --fa--fa: "\e2df\e2df";
}
.fa-apostrophe {
  --fa: "\27";
  --fa--fa: "\27\27";
}
.fa-apple-core {
  --fa: "\e08f";
  --fa--fa: "\e08f\e08f";
}
.fa-apple-whole {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1";
}
.fa-apple-alt {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1";
}
.fa-archway {
  --fa: "\f557";
  --fa--fa: "\f557\f557";
}
.fa-arrow-down {
  --fa: "\f063";
  --fa--fa: "\f063\f063";
}
.fa-arrow-down-1-9 {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}
.fa-sort-numeric-asc {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}
.fa-sort-numeric-down {
  --fa: "\f162";
  --fa--fa: "\f162\f162";
}
.fa-arrow-down-9-1 {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}
.fa-sort-numeric-desc {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}
.fa-sort-numeric-down-alt {
  --fa: "\f886";
  --fa--fa: "\f886\f886";
}
.fa-arrow-down-a-z {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}
.fa-sort-alpha-asc {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}
.fa-sort-alpha-down {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d";
}
.fa-arrow-down-arrow-up {
  --fa: "\f883";
  --fa--fa: "\f883\f883";
}
.fa-sort-alt {
  --fa: "\f883";
  --fa--fa: "\f883\f883";
}
.fa-arrow-down-big-small {
  --fa: "\f88c";
  --fa--fa: "\f88c\f88c";
}
.fa-sort-size-down {
  --fa: "\f88c";
  --fa--fa: "\f88c\f88c";
}
.fa-arrow-down-from-arc {
  --fa: "\e614";
  --fa--fa: "\e614\e614";
}
.fa-arrow-down-from-bracket {
  --fa: "\e667";
  --fa--fa: "\e667\e667";
}
.fa-arrow-down-from-dotted-line {
  --fa: "\e090";
  --fa--fa: "\e090\e090";
}
.fa-arrow-down-from-line {
  --fa: "\f345";
  --fa--fa: "\f345\f345";
}
.fa-arrow-from-top {
  --fa: "\f345";
  --fa--fa: "\f345\f345";
}
.fa-arrow-down-left {
  --fa: "\e091";
  --fa--fa: "\e091\e091";
}
.fa-arrow-down-left-and-arrow-up-right-to-center {
  --fa: "\e092";
  --fa--fa: "\e092\e092";
}
.fa-arrow-down-long {
  --fa: "\f175";
  --fa--fa: "\f175\f175";
}
.fa-long-arrow-down {
  --fa: "\f175";
  --fa--fa: "\f175\f175";
}
.fa-arrow-down-right {
  --fa: "\e093";
  --fa--fa: "\e093\e093";
}
.fa-arrow-down-short-wide {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}
.fa-sort-amount-desc {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}
.fa-sort-amount-down-alt {
  --fa: "\f884";
  --fa--fa: "\f884\f884";
}
.fa-arrow-down-small-big {
  --fa: "\f88d";
  --fa--fa: "\f88d\f88d";
}
.fa-sort-size-down-alt {
  --fa: "\f88d";
  --fa--fa: "\f88d\f88d";
}
.fa-arrow-down-square-triangle {
  --fa: "\f889";
  --fa--fa: "\f889\f889";
}
.fa-sort-shapes-down-alt {
  --fa: "\f889";
  --fa--fa: "\f889\f889";
}
.fa-arrow-down-to-arc {
  --fa: "\e4ae";
  --fa--fa: "\e4ae\e4ae";
}
.fa-arrow-down-to-bracket {
  --fa: "\e094";
  --fa--fa: "\e094\e094";
}
.fa-arrow-down-to-dotted-line {
  --fa: "\e095";
  --fa--fa: "\e095\e095";
}
.fa-arrow-down-to-line {
  --fa: "\f33d";
  --fa--fa: "\f33d\f33d";
}
.fa-arrow-to-bottom {
  --fa: "\f33d";
  --fa--fa: "\f33d\f33d";
}
.fa-arrow-down-to-square {
  --fa: "\e096";
  --fa--fa: "\e096\e096";
}
.fa-arrow-down-triangle-square {
  --fa: "\f888";
  --fa--fa: "\f888\f888";
}
.fa-sort-shapes-down {
  --fa: "\f888";
  --fa--fa: "\f888\f888";
}
.fa-arrow-down-up-across-line {
  --fa: "\e4af";
  --fa--fa: "\e4af\e4af";
}
.fa-arrow-down-up-lock {
  --fa: "\e4b0";
  --fa--fa: "\e4b0\e4b0";
}
.fa-arrow-down-wide-short {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}
.fa-sort-amount-asc {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}
.fa-sort-amount-down {
  --fa: "\f160";
  --fa--fa: "\f160\f160";
}
.fa-arrow-down-z-a {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}
.fa-sort-alpha-desc {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}
.fa-sort-alpha-down-alt {
  --fa: "\f881";
  --fa--fa: "\f881\f881";
}
.fa-arrow-left {
  --fa: "\f060";
  --fa--fa: "\f060\f060";
}
.fa-arrow-left-from-arc {
  --fa: "\e615";
  --fa--fa: "\e615\e615";
}
.fa-arrow-left-from-bracket {
  --fa: "\e668";
  --fa--fa: "\e668\e668";
}
.fa-arrow-left-from-line {
  --fa: "\f344";
  --fa--fa: "\f344\f344";
}
.fa-arrow-from-right {
  --fa: "\f344";
  --fa--fa: "\f344\f344";
}
.fa-arrow-left-long {
  --fa: "\f177";
  --fa--fa: "\f177\f177";
}
.fa-long-arrow-left {
  --fa: "\f177";
  --fa--fa: "\f177\f177";
}
.fa-arrow-left-long-to-line {
  --fa: "\e3d4";
  --fa--fa: "\e3d4\e3d4";
}
.fa-arrow-left-to-arc {
  --fa: "\e616";
  --fa--fa: "\e616\e616";
}
.fa-arrow-left-to-bracket {
  --fa: "\e669";
  --fa--fa: "\e669\e669";
}
.fa-arrow-left-to-line {
  --fa: "\f33e";
  --fa--fa: "\f33e\f33e";
}
.fa-arrow-to-left {
  --fa: "\f33e";
  --fa--fa: "\f33e\f33e";
}
.fa-arrow-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245";
}
.fa-mouse-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245";
}
.fa-arrow-progress {
  --fa: "\e5df";
  --fa--fa: "\e5df\e5df";
}
.fa-arrow-right {
  --fa: "\f061";
  --fa--fa: "\f061\f061";
}
.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec";
}
.fa-exchange {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec";
}
.fa-arrow-right-from-arc {
  --fa: "\e4b1";
  --fa--fa: "\e4b1\e4b1";
}
.fa-arrow-right-from-bracket {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b";
}
.fa-sign-out {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b";
}
.fa-arrow-right-from-line {
  --fa: "\f343";
  --fa--fa: "\f343\f343";
}
.fa-arrow-from-left {
  --fa: "\f343";
  --fa--fa: "\f343\f343";
}
.fa-arrow-right-long {
  --fa: "\f178";
  --fa--fa: "\f178\f178";
}
.fa-long-arrow-right {
  --fa: "\f178";
  --fa--fa: "\f178\f178";
}
.fa-arrow-right-long-to-line {
  --fa: "\e3d5";
  --fa--fa: "\e3d5\e3d5";
}
.fa-arrow-right-to-arc {
  --fa: "\e4b2";
  --fa--fa: "\e4b2\e4b2";
}
.fa-arrow-right-to-bracket {
  --fa: "\f090";
  --fa--fa: "\f090\f090";
}
.fa-sign-in {
  --fa: "\f090";
  --fa--fa: "\f090\f090";
}
.fa-arrow-right-to-city {
  --fa: "\e4b3";
  --fa--fa: "\e4b3\e4b3";
}
.fa-arrow-right-to-line {
  --fa: "\f340";
  --fa--fa: "\f340\f340";
}
.fa-arrow-to-right {
  --fa: "\f340";
  --fa--fa: "\f340\f340";
}
.fa-arrow-rotate-left {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa-arrow-left-rotate {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa-arrow-rotate-back {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa-arrow-rotate-backward {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa-undo {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2";
}
.fa-arrow-rotate-right {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}
.fa-arrow-right-rotate {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}
.fa-arrow-rotate-forward {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}
.fa-redo {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e";
}
.fa-arrow-trend-down {
  --fa: "\e097";
  --fa--fa: "\e097\e097";
}
.fa-arrow-trend-up {
  --fa: "\e098";
  --fa--fa: "\e098\e098";
}
.fa-arrow-turn-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149";
}
.fa-level-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149";
}
.fa-arrow-turn-down-left {
  --fa: "\e2e1";
  --fa--fa: "\e2e1\e2e1";
}
.fa-arrow-turn-down-right {
  --fa: "\e3d6";
  --fa--fa: "\e3d6\e3d6";
}
.fa-arrow-turn-left {
  --fa: "\e632";
  --fa--fa: "\e632\e632";
}
.fa-arrow-turn-left-down {
  --fa: "\e633";
  --fa--fa: "\e633\e633";
}
.fa-arrow-turn-left-up {
  --fa: "\e634";
  --fa--fa: "\e634\e634";
}
.fa-arrow-turn-right {
  --fa: "\e635";
  --fa--fa: "\e635\e635";
}
.fa-arrow-turn-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148";
}
.fa-level-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148";
}
.fa-arrow-up {
  --fa: "\f062";
  --fa--fa: "\f062\f062";
}
.fa-arrow-up-1-9 {
  --fa: "\f163";
  --fa--fa: "\f163\f163";
}
.fa-sort-numeric-up {
  --fa: "\f163";
  --fa--fa: "\f163\f163";
}
.fa-arrow-up-9-1 {
  --fa: "\f887";
  --fa--fa: "\f887\f887";
}
.fa-sort-numeric-up-alt {
  --fa: "\f887";
  --fa--fa: "\f887\f887";
}
.fa-arrow-up-a-z {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e";
}
.fa-sort-alpha-up {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e";
}
.fa-arrow-up-arrow-down {
  --fa: "\e099";
  --fa--fa: "\e099\e099";
}
.fa-sort-up-down {
  --fa: "\e099";
  --fa--fa: "\e099\e099";
}
.fa-arrow-up-big-small {
  --fa: "\f88e";
  --fa--fa: "\f88e\f88e";
}
.fa-sort-size-up {
  --fa: "\f88e";
  --fa--fa: "\f88e\f88e";
}
.fa-arrow-up-from-arc {
  --fa: "\e4b4";
  --fa--fa: "\e4b4\e4b4";
}
.fa-arrow-up-from-bracket {
  --fa: "\e09a";
  --fa--fa: "\e09a\e09a";
}
.fa-arrow-up-from-dotted-line {
  --fa: "\e09b";
  --fa--fa: "\e09b\e09b";
}
.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
  --fa--fa: "\e4b5\e4b5";
}
.fa-arrow-up-from-line {
  --fa: "\f342";
  --fa--fa: "\f342\f342";
}
.fa-arrow-from-bottom {
  --fa: "\f342";
  --fa--fa: "\f342\f342";
}
.fa-arrow-up-from-square {
  --fa: "\e09c";
  --fa--fa: "\e09c\e09c";
}
.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
  --fa--fa: "\e4b6\e4b6";
}
.fa-arrow-up-left {
  --fa: "\e09d";
  --fa--fa: "\e09d\e09d";
}
.fa-arrow-up-left-from-circle {
  --fa: "\e09e";
  --fa--fa: "\e09e\e09e";
}
.fa-arrow-up-long {
  --fa: "\f176";
  --fa--fa: "\f176\f176";
}
.fa-long-arrow-up {
  --fa: "\f176";
  --fa--fa: "\f176\f176";
}
.fa-arrow-up-right {
  --fa: "\e09f";
  --fa--fa: "\e09f\e09f";
}
.fa-arrow-up-right-and-arrow-down-left-from-center {
  --fa: "\e0a0";
  --fa--fa: "\e0a0\e0a0";
}
.fa-arrow-up-right-dots {
  --fa: "\e4b7";
  --fa--fa: "\e4b7\e4b7";
}
.fa-arrow-up-right-from-square {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e";
}
.fa-external-link {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e";
}
.fa-arrow-up-short-wide {
  --fa: "\f885";
  --fa--fa: "\f885\f885";
}
.fa-sort-amount-up-alt {
  --fa: "\f885";
  --fa--fa: "\f885\f885";
}
.fa-arrow-up-small-big {
  --fa: "\f88f";
  --fa--fa: "\f88f\f88f";
}
.fa-sort-size-up-alt {
  --fa: "\f88f";
  --fa--fa: "\f88f\f88f";
}
.fa-arrow-up-square-triangle {
  --fa: "\f88b";
  --fa--fa: "\f88b\f88b";
}
.fa-sort-shapes-up-alt {
  --fa: "\f88b";
  --fa--fa: "\f88b\f88b";
}
.fa-arrow-up-to-arc {
  --fa: "\e617";
  --fa--fa: "\e617\e617";
}
.fa-arrow-up-to-bracket {
  --fa: "\e66a";
  --fa--fa: "\e66a\e66a";
}
.fa-arrow-up-to-dotted-line {
  --fa: "\e0a1";
  --fa--fa: "\e0a1\e0a1";
}
.fa-arrow-up-to-line {
  --fa: "\f341";
  --fa--fa: "\f341\f341";
}
.fa-arrow-to-top {
  --fa: "\f341";
  --fa--fa: "\f341\f341";
}
.fa-arrow-up-triangle-square {
  --fa: "\f88a";
  --fa--fa: "\f88a\f88a";
}
.fa-sort-shapes-up {
  --fa: "\f88a";
  --fa--fa: "\f88a\f88a";
}
.fa-arrow-up-wide-short {
  --fa: "\f161";
  --fa--fa: "\f161\f161";
}
.fa-sort-amount-up {
  --fa: "\f161";
  --fa--fa: "\f161\f161";
}
.fa-arrow-up-z-a {
  --fa: "\f882";
  --fa--fa: "\f882\f882";
}
.fa-sort-alpha-up-alt {
  --fa: "\f882";
  --fa--fa: "\f882\f882";
}
.fa-arrows-cross {
  --fa: "\e0a2";
  --fa--fa: "\e0a2\e0a2";
}
.fa-arrows-down-to-line {
  --fa: "\e4b8";
  --fa--fa: "\e4b8\e4b8";
}
.fa-arrows-down-to-people {
  --fa: "\e4b9";
  --fa--fa: "\e4b9\e4b9";
}
.fa-arrows-from-dotted-line {
  --fa: "\e0a3";
  --fa--fa: "\e0a3\e0a3";
}
.fa-arrows-from-line {
  --fa: "\e0a4";
  --fa--fa: "\e0a4\e0a4";
}
.fa-arrows-left-right {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e";
}
.fa-arrows-h {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e";
}
.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
  --fa--fa: "\e4ba\e4ba";
}
.fa-arrows-maximize {
  --fa: "\f31d";
  --fa--fa: "\f31d\f31d";
}
.fa-expand-arrows {
  --fa: "\f31d";
  --fa--fa: "\f31d\f31d";
}
.fa-arrows-minimize {
  --fa: "\e0a5";
  --fa--fa: "\e0a5\e0a5";
}
.fa-compress-arrows {
  --fa: "\e0a5";
  --fa--fa: "\e0a5\e0a5";
}
.fa-arrows-repeat {
  --fa: "\f364";
  --fa--fa: "\f364\f364";
}
.fa-repeat-alt {
  --fa: "\f364";
  --fa--fa: "\f364\f364";
}
.fa-arrows-repeat-1 {
  --fa: "\f366";
  --fa--fa: "\f366\f366";
}
.fa-repeat-1-alt {
  --fa: "\f366";
  --fa--fa: "\f366\f366";
}
.fa-arrows-retweet {
  --fa: "\f361";
  --fa--fa: "\f361\f361";
}
.fa-retweet-alt {
  --fa: "\f361";
  --fa--fa: "\f361\f361";
}
.fa-arrows-rotate {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}
.fa-refresh {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}
.fa-sync {
  --fa: "\f021";
  --fa--fa: "\f021\f021";
}
.fa-arrows-rotate-reverse {
  --fa: "\e630";
  --fa--fa: "\e630\e630";
}
.fa-arrows-spin {
  --fa: "\e4bb";
  --fa--fa: "\e4bb\e4bb";
}
.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
  --fa--fa: "\e4bc\e4bc";
}
.fa-arrows-to-circle {
  --fa: "\e4bd";
  --fa--fa: "\e4bd\e4bd";
}
.fa-arrows-to-dot {
  --fa: "\e4be";
  --fa--fa: "\e4be\e4be";
}
.fa-arrows-to-dotted-line {
  --fa: "\e0a6";
  --fa--fa: "\e0a6\e0a6";
}
.fa-arrows-to-eye {
  --fa: "\e4bf";
  --fa--fa: "\e4bf\e4bf";
}
.fa-arrows-to-line {
  --fa: "\e0a7";
  --fa--fa: "\e0a7\e0a7";
}
.fa-arrows-turn-right {
  --fa: "\e4c0";
  --fa--fa: "\e4c0\e4c0";
}
.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
  --fa--fa: "\e4c1\e4c1";
}
.fa-arrows-up-down {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d";
}
.fa-arrows-v {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d";
}
.fa-arrows-up-down-left-right {
  --fa: "\f047";
  --fa--fa: "\f047\f047";
}
.fa-arrows {
  --fa: "\f047";
  --fa--fa: "\f047\f047";
}
.fa-arrows-up-to-line {
  --fa: "\e4c2";
  --fa--fa: "\e4c2\e4c2";
}
.fa-asterisk {
  --fa: "\2a";
  --fa--fa: "\2a\2a";
}
.fa-at {
  --fa: "\40";
  --fa--fa: "\40\40";
}
.fa-atom {
  --fa: "\f5d2";
  --fa--fa: "\f5d2\f5d2";
}
.fa-atom-simple {
  --fa: "\f5d3";
  --fa--fa: "\f5d3\f5d3";
}
.fa-atom-alt {
  --fa: "\f5d3";
  --fa--fa: "\f5d3\f5d3";
}
.fa-audio-description {
  --fa: "\f29e";
  --fa--fa: "\f29e\f29e";
}
.fa-audio-description-slash {
  --fa: "\e0a8";
  --fa--fa: "\e0a8\e0a8";
}
.fa-austral-sign {
  --fa: "\e0a9";
  --fa--fa: "\e0a9\e0a9";
}
.fa-avocado {
  --fa: "\e0aa";
  --fa--fa: "\e0aa\e0aa";
}
.fa-award {
  --fa: "\f559";
  --fa--fa: "\f559\f559";
}
.fa-award-simple {
  --fa: "\e0ab";
  --fa--fa: "\e0ab\e0ab";
}
.fa-axe {
  --fa: "\f6b2";
  --fa--fa: "\f6b2\f6b2";
}
.fa-axe-battle {
  --fa: "\f6b3";
  --fa--fa: "\f6b3\f6b3";
}
.fa-b {
  --fa: "\42";
  --fa--fa: "\42\42";
}
.fa-baby {
  --fa: "\f77c";
  --fa--fa: "\f77c\f77c";
}
.fa-baby-carriage {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d";
}
.fa-carriage-baby {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d";
}
.fa-backpack {
  --fa: "\f5d4";
  --fa--fa: "\f5d4\f5d4";
}
.fa-backward {
  --fa: "\f04a";
  --fa--fa: "\f04a\f04a";
}
.fa-backward-fast {
  --fa: "\f049";
  --fa--fa: "\f049\f049";
}
.fa-fast-backward {
  --fa: "\f049";
  --fa--fa: "\f049\f049";
}
.fa-backward-step {
  --fa: "\f048";
  --fa--fa: "\f048\f048";
}
.fa-step-backward {
  --fa: "\f048";
  --fa--fa: "\f048\f048";
}
.fa-bacon {
  --fa: "\f7e5";
  --fa--fa: "\f7e5\f7e5";
}
.fa-bacteria {
  --fa: "\e059";
  --fa--fa: "\e059\e059";
}
.fa-bacterium {
  --fa: "\e05a";
  --fa--fa: "\e05a\e05a";
}
.fa-badge {
  --fa: "\f335";
  --fa--fa: "\f335\f335";
}
.fa-badge-check {
  --fa: "\f336";
  --fa--fa: "\f336\f336";
}
.fa-badge-dollar {
  --fa: "\f645";
  --fa--fa: "\f645\f645";
}
.fa-badge-percent {
  --fa: "\f646";
  --fa--fa: "\f646\f646";
}
.fa-badge-sheriff {
  --fa: "\f8a2";
  --fa--fa: "\f8a2\f8a2";
}
.fa-badger-honey {
  --fa: "\f6b4";
  --fa--fa: "\f6b4\f6b4";
}
.fa-badminton {
  --fa: "\e33a";
  --fa--fa: "\e33a\e33a";
}
.fa-bag-seedling {
  --fa: "\e5f2";
  --fa--fa: "\e5f2\e5f2";
}
.fa-bag-shopping {
  --fa: "\f290";
  --fa--fa: "\f290\f290";
}
.fa-shopping-bag {
  --fa: "\f290";
  --fa--fa: "\f290\f290";
}
.fa-bag-shopping-minus {
  --fa: "\e650";
  --fa--fa: "\e650\e650";
}
.fa-bag-shopping-plus {
  --fa: "\e651";
  --fa--fa: "\e651\e651";
}
.fa-bagel {
  --fa: "\e3d7";
  --fa--fa: "\e3d7\e3d7";
}
.fa-bags-shopping {
  --fa: "\f847";
  --fa--fa: "\f847\f847";
}
.fa-baguette {
  --fa: "\e3d8";
  --fa--fa: "\e3d8\e3d8";
}
.fa-bahai {
  --fa: "\f666";
  --fa--fa: "\f666\f666";
}
.fa-haykal {
  --fa: "\f666";
  --fa--fa: "\f666\f666";
}
.fa-baht-sign {
  --fa: "\e0ac";
  --fa--fa: "\e0ac\e0ac";
}
.fa-ball-pile {
  --fa: "\f77e";
  --fa--fa: "\f77e\f77e";
}
.fa-balloon {
  --fa: "\e2e3";
  --fa--fa: "\e2e3\e2e3";
}
.fa-balloons {
  --fa: "\e2e4";
  --fa--fa: "\e2e4\e2e4";
}
.fa-ballot {
  --fa: "\f732";
  --fa--fa: "\f732\f732";
}
.fa-ballot-check {
  --fa: "\f733";
  --fa--fa: "\f733\f733";
}
.fa-ban {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e";
}
.fa-cancel {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e";
}
.fa-ban-bug {
  --fa: "\f7f9";
  --fa--fa: "\f7f9\f7f9";
}
.fa-debug {
  --fa: "\f7f9";
  --fa--fa: "\f7f9\f7f9";
}
.fa-ban-parking {
  --fa: "\f616";
  --fa--fa: "\f616\f616";
}
.fa-parking-circle-slash {
  --fa: "\f616";
  --fa--fa: "\f616\f616";
}
.fa-ban-smoking {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d";
}
.fa-smoking-ban {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d";
}
.fa-banana {
  --fa: "\e2e5";
  --fa--fa: "\e2e5\e2e5";
}
.fa-bandage {
  --fa: "\f462";
  --fa--fa: "\f462\f462";
}
.fa-band-aid {
  --fa: "\f462";
  --fa--fa: "\f462\f462";
}
.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
  --fa--fa: "\e2e6\e2e6";
}
.fa-banjo {
  --fa: "\f8a3";
  --fa--fa: "\f8a3\f8a3";
}
.fa-barcode {
  --fa: "\f02a";
  --fa--fa: "\f02a\f02a";
}
.fa-barcode-read {
  --fa: "\f464";
  --fa--fa: "\f464\f464";
}
.fa-barcode-scan {
  --fa: "\f465";
  --fa--fa: "\f465\f465";
}
.fa-bars {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9";
}
.fa-navicon {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9";
}
.fa-bars-filter {
  --fa: "\e0ad";
  --fa--fa: "\e0ad\e0ad";
}
.fa-bars-progress {
  --fa: "\f828";
  --fa--fa: "\f828\f828";
}
.fa-tasks-alt {
  --fa: "\f828";
  --fa--fa: "\f828\f828";
}
.fa-bars-sort {
  --fa: "\e0ae";
  --fa--fa: "\e0ae\e0ae";
}
.fa-bars-staggered {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}
.fa-reorder {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}
.fa-stream {
  --fa: "\f550";
  --fa--fa: "\f550\f550";
}
.fa-baseball {
  --fa: "\f433";
  --fa--fa: "\f433\f433";
}
.fa-baseball-ball {
  --fa: "\f433";
  --fa--fa: "\f433\f433";
}
.fa-baseball-bat-ball {
  --fa: "\f432";
  --fa--fa: "\f432\f432";
}
.fa-basket-shopping {
  --fa: "\f291";
  --fa--fa: "\f291\f291";
}
.fa-shopping-basket {
  --fa: "\f291";
  --fa--fa: "\f291\f291";
}
.fa-basket-shopping-minus {
  --fa: "\e652";
  --fa--fa: "\e652\e652";
}
.fa-basket-shopping-plus {
  --fa: "\e653";
  --fa--fa: "\e653\e653";
}
.fa-basket-shopping-simple {
  --fa: "\e0af";
  --fa--fa: "\e0af\e0af";
}
.fa-shopping-basket-alt {
  --fa: "\e0af";
  --fa--fa: "\e0af\e0af";
}
.fa-basketball {
  --fa: "\f434";
  --fa--fa: "\f434\f434";
}
.fa-basketball-ball {
  --fa: "\f434";
  --fa--fa: "\f434\f434";
}
.fa-basketball-hoop {
  --fa: "\f435";
  --fa--fa: "\f435\f435";
}
.fa-bat {
  --fa: "\f6b5";
  --fa--fa: "\f6b5\f6b5";
}
.fa-bath {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd";
}
.fa-bathtub {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd";
}
.fa-battery-bolt {
  --fa: "\f376";
  --fa--fa: "\f376\f376";
}
.fa-battery-empty {
  --fa: "\f244";
  --fa--fa: "\f244\f244";
}
.fa-battery-0 {
  --fa: "\f244";
  --fa--fa: "\f244\f244";
}
.fa-battery-exclamation {
  --fa: "\e0b0";
  --fa--fa: "\e0b0\e0b0";
}
.fa-battery-full {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}
.fa-battery {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}
.fa-battery-5 {
  --fa: "\f240";
  --fa--fa: "\f240\f240";
}
.fa-battery-half {
  --fa: "\f242";
  --fa--fa: "\f242\f242";
}
.fa-battery-3 {
  --fa: "\f242";
  --fa--fa: "\f242\f242";
}
.fa-battery-low {
  --fa: "\e0b1";
  --fa--fa: "\e0b1\e0b1";
}
.fa-battery-1 {
  --fa: "\e0b1";
  --fa--fa: "\e0b1\e0b1";
}
.fa-battery-quarter {
  --fa: "\f243";
  --fa--fa: "\f243\f243";
}
.fa-battery-2 {
  --fa: "\f243";
  --fa--fa: "\f243\f243";
}
.fa-battery-slash {
  --fa: "\f377";
  --fa--fa: "\f377\f377";
}
.fa-battery-three-quarters {
  --fa: "\f241";
  --fa--fa: "\f241\f241";
}
.fa-battery-4 {
  --fa: "\f241";
  --fa--fa: "\f241\f241";
}
.fa-bed {
  --fa: "\f236";
  --fa--fa: "\f236\f236";
}
.fa-bed-bunk {
  --fa: "\f8f8";
  --fa--fa: "\f8f8\f8f8";
}
.fa-bed-empty {
  --fa: "\f8f9";
  --fa--fa: "\f8f9\f8f9";
}
.fa-bed-front {
  --fa: "\f8f7";
  --fa--fa: "\f8f7\f8f7";
}
.fa-bed-alt {
  --fa: "\f8f7";
  --fa--fa: "\f8f7\f8f7";
}
.fa-bed-pulse {
  --fa: "\f487";
  --fa--fa: "\f487\f487";
}
.fa-procedures {
  --fa: "\f487";
  --fa--fa: "\f487\f487";
}
.fa-bee {
  --fa: "\e0b2";
  --fa--fa: "\e0b2\e0b2";
}
.fa-beer-mug {
  --fa: "\e0b3";
  --fa--fa: "\e0b3\e0b3";
}
.fa-beer-foam {
  --fa: "\e0b3";
  --fa--fa: "\e0b3\e0b3";
}
.fa-beer-mug-empty {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc";
}
.fa-beer {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc";
}
.fa-bell {
  --fa: "\f0f3";
  --fa--fa: "\f0f3\f0f3";
}
.fa-bell-concierge {
  --fa: "\f562";
  --fa--fa: "\f562\f562";
}
.fa-concierge-bell {
  --fa: "\f562";
  --fa--fa: "\f562\f562";
}
.fa-bell-exclamation {
  --fa: "\f848";
  --fa--fa: "\f848\f848";
}
.fa-bell-on {
  --fa: "\f8fa";
  --fa--fa: "\f8fa\f8fa";
}
.fa-bell-plus {
  --fa: "\f849";
  --fa--fa: "\f849\f849";
}
.fa-bell-ring {
  --fa: "\e62c";
  --fa--fa: "\e62c\e62c";
}
.fa-bell-school {
  --fa: "\f5d5";
  --fa--fa: "\f5d5\f5d5";
}
.fa-bell-school-slash {
  --fa: "\f5d6";
  --fa--fa: "\f5d6\f5d6";
}
.fa-bell-slash {
  --fa: "\f1f6";
  --fa--fa: "\f1f6\f1f6";
}
.fa-bells {
  --fa: "\f77f";
  --fa--fa: "\f77f\f77f";
}
.fa-bench-tree {
  --fa: "\e2e7";
  --fa--fa: "\e2e7\e2e7";
}
.fa-bezier-curve {
  --fa: "\f55b";
  --fa--fa: "\f55b\f55b";
}
.fa-bicycle {
  --fa: "\f206";
  --fa--fa: "\f206\f206";
}
.fa-billboard {
  --fa: "\e5cd";
  --fa--fa: "\e5cd\e5cd";
}
.fa-bin-bottles {
  --fa: "\e5f5";
  --fa--fa: "\e5f5\e5f5";
}
.fa-bin-bottles-recycle {
  --fa: "\e5f6";
  --fa--fa: "\e5f6\e5f6";
}
.fa-bin-recycle {
  --fa: "\e5f7";
  --fa--fa: "\e5f7\e5f7";
}
.fa-binary {
  --fa: "\e33b";
  --fa--fa: "\e33b\e33b";
}
.fa-binary-circle-check {
  --fa: "\e33c";
  --fa--fa: "\e33c\e33c";
}
.fa-binary-lock {
  --fa: "\e33d";
  --fa--fa: "\e33d\e33d";
}
.fa-binary-slash {
  --fa: "\e33e";
  --fa--fa: "\e33e\e33e";
}
.fa-binoculars {
  --fa: "\f1e5";
  --fa--fa: "\f1e5\f1e5";
}
.fa-biohazard {
  --fa: "\f780";
  --fa--fa: "\f780\f780";
}
.fa-bird {
  --fa: "\e469";
  --fa--fa: "\e469\e469";
}
.fa-bitcoin-sign {
  --fa: "\e0b4";
  --fa--fa: "\e0b4\e0b4";
}
.fa-blanket {
  --fa: "\f498";
  --fa--fa: "\f498\f498";
}
.fa-blanket-fire {
  --fa: "\e3da";
  --fa--fa: "\e3da\e3da";
}
.fa-blender {
  --fa: "\f517";
  --fa--fa: "\f517\f517";
}
.fa-blender-phone {
  --fa: "\f6b6";
  --fa--fa: "\f6b6\f6b6";
}
.fa-blinds {
  --fa: "\f8fb";
  --fa--fa: "\f8fb\f8fb";
}
.fa-blinds-open {
  --fa: "\f8fc";
  --fa--fa: "\f8fc\f8fc";
}
.fa-blinds-raised {
  --fa: "\f8fd";
  --fa--fa: "\f8fd\f8fd";
}
.fa-block {
  --fa: "\e46a";
  --fa--fa: "\e46a\e46a";
}
.fa-block-brick {
  --fa: "\e3db";
  --fa--fa: "\e3db\e3db";
}
.fa-wall-brick {
  --fa: "\e3db";
  --fa--fa: "\e3db\e3db";
}
.fa-block-brick-fire {
  --fa: "\e3dc";
  --fa--fa: "\e3dc\e3dc";
}
.fa-firewall {
  --fa: "\e3dc";
  --fa--fa: "\e3dc\e3dc";
}
.fa-block-question {
  --fa: "\e3dd";
  --fa--fa: "\e3dd\e3dd";
}
.fa-block-quote {
  --fa: "\e0b5";
  --fa--fa: "\e0b5\e0b5";
}
.fa-blog {
  --fa: "\f781";
  --fa--fa: "\f781\f781";
}
.fa-blueberries {
  --fa: "\e2e8";
  --fa--fa: "\e2e8\e2e8";
}
.fa-bold {
  --fa: "\f032";
  --fa--fa: "\f032\f032";
}
.fa-bolt {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7";
}
.fa-zap {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7";
}
.fa-bolt-auto {
  --fa: "\e0b6";
  --fa--fa: "\e0b6\e0b6";
}
.fa-bolt-lightning {
  --fa: "\e0b7";
  --fa--fa: "\e0b7\e0b7";
}
.fa-bolt-slash {
  --fa: "\e0b8";
  --fa--fa: "\e0b8\e0b8";
}
.fa-bomb {
  --fa: "\f1e2";
  --fa--fa: "\f1e2\f1e2";
}
.fa-bone {
  --fa: "\f5d7";
  --fa--fa: "\f5d7\f5d7";
}
.fa-bone-break {
  --fa: "\f5d8";
  --fa--fa: "\f5d8\f5d8";
}
.fa-bong {
  --fa: "\f55c";
  --fa--fa: "\f55c\f55c";
}
.fa-book {
  --fa: "\f02d";
  --fa--fa: "\f02d\f02d";
}
.fa-book-arrow-right {
  --fa: "\e0b9";
  --fa--fa: "\e0b9\e0b9";
}
.fa-book-arrow-up {
  --fa: "\e0ba";
  --fa--fa: "\e0ba\e0ba";
}
.fa-book-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558";
}
.fa-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558";
}
.fa-book-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647";
}
.fa-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647";
}
.fa-book-blank {
  --fa: "\f5d9";
  --fa--fa: "\f5d9\f5d9";
}
.fa-book-alt {
  --fa: "\f5d9";
  --fa--fa: "\f5d9\f5d9";
}
.fa-book-bookmark {
  --fa: "\e0bb";
  --fa--fa: "\e0bb\e0bb";
}
.fa-book-circle-arrow-right {
  --fa: "\e0bc";
  --fa--fa: "\e0bc\e0bc";
}
.fa-book-circle-arrow-up {
  --fa: "\e0bd";
  --fa--fa: "\e0bd\e0bd";
}
.fa-book-copy {
  --fa: "\e0be";
  --fa--fa: "\e0be\e0be";
}
.fa-book-font {
  --fa: "\e0bf";
  --fa--fa: "\e0bf\e0bf";
}
.fa-book-heart {
  --fa: "\f499";
  --fa--fa: "\f499\f499";
}
.fa-book-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a";
}
.fa-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a";
}
.fa-book-medical {
  --fa: "\f7e6";
  --fa--fa: "\f7e6\f7e6";
}
.fa-book-open {
  --fa: "\f518";
  --fa--fa: "\f518\f518";
}
.fa-book-open-cover {
  --fa: "\e0c0";
  --fa--fa: "\e0c0\e0c0";
}
.fa-book-open-alt {
  --fa: "\e0c0";
  --fa--fa: "\e0c0\e0c0";
}
.fa-book-open-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da";
}
.fa-book-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da";
}
.fa-book-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687";
}
.fa-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687";
}
.fa-book-section {
  --fa: "\e0c1";
  --fa--fa: "\e0c1\e0c1";
}
.fa-book-law {
  --fa: "\e0c1";
  --fa--fa: "\e0c1\e0c1";
}
.fa-book-skull {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7";
}
.fa-book-dead {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7";
}
.fa-book-sparkles {
  --fa: "\f6b8";
  --fa--fa: "\f6b8\f6b8";
}
.fa-book-spells {
  --fa: "\f6b8";
  --fa--fa: "\f6b8\f6b8";
}
.fa-book-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827";
}
.fa-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827";
}
.fa-book-user {
  --fa: "\f7e7";
  --fa--fa: "\f7e7\f7e7";
}
.fa-bookmark {
  --fa: "\f02e";
  --fa--fa: "\f02e\f02e";
}
.fa-bookmark-slash {
  --fa: "\e0c2";
  --fa--fa: "\e0c2\e0c2";
}
.fa-books {
  --fa: "\f5db";
  --fa--fa: "\f5db\f5db";
}
.fa-books-medical {
  --fa: "\f7e8";
  --fa--fa: "\f7e8\f7e8";
}
.fa-boombox {
  --fa: "\f8a5";
  --fa--fa: "\f8a5\f8a5";
}
.fa-boot {
  --fa: "\f782";
  --fa--fa: "\f782\f782";
}
.fa-boot-heeled {
  --fa: "\e33f";
  --fa--fa: "\e33f\e33f";
}
.fa-booth-curtain {
  --fa: "\f734";
  --fa--fa: "\f734\f734";
}
.fa-border-all {
  --fa: "\f84c";
  --fa--fa: "\f84c\f84c";
}
.fa-border-bottom {
  --fa: "\f84d";
  --fa--fa: "\f84d\f84d";
}
.fa-border-bottom-right {
  --fa: "\f854";
  --fa--fa: "\f854\f854";
}
.fa-border-style-alt {
  --fa: "\f854";
  --fa--fa: "\f854\f854";
}
.fa-border-center-h {
  --fa: "\f89c";
  --fa--fa: "\f89c\f89c";
}
.fa-border-center-v {
  --fa: "\f89d";
  --fa--fa: "\f89d\f89d";
}
.fa-border-inner {
  --fa: "\f84e";
  --fa--fa: "\f84e\f84e";
}
.fa-border-left {
  --fa: "\f84f";
  --fa--fa: "\f84f\f84f";
}
.fa-border-none {
  --fa: "\f850";
  --fa--fa: "\f850\f850";
}
.fa-border-outer {
  --fa: "\f851";
  --fa--fa: "\f851\f851";
}
.fa-border-right {
  --fa: "\f852";
  --fa--fa: "\f852\f852";
}
.fa-border-top {
  --fa: "\f855";
  --fa--fa: "\f855\f855";
}
.fa-border-top-left {
  --fa: "\f853";
  --fa--fa: "\f853\f853";
}
.fa-border-style {
  --fa: "\f853";
  --fa--fa: "\f853\f853";
}
.fa-bore-hole {
  --fa: "\e4c3";
  --fa--fa: "\e4c3\e4c3";
}
.fa-bottle-baby {
  --fa: "\e673";
  --fa--fa: "\e673\e673";
}
.fa-bottle-droplet {
  --fa: "\e4c4";
  --fa--fa: "\e4c4\e4c4";
}
.fa-bottle-water {
  --fa: "\e4c5";
  --fa--fa: "\e4c5\e4c5";
}
.fa-bow-arrow {
  --fa: "\f6b9";
  --fa--fa: "\f6b9\f6b9";
}
.fa-bowl-chopsticks {
  --fa: "\e2e9";
  --fa--fa: "\e2e9\e2e9";
}
.fa-bowl-chopsticks-noodles {
  --fa: "\e2ea";
  --fa--fa: "\e2ea\e2ea";
}
.fa-bowl-food {
  --fa: "\e4c6";
  --fa--fa: "\e4c6\e4c6";
}
.fa-bowl-hot {
  --fa: "\f823";
  --fa--fa: "\f823\f823";
}
.fa-soup {
  --fa: "\f823";
  --fa--fa: "\f823\f823";
}
.fa-bowl-rice {
  --fa: "\e2eb";
  --fa--fa: "\e2eb\e2eb";
}
.fa-bowl-scoop {
  --fa: "\e3de";
  --fa--fa: "\e3de\e3de";
}
.fa-bowl-shaved-ice {
  --fa: "\e3de";
  --fa--fa: "\e3de\e3de";
}
.fa-bowl-scoops {
  --fa: "\e3df";
  --fa--fa: "\e3df\e3df";
}
.fa-bowl-soft-serve {
  --fa: "\e46b";
  --fa--fa: "\e46b\e46b";
}
.fa-bowl-spoon {
  --fa: "\e3e0";
  --fa--fa: "\e3e0\e3e0";
}
.fa-bowling-ball {
  --fa: "\f436";
  --fa--fa: "\f436\f436";
}
.fa-bowling-ball-pin {
  --fa: "\e0c3";
  --fa--fa: "\e0c3\e0c3";
}
.fa-bowling-pins {
  --fa: "\f437";
  --fa--fa: "\f437\f437";
}
.fa-box {
  --fa: "\f466";
  --fa--fa: "\f466\f466";
}
.fa-box-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187";
}
.fa-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187";
}
.fa-box-ballot {
  --fa: "\f735";
  --fa--fa: "\f735\f735";
}
.fa-box-check {
  --fa: "\f467";
  --fa--fa: "\f467\f467";
}
.fa-box-circle-check {
  --fa: "\e0c4";
  --fa--fa: "\e0c4\e0c4";
}
.fa-box-dollar {
  --fa: "\f4a0";
  --fa--fa: "\f4a0\f4a0";
}
.fa-box-usd {
  --fa: "\f4a0";
  --fa--fa: "\f4a0\f4a0";
}
.fa-box-heart {
  --fa: "\f49d";
  --fa--fa: "\f49d\f49d";
}
.fa-box-open {
  --fa: "\f49e";
  --fa--fa: "\f49e\f49e";
}
.fa-box-open-full {
  --fa: "\f49c";
  --fa--fa: "\f49c\f49c";
}
.fa-box-full {
  --fa: "\f49c";
  --fa--fa: "\f49c\f49c";
}
.fa-box-taped {
  --fa: "\f49a";
  --fa--fa: "\f49a\f49a";
}
.fa-box-alt {
  --fa: "\f49a";
  --fa--fa: "\f49a\f49a";
}
.fa-box-tissue {
  --fa: "\e05b";
  --fa--fa: "\e05b\e05b";
}
.fa-boxes-packing {
  --fa: "\e4c7";
  --fa--fa: "\e4c7\e4c7";
}
.fa-boxes-stacked {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}
.fa-boxes {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}
.fa-boxes-alt {
  --fa: "\f468";
  --fa--fa: "\f468\f468";
}
.fa-boxing-glove {
  --fa: "\f438";
  --fa--fa: "\f438\f438";
}
.fa-glove-boxing {
  --fa: "\f438";
  --fa--fa: "\f438\f438";
}
.fa-bracket-curly {
  --fa: "\7b";
  --fa--fa: "\7b\7b";
}
.fa-bracket-curly-left {
  --fa: "\7b";
  --fa--fa: "\7b\7b";
}
.fa-bracket-curly-right {
  --fa: "\7d";
  --fa--fa: "\7d\7d";
}
.fa-bracket-round {
  --fa: "\28";
  --fa--fa: "\28\28";
}
.fa-parenthesis {
  --fa: "\28";
  --fa--fa: "\28\28";
}
.fa-bracket-round-right {
  --fa: "\29";
  --fa--fa: "\29\29";
}
.fa-bracket-square {
  --fa: "\5b";
  --fa--fa: "\5b\5b";
}
.fa-bracket {
  --fa: "\5b";
  --fa--fa: "\5b\5b";
}
.fa-bracket-left {
  --fa: "\5b";
  --fa--fa: "\5b\5b";
}
.fa-bracket-square-right {
  --fa: "\5d";
  --fa--fa: "\5d\5d";
}
.fa-brackets-curly {
  --fa: "\f7ea";
  --fa--fa: "\f7ea\f7ea";
}
.fa-brackets-round {
  --fa: "\e0c5";
  --fa--fa: "\e0c5\e0c5";
}
.fa-parentheses {
  --fa: "\e0c5";
  --fa--fa: "\e0c5\e0c5";
}
.fa-brackets-square {
  --fa: "\f7e9";
  --fa--fa: "\f7e9\f7e9";
}
.fa-brackets {
  --fa: "\f7e9";
  --fa--fa: "\f7e9\f7e9";
}
.fa-braille {
  --fa: "\f2a1";
  --fa--fa: "\f2a1\f2a1";
}
.fa-brain {
  --fa: "\f5dc";
  --fa--fa: "\f5dc\f5dc";
}
.fa-brain-arrow-curved-right {
  --fa: "\f677";
  --fa--fa: "\f677\f677";
}
.fa-mind-share {
  --fa: "\f677";
  --fa--fa: "\f677\f677";
}
.fa-brain-circuit {
  --fa: "\e0c6";
  --fa--fa: "\e0c6\e0c6";
}
.fa-brake-warning {
  --fa: "\e0c7";
  --fa--fa: "\e0c7\e0c7";
}
.fa-brazilian-real-sign {
  --fa: "\e46c";
  --fa--fa: "\e46c\e46c";
}
.fa-bread-loaf {
  --fa: "\f7eb";
  --fa--fa: "\f7eb\f7eb";
}
.fa-bread-slice {
  --fa: "\f7ec";
  --fa--fa: "\f7ec\f7ec";
}
.fa-bread-slice-butter {
  --fa: "\e3e1";
  --fa--fa: "\e3e1\e3e1";
}
.fa-bridge {
  --fa: "\e4c8";
  --fa--fa: "\e4c8\e4c8";
}
.fa-bridge-circle-check {
  --fa: "\e4c9";
  --fa--fa: "\e4c9\e4c9";
}
.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
  --fa--fa: "\e4ca\e4ca";
}
.fa-bridge-circle-xmark {
  --fa: "\e4cb";
  --fa--fa: "\e4cb\e4cb";
}
.fa-bridge-lock {
  --fa: "\e4cc";
  --fa--fa: "\e4cc\e4cc";
}
.fa-bridge-suspension {
  --fa: "\e4cd";
  --fa--fa: "\e4cd\e4cd";
}
.fa-bridge-water {
  --fa: "\e4ce";
  --fa--fa: "\e4ce\e4ce";
}
.fa-briefcase {
  --fa: "\f0b1";
  --fa--fa: "\f0b1\f0b1";
}
.fa-briefcase-arrow-right {
  --fa: "\e2f2";
  --fa--fa: "\e2f2\e2f2";
}
.fa-briefcase-blank {
  --fa: "\e0c8";
  --fa--fa: "\e0c8\e0c8";
}
.fa-briefcase-medical {
  --fa: "\f469";
  --fa--fa: "\f469\f469";
}
.fa-brightness {
  --fa: "\e0c9";
  --fa--fa: "\e0c9\e0c9";
}
.fa-brightness-low {
  --fa: "\e0ca";
  --fa--fa: "\e0ca\e0ca";
}
.fa-bring-forward {
  --fa: "\f856";
  --fa--fa: "\f856\f856";
}
.fa-bring-front {
  --fa: "\f857";
  --fa--fa: "\f857\f857";
}
.fa-broccoli {
  --fa: "\e3e2";
  --fa--fa: "\e3e2\e3e2";
}
.fa-broom {
  --fa: "\f51a";
  --fa--fa: "\f51a\f51a";
}
.fa-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}
.fa-quidditch {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}
.fa-quidditch-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458";
}
.fa-broom-wide {
  --fa: "\e5d1";
  --fa--fa: "\e5d1\e5d1";
}
.fa-browser {
  --fa: "\f37e";
  --fa--fa: "\f37e\f37e";
}
.fa-browsers {
  --fa: "\e0cb";
  --fa--fa: "\e0cb\e0cb";
}
.fa-brush {
  --fa: "\f55d";
  --fa--fa: "\f55d\f55d";
}
.fa-bucket {
  --fa: "\e4cf";
  --fa--fa: "\e4cf\e4cf";
}
.fa-bug {
  --fa: "\f188";
  --fa--fa: "\f188\f188";
}
.fa-bug-slash {
  --fa: "\e490";
  --fa--fa: "\e490\e490";
}
.fa-bugs {
  --fa: "\e4d0";
  --fa--fa: "\e4d0\e4d0";
}
.fa-building {
  --fa: "\f1ad";
  --fa--fa: "\f1ad\f1ad";
}
.fa-building-circle-arrow-right {
  --fa: "\e4d1";
  --fa--fa: "\e4d1\e4d1";
}
.fa-building-circle-check {
  --fa: "\e4d2";
  --fa--fa: "\e4d2\e4d2";
}
.fa-building-circle-exclamation {
  --fa: "\e4d3";
  --fa--fa: "\e4d3\e4d3";
}
.fa-building-circle-xmark {
  --fa: "\e4d4";
  --fa--fa: "\e4d4\e4d4";
}
.fa-building-columns {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa-bank {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa-institution {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa-museum {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa-university {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c";
}
.fa-building-flag {
  --fa: "\e4d5";
  --fa--fa: "\e4d5\e4d5";
}
.fa-building-lock {
  --fa: "\e4d6";
  --fa--fa: "\e4d6\e4d6";
}
.fa-building-magnifying-glass {
  --fa: "\e61c";
  --fa--fa: "\e61c\e61c";
}
.fa-building-memo {
  --fa: "\e61e";
  --fa--fa: "\e61e\e61e";
}
.fa-building-ngo {
  --fa: "\e4d7";
  --fa--fa: "\e4d7\e4d7";
}
.fa-building-shield {
  --fa: "\e4d8";
  --fa--fa: "\e4d8\e4d8";
}
.fa-building-un {
  --fa: "\e4d9";
  --fa--fa: "\e4d9\e4d9";
}
.fa-building-user {
  --fa: "\e4da";
  --fa--fa: "\e4da\e4da";
}
.fa-building-wheat {
  --fa: "\e4db";
  --fa--fa: "\e4db\e4db";
}
.fa-buildings {
  --fa: "\e0cc";
  --fa--fa: "\e0cc\e0cc";
}
.fa-bulldozer {
  --fa: "\e655";
  --fa--fa: "\e655\e655";
}
.fa-bullhorn {
  --fa: "\f0a1";
  --fa--fa: "\f0a1\f0a1";
}
.fa-bullseye {
  --fa: "\f140";
  --fa--fa: "\f140\f140";
}
.fa-bullseye-arrow {
  --fa: "\f648";
  --fa--fa: "\f648\f648";
}
.fa-bullseye-pointer {
  --fa: "\f649";
  --fa--fa: "\f649\f649";
}
.fa-buoy {
  --fa: "\e5b5";
  --fa--fa: "\e5b5\e5b5";
}
.fa-buoy-mooring {
  --fa: "\e5b6";
  --fa--fa: "\e5b6\e5b6";
}
.fa-burger {
  --fa: "\f805";
  --fa--fa: "\f805\f805";
}
.fa-hamburger {
  --fa: "\f805";
  --fa--fa: "\f805\f805";
}
.fa-burger-cheese {
  --fa: "\f7f1";
  --fa--fa: "\f7f1\f7f1";
}
.fa-cheeseburger {
  --fa: "\f7f1";
  --fa--fa: "\f7f1\f7f1";
}
.fa-burger-fries {
  --fa: "\e0cd";
  --fa--fa: "\e0cd\e0cd";
}
.fa-burger-glass {
  --fa: "\e0ce";
  --fa--fa: "\e0ce\e0ce";
}
.fa-burger-lettuce {
  --fa: "\e3e3";
  --fa--fa: "\e3e3\e3e3";
}
.fa-burger-soda {
  --fa: "\f858";
  --fa--fa: "\f858\f858";
}
.fa-burrito {
  --fa: "\f7ed";
  --fa--fa: "\f7ed\f7ed";
}
.fa-burst {
  --fa: "\e4dc";
  --fa--fa: "\e4dc\e4dc";
}
.fa-bus {
  --fa: "\f207";
  --fa--fa: "\f207\f207";
}
.fa-bus-school {
  --fa: "\f5dd";
  --fa--fa: "\f5dd\f5dd";
}
.fa-bus-simple {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e";
}
.fa-bus-alt {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e";
}
.fa-business-time {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a";
}
.fa-briefcase-clock {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a";
}
.fa-butter {
  --fa: "\e3e4";
  --fa--fa: "\e3e4\e3e4";
}
.fa-c {
  --fa: "\43";
  --fa--fa: "\43\43";
}
.fa-cabin {
  --fa: "\e46d";
  --fa--fa: "\e46d\e46d";
}
.fa-cabinet-filing {
  --fa: "\f64b";
  --fa--fa: "\f64b\f64b";
}
.fa-cable-car {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da";
}
.fa-tram {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da";
}
.fa-cactus {
  --fa: "\f8a7";
  --fa--fa: "\f8a7\f8a7";
}
.fa-caduceus {
  --fa: "\e681";
  --fa--fa: "\e681\e681";
}
.fa-cake-candles {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}
.fa-birthday-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}
.fa-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd";
}
.fa-cake-slice {
  --fa: "\e3e5";
  --fa--fa: "\e3e5\e3e5";
}
.fa-shortcake {
  --fa: "\e3e5";
  --fa--fa: "\e3e5\e3e5";
}
.fa-calculator {
  --fa: "\f1ec";
  --fa--fa: "\f1ec\f1ec";
}
.fa-calculator-simple {
  --fa: "\f64c";
  --fa--fa: "\f64c\f64c";
}
.fa-calculator-alt {
  --fa: "\f64c";
  --fa--fa: "\f64c\f64c";
}
.fa-calendar {
  --fa: "\f133";
  --fa--fa: "\f133\f133";
}
.fa-calendar-arrow-down {
  --fa: "\e0d0";
  --fa--fa: "\e0d0\e0d0";
}
.fa-calendar-download {
  --fa: "\e0d0";
  --fa--fa: "\e0d0\e0d0";
}
.fa-calendar-arrow-up {
  --fa: "\e0d1";
  --fa--fa: "\e0d1\e0d1";
}
.fa-calendar-upload {
  --fa: "\e0d1";
  --fa--fa: "\e0d1\e0d1";
}
.fa-calendar-check {
  --fa: "\f274";
  --fa--fa: "\f274\f274";
}
.fa-calendar-circle-exclamation {
  --fa: "\e46e";
  --fa--fa: "\e46e\e46e";
}
.fa-calendar-circle-minus {
  --fa: "\e46f";
  --fa--fa: "\e46f\e46f";
}
.fa-calendar-circle-plus {
  --fa: "\e470";
  --fa--fa: "\e470\e470";
}
.fa-calendar-circle-user {
  --fa: "\e471";
  --fa--fa: "\e471\e471";
}
.fa-calendar-clock {
  --fa: "\e0d2";
  --fa--fa: "\e0d2\e0d2";
}
.fa-calendar-time {
  --fa: "\e0d2";
  --fa--fa: "\e0d2\e0d2";
}
.fa-calendar-day {
  --fa: "\f783";
  --fa--fa: "\f783\f783";
}
.fa-calendar-days {
  --fa: "\f073";
  --fa--fa: "\f073\f073";
}
.fa-calendar-alt {
  --fa: "\f073";
  --fa--fa: "\f073\f073";
}
.fa-calendar-exclamation {
  --fa: "\f334";
  --fa--fa: "\f334\f334";
}
.fa-calendar-heart {
  --fa: "\e0d3";
  --fa--fa: "\e0d3\e0d3";
}
.fa-calendar-image {
  --fa: "\e0d4";
  --fa--fa: "\e0d4\e0d4";
}
.fa-calendar-lines {
  --fa: "\e0d5";
  --fa--fa: "\e0d5\e0d5";
}
.fa-calendar-note {
  --fa: "\e0d5";
  --fa--fa: "\e0d5\e0d5";
}
.fa-calendar-lines-pen {
  --fa: "\e472";
  --fa--fa: "\e472\e472";
}
.fa-calendar-minus {
  --fa: "\f272";
  --fa--fa: "\f272\f272";
}
.fa-calendar-pen {
  --fa: "\f333";
  --fa--fa: "\f333\f333";
}
.fa-calendar-edit {
  --fa: "\f333";
  --fa--fa: "\f333\f333";
}
.fa-calendar-plus {
  --fa: "\f271";
  --fa--fa: "\f271\f271";
}
.fa-calendar-range {
  --fa: "\e0d6";
  --fa--fa: "\e0d6\e0d6";
}
.fa-calendar-star {
  --fa: "\f736";
  --fa--fa: "\f736\f736";
}
.fa-calendar-users {
  --fa: "\e5e2";
  --fa--fa: "\e5e2\e5e2";
}
.fa-calendar-week {
  --fa: "\f784";
  --fa--fa: "\f784\f784";
}
.fa-calendar-xmark {
  --fa: "\f273";
  --fa--fa: "\f273\f273";
}
.fa-calendar-times {
  --fa: "\f273";
  --fa--fa: "\f273\f273";
}
.fa-calendars {
  --fa: "\e0d7";
  --fa--fa: "\e0d7\e0d7";
}
.fa-camcorder {
  --fa: "\f8a8";
  --fa--fa: "\f8a8\f8a8";
}
.fa-video-handheld {
  --fa: "\f8a8";
  --fa--fa: "\f8a8\f8a8";
}
.fa-camera {
  --fa: "\f030";
  --fa--fa: "\f030\f030";
}
.fa-camera-alt {
  --fa: "\f030";
  --fa--fa: "\f030\f030";
}
.fa-camera-cctv {
  --fa: "\f8ac";
  --fa--fa: "\f8ac\f8ac";
}
.fa-cctv {
  --fa: "\f8ac";
  --fa--fa: "\f8ac\f8ac";
}
.fa-camera-movie {
  --fa: "\f8a9";
  --fa--fa: "\f8a9\f8a9";
}
.fa-camera-polaroid {
  --fa: "\f8aa";
  --fa--fa: "\f8aa\f8aa";
}
.fa-camera-retro {
  --fa: "\f083";
  --fa--fa: "\f083\f083";
}
.fa-camera-rotate {
  --fa: "\e0d8";
  --fa--fa: "\e0d8\e0d8";
}
.fa-camera-security {
  --fa: "\f8fe";
  --fa--fa: "\f8fe\f8fe";
}
.fa-camera-home {
  --fa: "\f8fe";
  --fa--fa: "\f8fe\f8fe";
}
.fa-camera-slash {
  --fa: "\e0d9";
  --fa--fa: "\e0d9\e0d9";
}
.fa-camera-viewfinder {
  --fa: "\e0da";
  --fa--fa: "\e0da\e0da";
}
.fa-screenshot {
  --fa: "\e0da";
  --fa--fa: "\e0da\e0da";
}
.fa-camera-web {
  --fa: "\f832";
  --fa--fa: "\f832\f832";
}
.fa-webcam {
  --fa: "\f832";
  --fa--fa: "\f832\f832";
}
.fa-camera-web-slash {
  --fa: "\f833";
  --fa--fa: "\f833\f833";
}
.fa-webcam-slash {
  --fa: "\f833";
  --fa--fa: "\f833\f833";
}
.fa-campfire {
  --fa: "\f6ba";
  --fa--fa: "\f6ba\f6ba";
}
.fa-campground {
  --fa: "\f6bb";
  --fa--fa: "\f6bb\f6bb";
}
.fa-can-food {
  --fa: "\e3e6";
  --fa--fa: "\e3e6\e3e6";
}
.fa-candle-holder {
  --fa: "\f6bc";
  --fa--fa: "\f6bc\f6bc";
}
.fa-candy {
  --fa: "\e3e7";
  --fa--fa: "\e3e7\e3e7";
}
.fa-candy-bar {
  --fa: "\e3e8";
  --fa--fa: "\e3e8\e3e8";
}
.fa-chocolate-bar {
  --fa: "\e3e8";
  --fa--fa: "\e3e8\e3e8";
}
.fa-candy-cane {
  --fa: "\f786";
  --fa--fa: "\f786\f786";
}
.fa-candy-corn {
  --fa: "\f6bd";
  --fa--fa: "\f6bd\f6bd";
}
.fa-cannabis {
  --fa: "\f55f";
  --fa--fa: "\f55f\f55f";
}
.fa-cannon {
  --fa: "\e642";
  --fa--fa: "\e642\e642";
}
.fa-capsules {
  --fa: "\f46b";
  --fa--fa: "\f46b\f46b";
}
.fa-car {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9";
}
.fa-automobile {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9";
}
.fa-car-battery {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df";
}
.fa-battery-car {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df";
}
.fa-car-bolt {
  --fa: "\e341";
  --fa--fa: "\e341\e341";
}
.fa-car-building {
  --fa: "\f859";
  --fa--fa: "\f859\f859";
}
.fa-car-bump {
  --fa: "\f5e0";
  --fa--fa: "\f5e0\f5e0";
}
.fa-car-burst {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1";
}
.fa-car-crash {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1";
}
.fa-car-bus {
  --fa: "\f85a";
  --fa--fa: "\f85a\f85a";
}
.fa-car-circle-bolt {
  --fa: "\e342";
  --fa--fa: "\e342\e342";
}
.fa-car-garage {
  --fa: "\f5e2";
  --fa--fa: "\f5e2\f5e2";
}
.fa-car-mirrors {
  --fa: "\e343";
  --fa--fa: "\e343\e343";
}
.fa-car-on {
  --fa: "\e4dd";
  --fa--fa: "\e4dd\e4dd";
}
.fa-car-rear {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de";
}
.fa-car-alt {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de";
}
.fa-car-side {
  --fa: "\f5e4";
  --fa--fa: "\f5e4\f5e4";
}
.fa-car-side-bolt {
  --fa: "\e344";
  --fa--fa: "\e344\e344";
}
.fa-car-tilt {
  --fa: "\f5e5";
  --fa--fa: "\f5e5\f5e5";
}
.fa-car-tunnel {
  --fa: "\e4de";
  --fa--fa: "\e4de\e4de";
}
.fa-car-wash {
  --fa: "\f5e6";
  --fa--fa: "\f5e6\f5e6";
}
.fa-car-wrench {
  --fa: "\f5e3";
  --fa--fa: "\f5e3\f5e3";
}
.fa-car-mechanic {
  --fa: "\f5e3";
  --fa--fa: "\f5e3\f5e3";
}
.fa-caravan {
  --fa: "\f8ff";
  --fa--fa: "\f8ff\f8ff";
}
.fa-caravan-simple {
  --fa: "\e000";
  --fa--fa: "\e000\e000";
}
.fa-caravan-alt {
  --fa: "\e000";
  --fa--fa: "\e000\e000";
}
.fa-card-club {
  --fa: "\e3e9";
  --fa--fa: "\e3e9\e3e9";
}
.fa-card-diamond {
  --fa: "\e3ea";
  --fa--fa: "\e3ea\e3ea";
}
.fa-card-heart {
  --fa: "\e3eb";
  --fa--fa: "\e3eb\e3eb";
}
.fa-card-spade {
  --fa: "\e3ec";
  --fa--fa: "\e3ec\e3ec";
}
.fa-cards {
  --fa: "\e3ed";
  --fa--fa: "\e3ed\e3ed";
}
.fa-cards-blank {
  --fa: "\e4df";
  --fa--fa: "\e4df\e4df";
}
.fa-caret-down {
  --fa: "\f0d7";
  --fa--fa: "\f0d7\f0d7";
}
.fa-caret-left {
  --fa: "\f0d9";
  --fa--fa: "\f0d9\f0d9";
}
.fa-caret-right {
  --fa: "\f0da";
  --fa--fa: "\f0da\f0da";
}
.fa-caret-up {
  --fa: "\f0d8";
  --fa--fa: "\f0d8\f0d8";
}
.fa-carpool {
  --fa: "\e69c";
  --fa--fa: "\e69c\e69c";
}
.fa-car-people {
  --fa: "\e69c";
  --fa--fa: "\e69c\e69c";
}
.fa-carrot {
  --fa: "\f787";
  --fa--fa: "\f787\f787";
}
.fa-cars {
  --fa: "\f85b";
  --fa--fa: "\f85b\f85b";
}
.fa-cart-arrow-down {
  --fa: "\f218";
  --fa--fa: "\f218\f218";
}
.fa-cart-arrow-up {
  --fa: "\e3ee";
  --fa--fa: "\e3ee\e3ee";
}
.fa-cart-circle-arrow-down {
  --fa: "\e3ef";
  --fa--fa: "\e3ef\e3ef";
}
.fa-cart-circle-arrow-up {
  --fa: "\e3f0";
  --fa--fa: "\e3f0\e3f0";
}
.fa-cart-circle-check {
  --fa: "\e3f1";
  --fa--fa: "\e3f1\e3f1";
}
.fa-cart-circle-exclamation {
  --fa: "\e3f2";
  --fa--fa: "\e3f2\e3f2";
}
.fa-cart-circle-plus {
  --fa: "\e3f3";
  --fa--fa: "\e3f3\e3f3";
}
.fa-cart-circle-xmark {
  --fa: "\e3f4";
  --fa--fa: "\e3f4\e3f4";
}
.fa-cart-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474";
}
.fa-dolly-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474";
}
.fa-cart-flatbed-boxes {
  --fa: "\f475";
  --fa--fa: "\f475\f475";
}
.fa-dolly-flatbed-alt {
  --fa: "\f475";
  --fa--fa: "\f475\f475";
}
.fa-cart-flatbed-empty {
  --fa: "\f476";
  --fa--fa: "\f476\f476";
}
.fa-dolly-flatbed-empty {
  --fa: "\f476";
  --fa--fa: "\f476\f476";
}
.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d";
}
.fa-luggage-cart {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d";
}
.fa-cart-minus {
  --fa: "\e0db";
  --fa--fa: "\e0db\e0db";
}
.fa-cart-plus {
  --fa: "\f217";
  --fa--fa: "\f217\f217";
}
.fa-cart-shopping {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a";
}
.fa-shopping-cart {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a";
}
.fa-cart-shopping-fast {
  --fa: "\e0dc";
  --fa--fa: "\e0dc\e0dc";
}
.fa-cart-xmark {
  --fa: "\e0dd";
  --fa--fa: "\e0dd\e0dd";
}
.fa-cash-register {
  --fa: "\f788";
  --fa--fa: "\f788\f788";
}
.fa-cassette-betamax {
  --fa: "\f8a4";
  --fa--fa: "\f8a4\f8a4";
}
.fa-betamax {
  --fa: "\f8a4";
  --fa--fa: "\f8a4\f8a4";
}
.fa-cassette-tape {
  --fa: "\f8ab";
  --fa--fa: "\f8ab\f8ab";
}
.fa-cassette-vhs {
  --fa: "\f8ec";
  --fa--fa: "\f8ec\f8ec";
}
.fa-vhs {
  --fa: "\f8ec";
  --fa--fa: "\f8ec\f8ec";
}
.fa-castle {
  --fa: "\e0de";
  --fa--fa: "\e0de\e0de";
}
.fa-cat {
  --fa: "\f6be";
  --fa--fa: "\f6be\f6be";
}
.fa-cat-space {
  --fa: "\e001";
  --fa--fa: "\e001\e001";
}
.fa-cauldron {
  --fa: "\f6bf";
  --fa--fa: "\f6bf\f6bf";
}
.fa-cedi-sign {
  --fa: "\e0df";
  --fa--fa: "\e0df\e0df";
}
.fa-cent-sign {
  --fa: "\e3f5";
  --fa--fa: "\e3f5\e3f5";
}
.fa-certificate {
  --fa: "\f0a3";
  --fa--fa: "\f0a3\f0a3";
}
.fa-chair {
  --fa: "\f6c0";
  --fa--fa: "\f6c0\f6c0";
}
.fa-chair-office {
  --fa: "\f6c1";
  --fa--fa: "\f6c1\f6c1";
}
.fa-chalkboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b";
}
.fa-blackboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b";
}
.fa-chalkboard-user {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c";
}
.fa-chalkboard-teacher {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c";
}
.fa-champagne-glass {
  --fa: "\f79e";
  --fa--fa: "\f79e\f79e";
}
.fa-glass-champagne {
  --fa: "\f79e";
  --fa--fa: "\f79e\f79e";
}
.fa-champagne-glasses {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f";
}
.fa-glass-cheers {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f";
}
.fa-charging-station {
  --fa: "\f5e7";
  --fa--fa: "\f5e7\f5e7";
}
.fa-chart-area {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe";
}
.fa-area-chart {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe";
}
.fa-chart-bar {
  --fa: "\f080";
  --fa--fa: "\f080\f080";
}
.fa-bar-chart {
  --fa: "\f080";
  --fa--fa: "\f080\f080";
}
.fa-chart-bullet {
  --fa: "\e0e1";
  --fa--fa: "\e0e1\e0e1";
}
.fa-chart-candlestick {
  --fa: "\e0e2";
  --fa--fa: "\e0e2\e0e2";
}
.fa-chart-column {
  --fa: "\e0e3";
  --fa--fa: "\e0e3\e0e3";
}
.fa-chart-diagram {
  --fa: "\e695";
  --fa--fa: "\e695\e695";
}
.fa-chart-fft {
  --fa: "\e69e";
  --fa--fa: "\e69e\e69e";
}
.fa-chart-gantt {
  --fa: "\e0e4";
  --fa--fa: "\e0e4\e0e4";
}
.fa-chart-kanban {
  --fa: "\e64f";
  --fa--fa: "\e64f\e64f";
}
.fa-chart-line {
  --fa: "\f201";
  --fa--fa: "\f201\f201";
}
.fa-line-chart {
  --fa: "\f201";
  --fa--fa: "\f201\f201";
}
.fa-chart-line-down {
  --fa: "\f64d";
  --fa--fa: "\f64d\f64d";
}
.fa-chart-line-up {
  --fa: "\e0e5";
  --fa--fa: "\e0e5\e0e5";
}
.fa-chart-line-up-down {
  --fa: "\e5d7";
  --fa--fa: "\e5d7\e5d7";
}
.fa-chart-mixed {
  --fa: "\f643";
  --fa--fa: "\f643\f643";
}
.fa-analytics {
  --fa: "\f643";
  --fa--fa: "\f643\f643";
}
.fa-chart-mixed-up-circle-currency {
  --fa: "\e5d8";
  --fa--fa: "\e5d8\e5d8";
}
.fa-chart-mixed-up-circle-dollar {
  --fa: "\e5d9";
  --fa--fa: "\e5d9\e5d9";
}
.fa-chart-network {
  --fa: "\f78a";
  --fa--fa: "\f78a\f78a";
}
.fa-chart-pie {
  --fa: "\f200";
  --fa--fa: "\f200\f200";
}
.fa-pie-chart {
  --fa: "\f200";
  --fa--fa: "\f200\f200";
}
.fa-chart-pie-simple {
  --fa: "\f64e";
  --fa--fa: "\f64e\f64e";
}
.fa-chart-pie-alt {
  --fa: "\f64e";
  --fa--fa: "\f64e\f64e";
}
.fa-chart-pie-simple-circle-currency {
  --fa: "\e604";
  --fa--fa: "\e604\e604";
}
.fa-chart-pie-simple-circle-dollar {
  --fa: "\e605";
  --fa--fa: "\e605\e605";
}
.fa-chart-pyramid {
  --fa: "\e0e6";
  --fa--fa: "\e0e6\e0e6";
}
.fa-chart-radar {
  --fa: "\e0e7";
  --fa--fa: "\e0e7\e0e7";
}
.fa-chart-scatter {
  --fa: "\f7ee";
  --fa--fa: "\f7ee\f7ee";
}
.fa-chart-scatter-3d {
  --fa: "\e0e8";
  --fa--fa: "\e0e8\e0e8";
}
.fa-chart-scatter-bubble {
  --fa: "\e0e9";
  --fa--fa: "\e0e9\e0e9";
}
.fa-chart-simple {
  --fa: "\e473";
  --fa--fa: "\e473\e473";
}
.fa-chart-simple-horizontal {
  --fa: "\e474";
  --fa--fa: "\e474\e474";
}
.fa-chart-sine {
  --fa: "\e69d";
  --fa--fa: "\e69d\e69d";
}
.fa-chart-tree-map {
  --fa: "\e0ea";
  --fa--fa: "\e0ea\e0ea";
}
.fa-chart-user {
  --fa: "\f6a3";
  --fa--fa: "\f6a3\f6a3";
}
.fa-user-chart {
  --fa: "\f6a3";
  --fa--fa: "\f6a3\f6a3";
}
.fa-chart-waterfall {
  --fa: "\e0eb";
  --fa--fa: "\e0eb\e0eb";
}
.fa-check {
  --fa: "\f00c";
  --fa--fa: "\f00c\f00c";
}
.fa-check-double {
  --fa: "\f560";
  --fa--fa: "\f560\f560";
}
.fa-check-to-slot {
  --fa: "\f772";
  --fa--fa: "\f772\f772";
}
.fa-vote-yea {
  --fa: "\f772";
  --fa--fa: "\f772\f772";
}
.fa-cheese {
  --fa: "\f7ef";
  --fa--fa: "\f7ef\f7ef";
}
.fa-cheese-swiss {
  --fa: "\f7f0";
  --fa--fa: "\f7f0\f7f0";
}
.fa-cherries {
  --fa: "\e0ec";
  --fa--fa: "\e0ec\e0ec";
}
.fa-chess {
  --fa: "\f439";
  --fa--fa: "\f439\f439";
}
.fa-chess-bishop {
  --fa: "\f43a";
  --fa--fa: "\f43a\f43a";
}
.fa-chess-bishop-piece {
  --fa: "\f43b";
  --fa--fa: "\f43b\f43b";
}
.fa-chess-bishop-alt {
  --fa: "\f43b";
  --fa--fa: "\f43b\f43b";
}
.fa-chess-board {
  --fa: "\f43c";
  --fa--fa: "\f43c\f43c";
}
.fa-chess-clock {
  --fa: "\f43d";
  --fa--fa: "\f43d\f43d";
}
.fa-chess-clock-flip {
  --fa: "\f43e";
  --fa--fa: "\f43e\f43e";
}
.fa-chess-clock-alt {
  --fa: "\f43e";
  --fa--fa: "\f43e\f43e";
}
.fa-chess-king {
  --fa: "\f43f";
  --fa--fa: "\f43f\f43f";
}
.fa-chess-king-piece {
  --fa: "\f440";
  --fa--fa: "\f440\f440";
}
.fa-chess-king-alt {
  --fa: "\f440";
  --fa--fa: "\f440\f440";
}
.fa-chess-knight {
  --fa: "\f441";
  --fa--fa: "\f441\f441";
}
.fa-chess-knight-piece {
  --fa: "\f442";
  --fa--fa: "\f442\f442";
}
.fa-chess-knight-alt {
  --fa: "\f442";
  --fa--fa: "\f442\f442";
}
.fa-chess-pawn {
  --fa: "\f443";
  --fa--fa: "\f443\f443";
}
.fa-chess-pawn-piece {
  --fa: "\f444";
  --fa--fa: "\f444\f444";
}
.fa-chess-pawn-alt {
  --fa: "\f444";
  --fa--fa: "\f444\f444";
}
.fa-chess-queen {
  --fa: "\f445";
  --fa--fa: "\f445\f445";
}
.fa-chess-queen-piece {
  --fa: "\f446";
  --fa--fa: "\f446\f446";
}
.fa-chess-queen-alt {
  --fa: "\f446";
  --fa--fa: "\f446\f446";
}
.fa-chess-rook {
  --fa: "\f447";
  --fa--fa: "\f447\f447";
}
.fa-chess-rook-piece {
  --fa: "\f448";
  --fa--fa: "\f448\f448";
}
.fa-chess-rook-alt {
  --fa: "\f448";
  --fa--fa: "\f448\f448";
}
.fa-chestnut {
  --fa: "\e3f6";
  --fa--fa: "\e3f6\e3f6";
}
.fa-chevron-down {
  --fa: "\f078";
  --fa--fa: "\f078\f078";
}
.fa-chevron-left {
  --fa: "\f053";
  --fa--fa: "\f053\f053";
}
.fa-chevron-right {
  --fa: "\f054";
  --fa--fa: "\f054\f054";
}
.fa-chevron-up {
  --fa: "\f077";
  --fa--fa: "\f077\f077";
}
.fa-chevrons-down {
  --fa: "\f322";
  --fa--fa: "\f322\f322";
}
.fa-chevron-double-down {
  --fa: "\f322";
  --fa--fa: "\f322\f322";
}
.fa-chevrons-left {
  --fa: "\f323";
  --fa--fa: "\f323\f323";
}
.fa-chevron-double-left {
  --fa: "\f323";
  --fa--fa: "\f323\f323";
}
.fa-chevrons-right {
  --fa: "\f324";
  --fa--fa: "\f324\f324";
}
.fa-chevron-double-right {
  --fa: "\f324";
  --fa--fa: "\f324\f324";
}
.fa-chevrons-up {
  --fa: "\f325";
  --fa--fa: "\f325\f325";
}
.fa-chevron-double-up {
  --fa: "\f325";
  --fa--fa: "\f325\f325";
}
.fa-chf-sign {
  --fa: "\e602";
  --fa--fa: "\e602\e602";
}
.fa-child {
  --fa: "\f1ae";
  --fa--fa: "\f1ae\f1ae";
}
.fa-child-combatant {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0";
}
.fa-child-rifle {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0";
}
.fa-child-dress {
  --fa: "\e59c";
  --fa--fa: "\e59c\e59c";
}
.fa-child-reaching {
  --fa: "\e59d";
  --fa--fa: "\e59d\e59d";
}
.fa-children {
  --fa: "\e4e1";
  --fa--fa: "\e4e1\e4e1";
}
.fa-chimney {
  --fa: "\f78b";
  --fa--fa: "\f78b\f78b";
}
.fa-chopsticks {
  --fa: "\e3f7";
  --fa--fa: "\e3f7\e3f7";
}
.fa-church {
  --fa: "\f51d";
  --fa--fa: "\f51d\f51d";
}
.fa-circle {
  --fa: "\f111";
  --fa--fa: "\f111\f111";
}
.fa-circle-0 {
  --fa: "\e0ed";
  --fa--fa: "\e0ed\e0ed";
}
.fa-circle-1 {
  --fa: "\e0ee";
  --fa--fa: "\e0ee\e0ee";
}
.fa-circle-2 {
  --fa: "\e0ef";
  --fa--fa: "\e0ef\e0ef";
}
.fa-circle-3 {
  --fa: "\e0f0";
  --fa--fa: "\e0f0\e0f0";
}
.fa-circle-4 {
  --fa: "\e0f1";
  --fa--fa: "\e0f1\e0f1";
}
.fa-circle-5 {
  --fa: "\e0f2";
  --fa--fa: "\e0f2\e0f2";
}
.fa-circle-6 {
  --fa: "\e0f3";
  --fa--fa: "\e0f3\e0f3";
}
.fa-circle-7 {
  --fa: "\e0f4";
  --fa--fa: "\e0f4\e0f4";
}
.fa-circle-8 {
  --fa: "\e0f5";
  --fa--fa: "\e0f5\e0f5";
}
.fa-circle-9 {
  --fa: "\e0f6";
  --fa--fa: "\e0f6\e0f6";
}
.fa-circle-a {
  --fa: "\e0f7";
  --fa--fa: "\e0f7\e0f7";
}
.fa-circle-ampersand {
  --fa: "\e0f8";
  --fa--fa: "\e0f8\e0f8";
}
.fa-circle-arrow-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab";
}
.fa-arrow-circle-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab";
}
.fa-circle-arrow-down-left {
  --fa: "\e0f9";
  --fa--fa: "\e0f9\e0f9";
}
.fa-circle-arrow-down-right {
  --fa: "\e0fa";
  --fa--fa: "\e0fa\e0fa";
}
.fa-circle-arrow-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8";
}
.fa-arrow-circle-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8";
}
.fa-circle-arrow-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9";
}
.fa-arrow-circle-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9";
}
.fa-circle-arrow-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa";
}
.fa-arrow-circle-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa";
}
.fa-circle-arrow-up-left {
  --fa: "\e0fb";
  --fa--fa: "\e0fb\e0fb";
}
.fa-circle-arrow-up-right {
  --fa: "\e0fc";
  --fa--fa: "\e0fc\e0fc";
}
.fa-circle-b {
  --fa: "\e0fd";
  --fa--fa: "\e0fd\e0fd";
}
.fa-circle-bolt {
  --fa: "\e0fe";
  --fa--fa: "\e0fe\e0fe";
}
.fa-circle-book-open {
  --fa: "\e0ff";
  --fa--fa: "\e0ff\e0ff";
}
.fa-book-circle {
  --fa: "\e0ff";
  --fa--fa: "\e0ff\e0ff";
}
.fa-circle-bookmark {
  --fa: "\e100";
  --fa--fa: "\e100\e100";
}
.fa-bookmark-circle {
  --fa: "\e100";
  --fa--fa: "\e100\e100";
}
.fa-circle-c {
  --fa: "\e101";
  --fa--fa: "\e101\e101";
}
.fa-circle-calendar {
  --fa: "\e102";
  --fa--fa: "\e102\e102";
}
.fa-calendar-circle {
  --fa: "\e102";
  --fa--fa: "\e102\e102";
}
.fa-circle-camera {
  --fa: "\e103";
  --fa--fa: "\e103\e103";
}
.fa-camera-circle {
  --fa: "\e103";
  --fa--fa: "\e103\e103";
}
.fa-circle-caret-down {
  --fa: "\f32d";
  --fa--fa: "\f32d\f32d";
}
.fa-caret-circle-down {
  --fa: "\f32d";
  --fa--fa: "\f32d\f32d";
}
.fa-circle-caret-left {
  --fa: "\f32e";
  --fa--fa: "\f32e\f32e";
}
.fa-caret-circle-left {
  --fa: "\f32e";
  --fa--fa: "\f32e\f32e";
}
.fa-circle-caret-right {
  --fa: "\f330";
  --fa--fa: "\f330\f330";
}
.fa-caret-circle-right {
  --fa: "\f330";
  --fa--fa: "\f330\f330";
}
.fa-circle-caret-up {
  --fa: "\f331";
  --fa--fa: "\f331\f331";
}
.fa-caret-circle-up {
  --fa: "\f331";
  --fa--fa: "\f331\f331";
}
.fa-circle-check {
  --fa: "\f058";
  --fa--fa: "\f058\f058";
}
.fa-check-circle {
  --fa: "\f058";
  --fa--fa: "\f058\f058";
}
.fa-circle-chevron-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a";
}
.fa-chevron-circle-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a";
}
.fa-circle-chevron-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137";
}
.fa-chevron-circle-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137";
}
.fa-circle-chevron-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138";
}
.fa-chevron-circle-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138";
}
.fa-circle-chevron-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139";
}
.fa-chevron-circle-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139";
}
.fa-circle-d {
  --fa: "\e104";
  --fa--fa: "\e104\e104";
}
.fa-circle-dashed {
  --fa: "\e105";
  --fa--fa: "\e105\e105";
}
.fa-circle-divide {
  --fa: "\e106";
  --fa--fa: "\e106\e106";
}
.fa-circle-dollar {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}
.fa-dollar-circle {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}
.fa-usd-circle {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8";
}
.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9";
}
.fa-donate {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9";
}
.fa-circle-dot {
  --fa: "\f192";
  --fa--fa: "\f192\f192";
}
.fa-dot-circle {
  --fa: "\f192";
  --fa--fa: "\f192\f192";
}
.fa-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358";
}
.fa-arrow-alt-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358";
}
.fa-circle-down-left {
  --fa: "\e107";
  --fa--fa: "\e107\e107";
}
.fa-circle-down-right {
  --fa: "\e108";
  --fa--fa: "\e108\e108";
}
.fa-circle-e {
  --fa: "\e109";
  --fa--fa: "\e109\e109";
}
.fa-circle-ellipsis {
  --fa: "\e10a";
  --fa--fa: "\e10a\e10a";
}
.fa-circle-ellipsis-vertical {
  --fa: "\e10b";
  --fa--fa: "\e10b\e10b";
}
.fa-circle-envelope {
  --fa: "\e10c";
  --fa--fa: "\e10c\e10c";
}
.fa-envelope-circle {
  --fa: "\e10c";
  --fa--fa: "\e10c\e10c";
}
.fa-circle-euro {
  --fa: "\e5ce";
  --fa--fa: "\e5ce\e5ce";
}
.fa-circle-exclamation {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a";
}
.fa-exclamation-circle {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a";
}
.fa-circle-exclamation-check {
  --fa: "\e10d";
  --fa--fa: "\e10d\e10d";
}
.fa-circle-f {
  --fa: "\e10e";
  --fa--fa: "\e10e\e10e";
}
.fa-circle-g {
  --fa: "\e10f";
  --fa--fa: "\e10f\e10f";
}
.fa-circle-gf {
  --fa: "\e67f";
  --fa--fa: "\e67f\e67f";
}
.fa-circle-h {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e";
}
.fa-hospital-symbol {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e";
}
.fa-circle-half {
  --fa: "\e110";
  --fa--fa: "\e110\e110";
}
.fa-circle-half-stroke {
  --fa: "\f042";
  --fa--fa: "\f042\f042";
}
.fa-adjust {
  --fa: "\f042";
  --fa--fa: "\f042\f042";
}
.fa-circle-heart {
  --fa: "\f4c7";
  --fa--fa: "\f4c7\f4c7";
}
.fa-heart-circle {
  --fa: "\f4c7";
  --fa--fa: "\f4c7\f4c7";
}
.fa-circle-i {
  --fa: "\e111";
  --fa--fa: "\e111\e111";
}
.fa-circle-info {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a";
}
.fa-info-circle {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a";
}
.fa-circle-j {
  --fa: "\e112";
  --fa--fa: "\e112\e112";
}
.fa-circle-k {
  --fa: "\e113";
  --fa--fa: "\e113\e113";
}
.fa-circle-l {
  --fa: "\e114";
  --fa--fa: "\e114\e114";
}
.fa-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359";
}
.fa-arrow-alt-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359";
}
.fa-circle-location-arrow {
  --fa: "\f602";
  --fa--fa: "\f602\f602";
}
.fa-location-circle {
  --fa: "\f602";
  --fa--fa: "\f602\f602";
}
.fa-circle-m {
  --fa: "\e115";
  --fa--fa: "\e115\e115";
}
.fa-circle-microphone {
  --fa: "\e116";
  --fa--fa: "\e116\e116";
}
.fa-microphone-circle {
  --fa: "\e116";
  --fa--fa: "\e116\e116";
}
.fa-circle-microphone-lines {
  --fa: "\e117";
  --fa--fa: "\e117\e117";
}
.fa-microphone-circle-alt {
  --fa: "\e117";
  --fa--fa: "\e117\e117";
}
.fa-circle-minus {
  --fa: "\f056";
  --fa--fa: "\f056\f056";
}
.fa-minus-circle {
  --fa: "\f056";
  --fa--fa: "\f056\f056";
}
.fa-circle-n {
  --fa: "\e118";
  --fa--fa: "\e118\e118";
}
.fa-circle-nodes {
  --fa: "\e4e2";
  --fa--fa: "\e4e2\e4e2";
}
.fa-circle-notch {
  --fa: "\f1ce";
  --fa--fa: "\f1ce\f1ce";
}
.fa-circle-o {
  --fa: "\e119";
  --fa--fa: "\e119\e119";
}
.fa-circle-p {
  --fa: "\e11a";
  --fa--fa: "\e11a\e11a";
}
.fa-circle-parking {
  --fa: "\f615";
  --fa--fa: "\f615\f615";
}
.fa-parking-circle {
  --fa: "\f615";
  --fa--fa: "\f615\f615";
}
.fa-circle-pause {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b";
}
.fa-pause-circle {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b";
}
.fa-circle-phone {
  --fa: "\e11b";
  --fa--fa: "\e11b\e11b";
}
.fa-phone-circle {
  --fa: "\e11b";
  --fa--fa: "\e11b\e11b";
}
.fa-circle-phone-flip {
  --fa: "\e11c";
  --fa--fa: "\e11c\e11c";
}
.fa-phone-circle-alt {
  --fa: "\e11c";
  --fa--fa: "\e11c\e11c";
}
.fa-circle-phone-hangup {
  --fa: "\e11d";
  --fa--fa: "\e11d\e11d";
}
.fa-phone-circle-down {
  --fa: "\e11d";
  --fa--fa: "\e11d\e11d";
}
.fa-circle-play {
  --fa: "\f144";
  --fa--fa: "\f144\f144";
}
.fa-play-circle {
  --fa: "\f144";
  --fa--fa: "\f144\f144";
}
.fa-circle-plus {
  --fa: "\f055";
  --fa--fa: "\f055\f055";
}
.fa-plus-circle {
  --fa: "\f055";
  --fa--fa: "\f055\f055";
}
.fa-circle-q {
  --fa: "\e11e";
  --fa--fa: "\e11e\e11e";
}
.fa-circle-quarter {
  --fa: "\e11f";
  --fa--fa: "\e11f\e11f";
}
.fa-circle-quarter-stroke {
  --fa: "\e5d3";
  --fa--fa: "\e5d3\e5d3";
}
.fa-circle-quarters {
  --fa: "\e3f8";
  --fa--fa: "\e3f8\e3f8";
}
.fa-circle-question {
  --fa: "\f059";
  --fa--fa: "\f059\f059";
}
.fa-question-circle {
  --fa: "\f059";
  --fa--fa: "\f059\f059";
}
.fa-circle-r {
  --fa: "\e120";
  --fa--fa: "\e120\e120";
}
.fa-circle-radiation {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba";
}
.fa-radiation-alt {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba";
}
.fa-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a";
}
.fa-arrow-alt-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a";
}
.fa-circle-s {
  --fa: "\e121";
  --fa--fa: "\e121\e121";
}
.fa-circle-small {
  --fa: "\e122";
  --fa--fa: "\e122\e122";
}
.fa-circle-sort {
  --fa: "\e030";
  --fa--fa: "\e030\e030";
}
.fa-sort-circle {
  --fa: "\e030";
  --fa--fa: "\e030\e030";
}
.fa-circle-sort-down {
  --fa: "\e031";
  --fa--fa: "\e031\e031";
}
.fa-sort-circle-down {
  --fa: "\e031";
  --fa--fa: "\e031\e031";
}
.fa-circle-sort-up {
  --fa: "\e032";
  --fa--fa: "\e032\e032";
}
.fa-sort-circle-up {
  --fa: "\e032";
  --fa--fa: "\e032\e032";
}
.fa-circle-star {
  --fa: "\e123";
  --fa--fa: "\e123\e123";
}
.fa-star-circle {
  --fa: "\e123";
  --fa--fa: "\e123\e123";
}
.fa-circle-sterling {
  --fa: "\e5cf";
  --fa--fa: "\e5cf\e5cf";
}
.fa-circle-stop {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d";
}
.fa-stop-circle {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d";
}
.fa-circle-t {
  --fa: "\e124";
  --fa--fa: "\e124\e124";
}
.fa-circle-three-quarters {
  --fa: "\e125";
  --fa--fa: "\e125\e125";
}
.fa-circle-three-quarters-stroke {
  --fa: "\e5d4";
  --fa--fa: "\e5d4\e5d4";
}
.fa-circle-trash {
  --fa: "\e126";
  --fa--fa: "\e126\e126";
}
.fa-trash-circle {
  --fa: "\e126";
  --fa--fa: "\e126\e126";
}
.fa-circle-u {
  --fa: "\e127";
  --fa--fa: "\e127\e127";
}
.fa-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b";
}
.fa-arrow-alt-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b";
}
.fa-circle-up-left {
  --fa: "\e128";
  --fa--fa: "\e128\e128";
}
.fa-circle-up-right {
  --fa: "\e129";
  --fa--fa: "\e129\e129";
}
.fa-circle-user {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd";
}
.fa-user-circle {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd";
}
.fa-circle-v {
  --fa: "\e12a";
  --fa--fa: "\e12a\e12a";
}
.fa-circle-video {
  --fa: "\e12b";
  --fa--fa: "\e12b\e12b";
}
.fa-video-circle {
  --fa: "\e12b";
  --fa--fa: "\e12b\e12b";
}
.fa-circle-w {
  --fa: "\e12c";
  --fa--fa: "\e12c\e12c";
}
.fa-circle-waveform-lines {
  --fa: "\e12d";
  --fa--fa: "\e12d\e12d";
}
.fa-waveform-circle {
  --fa: "\e12d";
  --fa--fa: "\e12d\e12d";
}
.fa-circle-wifi {
  --fa: "\e67d";
  --fa--fa: "\e67d\e67d";
}
.fa-circle-wifi-circle-wifi {
  --fa: "\e67e";
  --fa--fa: "\e67e\e67e";
}
.fa-circle-wifi-group {
  --fa: "\e67e";
  --fa--fa: "\e67e\e67e";
}
.fa-circle-x {
  --fa: "\e12e";
  --fa--fa: "\e12e\e12e";
}
.fa-circle-xmark {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}
.fa-times-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}
.fa-xmark-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057";
}
.fa-circle-y {
  --fa: "\e12f";
  --fa--fa: "\e12f\e12f";
}
.fa-circle-yen {
  --fa: "\e5d0";
  --fa--fa: "\e5d0\e5d0";
}
.fa-circle-z {
  --fa: "\e130";
  --fa--fa: "\e130\e130";
}
.fa-circles-overlap {
  --fa: "\e600";
  --fa--fa: "\e600\e600";
}
.fa-circles-overlap-3 {
  --fa: "\e6a1";
  --fa--fa: "\e6a1\e6a1";
}
.fa-pronoun {
  --fa: "\e6a1";
  --fa--fa: "\e6a1\e6a1";
}
.fa-citrus {
  --fa: "\e2f4";
  --fa--fa: "\e2f4\e2f4";
}
.fa-citrus-slice {
  --fa: "\e2f5";
  --fa--fa: "\e2f5\e2f5";
}
.fa-city {
  --fa: "\f64f";
  --fa--fa: "\f64f\f64f";
}
.fa-clapperboard {
  --fa: "\e131";
  --fa--fa: "\e131\e131";
}
.fa-clapperboard-play {
  --fa: "\e132";
  --fa--fa: "\e132\e132";
}
.fa-clarinet {
  --fa: "\f8ad";
  --fa--fa: "\f8ad\f8ad";
}
.fa-claw-marks {
  --fa: "\f6c2";
  --fa--fa: "\f6c2\f6c2";
}
.fa-clipboard {
  --fa: "\f328";
  --fa--fa: "\f328\f328";
}
.fa-clipboard-check {
  --fa: "\f46c";
  --fa--fa: "\f46c\f46c";
}
.fa-clipboard-list {
  --fa: "\f46d";
  --fa--fa: "\f46d\f46d";
}
.fa-clipboard-list-check {
  --fa: "\f737";
  --fa--fa: "\f737\f737";
}
.fa-clipboard-medical {
  --fa: "\e133";
  --fa--fa: "\e133\e133";
}
.fa-clipboard-prescription {
  --fa: "\f5e8";
  --fa--fa: "\f5e8\f5e8";
}
.fa-clipboard-question {
  --fa: "\e4e3";
  --fa--fa: "\e4e3\e4e3";
}
.fa-clipboard-user {
  --fa: "\f7f3";
  --fa--fa: "\f7f3\f7f3";
}
.fa-clock {
  --fa: "\f017";
  --fa--fa: "\f017\f017";
}
.fa-clock-four {
  --fa: "\f017";
  --fa--fa: "\f017\f017";
}
.fa-clock-desk {
  --fa: "\e134";
  --fa--fa: "\e134\e134";
}
.fa-clock-eight {
  --fa: "\e345";
  --fa--fa: "\e345\e345";
}
.fa-clock-eight-thirty {
  --fa: "\e346";
  --fa--fa: "\e346\e346";
}
.fa-clock-eleven {
  --fa: "\e347";
  --fa--fa: "\e347\e347";
}
.fa-clock-eleven-thirty {
  --fa: "\e348";
  --fa--fa: "\e348\e348";
}
.fa-clock-five {
  --fa: "\e349";
  --fa--fa: "\e349\e349";
}
.fa-clock-five-thirty {
  --fa: "\e34a";
  --fa--fa: "\e34a\e34a";
}
.fa-clock-four-thirty {
  --fa: "\e34b";
  --fa--fa: "\e34b\e34b";
}
.fa-clock-nine {
  --fa: "\e34c";
  --fa--fa: "\e34c\e34c";
}
.fa-clock-nine-thirty {
  --fa: "\e34d";
  --fa--fa: "\e34d\e34d";
}
.fa-clock-one {
  --fa: "\e34e";
  --fa--fa: "\e34e\e34e";
}
.fa-clock-one-thirty {
  --fa: "\e34f";
  --fa--fa: "\e34f\e34f";
}
.fa-clock-rotate-left {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da";
}
.fa-history {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da";
}
.fa-clock-seven {
  --fa: "\e350";
  --fa--fa: "\e350\e350";
}
.fa-clock-seven-thirty {
  --fa: "\e351";
  --fa--fa: "\e351\e351";
}
.fa-clock-six {
  --fa: "\e352";
  --fa--fa: "\e352\e352";
}
.fa-clock-six-thirty {
  --fa: "\e353";
  --fa--fa: "\e353\e353";
}
.fa-clock-ten {
  --fa: "\e354";
  --fa--fa: "\e354\e354";
}
.fa-clock-ten-thirty {
  --fa: "\e355";
  --fa--fa: "\e355\e355";
}
.fa-clock-three {
  --fa: "\e356";
  --fa--fa: "\e356\e356";
}
.fa-clock-three-thirty {
  --fa: "\e357";
  --fa--fa: "\e357\e357";
}
.fa-clock-twelve {
  --fa: "\e358";
  --fa--fa: "\e358\e358";
}
.fa-clock-twelve-thirty {
  --fa: "\e359";
  --fa--fa: "\e359\e359";
}
.fa-clock-two {
  --fa: "\e35a";
  --fa--fa: "\e35a\e35a";
}
.fa-clock-two-thirty {
  --fa: "\e35b";
  --fa--fa: "\e35b\e35b";
}
.fa-clone {
  --fa: "\f24d";
  --fa--fa: "\f24d\f24d";
}
.fa-closed-captioning {
  --fa: "\f20a";
  --fa--fa: "\f20a\f20a";
}
.fa-closed-captioning-slash {
  --fa: "\e135";
  --fa--fa: "\e135\e135";
}
.fa-clothes-hanger {
  --fa: "\e136";
  --fa--fa: "\e136\e136";
}
.fa-cloud {
  --fa: "\f0c2";
  --fa--fa: "\f0c2\f0c2";
}
.fa-cloud-arrow-down {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}
.fa-cloud-download {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}
.fa-cloud-download-alt {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed";
}
.fa-cloud-arrow-up {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}
.fa-cloud-upload {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}
.fa-cloud-upload-alt {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee";
}
.fa-cloud-binary {
  --fa: "\e601";
  --fa--fa: "\e601\e601";
}
.fa-cloud-bolt {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c";
}
.fa-thunderstorm {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c";
}
.fa-cloud-bolt-moon {
  --fa: "\f76d";
  --fa--fa: "\f76d\f76d";
}
.fa-thunderstorm-moon {
  --fa: "\f76d";
  --fa--fa: "\f76d\f76d";
}
.fa-cloud-bolt-sun {
  --fa: "\f76e";
  --fa--fa: "\f76e\f76e";
}
.fa-thunderstorm-sun {
  --fa: "\f76e";
  --fa--fa: "\f76e\f76e";
}
.fa-cloud-check {
  --fa: "\e35c";
  --fa--fa: "\e35c\e35c";
}
.fa-cloud-drizzle {
  --fa: "\f738";
  --fa--fa: "\f738\f738";
}
.fa-cloud-exclamation {
  --fa: "\e491";
  --fa--fa: "\e491\e491";
}
.fa-cloud-fog {
  --fa: "\f74e";
  --fa--fa: "\f74e\f74e";
}
.fa-fog {
  --fa: "\f74e";
  --fa--fa: "\f74e\f74e";
}
.fa-cloud-hail {
  --fa: "\f739";
  --fa--fa: "\f739\f739";
}
.fa-cloud-hail-mixed {
  --fa: "\f73a";
  --fa--fa: "\f73a\f73a";
}
.fa-cloud-meatball {
  --fa: "\f73b";
  --fa--fa: "\f73b\f73b";
}
.fa-cloud-minus {
  --fa: "\e35d";
  --fa--fa: "\e35d\e35d";
}
.fa-cloud-moon {
  --fa: "\f6c3";
  --fa--fa: "\f6c3\f6c3";
}
.fa-cloud-moon-rain {
  --fa: "\f73c";
  --fa--fa: "\f73c\f73c";
}
.fa-cloud-music {
  --fa: "\f8ae";
  --fa--fa: "\f8ae\f8ae";
}
.fa-cloud-plus {
  --fa: "\e35e";
  --fa--fa: "\e35e\e35e";
}
.fa-cloud-question {
  --fa: "\e492";
  --fa--fa: "\e492\e492";
}
.fa-cloud-rain {
  --fa: "\f73d";
  --fa--fa: "\f73d\f73d";
}
.fa-cloud-rainbow {
  --fa: "\f73e";
  --fa--fa: "\f73e\f73e";
}
.fa-cloud-showers {
  --fa: "\f73f";
  --fa--fa: "\f73f\f73f";
}
.fa-cloud-showers-heavy {
  --fa: "\f740";
  --fa--fa: "\f740\f740";
}
.fa-cloud-showers-water {
  --fa: "\e4e4";
  --fa--fa: "\e4e4\e4e4";
}
.fa-cloud-slash {
  --fa: "\e137";
  --fa--fa: "\e137\e137";
}
.fa-cloud-sleet {
  --fa: "\f741";
  --fa--fa: "\f741\f741";
}
.fa-cloud-snow {
  --fa: "\f742";
  --fa--fa: "\f742\f742";
}
.fa-cloud-sun {
  --fa: "\f6c4";
  --fa--fa: "\f6c4\f6c4";
}
.fa-cloud-sun-rain {
  --fa: "\f743";
  --fa--fa: "\f743\f743";
}
.fa-cloud-word {
  --fa: "\e138";
  --fa--fa: "\e138\e138";
}
.fa-cloud-xmark {
  --fa: "\e35f";
  --fa--fa: "\e35f\e35f";
}
.fa-clouds {
  --fa: "\f744";
  --fa--fa: "\f744\f744";
}
.fa-clouds-moon {
  --fa: "\f745";
  --fa--fa: "\f745\f745";
}
.fa-clouds-sun {
  --fa: "\f746";
  --fa--fa: "\f746\f746";
}
.fa-clover {
  --fa: "\e139";
  --fa--fa: "\e139\e139";
}
.fa-club {
  --fa: "\f327";
  --fa--fa: "\f327\f327";
}
.fa-coconut {
  --fa: "\e2f6";
  --fa--fa: "\e2f6\e2f6";
}
.fa-code {
  --fa: "\f121";
  --fa--fa: "\f121\f121";
}
.fa-code-branch {
  --fa: "\f126";
  --fa--fa: "\f126\f126";
}
.fa-code-commit {
  --fa: "\f386";
  --fa--fa: "\f386\f386";
}
.fa-code-compare {
  --fa: "\e13a";
  --fa--fa: "\e13a\e13a";
}
.fa-code-fork {
  --fa: "\e13b";
  --fa--fa: "\e13b\e13b";
}
.fa-code-merge {
  --fa: "\f387";
  --fa--fa: "\f387\f387";
}
.fa-code-pull-request {
  --fa: "\e13c";
  --fa--fa: "\e13c\e13c";
}
.fa-code-pull-request-closed {
  --fa: "\e3f9";
  --fa--fa: "\e3f9\e3f9";
}
.fa-code-pull-request-draft {
  --fa: "\e3fa";
  --fa--fa: "\e3fa\e3fa";
}
.fa-code-simple {
  --fa: "\e13d";
  --fa--fa: "\e13d\e13d";
}
.fa-coffee-bean {
  --fa: "\e13e";
  --fa--fa: "\e13e\e13e";
}
.fa-coffee-beans {
  --fa: "\e13f";
  --fa--fa: "\e13f\e13f";
}
.fa-coffee-pot {
  --fa: "\e002";
  --fa--fa: "\e002\e002";
}
.fa-coffin {
  --fa: "\f6c6";
  --fa--fa: "\f6c6\f6c6";
}
.fa-coffin-cross {
  --fa: "\e051";
  --fa--fa: "\e051\e051";
}
.fa-coin {
  --fa: "\f85c";
  --fa--fa: "\f85c\f85c";
}
.fa-coin-blank {
  --fa: "\e3fb";
  --fa--fa: "\e3fb\e3fb";
}
.fa-coin-front {
  --fa: "\e3fc";
  --fa--fa: "\e3fc\e3fc";
}
.fa-coin-vertical {
  --fa: "\e3fd";
  --fa--fa: "\e3fd\e3fd";
}
.fa-coins {
  --fa: "\f51e";
  --fa--fa: "\f51e\f51e";
}
.fa-colon {
  --fa: "\3a";
  --fa--fa: "\3a\3a";
}
.fa-colon-sign {
  --fa: "\e140";
  --fa--fa: "\e140\e140";
}
.fa-columns-3 {
  --fa: "\e361";
  --fa--fa: "\e361\e361";
}
.fa-comet {
  --fa: "\e003";
  --fa--fa: "\e003\e003";
}
.fa-comma {
  --fa: "\2c";
  --fa--fa: "\2c\2c";
}
.fa-command {
  --fa: "\e142";
  --fa--fa: "\e142\e142";
}
.fa-comment {
  --fa: "\f075";
  --fa--fa: "\f075\f075";
}
.fa-comment-arrow-down {
  --fa: "\e143";
  --fa--fa: "\e143\e143";
}
.fa-comment-arrow-up {
  --fa: "\e144";
  --fa--fa: "\e144\e144";
}
.fa-comment-arrow-up-right {
  --fa: "\e145";
  --fa--fa: "\e145\e145";
}
.fa-comment-captions {
  --fa: "\e146";
  --fa--fa: "\e146\e146";
}
.fa-comment-check {
  --fa: "\f4ac";
  --fa--fa: "\f4ac\f4ac";
}
.fa-comment-code {
  --fa: "\e147";
  --fa--fa: "\e147\e147";
}
.fa-comment-dollar {
  --fa: "\f651";
  --fa--fa: "\f651\f651";
}
.fa-comment-dots {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad";
}
.fa-commenting {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad";
}
.fa-comment-exclamation {
  --fa: "\f4af";
  --fa--fa: "\f4af\f4af";
}
.fa-comment-heart {
  --fa: "\e5c8";
  --fa--fa: "\e5c8\e5c8";
}
.fa-comment-image {
  --fa: "\e148";
  --fa--fa: "\e148\e148";
}
.fa-comment-lines {
  --fa: "\f4b0";
  --fa--fa: "\f4b0\f4b0";
}
.fa-comment-medical {
  --fa: "\f7f5";
  --fa--fa: "\f7f5\f7f5";
}
.fa-comment-middle {
  --fa: "\e149";
  --fa--fa: "\e149\e149";
}
.fa-comment-middle-top {
  --fa: "\e14a";
  --fa--fa: "\e14a\e14a";
}
.fa-comment-minus {
  --fa: "\f4b1";
  --fa--fa: "\f4b1\f4b1";
}
.fa-comment-music {
  --fa: "\f8b0";
  --fa--fa: "\f8b0\f8b0";
}
.fa-comment-nodes {
  --fa: "\e696";
  --fa--fa: "\e696\e696";
}
.fa-comment-pen {
  --fa: "\f4ae";
  --fa--fa: "\f4ae\f4ae";
}
.fa-comment-edit {
  --fa: "\f4ae";
  --fa--fa: "\f4ae\f4ae";
}
.fa-comment-plus {
  --fa: "\f4b2";
  --fa--fa: "\f4b2\f4b2";
}
.fa-comment-question {
  --fa: "\e14b";
  --fa--fa: "\e14b\e14b";
}
.fa-comment-quote {
  --fa: "\e14c";
  --fa--fa: "\e14c\e14c";
}
.fa-comment-slash {
  --fa: "\f4b3";
  --fa--fa: "\f4b3\f4b3";
}
.fa-comment-smile {
  --fa: "\f4b4";
  --fa--fa: "\f4b4\f4b4";
}
.fa-comment-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd";
}
.fa-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd";
}
.fa-comment-text {
  --fa: "\e14d";
  --fa--fa: "\e14d\e14d";
}
.fa-comment-xmark {
  --fa: "\f4b5";
  --fa--fa: "\f4b5\f4b5";
}
.fa-comment-times {
  --fa: "\f4b5";
  --fa--fa: "\f4b5\f4b5";
}
.fa-comments {
  --fa: "\f086";
  --fa--fa: "\f086\f086";
}
.fa-comments-dollar {
  --fa: "\f653";
  --fa--fa: "\f653\f653";
}
.fa-comments-question {
  --fa: "\e14e";
  --fa--fa: "\e14e\e14e";
}
.fa-comments-question-check {
  --fa: "\e14f";
  --fa--fa: "\e14f\e14f";
}
.fa-compact-disc {
  --fa: "\f51f";
  --fa--fa: "\f51f\f51f";
}
.fa-compass {
  --fa: "\f14e";
  --fa--fa: "\f14e\f14e";
}
.fa-compass-drafting {
  --fa: "\f568";
  --fa--fa: "\f568\f568";
}
.fa-drafting-compass {
  --fa: "\f568";
  --fa--fa: "\f568\f568";
}
.fa-compass-slash {
  --fa: "\f5e9";
  --fa--fa: "\f5e9\f5e9";
}
.fa-compress {
  --fa: "\f066";
  --fa--fa: "\f066\f066";
}
.fa-compress-wide {
  --fa: "\f326";
  --fa--fa: "\f326\f326";
}
.fa-computer {
  --fa: "\e4e5";
  --fa--fa: "\e4e5\e4e5";
}
.fa-computer-classic {
  --fa: "\f8b1";
  --fa--fa: "\f8b1\f8b1";
}
.fa-computer-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc";
}
.fa-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc";
}
.fa-computer-mouse-scrollwheel {
  --fa: "\f8cd";
  --fa--fa: "\f8cd\f8cd";
}
.fa-mouse-alt {
  --fa: "\f8cd";
  --fa--fa: "\f8cd\f8cd";
}
.fa-computer-speaker {
  --fa: "\f8b2";
  --fa--fa: "\f8b2\f8b2";
}
.fa-container-storage {
  --fa: "\f4b7";
  --fa--fa: "\f4b7\f4b7";
}
.fa-conveyor-belt {
  --fa: "\f46e";
  --fa--fa: "\f46e\f46e";
}
.fa-conveyor-belt-arm {
  --fa: "\e5f8";
  --fa--fa: "\e5f8\e5f8";
}
.fa-conveyor-belt-boxes {
  --fa: "\f46f";
  --fa--fa: "\f46f\f46f";
}
.fa-conveyor-belt-alt {
  --fa: "\f46f";
  --fa--fa: "\f46f\f46f";
}
.fa-conveyor-belt-empty {
  --fa: "\e150";
  --fa--fa: "\e150\e150";
}
.fa-cookie {
  --fa: "\f563";
  --fa--fa: "\f563\f563";
}
.fa-cookie-bite {
  --fa: "\f564";
  --fa--fa: "\f564\f564";
}
.fa-copy {
  --fa: "\f0c5";
  --fa--fa: "\f0c5\f0c5";
}
.fa-copyright {
  --fa: "\f1f9";
  --fa--fa: "\f1f9\f1f9";
}
.fa-corn {
  --fa: "\f6c7";
  --fa--fa: "\f6c7\f6c7";
}
.fa-corner {
  --fa: "\e3fe";
  --fa--fa: "\e3fe\e3fe";
}
.fa-couch {
  --fa: "\f4b8";
  --fa--fa: "\f4b8\f4b8";
}
.fa-court-sport {
  --fa: "\e643";
  --fa--fa: "\e643\e643";
}
.fa-cow {
  --fa: "\f6c8";
  --fa--fa: "\f6c8\f6c8";
}
.fa-cowbell {
  --fa: "\f8b3";
  --fa--fa: "\f8b3\f8b3";
}
.fa-cowbell-circle-plus {
  --fa: "\f8b4";
  --fa--fa: "\f8b4\f8b4";
}
.fa-cowbell-more {
  --fa: "\f8b4";
  --fa--fa: "\f8b4\f8b4";
}
.fa-crab {
  --fa: "\e3ff";
  --fa--fa: "\e3ff\e3ff";
}
.fa-crate-apple {
  --fa: "\f6b1";
  --fa--fa: "\f6b1\f6b1";
}
.fa-apple-crate {
  --fa: "\f6b1";
  --fa--fa: "\f6b1\f6b1";
}
.fa-crate-empty {
  --fa: "\e151";
  --fa--fa: "\e151\e151";
}
.fa-credit-card {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d";
}
.fa-credit-card-alt {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d";
}
.fa-credit-card-blank {
  --fa: "\f389";
  --fa--fa: "\f389\f389";
}
.fa-credit-card-front {
  --fa: "\f38a";
  --fa--fa: "\f38a\f38a";
}
.fa-cricket-bat-ball {
  --fa: "\f449";
  --fa--fa: "\f449\f449";
}
.fa-cricket {
  --fa: "\f449";
  --fa--fa: "\f449\f449";
}
.fa-croissant {
  --fa: "\f7f6";
  --fa--fa: "\f7f6\f7f6";
}
.fa-crop {
  --fa: "\f125";
  --fa--fa: "\f125\f125";
}
.fa-crop-simple {
  --fa: "\f565";
  --fa--fa: "\f565\f565";
}
.fa-crop-alt {
  --fa: "\f565";
  --fa--fa: "\f565\f565";
}
.fa-cross {
  --fa: "\f654";
  --fa--fa: "\f654\f654";
}
.fa-crosshairs {
  --fa: "\f05b";
  --fa--fa: "\f05b\f05b";
}
.fa-crosshairs-simple {
  --fa: "\e59f";
  --fa--fa: "\e59f\e59f";
}
.fa-crow {
  --fa: "\f520";
  --fa--fa: "\f520\f520";
}
.fa-crown {
  --fa: "\f521";
  --fa--fa: "\f521\f521";
}
.fa-crutch {
  --fa: "\f7f7";
  --fa--fa: "\f7f7\f7f7";
}
.fa-crutches {
  --fa: "\f7f8";
  --fa--fa: "\f7f8\f7f8";
}
.fa-cruzeiro-sign {
  --fa: "\e152";
  --fa--fa: "\e152\e152";
}
.fa-crystal-ball {
  --fa: "\e362";
  --fa--fa: "\e362\e362";
}
.fa-cube {
  --fa: "\f1b2";
  --fa--fa: "\f1b2\f1b2";
}
.fa-cubes {
  --fa: "\f1b3";
  --fa--fa: "\f1b3\f1b3";
}
.fa-cubes-stacked {
  --fa: "\e4e6";
  --fa--fa: "\e4e6\e4e6";
}
.fa-cucumber {
  --fa: "\e401";
  --fa--fa: "\e401\e401";
}
.fa-cup-straw {
  --fa: "\e363";
  --fa--fa: "\e363\e363";
}
.fa-cup-straw-swoosh {
  --fa: "\e364";
  --fa--fa: "\e364\e364";
}
.fa-cup-togo {
  --fa: "\f6c5";
  --fa--fa: "\f6c5\f6c5";
}
.fa-coffee-togo {
  --fa: "\f6c5";
  --fa--fa: "\f6c5\f6c5";
}
.fa-cupcake {
  --fa: "\e402";
  --fa--fa: "\e402\e402";
}
.fa-curling-stone {
  --fa: "\f44a";
  --fa--fa: "\f44a\f44a";
}
.fa-curling {
  --fa: "\f44a";
  --fa--fa: "\f44a\f44a";
}
.fa-custard {
  --fa: "\e403";
  --fa--fa: "\e403\e403";
}
.fa-d {
  --fa: "\44";
  --fa--fa: "\44\44";
}
.fa-dagger {
  --fa: "\f6cb";
  --fa--fa: "\f6cb\f6cb";
}
.fa-dash {
  --fa: "\e404";
  --fa--fa: "\e404\e404";
}
.fa-minus-large {
  --fa: "\e404";
  --fa--fa: "\e404\e404";
}
.fa-database {
  --fa: "\f1c0";
  --fa--fa: "\f1c0\f1c0";
}
.fa-deer {
  --fa: "\f78e";
  --fa--fa: "\f78e\f78e";
}
.fa-deer-rudolph {
  --fa: "\f78f";
  --fa--fa: "\f78f\f78f";
}
.fa-delete-left {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a";
}
.fa-backspace {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a";
}
.fa-delete-right {
  --fa: "\e154";
  --fa--fa: "\e154\e154";
}
.fa-democrat {
  --fa: "\f747";
  --fa--fa: "\f747\f747";
}
.fa-desktop {
  --fa: "\f390";
  --fa--fa: "\f390\f390";
}
.fa-desktop-alt {
  --fa: "\f390";
  --fa--fa: "\f390\f390";
}
.fa-desktop-arrow-down {
  --fa: "\e155";
  --fa--fa: "\e155\e155";
}
.fa-dharmachakra {
  --fa: "\f655";
  --fa--fa: "\f655\f655";
}
.fa-diagram-cells {
  --fa: "\e475";
  --fa--fa: "\e475\e475";
}
.fa-diagram-lean-canvas {
  --fa: "\e156";
  --fa--fa: "\e156\e156";
}
.fa-diagram-nested {
  --fa: "\e157";
  --fa--fa: "\e157\e157";
}
.fa-diagram-next {
  --fa: "\e476";
  --fa--fa: "\e476\e476";
}
.fa-diagram-predecessor {
  --fa: "\e477";
  --fa--fa: "\e477\e477";
}
.fa-diagram-previous {
  --fa: "\e478";
  --fa--fa: "\e478\e478";
}
.fa-diagram-project {
  --fa: "\f542";
  --fa--fa: "\f542\f542";
}
.fa-project-diagram {
  --fa: "\f542";
  --fa--fa: "\f542\f542";
}
.fa-diagram-sankey {
  --fa: "\e158";
  --fa--fa: "\e158\e158";
}
.fa-diagram-subtask {
  --fa: "\e479";
  --fa--fa: "\e479\e479";
}
.fa-diagram-successor {
  --fa: "\e47a";
  --fa--fa: "\e47a\e47a";
}
.fa-diagram-venn {
  --fa: "\e15a";
  --fa--fa: "\e15a\e15a";
}
.fa-dial {
  --fa: "\e15b";
  --fa--fa: "\e15b\e15b";
}
.fa-dial-med-high {
  --fa: "\e15b";
  --fa--fa: "\e15b\e15b";
}
.fa-dial-high {
  --fa: "\e15c";
  --fa--fa: "\e15c\e15c";
}
.fa-dial-low {
  --fa: "\e15d";
  --fa--fa: "\e15d\e15d";
}
.fa-dial-max {
  --fa: "\e15e";
  --fa--fa: "\e15e\e15e";
}
.fa-dial-med {
  --fa: "\e15f";
  --fa--fa: "\e15f\e15f";
}
.fa-dial-med-low {
  --fa: "\e160";
  --fa--fa: "\e160\e160";
}
.fa-dial-min {
  --fa: "\e161";
  --fa--fa: "\e161\e161";
}
.fa-dial-off {
  --fa: "\e162";
  --fa--fa: "\e162\e162";
}
.fa-diamond {
  --fa: "\f219";
  --fa--fa: "\f219\f219";
}
.fa-diamond-exclamation {
  --fa: "\e405";
  --fa--fa: "\e405\e405";
}
.fa-diamond-half {
  --fa: "\e5b7";
  --fa--fa: "\e5b7\e5b7";
}
.fa-diamond-half-stroke {
  --fa: "\e5b8";
  --fa--fa: "\e5b8\e5b8";
}
.fa-diamond-turn-right {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb";
}
.fa-directions {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb";
}
.fa-diamonds-4 {
  --fa: "\e68b";
  --fa--fa: "\e68b\e68b";
}
.fa-dice {
  --fa: "\f522";
  --fa--fa: "\f522\f522";
}
.fa-dice-d10 {
  --fa: "\f6cd";
  --fa--fa: "\f6cd\f6cd";
}
.fa-dice-d12 {
  --fa: "\f6ce";
  --fa--fa: "\f6ce\f6ce";
}
.fa-dice-d20 {
  --fa: "\f6cf";
  --fa--fa: "\f6cf\f6cf";
}
.fa-dice-d4 {
  --fa: "\f6d0";
  --fa--fa: "\f6d0\f6d0";
}
.fa-dice-d6 {
  --fa: "\f6d1";
  --fa--fa: "\f6d1\f6d1";
}
.fa-dice-d8 {
  --fa: "\f6d2";
  --fa--fa: "\f6d2\f6d2";
}
.fa-dice-five {
  --fa: "\f523";
  --fa--fa: "\f523\f523";
}
.fa-dice-four {
  --fa: "\f524";
  --fa--fa: "\f524\f524";
}
.fa-dice-one {
  --fa: "\f525";
  --fa--fa: "\f525\f525";
}
.fa-dice-six {
  --fa: "\f526";
  --fa--fa: "\f526\f526";
}
.fa-dice-three {
  --fa: "\f527";
  --fa--fa: "\f527\f527";
}
.fa-dice-two {
  --fa: "\f528";
  --fa--fa: "\f528\f528";
}
.fa-dinosaur {
  --fa: "\e5fe";
  --fa--fa: "\e5fe\e5fe";
}
.fa-diploma {
  --fa: "\f5ea";
  --fa--fa: "\f5ea\f5ea";
}
.fa-scroll-ribbon {
  --fa: "\f5ea";
  --fa--fa: "\f5ea\f5ea";
}
.fa-disc-drive {
  --fa: "\f8b5";
  --fa--fa: "\f8b5\f8b5";
}
.fa-disease {
  --fa: "\f7fa";
  --fa--fa: "\f7fa\f7fa";
}
.fa-display {
  --fa: "\e163";
  --fa--fa: "\e163\e163";
}
.fa-display-arrow-down {
  --fa: "\e164";
  --fa--fa: "\e164\e164";
}
.fa-display-chart-up {
  --fa: "\e5e3";
  --fa--fa: "\e5e3\e5e3";
}
.fa-display-chart-up-circle-currency {
  --fa: "\e5e5";
  --fa--fa: "\e5e5\e5e5";
}
.fa-display-chart-up-circle-dollar {
  --fa: "\e5e6";
  --fa--fa: "\e5e6\e5e6";
}
.fa-display-code {
  --fa: "\e165";
  --fa--fa: "\e165\e165";
}
.fa-desktop-code {
  --fa: "\e165";
  --fa--fa: "\e165\e165";
}
.fa-display-medical {
  --fa: "\e166";
  --fa--fa: "\e166\e166";
}
.fa-desktop-medical {
  --fa: "\e166";
  --fa--fa: "\e166\e166";
}
.fa-display-slash {
  --fa: "\e2fa";
  --fa--fa: "\e2fa\e2fa";
}
.fa-desktop-slash {
  --fa: "\e2fa";
  --fa--fa: "\e2fa\e2fa";
}
.fa-distribute-spacing-horizontal {
  --fa: "\e365";
  --fa--fa: "\e365\e365";
}
.fa-distribute-spacing-vertical {
  --fa: "\e366";
  --fa--fa: "\e366\e366";
}
.fa-ditto {
  --fa: "\22";
  --fa--fa: "\22\22";
}
.fa-divide {
  --fa: "\f529";
  --fa--fa: "\f529\f529";
}
.fa-dna {
  --fa: "\f471";
  --fa--fa: "\f471\f471";
}
.fa-do-not-enter {
  --fa: "\f5ec";
  --fa--fa: "\f5ec\f5ec";
}
.fa-dog {
  --fa: "\f6d3";
  --fa--fa: "\f6d3\f6d3";
}
.fa-dog-leashed {
  --fa: "\f6d4";
  --fa--fa: "\f6d4\f6d4";
}
.fa-dollar-sign {
  --fa: "\24";
  --fa--fa: "\24\24";
}
.fa-dollar {
  --fa: "\24";
  --fa--fa: "\24\24";
}
.fa-usd {
  --fa: "\24";
  --fa--fa: "\24\24";
}
.fa-dolly {
  --fa: "\f472";
  --fa--fa: "\f472\f472";
}
.fa-dolly-box {
  --fa: "\f472";
  --fa--fa: "\f472\f472";
}
.fa-dolly-empty {
  --fa: "\f473";
  --fa--fa: "\f473\f473";
}
.fa-dolphin {
  --fa: "\e168";
  --fa--fa: "\e168\e168";
}
.fa-dong-sign {
  --fa: "\e169";
  --fa--fa: "\e169\e169";
}
.fa-donut {
  --fa: "\e406";
  --fa--fa: "\e406\e406";
}
.fa-doughnut {
  --fa: "\e406";
  --fa--fa: "\e406\e406";
}
.fa-door-closed {
  --fa: "\f52a";
  --fa--fa: "\f52a\f52a";
}
.fa-door-open {
  --fa: "\f52b";
  --fa--fa: "\f52b\f52b";
}
.fa-dove {
  --fa: "\f4ba";
  --fa--fa: "\f4ba\f4ba";
}
.fa-down {
  --fa: "\f354";
  --fa--fa: "\f354\f354";
}
.fa-arrow-alt-down {
  --fa: "\f354";
  --fa--fa: "\f354\f354";
}
.fa-down-from-bracket {
  --fa: "\e66b";
  --fa--fa: "\e66b\e66b";
}
.fa-down-from-dotted-line {
  --fa: "\e407";
  --fa--fa: "\e407\e407";
}
.fa-down-from-line {
  --fa: "\f349";
  --fa--fa: "\f349\f349";
}
.fa-arrow-alt-from-top {
  --fa: "\f349";
  --fa--fa: "\f349\f349";
}
.fa-down-left {
  --fa: "\e16a";
  --fa--fa: "\e16a\e16a";
}
.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
  --fa--fa: "\f422\f422";
}
.fa-compress-alt {
  --fa: "\f422";
  --fa--fa: "\f422\f422";
}
.fa-down-long {
  --fa: "\f309";
  --fa--fa: "\f309\f309";
}
.fa-long-arrow-alt-down {
  --fa: "\f309";
  --fa--fa: "\f309\f309";
}
.fa-down-right {
  --fa: "\e16b";
  --fa--fa: "\e16b\e16b";
}
.fa-down-to-bracket {
  --fa: "\e4e7";
  --fa--fa: "\e4e7\e4e7";
}
.fa-down-to-dotted-line {
  --fa: "\e408";
  --fa--fa: "\e408\e408";
}
.fa-down-to-line {
  --fa: "\f34a";
  --fa--fa: "\f34a\f34a";
}
.fa-arrow-alt-to-bottom {
  --fa: "\f34a";
  --fa--fa: "\f34a\f34a";
}
.fa-download {
  --fa: "\f019";
  --fa--fa: "\f019\f019";
}
.fa-dragon {
  --fa: "\f6d5";
  --fa--fa: "\f6d5\f6d5";
}
.fa-draw-circle {
  --fa: "\f5ed";
  --fa--fa: "\f5ed\f5ed";
}
.fa-draw-polygon {
  --fa: "\f5ee";
  --fa--fa: "\f5ee\f5ee";
}
.fa-draw-square {
  --fa: "\f5ef";
  --fa--fa: "\f5ef\f5ef";
}
.fa-dreidel {
  --fa: "\f792";
  --fa--fa: "\f792\f792";
}
.fa-drone {
  --fa: "\f85f";
  --fa--fa: "\f85f\f85f";
}
.fa-drone-front {
  --fa: "\f860";
  --fa--fa: "\f860\f860";
}
.fa-drone-alt {
  --fa: "\f860";
  --fa--fa: "\f860\f860";
}
.fa-droplet {
  --fa: "\f043";
  --fa--fa: "\f043\f043";
}
.fa-tint {
  --fa: "\f043";
  --fa--fa: "\f043\f043";
}
.fa-droplet-degree {
  --fa: "\f748";
  --fa--fa: "\f748\f748";
}
.fa-dewpoint {
  --fa: "\f748";
  --fa--fa: "\f748\f748";
}
.fa-droplet-percent {
  --fa: "\f750";
  --fa--fa: "\f750\f750";
}
.fa-humidity {
  --fa: "\f750";
  --fa--fa: "\f750\f750";
}
.fa-droplet-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7";
}
.fa-tint-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7";
}
.fa-drum {
  --fa: "\f569";
  --fa--fa: "\f569\f569";
}
.fa-drum-steelpan {
  --fa: "\f56a";
  --fa--fa: "\f56a\f56a";
}
.fa-drumstick {
  --fa: "\f6d6";
  --fa--fa: "\f6d6\f6d6";
}
.fa-drumstick-bite {
  --fa: "\f6d7";
  --fa--fa: "\f6d7\f6d7";
}
.fa-dryer {
  --fa: "\f861";
  --fa--fa: "\f861\f861";
}
.fa-dryer-heat {
  --fa: "\f862";
  --fa--fa: "\f862\f862";
}
.fa-dryer-alt {
  --fa: "\f862";
  --fa--fa: "\f862\f862";
}
.fa-duck {
  --fa: "\f6d8";
  --fa--fa: "\f6d8\f6d8";
}
.fa-dumbbell {
  --fa: "\f44b";
  --fa--fa: "\f44b\f44b";
}
.fa-dumpster {
  --fa: "\f793";
  --fa--fa: "\f793\f793";
}
.fa-dumpster-fire {
  --fa: "\f794";
  --fa--fa: "\f794\f794";
}
.fa-dungeon {
  --fa: "\f6d9";
  --fa--fa: "\f6d9\f6d9";
}
.fa-e {
  --fa: "\45";
  --fa--fa: "\45\45";
}
.fa-ear {
  --fa: "\f5f0";
  --fa--fa: "\f5f0\f5f0";
}
.fa-ear-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}
.fa-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}
.fa-deafness {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}
.fa-hard-of-hearing {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4";
}
.fa-ear-listen {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2";
}
.fa-assistive-listening-systems {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2";
}
.fa-ear-muffs {
  --fa: "\f795";
  --fa--fa: "\f795\f795";
}
.fa-earth-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c";
}
.fa-globe-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c";
}
.fa-earth-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}
.fa-earth {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}
.fa-earth-america {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}
.fa-globe-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d";
}
.fa-earth-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e";
}
.fa-globe-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e";
}
.fa-earth-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2";
}
.fa-globe-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2";
}
.fa-earth-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b";
}
.fa-globe-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b";
}
.fa-eclipse {
  --fa: "\f749";
  --fa--fa: "\f749\f749";
}
.fa-egg {
  --fa: "\f7fb";
  --fa--fa: "\f7fb\f7fb";
}
.fa-egg-fried {
  --fa: "\f7fc";
  --fa--fa: "\f7fc\f7fc";
}
.fa-eggplant {
  --fa: "\e16c";
  --fa--fa: "\e16c\e16c";
}
.fa-eject {
  --fa: "\f052";
  --fa--fa: "\f052\f052";
}
.fa-elephant {
  --fa: "\f6da";
  --fa--fa: "\f6da\f6da";
}
.fa-elevator {
  --fa: "\e16d";
  --fa--fa: "\e16d\e16d";
}
.fa-ellipsis {
  --fa: "\f141";
  --fa--fa: "\f141\f141";
}
.fa-ellipsis-h {
  --fa: "\f141";
  --fa--fa: "\f141\f141";
}
.fa-ellipsis-stroke {
  --fa: "\f39b";
  --fa--fa: "\f39b\f39b";
}
.fa-ellipsis-h-alt {
  --fa: "\f39b";
  --fa--fa: "\f39b\f39b";
}
.fa-ellipsis-stroke-vertical {
  --fa: "\f39c";
  --fa--fa: "\f39c\f39c";
}
.fa-ellipsis-v-alt {
  --fa: "\f39c";
  --fa--fa: "\f39c\f39c";
}
.fa-ellipsis-vertical {
  --fa: "\f142";
  --fa--fa: "\f142\f142";
}
.fa-ellipsis-v {
  --fa: "\f142";
  --fa--fa: "\f142\f142";
}
.fa-empty-set {
  --fa: "\f656";
  --fa--fa: "\f656\f656";
}
.fa-engine {
  --fa: "\e16e";
  --fa--fa: "\e16e\e16e";
}
.fa-engine-warning {
  --fa: "\f5f2";
  --fa--fa: "\f5f2\f5f2";
}
.fa-engine-exclamation {
  --fa: "\f5f2";
  --fa--fa: "\f5f2\f5f2";
}
.fa-envelope {
  --fa: "\f0e0";
  --fa--fa: "\f0e0\f0e0";
}
.fa-envelope-circle-check {
  --fa: "\e4e8";
  --fa--fa: "\e4e8\e4e8";
}
.fa-envelope-dot {
  --fa: "\e16f";
  --fa--fa: "\e16f\e16f";
}
.fa-envelope-badge {
  --fa: "\e16f";
  --fa--fa: "\e16f\e16f";
}
.fa-envelope-open {
  --fa: "\f2b6";
  --fa--fa: "\f2b6\f2b6";
}
.fa-envelope-open-dollar {
  --fa: "\f657";
  --fa--fa: "\f657\f657";
}
.fa-envelope-open-text {
  --fa: "\f658";
  --fa--fa: "\f658\f658";
}
.fa-envelopes {
  --fa: "\e170";
  --fa--fa: "\e170\e170";
}
.fa-envelopes-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674";
}
.fa-mail-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674";
}
.fa-equals {
  --fa: "\3d";
  --fa--fa: "\3d\3d";
}
.fa-eraser {
  --fa: "\f12d";
  --fa--fa: "\f12d\f12d";
}
.fa-escalator {
  --fa: "\e171";
  --fa--fa: "\e171\e171";
}
.fa-ethernet {
  --fa: "\f796";
  --fa--fa: "\f796\f796";
}
.fa-euro-sign {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}
.fa-eur {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}
.fa-euro {
  --fa: "\f153";
  --fa--fa: "\f153\f153";
}
.fa-excavator {
  --fa: "\e656";
  --fa--fa: "\e656\e656";
}
.fa-exclamation {
  --fa: "\21";
  --fa--fa: "\21\21";
}
.fa-expand {
  --fa: "\f065";
  --fa--fa: "\f065\f065";
}
.fa-expand-wide {
  --fa: "\f320";
  --fa--fa: "\f320\f320";
}
.fa-explosion {
  --fa: "\e4e9";
  --fa--fa: "\e4e9\e4e9";
}
.fa-eye {
  --fa: "\f06e";
  --fa--fa: "\f06e\f06e";
}
.fa-eye-dropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}
.fa-eye-dropper-empty {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}
.fa-eyedropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb";
}
.fa-eye-dropper-full {
  --fa: "\e172";
  --fa--fa: "\e172\e172";
}
.fa-eye-dropper-half {
  --fa: "\e173";
  --fa--fa: "\e173\e173";
}
.fa-eye-evil {
  --fa: "\f6db";
  --fa--fa: "\f6db\f6db";
}
.fa-eye-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8";
}
.fa-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8";
}
.fa-eye-slash {
  --fa: "\f070";
  --fa--fa: "\f070\f070";
}
.fa-eyes {
  --fa: "\e367";
  --fa--fa: "\e367\e367";
}
.fa-f {
  --fa: "\46";
  --fa--fa: "\46\46";
}
.fa-face-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556";
}
.fa-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556";
}
.fa-face-angry-horns {
  --fa: "\e368";
  --fa--fa: "\e368\e368";
}
.fa-face-anguished {
  --fa: "\e369";
  --fa--fa: "\e369\e369";
}
.fa-face-anxious-sweat {
  --fa: "\e36a";
  --fa--fa: "\e36a\e36a";
}
.fa-face-astonished {
  --fa: "\e36b";
  --fa--fa: "\e36b\e36b";
}
.fa-face-awesome {
  --fa: "\e409";
  --fa--fa: "\e409\e409";
}
.fa-gave-dandy {
  --fa: "\e409";
  --fa--fa: "\e409\e409";
}
.fa-face-beam-hand-over-mouth {
  --fa: "\e47c";
  --fa--fa: "\e47c\e47c";
}
.fa-face-clouds {
  --fa: "\e47d";
  --fa--fa: "\e47d\e47d";
}
.fa-face-confounded {
  --fa: "\e36c";
  --fa--fa: "\e36c\e36c";
}
.fa-face-confused {
  --fa: "\e36d";
  --fa--fa: "\e36d\e36d";
}
.fa-face-cowboy-hat {
  --fa: "\e36e";
  --fa--fa: "\e36e\e36e";
}
.fa-face-diagonal-mouth {
  --fa: "\e47e";
  --fa--fa: "\e47e\e47e";
}
.fa-face-disappointed {
  --fa: "\e36f";
  --fa--fa: "\e36f\e36f";
}
.fa-face-disguise {
  --fa: "\e370";
  --fa--fa: "\e370\e370";
}
.fa-face-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567";
}
.fa-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567";
}
.fa-face-dotted {
  --fa: "\e47f";
  --fa--fa: "\e47f\e47f";
}
.fa-face-downcast-sweat {
  --fa: "\e371";
  --fa--fa: "\e371\e371";
}
.fa-face-drooling {
  --fa: "\e372";
  --fa--fa: "\e372\e372";
}
.fa-face-exhaling {
  --fa: "\e480";
  --fa--fa: "\e480\e480";
}
.fa-face-explode {
  --fa: "\e2fe";
  --fa--fa: "\e2fe\e2fe";
}
.fa-exploding-head {
  --fa: "\e2fe";
  --fa--fa: "\e2fe\e2fe";
}
.fa-face-expressionless {
  --fa: "\e373";
  --fa--fa: "\e373\e373";
}
.fa-face-eyes-xmarks {
  --fa: "\e374";
  --fa--fa: "\e374\e374";
}
.fa-face-fearful {
  --fa: "\e375";
  --fa--fa: "\e375\e375";
}
.fa-face-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579";
}
.fa-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579";
}
.fa-face-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119";
}
.fa-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119";
}
.fa-face-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a";
}
.fa-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a";
}
.fa-face-frown-slight {
  --fa: "\e376";
  --fa--fa: "\e376\e376";
}
.fa-face-glasses {
  --fa: "\e377";
  --fa--fa: "\e377\e377";
}
.fa-face-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f";
}
.fa-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f";
}
.fa-face-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580";
}
.fa-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580";
}
.fa-face-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582";
}
.fa-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582";
}
.fa-face-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583";
}
.fa-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583";
}
.fa-face-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584";
}
.fa-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584";
}
.fa-face-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585";
}
.fa-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585";
}
.fa-face-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586";
}
.fa-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586";
}
.fa-face-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587";
}
.fa-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587";
}
.fa-face-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588";
}
.fa-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588";
}
.fa-face-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589";
}
.fa-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589";
}
.fa-face-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a";
}
.fa-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a";
}
.fa-face-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b";
}
.fa-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b";
}
.fa-face-grin-wide {
  --fa: "\f581";
  --fa--fa: "\f581\f581";
}
.fa-grin-alt {
  --fa: "\f581";
  --fa--fa: "\f581\f581";
}
.fa-face-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c";
}
.fa-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c";
}
.fa-face-hand-over-mouth {
  --fa: "\e378";
  --fa--fa: "\e378\e378";
}
.fa-face-hand-peeking {
  --fa: "\e481";
  --fa--fa: "\e481\e481";
}
.fa-face-hand-yawn {
  --fa: "\e379";
  --fa--fa: "\e379\e379";
}
.fa-face-head-bandage {
  --fa: "\e37a";
  --fa--fa: "\e37a\e37a";
}
.fa-face-holding-back-tears {
  --fa: "\e482";
  --fa--fa: "\e482\e482";
}
.fa-face-hushed {
  --fa: "\e37b";
  --fa--fa: "\e37b\e37b";
}
.fa-face-icicles {
  --fa: "\e37c";
  --fa--fa: "\e37c\e37c";
}
.fa-face-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596";
}
.fa-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596";
}
.fa-face-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597";
}
.fa-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597";
}
.fa-face-kiss-closed-eyes {
  --fa: "\e37d";
  --fa--fa: "\e37d\e37d";
}
.fa-face-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598";
}
.fa-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598";
}
.fa-face-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599";
}
.fa-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599";
}
.fa-face-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a";
}
.fa-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a";
}
.fa-face-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b";
}
.fa-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b";
}
.fa-face-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c";
}
.fa-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c";
}
.fa-face-lying {
  --fa: "\e37e";
  --fa--fa: "\e37e\e37e";
}
.fa-face-mask {
  --fa: "\e37f";
  --fa--fa: "\e37f\e37f";
}
.fa-face-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a";
}
.fa-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a";
}
.fa-face-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4";
}
.fa-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4";
}
.fa-face-melting {
  --fa: "\e483";
  --fa--fa: "\e483\e483";
}
.fa-face-monocle {
  --fa: "\e380";
  --fa--fa: "\e380\e380";
}
.fa-face-nauseated {
  --fa: "\e381";
  --fa--fa: "\e381\e381";
}
.fa-face-nose-steam {
  --fa: "\e382";
  --fa--fa: "\e382\e382";
}
.fa-face-party {
  --fa: "\e383";
  --fa--fa: "\e383\e383";
}
.fa-face-pensive {
  --fa: "\e384";
  --fa--fa: "\e384\e384";
}
.fa-face-persevering {
  --fa: "\e385";
  --fa--fa: "\e385\e385";
}
.fa-face-pleading {
  --fa: "\e386";
  --fa--fa: "\e386\e386";
}
.fa-face-pouting {
  --fa: "\e387";
  --fa--fa: "\e387\e387";
}
.fa-face-raised-eyebrow {
  --fa: "\e388";
  --fa--fa: "\e388\e388";
}
.fa-face-relieved {
  --fa: "\e389";
  --fa--fa: "\e389\e389";
}
.fa-face-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5";
}
.fa-meh-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5";
}
.fa-face-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3";
}
.fa-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3";
}
.fa-face-sad-sweat {
  --fa: "\e38a";
  --fa--fa: "\e38a\e38a";
}
.fa-face-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4";
}
.fa-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4";
}
.fa-face-saluting {
  --fa: "\e484";
  --fa--fa: "\e484\e484";
}
.fa-face-scream {
  --fa: "\e38b";
  --fa--fa: "\e38b\e38b";
}
.fa-face-shush {
  --fa: "\e38c";
  --fa--fa: "\e38c\e38c";
}
.fa-face-sleeping {
  --fa: "\e38d";
  --fa--fa: "\e38d\e38d";
}
.fa-face-sleepy {
  --fa: "\e38e";
  --fa--fa: "\e38e\e38e";
}
.fa-face-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118";
}
.fa-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118";
}
.fa-face-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8";
}
.fa-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8";
}
.fa-face-smile-halo {
  --fa: "\e38f";
  --fa--fa: "\e38f\e38f";
}
.fa-face-smile-hearts {
  --fa: "\e390";
  --fa--fa: "\e390\e390";
}
.fa-face-smile-horns {
  --fa: "\e391";
  --fa--fa: "\e391\e391";
}
.fa-face-smile-plus {
  --fa: "\f5b9";
  --fa--fa: "\f5b9\f5b9";
}
.fa-smile-plus {
  --fa: "\f5b9";
  --fa--fa: "\f5b9\f5b9";
}
.fa-face-smile-relaxed {
  --fa: "\e392";
  --fa--fa: "\e392\e392";
}
.fa-face-smile-tear {
  --fa: "\e393";
  --fa--fa: "\e393\e393";
}
.fa-face-smile-tongue {
  --fa: "\e394";
  --fa--fa: "\e394\e394";
}
.fa-face-smile-upside-down {
  --fa: "\e395";
  --fa--fa: "\e395\e395";
}
.fa-face-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da";
}
.fa-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da";
}
.fa-face-smiling-hands {
  --fa: "\e396";
  --fa--fa: "\e396\e396";
}
.fa-face-smirking {
  --fa: "\e397";
  --fa--fa: "\e397\e397";
}
.fa-face-spiral-eyes {
  --fa: "\e485";
  --fa--fa: "\e485\e485";
}
.fa-face-sunglasses {
  --fa: "\e398";
  --fa--fa: "\e398\e398";
}
.fa-face-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2";
}
.fa-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2";
}
.fa-face-swear {
  --fa: "\e399";
  --fa--fa: "\e399\e399";
}
.fa-face-thermometer {
  --fa: "\e39a";
  --fa--fa: "\e39a\e39a";
}
.fa-face-thinking {
  --fa: "\e39b";
  --fa--fa: "\e39b\e39b";
}
.fa-face-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8";
}
.fa-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8";
}
.fa-face-tissue {
  --fa: "\e39c";
  --fa--fa: "\e39c\e39c";
}
.fa-face-tongue-money {
  --fa: "\e39d";
  --fa--fa: "\e39d\e39d";
}
.fa-face-tongue-sweat {
  --fa: "\e39e";
  --fa--fa: "\e39e\e39e";
}
.fa-face-unamused {
  --fa: "\e39f";
  --fa--fa: "\e39f\e39f";
}
.fa-face-viewfinder {
  --fa: "\e2ff";
  --fa--fa: "\e2ff\e2ff";
}
.fa-face-vomit {
  --fa: "\e3a0";
  --fa--fa: "\e3a0\e3a0";
}
.fa-face-weary {
  --fa: "\e3a1";
  --fa--fa: "\e3a1\e3a1";
}
.fa-face-woozy {
  --fa: "\e3a2";
  --fa--fa: "\e3a2\e3a2";
}
.fa-face-worried {
  --fa: "\e3a3";
  --fa--fa: "\e3a3\e3a3";
}
.fa-face-zany {
  --fa: "\e3a4";
  --fa--fa: "\e3a4\e3a4";
}
.fa-face-zipper {
  --fa: "\e3a5";
  --fa--fa: "\e3a5\e3a5";
}
.fa-falafel {
  --fa: "\e40a";
  --fa--fa: "\e40a\e40a";
}
.fa-family {
  --fa: "\e300";
  --fa--fa: "\e300\e300";
}
.fa-family-dress {
  --fa: "\e301";
  --fa--fa: "\e301\e301";
}
.fa-family-pants {
  --fa: "\e302";
  --fa--fa: "\e302\e302";
}
.fa-fan {
  --fa: "\f863";
  --fa--fa: "\f863\f863";
}
.fa-fan-table {
  --fa: "\e004";
  --fa--fa: "\e004\e004";
}
.fa-farm {
  --fa: "\f864";
  --fa--fa: "\f864\f864";
}
.fa-barn-silo {
  --fa: "\f864";
  --fa--fa: "\f864\f864";
}
.fa-faucet {
  --fa: "\e005";
  --fa--fa: "\e005\e005";
}
.fa-faucet-drip {
  --fa: "\e006";
  --fa--fa: "\e006\e006";
}
.fa-fax {
  --fa: "\f1ac";
  --fa--fa: "\f1ac\f1ac";
}
.fa-feather {
  --fa: "\f52d";
  --fa--fa: "\f52d\f52d";
}
.fa-feather-pointed {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b";
}
.fa-feather-alt {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b";
}
.fa-fence {
  --fa: "\e303";
  --fa--fa: "\e303\e303";
}
.fa-ferris-wheel {
  --fa: "\e174";
  --fa--fa: "\e174\e174";
}
.fa-ferry {
  --fa: "\e4ea";
  --fa--fa: "\e4ea\e4ea";
}
.fa-field-hockey-stick-ball {
  --fa: "\f44c";
  --fa--fa: "\f44c\f44c";
}
.fa-field-hockey {
  --fa: "\f44c";
  --fa--fa: "\f44c\f44c";
}
.fa-file {
  --fa: "\f15b";
  --fa--fa: "\f15b\f15b";
}
.fa-file-arrow-down {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d";
}
.fa-file-download {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d";
}
.fa-file-arrow-up {
  --fa: "\f574";
  --fa--fa: "\f574\f574";
}
.fa-file-upload {
  --fa: "\f574";
  --fa--fa: "\f574\f574";
}
.fa-file-audio {
  --fa: "\f1c7";
  --fa--fa: "\f1c7\f1c7";
}
.fa-file-binary {
  --fa: "\e175";
  --fa--fa: "\e175\e175";
}
.fa-file-cad {
  --fa: "\e672";
  --fa--fa: "\e672\e672";
}
.fa-file-certificate {
  --fa: "\f5f3";
  --fa--fa: "\f5f3\f5f3";
}
.fa-file-award {
  --fa: "\f5f3";
  --fa--fa: "\f5f3\f5f3";
}
.fa-file-chart-column {
  --fa: "\f659";
  --fa--fa: "\f659\f659";
}
.fa-file-chart-line {
  --fa: "\f659";
  --fa--fa: "\f659\f659";
}
.fa-file-chart-pie {
  --fa: "\f65a";
  --fa--fa: "\f65a\f65a";
}
.fa-file-check {
  --fa: "\f316";
  --fa--fa: "\f316\f316";
}
.fa-file-circle-check {
  --fa: "\e5a0";
  --fa--fa: "\e5a0\e5a0";
}
.fa-file-circle-exclamation {
  --fa: "\e4eb";
  --fa--fa: "\e4eb\e4eb";
}
.fa-file-circle-info {
  --fa: "\e493";
  --fa--fa: "\e493\e493";
}
.fa-file-circle-minus {
  --fa: "\e4ed";
  --fa--fa: "\e4ed\e4ed";
}
.fa-file-circle-plus {
  --fa: "\e494";
  --fa--fa: "\e494\e494";
}
.fa-file-circle-question {
  --fa: "\e4ef";
  --fa--fa: "\e4ef\e4ef";
}
.fa-file-circle-xmark {
  --fa: "\e5a1";
  --fa--fa: "\e5a1\e5a1";
}
.fa-file-code {
  --fa: "\f1c9";
  --fa--fa: "\f1c9\f1c9";
}
.fa-file-contract {
  --fa: "\f56c";
  --fa--fa: "\f56c\f56c";
}
.fa-file-csv {
  --fa: "\f6dd";
  --fa--fa: "\f6dd\f6dd";
}
.fa-file-dashed-line {
  --fa: "\f877";
  --fa--fa: "\f877\f877";
}
.fa-page-break {
  --fa: "\f877";
  --fa--fa: "\f877\f877";
}
.fa-file-doc {
  --fa: "\e5ed";
  --fa--fa: "\e5ed\e5ed";
}
.fa-file-eps {
  --fa: "\e644";
  --fa--fa: "\e644\e644";
}
.fa-file-excel {
  --fa: "\f1c3";
  --fa--fa: "\f1c3\f1c3";
}
.fa-file-exclamation {
  --fa: "\f31a";
  --fa--fa: "\f31a\f31a";
}
.fa-file-export {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e";
}
.fa-arrow-right-from-file {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e";
}
.fa-file-fragment {
  --fa: "\e697";
  --fa--fa: "\e697\e697";
}
.fa-file-gif {
  --fa: "\e645";
  --fa--fa: "\e645\e645";
}
.fa-file-half-dashed {
  --fa: "\e698";
  --fa--fa: "\e698\e698";
}
.fa-file-heart {
  --fa: "\e176";
  --fa--fa: "\e176\e176";
}
.fa-file-image {
  --fa: "\f1c5";
  --fa--fa: "\f1c5\f1c5";
}
.fa-file-import {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f";
}
.fa-arrow-right-to-file {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f";
}
.fa-file-invoice {
  --fa: "\f570";
  --fa--fa: "\f570\f570";
}
.fa-file-invoice-dollar {
  --fa: "\f571";
  --fa--fa: "\f571\f571";
}
.fa-file-jpg {
  --fa: "\e646";
  --fa--fa: "\e646\e646";
}
.fa-file-lines {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}
.fa-file-alt {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}
.fa-file-text {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c";
}
.fa-file-lock {
  --fa: "\e3a6";
  --fa--fa: "\e3a6\e3a6";
}
.fa-file-magnifying-glass {
  --fa: "\f865";
  --fa--fa: "\f865\f865";
}
.fa-file-search {
  --fa: "\f865";
  --fa--fa: "\f865\f865";
}
.fa-file-medical {
  --fa: "\f477";
  --fa--fa: "\f477\f477";
}
.fa-file-minus {
  --fa: "\f318";
  --fa--fa: "\f318\f318";
}
.fa-file-mov {
  --fa: "\e647";
  --fa--fa: "\e647\e647";
}
.fa-file-mp3 {
  --fa: "\e648";
  --fa--fa: "\e648\e648";
}
.fa-file-mp4 {
  --fa: "\e649";
  --fa--fa: "\e649\e649";
}
.fa-file-music {
  --fa: "\f8b6";
  --fa--fa: "\f8b6\f8b6";
}
.fa-file-pdf {
  --fa: "\f1c1";
  --fa--fa: "\f1c1\f1c1";
}
.fa-file-pen {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c";
}
.fa-file-edit {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c";
}
.fa-file-plus {
  --fa: "\f319";
  --fa--fa: "\f319\f319";
}
.fa-file-plus-minus {
  --fa: "\e177";
  --fa--fa: "\e177\e177";
}
.fa-file-png {
  --fa: "\e666";
  --fa--fa: "\e666\e666";
}
.fa-file-powerpoint {
  --fa: "\f1c4";
  --fa--fa: "\f1c4\f1c4";
}
.fa-file-ppt {
  --fa: "\e64a";
  --fa--fa: "\e64a\e64a";
}
.fa-file-prescription {
  --fa: "\f572";
  --fa--fa: "\f572\f572";
}
.fa-file-shield {
  --fa: "\e4f0";
  --fa--fa: "\e4f0\e4f0";
}
.fa-file-signature {
  --fa: "\f573";
  --fa--fa: "\f573\f573";
}
.fa-file-slash {
  --fa: "\e3a7";
  --fa--fa: "\e3a7\e3a7";
}
.fa-file-spreadsheet {
  --fa: "\f65b";
  --fa--fa: "\f65b\f65b";
}
.fa-file-svg {
  --fa: "\e64b";
  --fa--fa: "\e64b\e64b";
}
.fa-file-user {
  --fa: "\f65c";
  --fa--fa: "\f65c\f65c";
}
.fa-file-vector {
  --fa: "\e64c";
  --fa--fa: "\e64c\e64c";
}
.fa-file-video {
  --fa: "\f1c8";
  --fa--fa: "\f1c8\f1c8";
}
.fa-file-waveform {
  --fa: "\f478";
  --fa--fa: "\f478\f478";
}
.fa-file-medical-alt {
  --fa: "\f478";
  --fa--fa: "\f478\f478";
}
.fa-file-word {
  --fa: "\f1c2";
  --fa--fa: "\f1c2\f1c2";
}
.fa-file-xls {
  --fa: "\e64d";
  --fa--fa: "\e64d\e64d";
}
.fa-file-xmark {
  --fa: "\f317";
  --fa--fa: "\f317\f317";
}
.fa-file-times {
  --fa: "\f317";
  --fa--fa: "\f317\f317";
}
.fa-file-xml {
  --fa: "\e654";
  --fa--fa: "\e654\e654";
}
.fa-file-zip {
  --fa: "\e5ee";
  --fa--fa: "\e5ee\e5ee";
}
.fa-file-zipper {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6";
}
.fa-file-archive {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6";
}
.fa-files {
  --fa: "\e178";
  --fa--fa: "\e178\e178";
}
.fa-files-medical {
  --fa: "\f7fd";
  --fa--fa: "\f7fd\f7fd";
}
.fa-fill {
  --fa: "\f575";
  --fa--fa: "\f575\f575";
}
.fa-fill-drip {
  --fa: "\f576";
  --fa--fa: "\f576\f576";
}
.fa-film {
  --fa: "\f008";
  --fa--fa: "\f008\f008";
}
.fa-film-canister {
  --fa: "\f8b7";
  --fa--fa: "\f8b7\f8b7";
}
.fa-film-cannister {
  --fa: "\f8b7";
  --fa--fa: "\f8b7\f8b7";
}
.fa-film-simple {
  --fa: "\f3a0";
  --fa--fa: "\f3a0\f3a0";
}
.fa-film-alt {
  --fa: "\f3a0";
  --fa--fa: "\f3a0\f3a0";
}
.fa-film-slash {
  --fa: "\e179";
  --fa--fa: "\e179\e179";
}
.fa-films {
  --fa: "\e17a";
  --fa--fa: "\e17a\e17a";
}
.fa-filter {
  --fa: "\f0b0";
  --fa--fa: "\f0b0\f0b0";
}
.fa-filter-circle-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662";
}
.fa-funnel-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662";
}
.fa-filter-circle-xmark {
  --fa: "\e17b";
  --fa--fa: "\e17b\e17b";
}
.fa-filter-list {
  --fa: "\e17c";
  --fa--fa: "\e17c\e17c";
}
.fa-filter-slash {
  --fa: "\e17d";
  --fa--fa: "\e17d\e17d";
}
.fa-filters {
  --fa: "\e17e";
  --fa--fa: "\e17e\e17e";
}
.fa-fingerprint {
  --fa: "\f577";
  --fa--fa: "\f577\f577";
}
.fa-fire {
  --fa: "\f06d";
  --fa--fa: "\f06d\f06d";
}
.fa-fire-burner {
  --fa: "\e4f1";
  --fa--fa: "\e4f1\e4f1";
}
.fa-fire-extinguisher {
  --fa: "\f134";
  --fa--fa: "\f134\f134";
}
.fa-fire-flame {
  --fa: "\f6df";
  --fa--fa: "\f6df\f6df";
}
.fa-flame {
  --fa: "\f6df";
  --fa--fa: "\f6df\f6df";
}
.fa-fire-flame-curved {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4";
}
.fa-fire-alt {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4";
}
.fa-fire-flame-simple {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a";
}
.fa-burn {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a";
}
.fa-fire-hydrant {
  --fa: "\e17f";
  --fa--fa: "\e17f\e17f";
}
.fa-fire-smoke {
  --fa: "\f74b";
  --fa--fa: "\f74b\f74b";
}
.fa-fireplace {
  --fa: "\f79a";
  --fa--fa: "\f79a\f79a";
}
.fa-fish {
  --fa: "\f578";
  --fa--fa: "\f578\f578";
}
.fa-fish-bones {
  --fa: "\e304";
  --fa--fa: "\e304\e304";
}
.fa-fish-cooked {
  --fa: "\f7fe";
  --fa--fa: "\f7fe\f7fe";
}
.fa-fish-fins {
  --fa: "\e4f2";
  --fa--fa: "\e4f2\e4f2";
}
.fa-fishing-rod {
  --fa: "\e3a8";
  --fa--fa: "\e3a8\e3a8";
}
.fa-flag {
  --fa: "\f024";
  --fa--fa: "\f024\f024";
}
.fa-flag-checkered {
  --fa: "\f11e";
  --fa--fa: "\f11e\f11e";
}
.fa-flag-pennant {
  --fa: "\f456";
  --fa--fa: "\f456\f456";
}
.fa-pennant {
  --fa: "\f456";
  --fa--fa: "\f456\f456";
}
.fa-flag-swallowtail {
  --fa: "\f74c";
  --fa--fa: "\f74c\f74c";
}
.fa-flag-alt {
  --fa: "\f74c";
  --fa--fa: "\f74c\f74c";
}
.fa-flag-usa {
  --fa: "\f74d";
  --fa--fa: "\f74d\f74d";
}
.fa-flashlight {
  --fa: "\f8b8";
  --fa--fa: "\f8b8\f8b8";
}
.fa-flask {
  --fa: "\f0c3";
  --fa--fa: "\f0c3\f0c3";
}
.fa-flask-gear {
  --fa: "\e5f1";
  --fa--fa: "\e5f1\e5f1";
}
.fa-flask-round-poison {
  --fa: "\f6e0";
  --fa--fa: "\f6e0\f6e0";
}
.fa-flask-poison {
  --fa: "\f6e0";
  --fa--fa: "\f6e0\f6e0";
}
.fa-flask-round-potion {
  --fa: "\f6e1";
  --fa--fa: "\f6e1\f6e1";
}
.fa-flask-potion {
  --fa: "\f6e1";
  --fa--fa: "\f6e1\f6e1";
}
.fa-flask-vial {
  --fa: "\e4f3";
  --fa--fa: "\e4f3\e4f3";
}
.fa-flatbread {
  --fa: "\e40b";
  --fa--fa: "\e40b\e40b";
}
.fa-flatbread-stuffed {
  --fa: "\e40c";
  --fa--fa: "\e40c\e40c";
}
.fa-floppy-disk {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7";
}
.fa-save {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7";
}
.fa-floppy-disk-circle-arrow-right {
  --fa: "\e180";
  --fa--fa: "\e180\e180";
}
.fa-save-circle-arrow-right {
  --fa: "\e180";
  --fa--fa: "\e180\e180";
}
.fa-floppy-disk-circle-xmark {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}
.fa-floppy-disk-times {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}
.fa-save-circle-xmark {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}
.fa-save-times {
  --fa: "\e181";
  --fa--fa: "\e181\e181";
}
.fa-floppy-disk-pen {
  --fa: "\e182";
  --fa--fa: "\e182\e182";
}
.fa-floppy-disks {
  --fa: "\e183";
  --fa--fa: "\e183\e183";
}
.fa-florin-sign {
  --fa: "\e184";
  --fa--fa: "\e184\e184";
}
.fa-flower {
  --fa: "\f7ff";
  --fa--fa: "\f7ff\f7ff";
}
.fa-flower-daffodil {
  --fa: "\f800";
  --fa--fa: "\f800\f800";
}
.fa-flower-tulip {
  --fa: "\f801";
  --fa--fa: "\f801\f801";
}
.fa-flute {
  --fa: "\f8b9";
  --fa--fa: "\f8b9\f8b9";
}
.fa-flux-capacitor {
  --fa: "\f8ba";
  --fa--fa: "\f8ba\f8ba";
}
.fa-flying-disc {
  --fa: "\e3a9";
  --fa--fa: "\e3a9\e3a9";
}
.fa-folder {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b";
}
.fa-folder-blank {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b";
}
.fa-folder-arrow-down {
  --fa: "\e053";
  --fa--fa: "\e053\e053";
}
.fa-folder-download {
  --fa: "\e053";
  --fa--fa: "\e053\e053";
}
.fa-folder-arrow-up {
  --fa: "\e054";
  --fa--fa: "\e054\e054";
}
.fa-folder-upload {
  --fa: "\e054";
  --fa--fa: "\e054\e054";
}
.fa-folder-bookmark {
  --fa: "\e186";
  --fa--fa: "\e186\e186";
}
.fa-folder-check {
  --fa: "\e64e";
  --fa--fa: "\e64e\e64e";
}
.fa-folder-closed {
  --fa: "\e185";
  --fa--fa: "\e185\e185";
}
.fa-folder-gear {
  --fa: "\e187";
  --fa--fa: "\e187\e187";
}
.fa-folder-cog {
  --fa: "\e187";
  --fa--fa: "\e187\e187";
}
.fa-folder-grid {
  --fa: "\e188";
  --fa--fa: "\e188\e188";
}
.fa-folder-heart {
  --fa: "\e189";
  --fa--fa: "\e189\e189";
}
.fa-folder-image {
  --fa: "\e18a";
  --fa--fa: "\e18a\e18a";
}
.fa-folder-magnifying-glass {
  --fa: "\e18b";
  --fa--fa: "\e18b\e18b";
}
.fa-folder-search {
  --fa: "\e18b";
  --fa--fa: "\e18b\e18b";
}
.fa-folder-medical {
  --fa: "\e18c";
  --fa--fa: "\e18c\e18c";
}
.fa-folder-minus {
  --fa: "\f65d";
  --fa--fa: "\f65d\f65d";
}
.fa-folder-music {
  --fa: "\e18d";
  --fa--fa: "\e18d\e18d";
}
.fa-folder-open {
  --fa: "\f07c";
  --fa--fa: "\f07c\f07c";
}
.fa-folder-plus {
  --fa: "\f65e";
  --fa--fa: "\f65e\f65e";
}
.fa-folder-tree {
  --fa: "\f802";
  --fa--fa: "\f802\f802";
}
.fa-folder-user {
  --fa: "\e18e";
  --fa--fa: "\e18e\e18e";
}
.fa-folder-xmark {
  --fa: "\f65f";
  --fa--fa: "\f65f\f65f";
}
.fa-folder-times {
  --fa: "\f65f";
  --fa--fa: "\f65f\f65f";
}
.fa-folders {
  --fa: "\f660";
  --fa--fa: "\f660\f660";
}
.fa-fondue-pot {
  --fa: "\e40d";
  --fa--fa: "\e40d\e40d";
}
.fa-font {
  --fa: "\f031";
  --fa--fa: "\f031\f031";
}
.fa-font-case {
  --fa: "\f866";
  --fa--fa: "\f866\f866";
}
.fa-football {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e";
}
.fa-football-ball {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e";
}
.fa-football-helmet {
  --fa: "\f44f";
  --fa--fa: "\f44f\f44f";
}
.fa-fork {
  --fa: "\f2e3";
  --fa--fa: "\f2e3\f2e3";
}
.fa-utensil-fork {
  --fa: "\f2e3";
  --fa--fa: "\f2e3\f2e3";
}
.fa-fork-knife {
  --fa: "\f2e6";
  --fa--fa: "\f2e6\f2e6";
}
.fa-utensils-alt {
  --fa: "\f2e6";
  --fa--fa: "\f2e6\f2e6";
}
.fa-forklift {
  --fa: "\f47a";
  --fa--fa: "\f47a\f47a";
}
.fa-fort {
  --fa: "\e486";
  --fa--fa: "\e486\e486";
}
.fa-forward {
  --fa: "\f04e";
  --fa--fa: "\f04e\f04e";
}
.fa-forward-fast {
  --fa: "\f050";
  --fa--fa: "\f050\f050";
}
.fa-fast-forward {
  --fa: "\f050";
  --fa--fa: "\f050\f050";
}
.fa-forward-step {
  --fa: "\f051";
  --fa--fa: "\f051\f051";
}
.fa-step-forward {
  --fa: "\f051";
  --fa--fa: "\f051\f051";
}
.fa-frame {
  --fa: "\e495";
  --fa--fa: "\e495\e495";
}
.fa-franc-sign {
  --fa: "\e18f";
  --fa--fa: "\e18f\e18f";
}
.fa-french-fries {
  --fa: "\f803";
  --fa--fa: "\f803\f803";
}
.fa-frog {
  --fa: "\f52e";
  --fa--fa: "\f52e\f52e";
}
.fa-function {
  --fa: "\f661";
  --fa--fa: "\f661\f661";
}
.fa-futbol {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}
.fa-futbol-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}
.fa-soccer-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3";
}
.fa-g {
  --fa: "\47";
  --fa--fa: "\47\47";
}
.fa-galaxy {
  --fa: "\e008";
  --fa--fa: "\e008\e008";
}
.fa-gallery-thumbnails {
  --fa: "\e3aa";
  --fa--fa: "\e3aa\e3aa";
}
.fa-game-board {
  --fa: "\f867";
  --fa--fa: "\f867\f867";
}
.fa-game-board-simple {
  --fa: "\f868";
  --fa--fa: "\f868\f868";
}
.fa-game-board-alt {
  --fa: "\f868";
  --fa--fa: "\f868\f868";
}
.fa-game-console-handheld {
  --fa: "\f8bb";
  --fa--fa: "\f8bb\f8bb";
}
.fa-game-console-handheld-crank {
  --fa: "\e5b9";
  --fa--fa: "\e5b9\e5b9";
}
.fa-gamepad {
  --fa: "\f11b";
  --fa--fa: "\f11b\f11b";
}
.fa-gamepad-modern {
  --fa: "\e5a2";
  --fa--fa: "\e5a2\e5a2";
}
.fa-gamepad-alt {
  --fa: "\e5a2";
  --fa--fa: "\e5a2\e5a2";
}
.fa-garage {
  --fa: "\e009";
  --fa--fa: "\e009\e009";
}
.fa-garage-car {
  --fa: "\e00a";
  --fa--fa: "\e00a\e00a";
}
.fa-garage-open {
  --fa: "\e00b";
  --fa--fa: "\e00b\e00b";
}
.fa-garlic {
  --fa: "\e40e";
  --fa--fa: "\e40e\e40e";
}
.fa-gas-pump {
  --fa: "\f52f";
  --fa--fa: "\f52f\f52f";
}
.fa-gas-pump-slash {
  --fa: "\f5f4";
  --fa--fa: "\f5f4\f5f4";
}
.fa-gauge {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}
.fa-dashboard {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}
.fa-gauge-med {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}
.fa-tachometer-alt-average {
  --fa: "\f624";
  --fa--fa: "\f624\f624";
}
.fa-gauge-circle-bolt {
  --fa: "\e496";
  --fa--fa: "\e496\e496";
}
.fa-gauge-circle-minus {
  --fa: "\e497";
  --fa--fa: "\e497\e497";
}
.fa-gauge-circle-plus {
  --fa: "\e498";
  --fa--fa: "\e498\e498";
}
.fa-gauge-high {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}
.fa-tachometer-alt {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}
.fa-tachometer-alt-fast {
  --fa: "\f625";
  --fa--fa: "\f625\f625";
}
.fa-gauge-low {
  --fa: "\f627";
  --fa--fa: "\f627\f627";
}
.fa-tachometer-alt-slow {
  --fa: "\f627";
  --fa--fa: "\f627\f627";
}
.fa-gauge-max {
  --fa: "\f626";
  --fa--fa: "\f626\f626";
}
.fa-tachometer-alt-fastest {
  --fa: "\f626";
  --fa--fa: "\f626\f626";
}
.fa-gauge-min {
  --fa: "\f628";
  --fa--fa: "\f628\f628";
}
.fa-tachometer-alt-slowest {
  --fa: "\f628";
  --fa--fa: "\f628\f628";
}
.fa-gauge-simple {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}
.fa-gauge-simple-med {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}
.fa-tachometer-average {
  --fa: "\f629";
  --fa--fa: "\f629\f629";
}
.fa-gauge-simple-high {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}
.fa-tachometer {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}
.fa-tachometer-fast {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a";
}
.fa-gauge-simple-low {
  --fa: "\f62c";
  --fa--fa: "\f62c\f62c";
}
.fa-tachometer-slow {
  --fa: "\f62c";
  --fa--fa: "\f62c\f62c";
}
.fa-gauge-simple-max {
  --fa: "\f62b";
  --fa--fa: "\f62b\f62b";
}
.fa-tachometer-fastest {
  --fa: "\f62b";
  --fa--fa: "\f62b\f62b";
}
.fa-gauge-simple-min {
  --fa: "\f62d";
  --fa--fa: "\f62d\f62d";
}
.fa-tachometer-slowest {
  --fa: "\f62d";
  --fa--fa: "\f62d\f62d";
}
.fa-gavel {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3";
}
.fa-legal {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3";
}
.fa-gear {
  --fa: "\f013";
  --fa--fa: "\f013\f013";
}
.fa-cog {
  --fa: "\f013";
  --fa--fa: "\f013\f013";
}
.fa-gear-code {
  --fa: "\e5e8";
  --fa--fa: "\e5e8\e5e8";
}
.fa-gear-complex {
  --fa: "\e5e9";
  --fa--fa: "\e5e9\e5e9";
}
.fa-gear-complex-code {
  --fa: "\e5eb";
  --fa--fa: "\e5eb\e5eb";
}
.fa-gears {
  --fa: "\f085";
  --fa--fa: "\f085\f085";
}
.fa-cogs {
  --fa: "\f085";
  --fa--fa: "\f085\f085";
}
.fa-gem {
  --fa: "\f3a5";
  --fa--fa: "\f3a5\f3a5";
}
.fa-genderless {
  --fa: "\f22d";
  --fa--fa: "\f22d\f22d";
}
.fa-ghost {
  --fa: "\f6e2";
  --fa--fa: "\f6e2\f6e2";
}
.fa-gif {
  --fa: "\e190";
  --fa--fa: "\e190\e190";
}
.fa-gift {
  --fa: "\f06b";
  --fa--fa: "\f06b\f06b";
}
.fa-gift-card {
  --fa: "\f663";
  --fa--fa: "\f663\f663";
}
.fa-gifts {
  --fa: "\f79c";
  --fa--fa: "\f79c\f79c";
}
.fa-gingerbread-man {
  --fa: "\f79d";
  --fa--fa: "\f79d\f79d";
}
.fa-glass {
  --fa: "\f804";
  --fa--fa: "\f804\f804";
}
.fa-glass-citrus {
  --fa: "\f869";
  --fa--fa: "\f869\f869";
}
.fa-glass-empty {
  --fa: "\e191";
  --fa--fa: "\e191\e191";
}
.fa-glass-half {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}
.fa-glass-half-empty {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}
.fa-glass-half-full {
  --fa: "\e192";
  --fa--fa: "\e192\e192";
}
.fa-glass-water {
  --fa: "\e4f4";
  --fa--fa: "\e4f4\e4f4";
}
.fa-glass-water-droplet {
  --fa: "\e4f5";
  --fa--fa: "\e4f5\e4f5";
}
.fa-glasses {
  --fa: "\f530";
  --fa--fa: "\f530\f530";
}
.fa-glasses-round {
  --fa: "\f5f5";
  --fa--fa: "\f5f5\f5f5";
}
.fa-glasses-alt {
  --fa: "\f5f5";
  --fa--fa: "\f5f5\f5f5";
}
.fa-globe {
  --fa: "\f0ac";
  --fa--fa: "\f0ac\f0ac";
}
.fa-globe-pointer {
  --fa: "\e60e";
  --fa--fa: "\e60e\e60e";
}
.fa-globe-snow {
  --fa: "\f7a3";
  --fa--fa: "\f7a3\f7a3";
}
.fa-globe-stand {
  --fa: "\f5f6";
  --fa--fa: "\f5f6\f5f6";
}
.fa-globe-wifi {
  --fa: "\e685";
  --fa--fa: "\e685\e685";
}
.fa-goal-net {
  --fa: "\e3ab";
  --fa--fa: "\e3ab\e3ab";
}
.fa-golf-ball-tee {
  --fa: "\f450";
  --fa--fa: "\f450\f450";
}
.fa-golf-ball {
  --fa: "\f450";
  --fa--fa: "\f450\f450";
}
.fa-golf-club {
  --fa: "\f451";
  --fa--fa: "\f451\f451";
}
.fa-golf-flag-hole {
  --fa: "\e3ac";
  --fa--fa: "\e3ac\e3ac";
}
.fa-gopuram {
  --fa: "\f664";
  --fa--fa: "\f664\f664";
}
.fa-graduation-cap {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d";
}
.fa-mortar-board {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d";
}
.fa-gramophone {
  --fa: "\f8bd";
  --fa--fa: "\f8bd\f8bd";
}
.fa-grapes {
  --fa: "\e306";
  --fa--fa: "\e306\e306";
}
.fa-grate {
  --fa: "\e193";
  --fa--fa: "\e193\e193";
}
.fa-grate-droplet {
  --fa: "\e194";
  --fa--fa: "\e194\e194";
}
.fa-greater-than {
  --fa: "\3e";
  --fa--fa: "\3e\3e";
}
.fa-greater-than-equal {
  --fa: "\f532";
  --fa--fa: "\f532\f532";
}
.fa-grid {
  --fa: "\e195";
  --fa--fa: "\e195\e195";
}
.fa-grid-3 {
  --fa: "\e195";
  --fa--fa: "\e195\e195";
}
.fa-grid-2 {
  --fa: "\e196";
  --fa--fa: "\e196\e196";
}
.fa-grid-2-plus {
  --fa: "\e197";
  --fa--fa: "\e197\e197";
}
.fa-grid-4 {
  --fa: "\e198";
  --fa--fa: "\e198\e198";
}
.fa-grid-5 {
  --fa: "\e199";
  --fa--fa: "\e199\e199";
}
.fa-grid-dividers {
  --fa: "\e3ad";
  --fa--fa: "\e3ad\e3ad";
}
.fa-grid-horizontal {
  --fa: "\e307";
  --fa--fa: "\e307\e307";
}
.fa-grid-round {
  --fa: "\e5da";
  --fa--fa: "\e5da\e5da";
}
.fa-grid-round-2 {
  --fa: "\e5db";
  --fa--fa: "\e5db\e5db";
}
.fa-grid-round-2-plus {
  --fa: "\e5dc";
  --fa--fa: "\e5dc\e5dc";
}
.fa-grid-round-4 {
  --fa: "\e5dd";
  --fa--fa: "\e5dd\e5dd";
}
.fa-grid-round-5 {
  --fa: "\e5de";
  --fa--fa: "\e5de\e5de";
}
.fa-grill {
  --fa: "\e5a3";
  --fa--fa: "\e5a3\e5a3";
}
.fa-grill-fire {
  --fa: "\e5a4";
  --fa--fa: "\e5a4\e5a4";
}
.fa-grill-hot {
  --fa: "\e5a5";
  --fa--fa: "\e5a5\e5a5";
}
.fa-grip {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d";
}
.fa-grip-horizontal {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d";
}
.fa-grip-dots {
  --fa: "\e410";
  --fa--fa: "\e410\e410";
}
.fa-grip-dots-vertical {
  --fa: "\e411";
  --fa--fa: "\e411\e411";
}
.fa-grip-lines {
  --fa: "\f7a4";
  --fa--fa: "\f7a4\f7a4";
}
.fa-grip-lines-vertical {
  --fa: "\f7a5";
  --fa--fa: "\f7a5\f7a5";
}
.fa-grip-vertical {
  --fa: "\f58e";
  --fa--fa: "\f58e\f58e";
}
.fa-group-arrows-rotate {
  --fa: "\e4f6";
  --fa--fa: "\e4f6\e4f6";
}
.fa-guarani-sign {
  --fa: "\e19a";
  --fa--fa: "\e19a\e19a";
}
.fa-guitar {
  --fa: "\f7a6";
  --fa--fa: "\f7a6\f7a6";
}
.fa-guitar-electric {
  --fa: "\f8be";
  --fa--fa: "\f8be\f8be";
}
.fa-guitars {
  --fa: "\f8bf";
  --fa--fa: "\f8bf\f8bf";
}
.fa-gun {
  --fa: "\e19b";
  --fa--fa: "\e19b\e19b";
}
.fa-gun-slash {
  --fa: "\e19c";
  --fa--fa: "\e19c\e19c";
}
.fa-gun-squirt {
  --fa: "\e19d";
  --fa--fa: "\e19d\e19d";
}
.fa-h {
  --fa: "\48";
  --fa--fa: "\48\48";
}
.fa-h1 {
  --fa: "\f313";
  --fa--fa: "\f313\f313";
}
.fa-h2 {
  --fa: "\f314";
  --fa--fa: "\f314\f314";
}
.fa-h3 {
  --fa: "\f315";
  --fa--fa: "\f315\f315";
}
.fa-h4 {
  --fa: "\f86a";
  --fa--fa: "\f86a\f86a";
}
.fa-h5 {
  --fa: "\e412";
  --fa--fa: "\e412\e412";
}
.fa-h6 {
  --fa: "\e413";
  --fa--fa: "\e413\e413";
}
.fa-hammer {
  --fa: "\f6e3";
  --fa--fa: "\f6e3\f6e3";
}
.fa-hammer-brush {
  --fa: "\e620";
  --fa--fa: "\e620\e620";
}
.fa-hammer-crash {
  --fa: "\e414";
  --fa--fa: "\e414\e414";
}
.fa-hammer-war {
  --fa: "\f6e4";
  --fa--fa: "\f6e4\f6e4";
}
.fa-hamsa {
  --fa: "\f665";
  --fa--fa: "\f665\f665";
}
.fa-hand {
  --fa: "\f256";
  --fa--fa: "\f256\f256";
}
.fa-hand-paper {
  --fa: "\f256";
  --fa--fa: "\f256\f256";
}
.fa-hand-back-fist {
  --fa: "\f255";
  --fa--fa: "\f255\f255";
}
.fa-hand-rock {
  --fa: "\f255";
  --fa--fa: "\f255\f255";
}
.fa-hand-back-point-down {
  --fa: "\e19e";
  --fa--fa: "\e19e\e19e";
}
.fa-hand-back-point-left {
  --fa: "\e19f";
  --fa--fa: "\e19f\e19f";
}
.fa-hand-back-point-ribbon {
  --fa: "\e1a0";
  --fa--fa: "\e1a0\e1a0";
}
.fa-hand-back-point-right {
  --fa: "\e1a1";
  --fa--fa: "\e1a1\e1a1";
}
.fa-hand-back-point-up {
  --fa: "\e1a2";
  --fa--fa: "\e1a2\e1a2";
}
.fa-hand-dots {
  --fa: "\f461";
  --fa--fa: "\f461\f461";
}
.fa-allergies {
  --fa: "\f461";
  --fa--fa: "\f461\f461";
}
.fa-hand-fingers-crossed {
  --fa: "\e1a3";
  --fa--fa: "\e1a3\e1a3";
}
.fa-hand-fist {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de";
}
.fa-fist-raised {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de";
}
.fa-hand-heart {
  --fa: "\f4bc";
  --fa--fa: "\f4bc\f4bc";
}
.fa-hand-holding {
  --fa: "\f4bd";
  --fa--fa: "\f4bd\f4bd";
}
.fa-hand-holding-box {
  --fa: "\f47b";
  --fa--fa: "\f47b\f47b";
}
.fa-hand-holding-circle-dollar {
  --fa: "\e621";
  --fa--fa: "\e621\e621";
}
.fa-hand-holding-dollar {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0";
}
.fa-hand-holding-usd {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0";
}
.fa-hand-holding-droplet {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1";
}
.fa-hand-holding-water {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1";
}
.fa-hand-holding-hand {
  --fa: "\e4f7";
  --fa--fa: "\e4f7\e4f7";
}
.fa-hand-holding-heart {
  --fa: "\f4be";
  --fa--fa: "\f4be\f4be";
}
.fa-hand-holding-magic {
  --fa: "\f6e5";
  --fa--fa: "\f6e5\f6e5";
}
.fa-hand-holding-medical {
  --fa: "\e05c";
  --fa--fa: "\e05c\e05c";
}
.fa-hand-holding-seedling {
  --fa: "\f4bf";
  --fa--fa: "\f4bf\f4bf";
}
.fa-hand-holding-skull {
  --fa: "\e1a4";
  --fa--fa: "\e1a4\e1a4";
}
.fa-hand-horns {
  --fa: "\e1a9";
  --fa--fa: "\e1a9\e1a9";
}
.fa-hand-lizard {
  --fa: "\f258";
  --fa--fa: "\f258\f258";
}
.fa-hand-love {
  --fa: "\e1a5";
  --fa--fa: "\e1a5\e1a5";
}
.fa-hand-middle-finger {
  --fa: "\f806";
  --fa--fa: "\f806\f806";
}
.fa-hand-peace {
  --fa: "\f25b";
  --fa--fa: "\f25b\f25b";
}
.fa-hand-point-down {
  --fa: "\f0a7";
  --fa--fa: "\f0a7\f0a7";
}
.fa-hand-point-left {
  --fa: "\f0a5";
  --fa--fa: "\f0a5\f0a5";
}
.fa-hand-point-ribbon {
  --fa: "\e1a6";
  --fa--fa: "\e1a6\e1a6";
}
.fa-hand-point-right {
  --fa: "\f0a4";
  --fa--fa: "\f0a4\f0a4";
}
.fa-hand-point-up {
  --fa: "\f0a6";
  --fa--fa: "\f0a6\f0a6";
}
.fa-hand-pointer {
  --fa: "\f25a";
  --fa--fa: "\f25a\f25a";
}
.fa-hand-scissors {
  --fa: "\f257";
  --fa--fa: "\f257\f257";
}
.fa-hand-sparkles {
  --fa: "\e05d";
  --fa--fa: "\e05d\e05d";
}
.fa-hand-spock {
  --fa: "\f259";
  --fa--fa: "\f259\f259";
}
.fa-hand-wave {
  --fa: "\e1a7";
  --fa--fa: "\e1a7\e1a7";
}
.fa-handcuffs {
  --fa: "\e4f8";
  --fa--fa: "\e4f8\e4f8";
}
.fa-hands {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}
.fa-sign-language {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}
.fa-signing {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7";
}
.fa-hands-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}
.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}
.fa-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}
.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3";
}
.fa-hands-bound {
  --fa: "\e4f9";
  --fa--fa: "\e4f9\e4f9";
}
.fa-hands-bubbles {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e";
}
.fa-hands-wash {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e";
}
.fa-hands-clapping {
  --fa: "\e1a8";
  --fa--fa: "\e1a8\e1a8";
}
.fa-hands-holding {
  --fa: "\f4c2";
  --fa--fa: "\f4c2\f4c2";
}
.fa-hands-holding-child {
  --fa: "\e4fa";
  --fa--fa: "\e4fa\e4fa";
}
.fa-hands-holding-circle {
  --fa: "\e4fb";
  --fa--fa: "\e4fb\e4fb";
}
.fa-hands-holding-diamond {
  --fa: "\f47c";
  --fa--fa: "\f47c\f47c";
}
.fa-hand-receiving {
  --fa: "\f47c";
  --fa--fa: "\f47c\f47c";
}
.fa-hands-holding-dollar {
  --fa: "\f4c5";
  --fa--fa: "\f4c5\f4c5";
}
.fa-hands-usd {
  --fa: "\f4c5";
  --fa--fa: "\f4c5\f4c5";
}
.fa-hands-holding-heart {
  --fa: "\f4c3";
  --fa--fa: "\f4c3\f4c3";
}
.fa-hands-heart {
  --fa: "\f4c3";
  --fa--fa: "\f4c3\f4c3";
}
.fa-hands-praying {
  --fa: "\f684";
  --fa--fa: "\f684\f684";
}
.fa-praying-hands {
  --fa: "\f684";
  --fa--fa: "\f684\f684";
}
.fa-handshake {
  --fa: "\f2b5";
  --fa--fa: "\f2b5\f2b5";
}
.fa-handshake-angle {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4";
}
.fa-hands-helping {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4";
}
.fa-handshake-simple {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6";
}
.fa-handshake-alt {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6";
}
.fa-handshake-simple-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f";
}
.fa-handshake-alt-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f";
}
.fa-handshake-slash {
  --fa: "\e060";
  --fa--fa: "\e060\e060";
}
.fa-hanukiah {
  --fa: "\f6e6";
  --fa--fa: "\f6e6\f6e6";
}
.fa-hard-drive {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0";
}
.fa-hdd {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0";
}
.fa-hashtag {
  --fa: "\23";
  --fa--fa: "\23\23";
}
.fa-hashtag-lock {
  --fa: "\e415";
  --fa--fa: "\e415\e415";
}
.fa-hat-beach {
  --fa: "\e606";
  --fa--fa: "\e606\e606";
}
.fa-hat-chef {
  --fa: "\f86b";
  --fa--fa: "\f86b\f86b";
}
.fa-hat-cowboy {
  --fa: "\f8c0";
  --fa--fa: "\f8c0\f8c0";
}
.fa-hat-cowboy-side {
  --fa: "\f8c1";
  --fa--fa: "\f8c1\f8c1";
}
.fa-hat-santa {
  --fa: "\f7a7";
  --fa--fa: "\f7a7\f7a7";
}
.fa-hat-winter {
  --fa: "\f7a8";
  --fa--fa: "\f7a8\f7a8";
}
.fa-hat-witch {
  --fa: "\f6e7";
  --fa--fa: "\f6e7\f6e7";
}
.fa-hat-wizard {
  --fa: "\f6e8";
  --fa--fa: "\f6e8\f6e8";
}
.fa-head-side {
  --fa: "\f6e9";
  --fa--fa: "\f6e9\f6e9";
}
.fa-head-side-brain {
  --fa: "\f808";
  --fa--fa: "\f808\f808";
}
.fa-head-side-cough {
  --fa: "\e061";
  --fa--fa: "\e061\e061";
}
.fa-head-side-cough-slash {
  --fa: "\e062";
  --fa--fa: "\e062\e062";
}
.fa-head-side-gear {
  --fa: "\e611";
  --fa--fa: "\e611\e611";
}
.fa-head-side-goggles {
  --fa: "\f6ea";
  --fa--fa: "\f6ea\f6ea";
}
.fa-head-vr {
  --fa: "\f6ea";
  --fa--fa: "\f6ea\f6ea";
}
.fa-head-side-headphones {
  --fa: "\f8c2";
  --fa--fa: "\f8c2\f8c2";
}
.fa-head-side-heart {
  --fa: "\e1aa";
  --fa--fa: "\e1aa\e1aa";
}
.fa-head-side-mask {
  --fa: "\e063";
  --fa--fa: "\e063\e063";
}
.fa-head-side-medical {
  --fa: "\f809";
  --fa--fa: "\f809\f809";
}
.fa-head-side-virus {
  --fa: "\e064";
  --fa--fa: "\e064\e064";
}
.fa-heading {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc";
}
.fa-header {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc";
}
.fa-headphones {
  --fa: "\f025";
  --fa--fa: "\f025\f025";
}
.fa-headphones-simple {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f";
}
.fa-headphones-alt {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f";
}
.fa-headset {
  --fa: "\f590";
  --fa--fa: "\f590\f590";
}
.fa-heart {
  --fa: "\f004";
  --fa--fa: "\f004\f004";
}
.fa-heart-circle-bolt {
  --fa: "\e4fc";
  --fa--fa: "\e4fc\e4fc";
}
.fa-heart-circle-check {
  --fa: "\e4fd";
  --fa--fa: "\e4fd\e4fd";
}
.fa-heart-circle-exclamation {
  --fa: "\e4fe";
  --fa--fa: "\e4fe\e4fe";
}
.fa-heart-circle-minus {
  --fa: "\e4ff";
  --fa--fa: "\e4ff\e4ff";
}
.fa-heart-circle-plus {
  --fa: "\e500";
  --fa--fa: "\e500\e500";
}
.fa-heart-circle-xmark {
  --fa: "\e501";
  --fa--fa: "\e501\e501";
}
.fa-heart-crack {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9";
}
.fa-heart-broken {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9";
}
.fa-heart-half {
  --fa: "\e1ab";
  --fa--fa: "\e1ab\e1ab";
}
.fa-heart-half-stroke {
  --fa: "\e1ac";
  --fa--fa: "\e1ac\e1ac";
}
.fa-heart-half-alt {
  --fa: "\e1ac";
  --fa--fa: "\e1ac\e1ac";
}
.fa-heart-pulse {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e";
}
.fa-heartbeat {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e";
}
.fa-heat {
  --fa: "\e00c";
  --fa--fa: "\e00c\e00c";
}
.fa-helicopter {
  --fa: "\f533";
  --fa--fa: "\f533\f533";
}
.fa-helicopter-symbol {
  --fa: "\e502";
  --fa--fa: "\e502\e502";
}
.fa-helmet-battle {
  --fa: "\f6eb";
  --fa--fa: "\f6eb\f6eb";
}
.fa-helmet-safety {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}
.fa-hard-hat {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}
.fa-hat-hard {
  --fa: "\f807";
  --fa--fa: "\f807\f807";
}
.fa-helmet-un {
  --fa: "\e503";
  --fa--fa: "\e503\e503";
}
.fa-hexagon {
  --fa: "\f312";
  --fa--fa: "\f312\f312";
}
.fa-hexagon-check {
  --fa: "\e416";
  --fa--fa: "\e416\e416";
}
.fa-hexagon-divide {
  --fa: "\e1ad";
  --fa--fa: "\e1ad\e1ad";
}
.fa-hexagon-exclamation {
  --fa: "\e417";
  --fa--fa: "\e417\e417";
}
.fa-hexagon-image {
  --fa: "\e504";
  --fa--fa: "\e504\e504";
}
.fa-hexagon-minus {
  --fa: "\f307";
  --fa--fa: "\f307\f307";
}
.fa-minus-hexagon {
  --fa: "\f307";
  --fa--fa: "\f307\f307";
}
.fa-hexagon-nodes {
  --fa: "\e699";
  --fa--fa: "\e699\e699";
}
.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
  --fa--fa: "\e69a\e69a";
}
.fa-hexagon-plus {
  --fa: "\f300";
  --fa--fa: "\f300\f300";
}
.fa-plus-hexagon {
  --fa: "\f300";
  --fa--fa: "\f300\f300";
}
.fa-hexagon-vertical-nft {
  --fa: "\e505";
  --fa--fa: "\e505\e505";
}
.fa-hexagon-vertical-nft-slanted {
  --fa: "\e506";
  --fa--fa: "\e506\e506";
}
.fa-hexagon-xmark {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}
.fa-times-hexagon {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}
.fa-xmark-hexagon {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee";
}
.fa-high-definition {
  --fa: "\e1ae";
  --fa--fa: "\e1ae\e1ae";
}
.fa-rectangle-hd {
  --fa: "\e1ae";
  --fa--fa: "\e1ae\e1ae";
}
.fa-highlighter {
  --fa: "\f591";
  --fa--fa: "\f591\f591";
}
.fa-highlighter-line {
  --fa: "\e1af";
  --fa--fa: "\e1af\e1af";
}
.fa-hill-avalanche {
  --fa: "\e507";
  --fa--fa: "\e507\e507";
}
.fa-hill-rockslide {
  --fa: "\e508";
  --fa--fa: "\e508\e508";
}
.fa-hippo {
  --fa: "\f6ed";
  --fa--fa: "\f6ed\f6ed";
}
.fa-hockey-mask {
  --fa: "\f6ee";
  --fa--fa: "\f6ee\f6ee";
}
.fa-hockey-puck {
  --fa: "\f453";
  --fa--fa: "\f453\f453";
}
.fa-hockey-stick-puck {
  --fa: "\e3ae";
  --fa--fa: "\e3ae\e3ae";
}
.fa-hockey-sticks {
  --fa: "\f454";
  --fa--fa: "\f454\f454";
}
.fa-holly-berry {
  --fa: "\f7aa";
  --fa--fa: "\f7aa\f7aa";
}
.fa-honey-pot {
  --fa: "\e418";
  --fa--fa: "\e418\e418";
}
.fa-hood-cloak {
  --fa: "\f6ef";
  --fa--fa: "\f6ef\f6ef";
}
.fa-horizontal-rule {
  --fa: "\f86c";
  --fa--fa: "\f86c\f86c";
}
.fa-horse {
  --fa: "\f6f0";
  --fa--fa: "\f6f0\f6f0";
}
.fa-horse-head {
  --fa: "\f7ab";
  --fa--fa: "\f7ab\f7ab";
}
.fa-horse-saddle {
  --fa: "\f8c3";
  --fa--fa: "\f8c3\f8c3";
}
.fa-hose {
  --fa: "\e419";
  --fa--fa: "\e419\e419";
}
.fa-hose-reel {
  --fa: "\e41a";
  --fa--fa: "\e41a\e41a";
}
.fa-hospital {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}
.fa-hospital-alt {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}
.fa-hospital-wide {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8";
}
.fa-hospital-user {
  --fa: "\f80d";
  --fa--fa: "\f80d\f80d";
}
.fa-hospitals {
  --fa: "\f80e";
  --fa--fa: "\f80e\f80e";
}
.fa-hot-tub-person {
  --fa: "\f593";
  --fa--fa: "\f593\f593";
}
.fa-hot-tub {
  --fa: "\f593";
  --fa--fa: "\f593\f593";
}
.fa-hotdog {
  --fa: "\f80f";
  --fa--fa: "\f80f\f80f";
}
.fa-hotel {
  --fa: "\f594";
  --fa--fa: "\f594\f594";
}
.fa-hourglass {
  --fa: "\f254";
  --fa--fa: "\f254\f254";
}
.fa-hourglass-empty {
  --fa: "\f254";
  --fa--fa: "\f254\f254";
}
.fa-hourglass-clock {
  --fa: "\e41b";
  --fa--fa: "\e41b\e41b";
}
.fa-hourglass-end {
  --fa: "\f253";
  --fa--fa: "\f253\f253";
}
.fa-hourglass-3 {
  --fa: "\f253";
  --fa--fa: "\f253\f253";
}
.fa-hourglass-half {
  --fa: "\f252";
  --fa--fa: "\f252\f252";
}
.fa-hourglass-2 {
  --fa: "\f252";
  --fa--fa: "\f252\f252";
}
.fa-hourglass-start {
  --fa: "\f251";
  --fa--fa: "\f251\f251";
}
.fa-hourglass-1 {
  --fa: "\f251";
  --fa--fa: "\f251\f251";
}
.fa-house {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}
.fa-home {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}
.fa-home-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}
.fa-home-lg-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015";
}
.fa-house-blank {
  --fa: "\e487";
  --fa--fa: "\e487\e487";
}
.fa-home-blank {
  --fa: "\e487";
  --fa--fa: "\e487\e487";
}
.fa-house-building {
  --fa: "\e1b1";
  --fa--fa: "\e1b1\e1b1";
}
.fa-house-chimney {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af";
}
.fa-home-lg {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af";
}
.fa-house-chimney-blank {
  --fa: "\e3b0";
  --fa--fa: "\e3b0\e3b0";
}
.fa-house-chimney-crack {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1";
}
.fa-house-damage {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1";
}
.fa-house-chimney-heart {
  --fa: "\e1b2";
  --fa--fa: "\e1b2\e1b2";
}
.fa-house-chimney-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2";
}
.fa-clinic-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2";
}
.fa-house-chimney-user {
  --fa: "\e065";
  --fa--fa: "\e065\e065";
}
.fa-house-chimney-window {
  --fa: "\e00d";
  --fa--fa: "\e00d\e00d";
}
.fa-house-circle-check {
  --fa: "\e509";
  --fa--fa: "\e509\e509";
}
.fa-house-circle-exclamation {
  --fa: "\e50a";
  --fa--fa: "\e50a\e50a";
}
.fa-house-circle-xmark {
  --fa: "\e50b";
  --fa--fa: "\e50b\e50b";
}
.fa-house-crack {
  --fa: "\e3b1";
  --fa--fa: "\e3b1\e3b1";
}
.fa-house-day {
  --fa: "\e00e";
  --fa--fa: "\e00e\e00e";
}
.fa-house-fire {
  --fa: "\e50c";
  --fa--fa: "\e50c\e50c";
}
.fa-house-flag {
  --fa: "\e50d";
  --fa--fa: "\e50d\e50d";
}
.fa-house-flood-water {
  --fa: "\e50e";
  --fa--fa: "\e50e\e50e";
}
.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
  --fa--fa: "\e50f\e50f";
}
.fa-house-heart {
  --fa: "\f4c9";
  --fa--fa: "\f4c9\f4c9";
}
.fa-home-heart {
  --fa: "\f4c9";
  --fa--fa: "\f4c9\f4c9";
}
.fa-house-laptop {
  --fa: "\e066";
  --fa--fa: "\e066\e066";
}
.fa-laptop-house {
  --fa: "\e066";
  --fa--fa: "\e066\e066";
}
.fa-house-lock {
  --fa: "\e510";
  --fa--fa: "\e510\e510";
}
.fa-house-medical {
  --fa: "\e3b2";
  --fa--fa: "\e3b2\e3b2";
}
.fa-house-medical-circle-check {
  --fa: "\e511";
  --fa--fa: "\e511\e511";
}
.fa-house-medical-circle-exclamation {
  --fa: "\e512";
  --fa--fa: "\e512\e512";
}
.fa-house-medical-circle-xmark {
  --fa: "\e513";
  --fa--fa: "\e513\e513";
}
.fa-house-medical-flag {
  --fa: "\e514";
  --fa--fa: "\e514\e514";
}
.fa-house-night {
  --fa: "\e010";
  --fa--fa: "\e010\e010";
}
.fa-house-person-leave {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}
.fa-house-leave {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}
.fa-house-person-depart {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f";
}
.fa-house-person-return {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}
.fa-house-person-arrive {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}
.fa-house-return {
  --fa: "\e011";
  --fa--fa: "\e011\e011";
}
.fa-house-signal {
  --fa: "\e012";
  --fa--fa: "\e012\e012";
}
.fa-house-tree {
  --fa: "\e1b3";
  --fa--fa: "\e1b3\e1b3";
}
.fa-house-tsunami {
  --fa: "\e515";
  --fa--fa: "\e515\e515";
}
.fa-house-turret {
  --fa: "\e1b4";
  --fa--fa: "\e1b4\e1b4";
}
.fa-house-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0";
}
.fa-home-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0";
}
.fa-house-water {
  --fa: "\f74f";
  --fa--fa: "\f74f\f74f";
}
.fa-house-flood {
  --fa: "\f74f";
  --fa--fa: "\f74f\f74f";
}
.fa-house-window {
  --fa: "\e3b3";
  --fa--fa: "\e3b3\e3b3";
}
.fa-hryvnia-sign {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2";
}
.fa-hryvnia {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2";
}
.fa-hundred-points {
  --fa: "\e41c";
  --fa--fa: "\e41c\e41c";
}
.fa-100 {
  --fa: "\e41c";
  --fa--fa: "\e41c\e41c";
}
.fa-hurricane {
  --fa: "\f751";
  --fa--fa: "\f751\f751";
}
.fa-hydra {
  --fa: "\e686";
  --fa--fa: "\e686\e686";
}
.fa-hyphen {
  --fa: "\2d";
  --fa--fa: "\2d\2d";
}
.fa-i {
  --fa: "\49";
  --fa--fa: "\49\49";
}
.fa-i-cursor {
  --fa: "\f246";
  --fa--fa: "\f246\f246";
}
.fa-ice-cream {
  --fa: "\f810";
  --fa--fa: "\f810\f810";
}
.fa-ice-skate {
  --fa: "\f7ac";
  --fa--fa: "\f7ac\f7ac";
}
.fa-icicles {
  --fa: "\f7ad";
  --fa--fa: "\f7ad\f7ad";
}
.fa-icons {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d";
}
.fa-heart-music-camera-bolt {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d";
}
.fa-id-badge {
  --fa: "\f2c1";
  --fa--fa: "\f2c1\f2c1";
}
.fa-id-card {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2";
}
.fa-drivers-license {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2";
}
.fa-id-card-clip {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f";
}
.fa-id-card-alt {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f";
}
.fa-igloo {
  --fa: "\f7ae";
  --fa--fa: "\f7ae\f7ae";
}
.fa-image {
  --fa: "\f03e";
  --fa--fa: "\f03e\f03e";
}
.fa-image-landscape {
  --fa: "\e1b5";
  --fa--fa: "\e1b5\e1b5";
}
.fa-landscape {
  --fa: "\e1b5";
  --fa--fa: "\e1b5\e1b5";
}
.fa-image-polaroid {
  --fa: "\f8c4";
  --fa--fa: "\f8c4\f8c4";
}
.fa-image-polaroid-user {
  --fa: "\e1b6";
  --fa--fa: "\e1b6\e1b6";
}
.fa-image-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0";
}
.fa-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0";
}
.fa-image-slash {
  --fa: "\e1b7";
  --fa--fa: "\e1b7\e1b7";
}
.fa-image-user {
  --fa: "\e1b8";
  --fa--fa: "\e1b8\e1b8";
}
.fa-images {
  --fa: "\f302";
  --fa--fa: "\f302\f302";
}
.fa-images-user {
  --fa: "\e1b9";
  --fa--fa: "\e1b9\e1b9";
}
.fa-inbox {
  --fa: "\f01c";
  --fa--fa: "\f01c\f01c";
}
.fa-inbox-full {
  --fa: "\e1ba";
  --fa--fa: "\e1ba\e1ba";
}
.fa-inbox-in {
  --fa: "\f310";
  --fa--fa: "\f310\f310";
}
.fa-inbox-arrow-down {
  --fa: "\f310";
  --fa--fa: "\f310\f310";
}
.fa-inbox-out {
  --fa: "\f311";
  --fa--fa: "\f311\f311";
}
.fa-inbox-arrow-up {
  --fa: "\f311";
  --fa--fa: "\f311\f311";
}
.fa-inboxes {
  --fa: "\e1bb";
  --fa--fa: "\e1bb\e1bb";
}
.fa-indent {
  --fa: "\f03c";
  --fa--fa: "\f03c\f03c";
}
.fa-indian-rupee-sign {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}
.fa-indian-rupee {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}
.fa-inr {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc";
}
.fa-industry {
  --fa: "\f275";
  --fa--fa: "\f275\f275";
}
.fa-industry-windows {
  --fa: "\f3b3";
  --fa--fa: "\f3b3\f3b3";
}
.fa-industry-alt {
  --fa: "\f3b3";
  --fa--fa: "\f3b3\f3b3";
}
.fa-infinity {
  --fa: "\f534";
  --fa--fa: "\f534\f534";
}
.fa-info {
  --fa: "\f129";
  --fa--fa: "\f129\f129";
}
.fa-inhaler {
  --fa: "\f5f9";
  --fa--fa: "\f5f9\f5f9";
}
.fa-input-numeric {
  --fa: "\e1bd";
  --fa--fa: "\e1bd\e1bd";
}
.fa-input-pipe {
  --fa: "\e1be";
  --fa--fa: "\e1be\e1be";
}
.fa-input-text {
  --fa: "\e1bf";
  --fa--fa: "\e1bf\e1bf";
}
.fa-integral {
  --fa: "\f667";
  --fa--fa: "\f667\f667";
}
.fa-interrobang {
  --fa: "\e5ba";
  --fa--fa: "\e5ba\e5ba";
}
.fa-intersection {
  --fa: "\f668";
  --fa--fa: "\f668\f668";
}
.fa-island-tropical {
  --fa: "\f811";
  --fa--fa: "\f811\f811";
}
.fa-island-tree-palm {
  --fa: "\f811";
  --fa--fa: "\f811\f811";
}
.fa-italic {
  --fa: "\f033";
  --fa--fa: "\f033\f033";
}
.fa-j {
  --fa: "\4a";
  --fa--fa: "\4a\4a";
}
.fa-jack-o-lantern {
  --fa: "\f30e";
  --fa--fa: "\f30e\f30e";
}
.fa-jar {
  --fa: "\e516";
  --fa--fa: "\e516\e516";
}
.fa-jar-wheat {
  --fa: "\e517";
  --fa--fa: "\e517\e517";
}
.fa-jedi {
  --fa: "\f669";
  --fa--fa: "\f669\f669";
}
.fa-jet-fighter {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb";
}
.fa-fighter-jet {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb";
}
.fa-jet-fighter-up {
  --fa: "\e518";
  --fa--fa: "\e518\e518";
}
.fa-joint {
  --fa: "\f595";
  --fa--fa: "\f595\f595";
}
.fa-joystick {
  --fa: "\f8c5";
  --fa--fa: "\f8c5\f8c5";
}
.fa-jug {
  --fa: "\f8c6";
  --fa--fa: "\f8c6\f8c6";
}
.fa-jug-bottle {
  --fa: "\e5fb";
  --fa--fa: "\e5fb\e5fb";
}
.fa-jug-detergent {
  --fa: "\e519";
  --fa--fa: "\e519\e519";
}
.fa-k {
  --fa: "\4b";
  --fa--fa: "\4b\4b";
}
.fa-kaaba {
  --fa: "\f66b";
  --fa--fa: "\f66b\f66b";
}
.fa-kazoo {
  --fa: "\f8c7";
  --fa--fa: "\f8c7\f8c7";
}
.fa-kerning {
  --fa: "\f86f";
  --fa--fa: "\f86f\f86f";
}
.fa-key {
  --fa: "\f084";
  --fa--fa: "\f084\f084";
}
.fa-key-skeleton {
  --fa: "\f6f3";
  --fa--fa: "\f6f3\f6f3";
}
.fa-key-skeleton-left-right {
  --fa: "\e3b4";
  --fa--fa: "\e3b4\e3b4";
}
.fa-keyboard {
  --fa: "\f11c";
  --fa--fa: "\f11c\f11c";
}
.fa-keyboard-brightness {
  --fa: "\e1c0";
  --fa--fa: "\e1c0\e1c0";
}
.fa-keyboard-brightness-low {
  --fa: "\e1c1";
  --fa--fa: "\e1c1\e1c1";
}
.fa-keyboard-down {
  --fa: "\e1c2";
  --fa--fa: "\e1c2\e1c2";
}
.fa-keyboard-left {
  --fa: "\e1c3";
  --fa--fa: "\e1c3\e1c3";
}
.fa-keynote {
  --fa: "\f66c";
  --fa--fa: "\f66c\f66c";
}
.fa-khanda {
  --fa: "\f66d";
  --fa--fa: "\f66d\f66d";
}
.fa-kidneys {
  --fa: "\f5fb";
  --fa--fa: "\f5fb\f5fb";
}
.fa-kip-sign {
  --fa: "\e1c4";
  --fa--fa: "\e1c4\e1c4";
}
.fa-kit-medical {
  --fa: "\f479";
  --fa--fa: "\f479\f479";
}
.fa-first-aid {
  --fa: "\f479";
  --fa--fa: "\f479\f479";
}
.fa-kitchen-set {
  --fa: "\e51a";
  --fa--fa: "\e51a\e51a";
}
.fa-kite {
  --fa: "\f6f4";
  --fa--fa: "\f6f4\f6f4";
}
.fa-kiwi-bird {
  --fa: "\f535";
  --fa--fa: "\f535\f535";
}
.fa-kiwi-fruit {
  --fa: "\e30c";
  --fa--fa: "\e30c\e30c";
}
.fa-knife {
  --fa: "\f2e4";
  --fa--fa: "\f2e4\f2e4";
}
.fa-utensil-knife {
  --fa: "\f2e4";
  --fa--fa: "\f2e4\f2e4";
}
.fa-knife-kitchen {
  --fa: "\f6f5";
  --fa--fa: "\f6f5\f6f5";
}
.fa-l {
  --fa: "\4c";
  --fa--fa: "\4c\4c";
}
.fa-lacrosse-stick {
  --fa: "\e3b5";
  --fa--fa: "\e3b5\e3b5";
}
.fa-lacrosse-stick-ball {
  --fa: "\e3b6";
  --fa--fa: "\e3b6\e3b6";
}
.fa-lambda {
  --fa: "\f66e";
  --fa--fa: "\f66e\f66e";
}
.fa-lamp {
  --fa: "\f4ca";
  --fa--fa: "\f4ca\f4ca";
}
.fa-lamp-desk {
  --fa: "\e014";
  --fa--fa: "\e014\e014";
}
.fa-lamp-floor {
  --fa: "\e015";
  --fa--fa: "\e015\e015";
}
.fa-lamp-street {
  --fa: "\e1c5";
  --fa--fa: "\e1c5\e1c5";
}
.fa-land-mine-on {
  --fa: "\e51b";
  --fa--fa: "\e51b\e51b";
}
.fa-landmark {
  --fa: "\f66f";
  --fa--fa: "\f66f\f66f";
}
.fa-landmark-dome {
  --fa: "\f752";
  --fa--fa: "\f752\f752";
}
.fa-landmark-alt {
  --fa: "\f752";
  --fa--fa: "\f752\f752";
}
.fa-landmark-flag {
  --fa: "\e51c";
  --fa--fa: "\e51c\e51c";
}
.fa-landmark-magnifying-glass {
  --fa: "\e622";
  --fa--fa: "\e622\e622";
}
.fa-language {
  --fa: "\f1ab";
  --fa--fa: "\f1ab\f1ab";
}
.fa-laptop {
  --fa: "\f109";
  --fa--fa: "\f109\f109";
}
.fa-laptop-arrow-down {
  --fa: "\e1c6";
  --fa--fa: "\e1c6\e1c6";
}
.fa-laptop-binary {
  --fa: "\e5e7";
  --fa--fa: "\e5e7\e5e7";
}
.fa-laptop-code {
  --fa: "\f5fc";
  --fa--fa: "\f5fc\f5fc";
}
.fa-laptop-file {
  --fa: "\e51d";
  --fa--fa: "\e51d\e51d";
}
.fa-laptop-medical {
  --fa: "\f812";
  --fa--fa: "\f812\f812";
}
.fa-laptop-mobile {
  --fa: "\f87a";
  --fa--fa: "\f87a\f87a";
}
.fa-phone-laptop {
  --fa: "\f87a";
  --fa--fa: "\f87a\f87a";
}
.fa-laptop-slash {
  --fa: "\e1c7";
  --fa--fa: "\e1c7\e1c7";
}
.fa-lari-sign {
  --fa: "\e1c8";
  --fa--fa: "\e1c8\e1c8";
}
.fa-lasso {
  --fa: "\f8c8";
  --fa--fa: "\f8c8\f8c8";
}
.fa-lasso-sparkles {
  --fa: "\e1c9";
  --fa--fa: "\e1c9\e1c9";
}
.fa-layer-group {
  --fa: "\f5fd";
  --fa--fa: "\f5fd\f5fd";
}
.fa-layer-minus {
  --fa: "\f5fe";
  --fa--fa: "\f5fe\f5fe";
}
.fa-layer-group-minus {
  --fa: "\f5fe";
  --fa--fa: "\f5fe\f5fe";
}
.fa-layer-plus {
  --fa: "\f5ff";
  --fa--fa: "\f5ff\f5ff";
}
.fa-layer-group-plus {
  --fa: "\f5ff";
  --fa--fa: "\f5ff\f5ff";
}
.fa-leaf {
  --fa: "\f06c";
  --fa--fa: "\f06c\f06c";
}
.fa-leaf-heart {
  --fa: "\f4cb";
  --fa--fa: "\f4cb\f4cb";
}
.fa-leaf-maple {
  --fa: "\f6f6";
  --fa--fa: "\f6f6\f6f6";
}
.fa-leaf-oak {
  --fa: "\f6f7";
  --fa--fa: "\f6f7\f6f7";
}
.fa-leafy-green {
  --fa: "\e41d";
  --fa--fa: "\e41d\e41d";
}
.fa-left {
  --fa: "\f355";
  --fa--fa: "\f355\f355";
}
.fa-arrow-alt-left {
  --fa: "\f355";
  --fa--fa: "\f355\f355";
}
.fa-left-from-bracket {
  --fa: "\e66c";
  --fa--fa: "\e66c\e66c";
}
.fa-left-from-line {
  --fa: "\f348";
  --fa--fa: "\f348\f348";
}
.fa-arrow-alt-from-right {
  --fa: "\f348";
  --fa--fa: "\f348\f348";
}
.fa-left-long {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a";
}
.fa-long-arrow-alt-left {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a";
}
.fa-left-long-to-line {
  --fa: "\e41e";
  --fa--fa: "\e41e\e41e";
}
.fa-left-right {
  --fa: "\f337";
  --fa--fa: "\f337\f337";
}
.fa-arrows-alt-h {
  --fa: "\f337";
  --fa--fa: "\f337\f337";
}
.fa-left-to-bracket {
  --fa: "\e66d";
  --fa--fa: "\e66d\e66d";
}
.fa-left-to-line {
  --fa: "\f34b";
  --fa--fa: "\f34b\f34b";
}
.fa-arrow-alt-to-left {
  --fa: "\f34b";
  --fa--fa: "\f34b\f34b";
}
.fa-lemon {
  --fa: "\f094";
  --fa--fa: "\f094\f094";
}
.fa-less-than {
  --fa: "\3c";
  --fa--fa: "\3c\3c";
}
.fa-less-than-equal {
  --fa: "\f537";
  --fa--fa: "\f537\f537";
}
.fa-life-ring {
  --fa: "\f1cd";
  --fa--fa: "\f1cd\f1cd";
}
.fa-light-ceiling {
  --fa: "\e016";
  --fa--fa: "\e016\e016";
}
.fa-light-emergency {
  --fa: "\e41f";
  --fa--fa: "\e41f\e41f";
}
.fa-light-emergency-on {
  --fa: "\e420";
  --fa--fa: "\e420\e420";
}
.fa-light-switch {
  --fa: "\e017";
  --fa--fa: "\e017\e017";
}
.fa-light-switch-off {
  --fa: "\e018";
  --fa--fa: "\e018\e018";
}
.fa-light-switch-on {
  --fa: "\e019";
  --fa--fa: "\e019\e019";
}
.fa-lightbulb {
  --fa: "\f0eb";
  --fa--fa: "\f0eb\f0eb";
}
.fa-lightbulb-cfl {
  --fa: "\e5a6";
  --fa--fa: "\e5a6\e5a6";
}
.fa-lightbulb-cfl-on {
  --fa: "\e5a7";
  --fa--fa: "\e5a7\e5a7";
}
.fa-lightbulb-dollar {
  --fa: "\f670";
  --fa--fa: "\f670\f670";
}
.fa-lightbulb-exclamation {
  --fa: "\f671";
  --fa--fa: "\f671\f671";
}
.fa-lightbulb-exclamation-on {
  --fa: "\e1ca";
  --fa--fa: "\e1ca\e1ca";
}
.fa-lightbulb-gear {
  --fa: "\e5fd";
  --fa--fa: "\e5fd\e5fd";
}
.fa-lightbulb-message {
  --fa: "\e687";
  --fa--fa: "\e687\e687";
}
.fa-lightbulb-on {
  --fa: "\f672";
  --fa--fa: "\f672\f672";
}
.fa-lightbulb-slash {
  --fa: "\f673";
  --fa--fa: "\f673\f673";
}
.fa-lighthouse {
  --fa: "\e612";
  --fa--fa: "\e612\e612";
}
.fa-lights-holiday {
  --fa: "\f7b2";
  --fa--fa: "\f7b2\f7b2";
}
.fa-line-columns {
  --fa: "\f870";
  --fa--fa: "\f870\f870";
}
.fa-line-height {
  --fa: "\f871";
  --fa--fa: "\f871\f871";
}
.fa-lines-leaning {
  --fa: "\e51e";
  --fa--fa: "\e51e\e51e";
}
.fa-link {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1";
}
.fa-chain {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1";
}
.fa-link-horizontal {
  --fa: "\e1cb";
  --fa--fa: "\e1cb\e1cb";
}
.fa-chain-horizontal {
  --fa: "\e1cb";
  --fa--fa: "\e1cb\e1cb";
}
.fa-link-horizontal-slash {
  --fa: "\e1cc";
  --fa--fa: "\e1cc\e1cc";
}
.fa-chain-horizontal-slash {
  --fa: "\e1cc";
  --fa--fa: "\e1cc\e1cc";
}
.fa-link-simple {
  --fa: "\e1cd";
  --fa--fa: "\e1cd\e1cd";
}
.fa-link-simple-slash {
  --fa: "\e1ce";
  --fa--fa: "\e1ce\e1ce";
}
.fa-link-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}
.fa-chain-broken {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}
.fa-chain-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}
.fa-unlink {
  --fa: "\f127";
  --fa--fa: "\f127\f127";
}
.fa-lips {
  --fa: "\f600";
  --fa--fa: "\f600\f600";
}
.fa-lira-sign {
  --fa: "\f195";
  --fa--fa: "\f195\f195";
}
.fa-list {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
}
.fa-list-squares {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
}
.fa-list-check {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae";
}
.fa-tasks {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae";
}
.fa-list-dropdown {
  --fa: "\e1cf";
  --fa--fa: "\e1cf\e1cf";
}
.fa-list-music {
  --fa: "\f8c9";
  --fa--fa: "\f8c9\f8c9";
}
.fa-list-ol {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}
.fa-list-1-2 {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}
.fa-list-numeric {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb";
}
.fa-list-radio {
  --fa: "\e1d0";
  --fa--fa: "\e1d0\e1d0";
}
.fa-list-timeline {
  --fa: "\e1d1";
  --fa--fa: "\e1d1\e1d1";
}
.fa-list-tree {
  --fa: "\e1d2";
  --fa--fa: "\e1d2\e1d2";
}
.fa-list-ul {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca";
}
.fa-list-dots {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca";
}
.fa-litecoin-sign {
  --fa: "\e1d3";
  --fa--fa: "\e1d3\e1d3";
}
.fa-loader {
  --fa: "\e1d4";
  --fa--fa: "\e1d4\e1d4";
}
.fa-lobster {
  --fa: "\e421";
  --fa--fa: "\e421\e421";
}
.fa-location-arrow {
  --fa: "\f124";
  --fa--fa: "\f124\f124";
}
.fa-location-arrow-up {
  --fa: "\e63a";
  --fa--fa: "\e63a\e63a";
}
.fa-location-check {
  --fa: "\f606";
  --fa--fa: "\f606\f606";
}
.fa-map-marker-check {
  --fa: "\f606";
  --fa--fa: "\f606\f606";
}
.fa-location-crosshairs {
  --fa: "\f601";
  --fa--fa: "\f601\f601";
}
.fa-location {
  --fa: "\f601";
  --fa--fa: "\f601\f601";
}
.fa-location-crosshairs-slash {
  --fa: "\f603";
  --fa--fa: "\f603\f603";
}
.fa-location-slash {
  --fa: "\f603";
  --fa--fa: "\f603\f603";
}
.fa-location-dot {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5";
}
.fa-map-marker-alt {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5";
}
.fa-location-dot-slash {
  --fa: "\f605";
  --fa--fa: "\f605\f605";
}
.fa-map-marker-alt-slash {
  --fa: "\f605";
  --fa--fa: "\f605\f605";
}
.fa-location-exclamation {
  --fa: "\f608";
  --fa--fa: "\f608\f608";
}
.fa-map-marker-exclamation {
  --fa: "\f608";
  --fa--fa: "\f608\f608";
}
.fa-location-minus {
  --fa: "\f609";
  --fa--fa: "\f609\f609";
}
.fa-map-marker-minus {
  --fa: "\f609";
  --fa--fa: "\f609\f609";
}
.fa-location-pen {
  --fa: "\f607";
  --fa--fa: "\f607\f607";
}
.fa-map-marker-edit {
  --fa: "\f607";
  --fa--fa: "\f607\f607";
}
.fa-location-pin {
  --fa: "\f041";
  --fa--fa: "\f041\f041";
}
.fa-map-marker {
  --fa: "\f041";
  --fa--fa: "\f041\f041";
}
.fa-location-pin-lock {
  --fa: "\e51f";
  --fa--fa: "\e51f\e51f";
}
.fa-location-pin-slash {
  --fa: "\f60c";
  --fa--fa: "\f60c\f60c";
}
.fa-map-marker-slash {
  --fa: "\f60c";
  --fa--fa: "\f60c\f60c";
}
.fa-location-plus {
  --fa: "\f60a";
  --fa--fa: "\f60a\f60a";
}
.fa-map-marker-plus {
  --fa: "\f60a";
  --fa--fa: "\f60a\f60a";
}
.fa-location-question {
  --fa: "\f60b";
  --fa--fa: "\f60b\f60b";
}
.fa-map-marker-question {
  --fa: "\f60b";
  --fa--fa: "\f60b\f60b";
}
.fa-location-smile {
  --fa: "\f60d";
  --fa--fa: "\f60d\f60d";
}
.fa-map-marker-smile {
  --fa: "\f60d";
  --fa--fa: "\f60d\f60d";
}
.fa-location-xmark {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}
.fa-map-marker-times {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}
.fa-map-marker-xmark {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e";
}
.fa-lock {
  --fa: "\f023";
  --fa--fa: "\f023\f023";
}
.fa-lock-a {
  --fa: "\e422";
  --fa--fa: "\e422\e422";
}
.fa-lock-hashtag {
  --fa: "\e423";
  --fa--fa: "\e423\e423";
}
.fa-lock-keyhole {
  --fa: "\f30d";
  --fa--fa: "\f30d\f30d";
}
.fa-lock-alt {
  --fa: "\f30d";
  --fa--fa: "\f30d\f30d";
}
.fa-lock-keyhole-open {
  --fa: "\f3c2";
  --fa--fa: "\f3c2\f3c2";
}
.fa-lock-open-alt {
  --fa: "\f3c2";
  --fa--fa: "\f3c2\f3c2";
}
.fa-lock-open {
  --fa: "\f3c1";
  --fa--fa: "\f3c1\f3c1";
}
.fa-locust {
  --fa: "\e520";
  --fa--fa: "\e520\e520";
}
.fa-lollipop {
  --fa: "\e424";
  --fa--fa: "\e424\e424";
}
.fa-lollypop {
  --fa: "\e424";
  --fa--fa: "\e424\e424";
}
.fa-loveseat {
  --fa: "\f4cc";
  --fa--fa: "\f4cc\f4cc";
}
.fa-couch-small {
  --fa: "\f4cc";
  --fa--fa: "\f4cc\f4cc";
}
.fa-luchador-mask {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}
.fa-luchador {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}
.fa-mask-luchador {
  --fa: "\f455";
  --fa--fa: "\f455\f455";
}
.fa-lungs {
  --fa: "\f604";
  --fa--fa: "\f604\f604";
}
.fa-lungs-virus {
  --fa: "\e067";
  --fa--fa: "\e067\e067";
}
.fa-m {
  --fa: "\4d";
  --fa--fa: "\4d\4d";
}
.fa-mace {
  --fa: "\f6f8";
  --fa--fa: "\f6f8\f6f8";
}
.fa-magnet {
  --fa: "\f076";
  --fa--fa: "\f076\f076";
}
.fa-magnifying-glass {
  --fa: "\f002";
  --fa--fa: "\f002\f002";
}
.fa-search {
  --fa: "\f002";
  --fa--fa: "\f002\f002";
}
.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
  --fa--fa: "\e521\e521";
}
.fa-magnifying-glass-arrows-rotate {
  --fa: "\e65e";
  --fa--fa: "\e65e\e65e";
}
.fa-magnifying-glass-chart {
  --fa: "\e522";
  --fa--fa: "\e522\e522";
}
.fa-magnifying-glass-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688";
}
.fa-search-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688";
}
.fa-magnifying-glass-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689";
}
.fa-search-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689";
}
.fa-magnifying-glass-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010";
}
.fa-search-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010";
}
.fa-magnifying-glass-music {
  --fa: "\e65f";
  --fa--fa: "\e65f\e65f";
}
.fa-magnifying-glass-play {
  --fa: "\e660";
  --fa--fa: "\e660\e660";
}
.fa-magnifying-glass-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e";
}
.fa-search-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e";
}
.fa-magnifying-glass-waveform {
  --fa: "\e661";
  --fa--fa: "\e661\e661";
}
.fa-mailbox {
  --fa: "\f813";
  --fa--fa: "\f813\f813";
}
.fa-mailbox-flag-up {
  --fa: "\e5bb";
  --fa--fa: "\e5bb\e5bb";
}
.fa-manat-sign {
  --fa: "\e1d5";
  --fa--fa: "\e1d5\e1d5";
}
.fa-mandolin {
  --fa: "\f6f9";
  --fa--fa: "\f6f9\f6f9";
}
.fa-mango {
  --fa: "\e30f";
  --fa--fa: "\e30f\e30f";
}
.fa-manhole {
  --fa: "\e1d6";
  --fa--fa: "\e1d6\e1d6";
}
.fa-map {
  --fa: "\f279";
  --fa--fa: "\f279\f279";
}
.fa-map-location {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f";
}
.fa-map-marked {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f";
}
.fa-map-location-dot {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0";
}
.fa-map-marked-alt {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0";
}
.fa-map-pin {
  --fa: "\f276";
  --fa--fa: "\f276\f276";
}
.fa-marker {
  --fa: "\f5a1";
  --fa--fa: "\f5a1\f5a1";
}
.fa-mars {
  --fa: "\f222";
  --fa--fa: "\f222\f222";
}
.fa-mars-and-venus {
  --fa: "\f224";
  --fa--fa: "\f224\f224";
}
.fa-mars-and-venus-burst {
  --fa: "\e523";
  --fa--fa: "\e523\e523";
}
.fa-mars-double {
  --fa: "\f227";
  --fa--fa: "\f227\f227";
}
.fa-mars-stroke {
  --fa: "\f229";
  --fa--fa: "\f229\f229";
}
.fa-mars-stroke-right {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b";
}
.fa-mars-stroke-h {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b";
}
.fa-mars-stroke-up {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a";
}
.fa-mars-stroke-v {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a";
}
.fa-martini-glass {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b";
}
.fa-glass-martini-alt {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b";
}
.fa-martini-glass-citrus {
  --fa: "\f561";
  --fa--fa: "\f561\f561";
}
.fa-cocktail {
  --fa: "\f561";
  --fa--fa: "\f561\f561";
}
.fa-martini-glass-empty {
  --fa: "\f000";
  --fa--fa: "\f000\f000";
}
.fa-glass-martini {
  --fa: "\f000";
  --fa--fa: "\f000\f000";
}
.fa-mask {
  --fa: "\f6fa";
  --fa--fa: "\f6fa\f6fa";
}
.fa-mask-face {
  --fa: "\e1d7";
  --fa--fa: "\e1d7\e1d7";
}
.fa-mask-snorkel {
  --fa: "\e3b7";
  --fa--fa: "\e3b7\e3b7";
}
.fa-mask-ventilator {
  --fa: "\e524";
  --fa--fa: "\e524\e524";
}
.fa-masks-theater {
  --fa: "\f630";
  --fa--fa: "\f630\f630";
}
.fa-theater-masks {
  --fa: "\f630";
  --fa--fa: "\f630\f630";
}
.fa-mattress-pillow {
  --fa: "\e525";
  --fa--fa: "\e525\e525";
}
.fa-maximize {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e";
}
.fa-expand-arrows-alt {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e";
}
.fa-meat {
  --fa: "\f814";
  --fa--fa: "\f814\f814";
}
.fa-medal {
  --fa: "\f5a2";
  --fa--fa: "\f5a2\f5a2";
}
.fa-megaphone {
  --fa: "\f675";
  --fa--fa: "\f675\f675";
}
.fa-melon {
  --fa: "\e310";
  --fa--fa: "\e310\e310";
}
.fa-melon-slice {
  --fa: "\e311";
  --fa--fa: "\e311\e311";
}
.fa-memo {
  --fa: "\e1d8";
  --fa--fa: "\e1d8\e1d8";
}
.fa-memo-circle-check {
  --fa: "\e1d9";
  --fa--fa: "\e1d9\e1d9";
}
.fa-memo-circle-info {
  --fa: "\e49a";
  --fa--fa: "\e49a\e49a";
}
.fa-memo-pad {
  --fa: "\e1da";
  --fa--fa: "\e1da\e1da";
}
.fa-memory {
  --fa: "\f538";
  --fa--fa: "\f538\f538";
}
.fa-menorah {
  --fa: "\f676";
  --fa--fa: "\f676\f676";
}
.fa-mercury {
  --fa: "\f223";
  --fa--fa: "\f223\f223";
}
.fa-merge {
  --fa: "\e526";
  --fa--fa: "\e526\e526";
}
.fa-message {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a";
}
.fa-comment-alt {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a";
}
.fa-message-arrow-down {
  --fa: "\e1db";
  --fa--fa: "\e1db\e1db";
}
.fa-comment-alt-arrow-down {
  --fa: "\e1db";
  --fa--fa: "\e1db\e1db";
}
.fa-message-arrow-up {
  --fa: "\e1dc";
  --fa--fa: "\e1dc\e1dc";
}
.fa-comment-alt-arrow-up {
  --fa: "\e1dc";
  --fa--fa: "\e1dc\e1dc";
}
.fa-message-arrow-up-right {
  --fa: "\e1dd";
  --fa--fa: "\e1dd\e1dd";
}
.fa-message-bot {
  --fa: "\e3b8";
  --fa--fa: "\e3b8\e3b8";
}
.fa-message-captions {
  --fa: "\e1de";
  --fa--fa: "\e1de\e1de";
}
.fa-comment-alt-captions {
  --fa: "\e1de";
  --fa--fa: "\e1de\e1de";
}
.fa-message-check {
  --fa: "\f4a2";
  --fa--fa: "\f4a2\f4a2";
}
.fa-comment-alt-check {
  --fa: "\f4a2";
  --fa--fa: "\f4a2\f4a2";
}
.fa-message-code {
  --fa: "\e1df";
  --fa--fa: "\e1df\e1df";
}
.fa-message-dollar {
  --fa: "\f650";
  --fa--fa: "\f650\f650";
}
.fa-comment-alt-dollar {
  --fa: "\f650";
  --fa--fa: "\f650\f650";
}
.fa-message-dots {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}
.fa-comment-alt-dots {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}
.fa-messaging {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3";
}
.fa-message-exclamation {
  --fa: "\f4a5";
  --fa--fa: "\f4a5\f4a5";
}
.fa-comment-alt-exclamation {
  --fa: "\f4a5";
  --fa--fa: "\f4a5\f4a5";
}
.fa-message-heart {
  --fa: "\e5c9";
  --fa--fa: "\e5c9\e5c9";
}
.fa-message-image {
  --fa: "\e1e0";
  --fa--fa: "\e1e0\e1e0";
}
.fa-comment-alt-image {
  --fa: "\e1e0";
  --fa--fa: "\e1e0\e1e0";
}
.fa-message-lines {
  --fa: "\f4a6";
  --fa--fa: "\f4a6\f4a6";
}
.fa-comment-alt-lines {
  --fa: "\f4a6";
  --fa--fa: "\f4a6\f4a6";
}
.fa-message-medical {
  --fa: "\f7f4";
  --fa--fa: "\f7f4\f7f4";
}
.fa-comment-alt-medical {
  --fa: "\f7f4";
  --fa--fa: "\f7f4\f7f4";
}
.fa-message-middle {
  --fa: "\e1e1";
  --fa--fa: "\e1e1\e1e1";
}
.fa-comment-middle-alt {
  --fa: "\e1e1";
  --fa--fa: "\e1e1\e1e1";
}
.fa-message-middle-top {
  --fa: "\e1e2";
  --fa--fa: "\e1e2\e1e2";
}
.fa-comment-middle-top-alt {
  --fa: "\e1e2";
  --fa--fa: "\e1e2\e1e2";
}
.fa-message-minus {
  --fa: "\f4a7";
  --fa--fa: "\f4a7\f4a7";
}
.fa-comment-alt-minus {
  --fa: "\f4a7";
  --fa--fa: "\f4a7\f4a7";
}
.fa-message-music {
  --fa: "\f8af";
  --fa--fa: "\f8af\f8af";
}
.fa-comment-alt-music {
  --fa: "\f8af";
  --fa--fa: "\f8af\f8af";
}
.fa-message-pen {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}
.fa-comment-alt-edit {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}
.fa-message-edit {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4";
}
.fa-message-plus {
  --fa: "\f4a8";
  --fa--fa: "\f4a8\f4a8";
}
.fa-comment-alt-plus {
  --fa: "\f4a8";
  --fa--fa: "\f4a8\f4a8";
}
.fa-message-question {
  --fa: "\e1e3";
  --fa--fa: "\e1e3\e1e3";
}
.fa-message-quote {
  --fa: "\e1e4";
  --fa--fa: "\e1e4\e1e4";
}
.fa-comment-alt-quote {
  --fa: "\e1e4";
  --fa--fa: "\e1e4\e1e4";
}
.fa-message-slash {
  --fa: "\f4a9";
  --fa--fa: "\f4a9\f4a9";
}
.fa-comment-alt-slash {
  --fa: "\f4a9";
  --fa--fa: "\f4a9\f4a9";
}
.fa-message-smile {
  --fa: "\f4aa";
  --fa--fa: "\f4aa\f4aa";
}
.fa-comment-alt-smile {
  --fa: "\f4aa";
  --fa--fa: "\f4aa\f4aa";
}
.fa-message-sms {
  --fa: "\e1e5";
  --fa--fa: "\e1e5\e1e5";
}
.fa-message-text {
  --fa: "\e1e6";
  --fa--fa: "\e1e6\e1e6";
}
.fa-comment-alt-text {
  --fa: "\e1e6";
  --fa--fa: "\e1e6\e1e6";
}
.fa-message-xmark {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}
.fa-comment-alt-times {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}
.fa-message-times {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab";
}
.fa-messages {
  --fa: "\f4b6";
  --fa--fa: "\f4b6\f4b6";
}
.fa-comments-alt {
  --fa: "\f4b6";
  --fa--fa: "\f4b6\f4b6";
}
.fa-messages-dollar {
  --fa: "\f652";
  --fa--fa: "\f652\f652";
}
.fa-comments-alt-dollar {
  --fa: "\f652";
  --fa--fa: "\f652\f652";
}
.fa-messages-question {
  --fa: "\e1e7";
  --fa--fa: "\e1e7\e1e7";
}
.fa-meteor {
  --fa: "\f753";
  --fa--fa: "\f753\f753";
}
.fa-meter {
  --fa: "\e1e8";
  --fa--fa: "\e1e8\e1e8";
}
.fa-meter-bolt {
  --fa: "\e1e9";
  --fa--fa: "\e1e9\e1e9";
}
.fa-meter-droplet {
  --fa: "\e1ea";
  --fa--fa: "\e1ea\e1ea";
}
.fa-meter-fire {
  --fa: "\e1eb";
  --fa--fa: "\e1eb\e1eb";
}
.fa-microchip {
  --fa: "\f2db";
  --fa--fa: "\f2db\f2db";
}
.fa-microchip-ai {
  --fa: "\e1ec";
  --fa--fa: "\e1ec\e1ec";
}
.fa-microphone {
  --fa: "\f130";
  --fa--fa: "\f130\f130";
}
.fa-microphone-lines {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9";
}
.fa-microphone-alt {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9";
}
.fa-microphone-lines-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539";
}
.fa-microphone-alt-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539";
}
.fa-microphone-slash {
  --fa: "\f131";
  --fa--fa: "\f131\f131";
}
.fa-microphone-stand {
  --fa: "\f8cb";
  --fa--fa: "\f8cb\f8cb";
}
.fa-microscope {
  --fa: "\f610";
  --fa--fa: "\f610\f610";
}
.fa-microwave {
  --fa: "\e01b";
  --fa--fa: "\e01b\e01b";
}
.fa-mill-sign {
  --fa: "\e1ed";
  --fa--fa: "\e1ed\e1ed";
}
.fa-minimize {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c";
}
.fa-compress-arrows-alt {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c";
}
.fa-minus {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}
.fa-subtract {
  --fa: "\f068";
  --fa--fa: "\f068\f068";
}
.fa-mistletoe {
  --fa: "\f7b4";
  --fa--fa: "\f7b4\f7b4";
}
.fa-mitten {
  --fa: "\f7b5";
  --fa--fa: "\f7b5\f7b5";
}
.fa-mobile {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}
.fa-mobile-android {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}
.fa-mobile-phone {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce";
}
.fa-mobile-button {
  --fa: "\f10b";
  --fa--fa: "\f10b\f10b";
}
.fa-mobile-notch {
  --fa: "\e1ee";
  --fa--fa: "\e1ee\e1ee";
}
.fa-mobile-iphone {
  --fa: "\e1ee";
  --fa--fa: "\e1ee\e1ee";
}
.fa-mobile-retro {
  --fa: "\e527";
  --fa--fa: "\e527\e527";
}
.fa-mobile-screen {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf";
}
.fa-mobile-android-alt {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf";
}
.fa-mobile-screen-button {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd";
}
.fa-mobile-alt {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd";
}
.fa-mobile-signal {
  --fa: "\e1ef";
  --fa--fa: "\e1ef\e1ef";
}
.fa-mobile-signal-out {
  --fa: "\e1f0";
  --fa--fa: "\e1f0\e1f0";
}
.fa-money-bill {
  --fa: "\f0d6";
  --fa--fa: "\f0d6\f0d6";
}
.fa-money-bill-1 {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1";
}
.fa-money-bill-alt {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1";
}
.fa-money-bill-1-wave {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b";
}
.fa-money-bill-wave-alt {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b";
}
.fa-money-bill-simple {
  --fa: "\e1f1";
  --fa--fa: "\e1f1\e1f1";
}
.fa-money-bill-simple-wave {
  --fa: "\e1f2";
  --fa--fa: "\e1f2\e1f2";
}
.fa-money-bill-transfer {
  --fa: "\e528";
  --fa--fa: "\e528\e528";
}
.fa-money-bill-trend-up {
  --fa: "\e529";
  --fa--fa: "\e529\e529";
}
.fa-money-bill-wave {
  --fa: "\f53a";
  --fa--fa: "\f53a\f53a";
}
.fa-money-bill-wheat {
  --fa: "\e52a";
  --fa--fa: "\e52a\e52a";
}
.fa-money-bills {
  --fa: "\e1f3";
  --fa--fa: "\e1f3\e1f3";
}
.fa-money-bills-simple {
  --fa: "\e1f4";
  --fa--fa: "\e1f4\e1f4";
}
.fa-money-bills-alt {
  --fa: "\e1f4";
  --fa--fa: "\e1f4\e1f4";
}
.fa-money-check {
  --fa: "\f53c";
  --fa--fa: "\f53c\f53c";
}
.fa-money-check-dollar {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d";
}
.fa-money-check-alt {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d";
}
.fa-money-check-dollar-pen {
  --fa: "\f873";
  --fa--fa: "\f873\f873";
}
.fa-money-check-edit-alt {
  --fa: "\f873";
  --fa--fa: "\f873\f873";
}
.fa-money-check-pen {
  --fa: "\f872";
  --fa--fa: "\f872\f872";
}
.fa-money-check-edit {
  --fa: "\f872";
  --fa--fa: "\f872\f872";
}
.fa-money-from-bracket {
  --fa: "\e312";
  --fa--fa: "\e312\e312";
}
.fa-money-simple-from-bracket {
  --fa: "\e313";
  --fa--fa: "\e313\e313";
}
.fa-monitor-waveform {
  --fa: "\f611";
  --fa--fa: "\f611\f611";
}
.fa-monitor-heart-rate {
  --fa: "\f611";
  --fa--fa: "\f611\f611";
}
.fa-monkey {
  --fa: "\f6fb";
  --fa--fa: "\f6fb\f6fb";
}
.fa-monument {
  --fa: "\f5a6";
  --fa--fa: "\f5a6\f5a6";
}
.fa-moon {
  --fa: "\f186";
  --fa--fa: "\f186\f186";
}
.fa-moon-cloud {
  --fa: "\f754";
  --fa--fa: "\f754\f754";
}
.fa-moon-over-sun {
  --fa: "\f74a";
  --fa--fa: "\f74a\f74a";
}
.fa-eclipse-alt {
  --fa: "\f74a";
  --fa--fa: "\f74a\f74a";
}
.fa-moon-stars {
  --fa: "\f755";
  --fa--fa: "\f755\f755";
}
.fa-moped {
  --fa: "\e3b9";
  --fa--fa: "\e3b9\e3b9";
}
.fa-mortar-pestle {
  --fa: "\f5a7";
  --fa--fa: "\f5a7\f5a7";
}
.fa-mosque {
  --fa: "\f678";
  --fa--fa: "\f678\f678";
}
.fa-mosquito {
  --fa: "\e52b";
  --fa--fa: "\e52b\e52b";
}
.fa-mosquito-net {
  --fa: "\e52c";
  --fa--fa: "\e52c\e52c";
}
.fa-motorcycle {
  --fa: "\f21c";
  --fa--fa: "\f21c\f21c";
}
.fa-mound {
  --fa: "\e52d";
  --fa--fa: "\e52d\e52d";
}
.fa-mountain {
  --fa: "\f6fc";
  --fa--fa: "\f6fc\f6fc";
}
.fa-mountain-city {
  --fa: "\e52e";
  --fa--fa: "\e52e\e52e";
}
.fa-mountain-sun {
  --fa: "\e52f";
  --fa--fa: "\e52f\e52f";
}
.fa-mountains {
  --fa: "\f6fd";
  --fa--fa: "\f6fd\f6fd";
}
.fa-mouse-field {
  --fa: "\e5a8";
  --fa--fa: "\e5a8\e5a8";
}
.fa-mp3-player {
  --fa: "\f8ce";
  --fa--fa: "\f8ce\f8ce";
}
.fa-mug {
  --fa: "\f874";
  --fa--fa: "\f874\f874";
}
.fa-mug-hot {
  --fa: "\f7b6";
  --fa--fa: "\f7b6\f7b6";
}
.fa-mug-marshmallows {
  --fa: "\f7b7";
  --fa--fa: "\f7b7\f7b7";
}
.fa-mug-saucer {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4";
}
.fa-coffee {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4";
}
.fa-mug-tea {
  --fa: "\f875";
  --fa--fa: "\f875\f875";
}
.fa-mug-tea-saucer {
  --fa: "\e1f5";
  --fa--fa: "\e1f5\e1f5";
}
.fa-mushroom {
  --fa: "\e425";
  --fa--fa: "\e425\e425";
}
.fa-music {
  --fa: "\f001";
  --fa--fa: "\f001\f001";
}
.fa-music-magnifying-glass {
  --fa: "\e662";
  --fa--fa: "\e662\e662";
}
.fa-music-note {
  --fa: "\f8cf";
  --fa--fa: "\f8cf\f8cf";
}
.fa-music-alt {
  --fa: "\f8cf";
  --fa--fa: "\f8cf\f8cf";
}
.fa-music-note-slash {
  --fa: "\f8d0";
  --fa--fa: "\f8d0\f8d0";
}
.fa-music-alt-slash {
  --fa: "\f8d0";
  --fa--fa: "\f8d0\f8d0";
}
.fa-music-slash {
  --fa: "\f8d1";
  --fa--fa: "\f8d1\f8d1";
}
.fa-mustache {
  --fa: "\e5bc";
  --fa--fa: "\e5bc\e5bc";
}
.fa-n {
  --fa: "\4e";
  --fa--fa: "\4e\4e";
}
.fa-naira-sign {
  --fa: "\e1f6";
  --fa--fa: "\e1f6\e1f6";
}
.fa-narwhal {
  --fa: "\f6fe";
  --fa--fa: "\f6fe\f6fe";
}
.fa-nesting-dolls {
  --fa: "\e3ba";
  --fa--fa: "\e3ba\e3ba";
}
.fa-network-wired {
  --fa: "\f6ff";
  --fa--fa: "\f6ff\f6ff";
}
.fa-neuter {
  --fa: "\f22c";
  --fa--fa: "\f22c\f22c";
}
.fa-newspaper {
  --fa: "\f1ea";
  --fa--fa: "\f1ea\f1ea";
}
.fa-nfc {
  --fa: "\e1f7";
  --fa--fa: "\e1f7\e1f7";
}
.fa-nfc-lock {
  --fa: "\e1f8";
  --fa--fa: "\e1f8\e1f8";
}
.fa-nfc-magnifying-glass {
  --fa: "\e1f9";
  --fa--fa: "\e1f9\e1f9";
}
.fa-nfc-pen {
  --fa: "\e1fa";
  --fa--fa: "\e1fa\e1fa";
}
.fa-nfc-signal {
  --fa: "\e1fb";
  --fa--fa: "\e1fb\e1fb";
}
.fa-nfc-slash {
  --fa: "\e1fc";
  --fa--fa: "\e1fc\e1fc";
}
.fa-nfc-trash {
  --fa: "\e1fd";
  --fa--fa: "\e1fd\e1fd";
}
.fa-nose {
  --fa: "\e5bd";
  --fa--fa: "\e5bd\e5bd";
}
.fa-not-equal {
  --fa: "\f53e";
  --fa--fa: "\f53e\f53e";
}
.fa-notdef {
  --fa: "\e1fe";
  --fa--fa: "\e1fe\e1fe";
}
.fa-note {
  --fa: "\e1ff";
  --fa--fa: "\e1ff\e1ff";
}
.fa-note-medical {
  --fa: "\e200";
  --fa--fa: "\e200\e200";
}
.fa-note-sticky {
  --fa: "\f249";
  --fa--fa: "\f249\f249";
}
.fa-sticky-note {
  --fa: "\f249";
  --fa--fa: "\f249\f249";
}
.fa-notebook {
  --fa: "\e201";
  --fa--fa: "\e201\e201";
}
.fa-notes {
  --fa: "\e202";
  --fa--fa: "\e202\e202";
}
.fa-notes-medical {
  --fa: "\f481";
  --fa--fa: "\f481\f481";
}
.fa-o {
  --fa: "\4f";
  --fa--fa: "\4f\4f";
}
.fa-object-exclude {
  --fa: "\e49c";
  --fa--fa: "\e49c\e49c";
}
.fa-object-group {
  --fa: "\f247";
  --fa--fa: "\f247\f247";
}
.fa-object-intersect {
  --fa: "\e49d";
  --fa--fa: "\e49d\e49d";
}
.fa-object-subtract {
  --fa: "\e49e";
  --fa--fa: "\e49e\e49e";
}
.fa-object-ungroup {
  --fa: "\f248";
  --fa--fa: "\f248\f248";
}
.fa-object-union {
  --fa: "\e49f";
  --fa--fa: "\e49f\e49f";
}
.fa-objects-align-bottom {
  --fa: "\e3bb";
  --fa--fa: "\e3bb\e3bb";
}
.fa-objects-align-center-horizontal {
  --fa: "\e3bc";
  --fa--fa: "\e3bc\e3bc";
}
.fa-objects-align-center-vertical {
  --fa: "\e3bd";
  --fa--fa: "\e3bd\e3bd";
}
.fa-objects-align-left {
  --fa: "\e3be";
  --fa--fa: "\e3be\e3be";
}
.fa-objects-align-right {
  --fa: "\e3bf";
  --fa--fa: "\e3bf\e3bf";
}
.fa-objects-align-top {
  --fa: "\e3c0";
  --fa--fa: "\e3c0\e3c0";
}
.fa-objects-column {
  --fa: "\e3c1";
  --fa--fa: "\e3c1\e3c1";
}
.fa-octagon {
  --fa: "\f306";
  --fa--fa: "\f306\f306";
}
.fa-octagon-check {
  --fa: "\e426";
  --fa--fa: "\e426\e426";
}
.fa-octagon-divide {
  --fa: "\e203";
  --fa--fa: "\e203\e203";
}
.fa-octagon-exclamation {
  --fa: "\e204";
  --fa--fa: "\e204\e204";
}
.fa-octagon-minus {
  --fa: "\f308";
  --fa--fa: "\f308\f308";
}
.fa-minus-octagon {
  --fa: "\f308";
  --fa--fa: "\f308\f308";
}
.fa-octagon-plus {
  --fa: "\f301";
  --fa--fa: "\f301\f301";
}
.fa-plus-octagon {
  --fa: "\f301";
  --fa--fa: "\f301\f301";
}
.fa-octagon-xmark {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}
.fa-times-octagon {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}
.fa-xmark-octagon {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0";
}
.fa-octopus {
  --fa: "\e688";
  --fa--fa: "\e688\e688";
}
.fa-oil-can {
  --fa: "\f613";
  --fa--fa: "\f613\f613";
}
.fa-oil-can-drip {
  --fa: "\e205";
  --fa--fa: "\e205\e205";
}
.fa-oil-temperature {
  --fa: "\f614";
  --fa--fa: "\f614\f614";
}
.fa-oil-temp {
  --fa: "\f614";
  --fa--fa: "\f614\f614";
}
.fa-oil-well {
  --fa: "\e532";
  --fa--fa: "\e532\e532";
}
.fa-olive {
  --fa: "\e316";
  --fa--fa: "\e316\e316";
}
.fa-olive-branch {
  --fa: "\e317";
  --fa--fa: "\e317\e317";
}
.fa-om {
  --fa: "\f679";
  --fa--fa: "\f679\f679";
}
.fa-omega {
  --fa: "\f67a";
  --fa--fa: "\f67a\f67a";
}
.fa-onion {
  --fa: "\e427";
  --fa--fa: "\e427\e427";
}
.fa-option {
  --fa: "\e318";
  --fa--fa: "\e318\e318";
}
.fa-ornament {
  --fa: "\f7b8";
  --fa--fa: "\f7b8\f7b8";
}
.fa-otter {
  --fa: "\f700";
  --fa--fa: "\f700\f700";
}
.fa-outdent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b";
}
.fa-dedent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b";
}
.fa-outlet {
  --fa: "\e01c";
  --fa--fa: "\e01c\e01c";
}
.fa-oven {
  --fa: "\e01d";
  --fa--fa: "\e01d\e01d";
}
.fa-overline {
  --fa: "\f876";
  --fa--fa: "\f876\f876";
}
.fa-p {
  --fa: "\50";
  --fa--fa: "\50\50";
}
.fa-page {
  --fa: "\e428";
  --fa--fa: "\e428\e428";
}
.fa-page-caret-down {
  --fa: "\e429";
  --fa--fa: "\e429\e429";
}
.fa-file-caret-down {
  --fa: "\e429";
  --fa--fa: "\e429\e429";
}
.fa-page-caret-up {
  --fa: "\e42a";
  --fa--fa: "\e42a\e42a";
}
.fa-file-caret-up {
  --fa: "\e42a";
  --fa--fa: "\e42a\e42a";
}
.fa-pager {
  --fa: "\f815";
  --fa--fa: "\f815\f815";
}
.fa-paint-roller {
  --fa: "\f5aa";
  --fa--fa: "\f5aa\f5aa";
}
.fa-paintbrush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc";
}
.fa-paint-brush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc";
}
.fa-paintbrush-fine {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}
.fa-paint-brush-alt {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}
.fa-paint-brush-fine {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}
.fa-paintbrush-alt {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9";
}
.fa-paintbrush-pencil {
  --fa: "\e206";
  --fa--fa: "\e206\e206";
}
.fa-palette {
  --fa: "\f53f";
  --fa--fa: "\f53f\f53f";
}
.fa-pallet {
  --fa: "\f482";
  --fa--fa: "\f482\f482";
}
.fa-pallet-box {
  --fa: "\e208";
  --fa--fa: "\e208\e208";
}
.fa-pallet-boxes {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}
.fa-palette-boxes {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}
.fa-pallet-alt {
  --fa: "\f483";
  --fa--fa: "\f483\f483";
}
.fa-pan-food {
  --fa: "\e42b";
  --fa--fa: "\e42b\e42b";
}
.fa-pan-frying {
  --fa: "\e42c";
  --fa--fa: "\e42c\e42c";
}
.fa-pancakes {
  --fa: "\e42d";
  --fa--fa: "\e42d\e42d";
}
.fa-panel-ews {
  --fa: "\e42e";
  --fa--fa: "\e42e\e42e";
}
.fa-panel-fire {
  --fa: "\e42f";
  --fa--fa: "\e42f\e42f";
}
.fa-panorama {
  --fa: "\e209";
  --fa--fa: "\e209\e209";
}
.fa-paper-plane {
  --fa: "\f1d8";
  --fa--fa: "\f1d8\f1d8";
}
.fa-paper-plane-top {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}
.fa-paper-plane-alt {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}
.fa-send {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a";
}
.fa-paperclip {
  --fa: "\f0c6";
  --fa--fa: "\f0c6\f0c6";
}
.fa-paperclip-vertical {
  --fa: "\e3c2";
  --fa--fa: "\e3c2\e3c2";
}
.fa-parachute-box {
  --fa: "\f4cd";
  --fa--fa: "\f4cd\f4cd";
}
.fa-paragraph {
  --fa: "\f1dd";
  --fa--fa: "\f1dd\f1dd";
}
.fa-paragraph-left {
  --fa: "\f878";
  --fa--fa: "\f878\f878";
}
.fa-paragraph-rtl {
  --fa: "\f878";
  --fa--fa: "\f878\f878";
}
.fa-party-bell {
  --fa: "\e31a";
  --fa--fa: "\e31a\e31a";
}
.fa-party-horn {
  --fa: "\e31b";
  --fa--fa: "\e31b\e31b";
}
.fa-passport {
  --fa: "\f5ab";
  --fa--fa: "\f5ab\f5ab";
}
.fa-paste {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea";
}
.fa-file-clipboard {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea";
}
.fa-pause {
  --fa: "\f04c";
  --fa--fa: "\f04c\f04c";
}
.fa-paw {
  --fa: "\f1b0";
  --fa--fa: "\f1b0\f1b0";
}
.fa-paw-claws {
  --fa: "\f702";
  --fa--fa: "\f702\f702";
}
.fa-paw-simple {
  --fa: "\f701";
  --fa--fa: "\f701\f701";
}
.fa-paw-alt {
  --fa: "\f701";
  --fa--fa: "\f701\f701";
}
.fa-peace {
  --fa: "\f67c";
  --fa--fa: "\f67c\f67c";
}
.fa-peach {
  --fa: "\e20b";
  --fa--fa: "\e20b\e20b";
}
.fa-peanut {
  --fa: "\e430";
  --fa--fa: "\e430\e430";
}
.fa-peanuts {
  --fa: "\e431";
  --fa--fa: "\e431\e431";
}
.fa-peapod {
  --fa: "\e31c";
  --fa--fa: "\e31c\e31c";
}
.fa-pear {
  --fa: "\e20c";
  --fa--fa: "\e20c\e20c";
}
.fa-pedestal {
  --fa: "\e20d";
  --fa--fa: "\e20d\e20d";
}
.fa-pegasus {
  --fa: "\f703";
  --fa--fa: "\f703\f703";
}
.fa-pen {
  --fa: "\f304";
  --fa--fa: "\f304\f304";
}
.fa-pen-circle {
  --fa: "\e20e";
  --fa--fa: "\e20e\e20e";
}
.fa-pen-clip {
  --fa: "\f305";
  --fa--fa: "\f305\f305";
}
.fa-pen-alt {
  --fa: "\f305";
  --fa--fa: "\f305\f305";
}
.fa-pen-clip-slash {
  --fa: "\e20f";
  --fa--fa: "\e20f\e20f";
}
.fa-pen-alt-slash {
  --fa: "\e20f";
  --fa--fa: "\e20f\e20f";
}
.fa-pen-fancy {
  --fa: "\f5ac";
  --fa--fa: "\f5ac\f5ac";
}
.fa-pen-fancy-slash {
  --fa: "\e210";
  --fa--fa: "\e210\e210";
}
.fa-pen-field {
  --fa: "\e211";
  --fa--fa: "\e211\e211";
}
.fa-pen-line {
  --fa: "\e212";
  --fa--fa: "\e212\e212";
}
.fa-pen-nib {
  --fa: "\f5ad";
  --fa--fa: "\f5ad\f5ad";
}
.fa-pen-nib-slash {
  --fa: "\e4a1";
  --fa--fa: "\e4a1\e4a1";
}
.fa-pen-paintbrush {
  --fa: "\f618";
  --fa--fa: "\f618\f618";
}
.fa-pencil-paintbrush {
  --fa: "\f618";
  --fa--fa: "\f618\f618";
}
.fa-pen-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae";
}
.fa-pencil-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae";
}
.fa-pen-slash {
  --fa: "\e213";
  --fa--fa: "\e213\e213";
}
.fa-pen-swirl {
  --fa: "\e214";
  --fa--fa: "\e214\e214";
}
.fa-pen-to-square {
  --fa: "\f044";
  --fa--fa: "\f044\f044";
}
.fa-edit {
  --fa: "\f044";
  --fa--fa: "\f044\f044";
}
.fa-pencil {
  --fa: "\f303";
  --fa--fa: "\f303\f303";
}
.fa-pencil-alt {
  --fa: "\f303";
  --fa--fa: "\f303\f303";
}
.fa-pencil-mechanical {
  --fa: "\e5ca";
  --fa--fa: "\e5ca\e5ca";
}
.fa-pencil-slash {
  --fa: "\e215";
  --fa--fa: "\e215\e215";
}
.fa-people {
  --fa: "\e216";
  --fa--fa: "\e216\e216";
}
.fa-people-arrows {
  --fa: "\e068";
  --fa--fa: "\e068\e068";
}
.fa-people-arrows-left-right {
  --fa: "\e068";
  --fa--fa: "\e068\e068";
}
.fa-people-carry-box {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce";
}
.fa-people-carry {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce";
}
.fa-people-dress {
  --fa: "\e217";
  --fa--fa: "\e217\e217";
}
.fa-people-dress-simple {
  --fa: "\e218";
  --fa--fa: "\e218\e218";
}
.fa-people-group {
  --fa: "\e533";
  --fa--fa: "\e533\e533";
}
.fa-people-line {
  --fa: "\e534";
  --fa--fa: "\e534\e534";
}
.fa-people-pants {
  --fa: "\e219";
  --fa--fa: "\e219\e219";
}
.fa-people-pants-simple {
  --fa: "\e21a";
  --fa--fa: "\e21a\e21a";
}
.fa-people-pulling {
  --fa: "\e535";
  --fa--fa: "\e535\e535";
}
.fa-people-robbery {
  --fa: "\e536";
  --fa--fa: "\e536\e536";
}
.fa-people-roof {
  --fa: "\e537";
  --fa--fa: "\e537\e537";
}
.fa-people-simple {
  --fa: "\e21b";
  --fa--fa: "\e21b\e21b";
}
.fa-pepper {
  --fa: "\e432";
  --fa--fa: "\e432\e432";
}
.fa-pepper-hot {
  --fa: "\f816";
  --fa--fa: "\f816\f816";
}
.fa-percent {
  --fa: "\25";
  --fa--fa: "\25\25";
}
.fa-percentage {
  --fa: "\25";
  --fa--fa: "\25\25";
}
.fa-period {
  --fa: "\2e";
  --fa--fa: "\2e\2e";
}
.fa-person {
  --fa: "\f183";
  --fa--fa: "\f183\f183";
}
.fa-male {
  --fa: "\f183";
  --fa--fa: "\f183\f183";
}
.fa-person-arrow-down-to-line {
  --fa: "\e538";
  --fa--fa: "\e538\e538";
}
.fa-person-arrow-up-from-line {
  --fa: "\e539";
  --fa--fa: "\e539\e539";
}
.fa-person-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a";
}
.fa-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a";
}
.fa-person-biking-mountain {
  --fa: "\f84b";
  --fa--fa: "\f84b\f84b";
}
.fa-biking-mountain {
  --fa: "\f84b";
  --fa--fa: "\f84b\f84b";
}
.fa-person-booth {
  --fa: "\f756";
  --fa--fa: "\f756\f756";
}
.fa-person-breastfeeding {
  --fa: "\e53a";
  --fa--fa: "\e53a\e53a";
}
.fa-person-burst {
  --fa: "\e53b";
  --fa--fa: "\e53b\e53b";
}
.fa-person-cane {
  --fa: "\e53c";
  --fa--fa: "\e53c\e53c";
}
.fa-person-carry-box {
  --fa: "\f4cf";
  --fa--fa: "\f4cf\f4cf";
}
.fa-person-carry {
  --fa: "\f4cf";
  --fa--fa: "\f4cf\f4cf";
}
.fa-person-chalkboard {
  --fa: "\e53d";
  --fa--fa: "\e53d\e53d";
}
.fa-person-circle-check {
  --fa: "\e53e";
  --fa--fa: "\e53e\e53e";
}
.fa-person-circle-exclamation {
  --fa: "\e53f";
  --fa--fa: "\e53f\e53f";
}
.fa-person-circle-minus {
  --fa: "\e540";
  --fa--fa: "\e540\e540";
}
.fa-person-circle-plus {
  --fa: "\e541";
  --fa--fa: "\e541\e541";
}
.fa-person-circle-question {
  --fa: "\e542";
  --fa--fa: "\e542\e542";
}
.fa-person-circle-xmark {
  --fa: "\e543";
  --fa--fa: "\e543\e543";
}
.fa-person-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e";
}
.fa-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e";
}
.fa-person-dolly {
  --fa: "\f4d0";
  --fa--fa: "\f4d0\f4d0";
}
.fa-person-dolly-empty {
  --fa: "\f4d1";
  --fa--fa: "\f4d1\f4d1";
}
.fa-person-dots-from-line {
  --fa: "\f470";
  --fa--fa: "\f470\f470";
}
.fa-diagnoses {
  --fa: "\f470";
  --fa--fa: "\f470\f470";
}
.fa-person-dress {
  --fa: "\f182";
  --fa--fa: "\f182\f182";
}
.fa-female {
  --fa: "\f182";
  --fa--fa: "\f182\f182";
}
.fa-person-dress-burst {
  --fa: "\e544";
  --fa--fa: "\e544\e544";
}
.fa-person-dress-fairy {
  --fa: "\e607";
  --fa--fa: "\e607\e607";
}
.fa-person-dress-simple {
  --fa: "\e21c";
  --fa--fa: "\e21c\e21c";
}
.fa-person-drowning {
  --fa: "\e545";
  --fa--fa: "\e545\e545";
}
.fa-person-fairy {
  --fa: "\e608";
  --fa--fa: "\e608\e608";
}
.fa-person-falling {
  --fa: "\e546";
  --fa--fa: "\e546\e546";
}
.fa-person-falling-burst {
  --fa: "\e547";
  --fa--fa: "\e547\e547";
}
.fa-person-from-portal {
  --fa: "\e023";
  --fa--fa: "\e023\e023";
}
.fa-portal-exit {
  --fa: "\e023";
  --fa--fa: "\e023\e023";
}
.fa-person-half-dress {
  --fa: "\e548";
  --fa--fa: "\e548\e548";
}
.fa-person-harassing {
  --fa: "\e549";
  --fa--fa: "\e549\e549";
}
.fa-person-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec";
}
.fa-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec";
}
.fa-person-military-pointing {
  --fa: "\e54a";
  --fa--fa: "\e54a\e54a";
}
.fa-person-military-rifle {
  --fa: "\e54b";
  --fa--fa: "\e54b\e54b";
}
.fa-person-military-to-person {
  --fa: "\e54c";
  --fa--fa: "\e54c\e54c";
}
.fa-person-pinball {
  --fa: "\e21d";
  --fa--fa: "\e21d\e21d";
}
.fa-person-praying {
  --fa: "\f683";
  --fa--fa: "\f683\f683";
}
.fa-pray {
  --fa: "\f683";
  --fa--fa: "\f683\f683";
}
.fa-person-pregnant {
  --fa: "\e31e";
  --fa--fa: "\e31e\e31e";
}
.fa-person-rays {
  --fa: "\e54d";
  --fa--fa: "\e54d\e54d";
}
.fa-person-rifle {
  --fa: "\e54e";
  --fa--fa: "\e54e\e54e";
}
.fa-person-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c";
}
.fa-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c";
}
.fa-person-running-fast {
  --fa: "\e5ff";
  --fa--fa: "\e5ff\e5ff";
}
.fa-person-seat {
  --fa: "\e21e";
  --fa--fa: "\e21e\e21e";
}
.fa-person-seat-reclined {
  --fa: "\e21f";
  --fa--fa: "\e21f\e21f";
}
.fa-person-shelter {
  --fa: "\e54f";
  --fa--fa: "\e54f\e54f";
}
.fa-person-sign {
  --fa: "\f757";
  --fa--fa: "\f757\f757";
}
.fa-person-simple {
  --fa: "\e220";
  --fa--fa: "\e220\e220";
}
.fa-person-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5";
}
.fa-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5";
}
.fa-person-ski-jumping {
  --fa: "\f7c7";
  --fa--fa: "\f7c7\f7c7";
}
.fa-ski-jump {
  --fa: "\f7c7";
  --fa--fa: "\f7c7\f7c7";
}
.fa-person-ski-lift {
  --fa: "\f7c8";
  --fa--fa: "\f7c8\f7c8";
}
.fa-ski-lift {
  --fa: "\f7c8";
  --fa--fa: "\f7c8\f7c8";
}
.fa-person-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9";
}
.fa-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9";
}
.fa-person-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca";
}
.fa-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca";
}
.fa-person-sledding {
  --fa: "\f7cb";
  --fa--fa: "\f7cb\f7cb";
}
.fa-sledding {
  --fa: "\f7cb";
  --fa--fa: "\f7cb\f7cb";
}
.fa-person-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce";
}
.fa-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce";
}
.fa-person-snowmobiling {
  --fa: "\f7d1";
  --fa--fa: "\f7d1\f7d1";
}
.fa-snowmobile {
  --fa: "\f7d1";
  --fa--fa: "\f7d1\f7d1";
}
.fa-person-swimming {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4";
}
.fa-swimmer {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4";
}
.fa-person-through-window {
  --fa: "\e5a9";
  --fa--fa: "\e5a9\e5a9";
}
.fa-person-to-door {
  --fa: "\e433";
  --fa--fa: "\e433\e433";
}
.fa-person-to-portal {
  --fa: "\e022";
  --fa--fa: "\e022\e022";
}
.fa-portal-enter {
  --fa: "\e022";
  --fa--fa: "\e022\e022";
}
.fa-person-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554";
}
.fa-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554";
}
.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
  --fa--fa: "\e551\e551";
}
.fa-person-walking-arrow-right {
  --fa: "\e552";
  --fa--fa: "\e552\e552";
}
.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
  --fa--fa: "\e553\e553";
}
.fa-person-walking-luggage {
  --fa: "\e554";
  --fa--fa: "\e554\e554";
}
.fa-person-walking-with-cane {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d";
}
.fa-blind {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d";
}
.fa-peseta-sign {
  --fa: "\e221";
  --fa--fa: "\e221\e221";
}
.fa-peso-sign {
  --fa: "\e222";
  --fa--fa: "\e222\e222";
}
.fa-phone {
  --fa: "\f095";
  --fa--fa: "\f095\f095";
}
.fa-phone-arrow-down-left {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}
.fa-phone-arrow-down {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}
.fa-phone-incoming {
  --fa: "\e223";
  --fa--fa: "\e223\e223";
}
.fa-phone-arrow-right {
  --fa: "\e5be";
  --fa--fa: "\e5be\e5be";
}
.fa-phone-arrow-up-right {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}
.fa-phone-arrow-up {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}
.fa-phone-outgoing {
  --fa: "\e224";
  --fa--fa: "\e224\e224";
}
.fa-phone-flip {
  --fa: "\f879";
  --fa--fa: "\f879\f879";
}
.fa-phone-alt {
  --fa: "\f879";
  --fa--fa: "\f879\f879";
}
.fa-phone-hangup {
  --fa: "\e225";
  --fa--fa: "\e225\e225";
}
.fa-phone-intercom {
  --fa: "\e434";
  --fa--fa: "\e434\e434";
}
.fa-phone-missed {
  --fa: "\e226";
  --fa--fa: "\e226\e226";
}
.fa-phone-office {
  --fa: "\f67d";
  --fa--fa: "\f67d\f67d";
}
.fa-phone-plus {
  --fa: "\f4d2";
  --fa--fa: "\f4d2\f4d2";
}
.fa-phone-rotary {
  --fa: "\f8d3";
  --fa--fa: "\f8d3\f8d3";
}
.fa-phone-slash {
  --fa: "\f3dd";
  --fa--fa: "\f3dd\f3dd";
}
.fa-phone-volume {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0";
}
.fa-volume-control-phone {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0";
}
.fa-phone-xmark {
  --fa: "\e227";
  --fa--fa: "\e227\e227";
}
.fa-photo-film {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c";
}
.fa-photo-video {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c";
}
.fa-photo-film-music {
  --fa: "\e228";
  --fa--fa: "\e228\e228";
}
.fa-pi {
  --fa: "\f67e";
  --fa--fa: "\f67e\f67e";
}
.fa-piano {
  --fa: "\f8d4";
  --fa--fa: "\f8d4\f8d4";
}
.fa-piano-keyboard {
  --fa: "\f8d5";
  --fa--fa: "\f8d5\f8d5";
}
.fa-pickaxe {
  --fa: "\e5bf";
  --fa--fa: "\e5bf\e5bf";
}
.fa-pickleball {
  --fa: "\e435";
  --fa--fa: "\e435\e435";
}
.fa-pie {
  --fa: "\f705";
  --fa--fa: "\f705\f705";
}
.fa-pig {
  --fa: "\f706";
  --fa--fa: "\f706\f706";
}
.fa-piggy-bank {
  --fa: "\f4d3";
  --fa--fa: "\f4d3\f4d3";
}
.fa-pills {
  --fa: "\f484";
  --fa--fa: "\f484\f484";
}
.fa-pinata {
  --fa: "\e3c3";
  --fa--fa: "\e3c3\e3c3";
}
.fa-pinball {
  --fa: "\e229";
  --fa--fa: "\e229\e229";
}
.fa-pineapple {
  --fa: "\e31f";
  --fa--fa: "\e31f\e31f";
}
.fa-pipe {
  --fa: "\7c";
  --fa--fa: "\7c\7c";
}
.fa-pipe-circle-check {
  --fa: "\e436";
  --fa--fa: "\e436\e436";
}
.fa-pipe-collar {
  --fa: "\e437";
  --fa--fa: "\e437\e437";
}
.fa-pipe-section {
  --fa: "\e438";
  --fa--fa: "\e438\e438";
}
.fa-pipe-smoking {
  --fa: "\e3c4";
  --fa--fa: "\e3c4\e3c4";
}
.fa-pipe-valve {
  --fa: "\e439";
  --fa--fa: "\e439\e439";
}
.fa-pizza {
  --fa: "\f817";
  --fa--fa: "\f817\f817";
}
.fa-pizza-slice {
  --fa: "\f818";
  --fa--fa: "\f818\f818";
}
.fa-place-of-worship {
  --fa: "\f67f";
  --fa--fa: "\f67f\f67f";
}
.fa-plane {
  --fa: "\f072";
  --fa--fa: "\f072\f072";
}
.fa-plane-arrival {
  --fa: "\f5af";
  --fa--fa: "\f5af\f5af";
}
.fa-plane-circle-check {
  --fa: "\e555";
  --fa--fa: "\e555\e555";
}
.fa-plane-circle-exclamation {
  --fa: "\e556";
  --fa--fa: "\e556\e556";
}
.fa-plane-circle-xmark {
  --fa: "\e557";
  --fa--fa: "\e557\e557";
}
.fa-plane-departure {
  --fa: "\f5b0";
  --fa--fa: "\f5b0\f5b0";
}
.fa-plane-engines {
  --fa: "\f3de";
  --fa--fa: "\f3de\f3de";
}
.fa-plane-alt {
  --fa: "\f3de";
  --fa--fa: "\f3de\f3de";
}
.fa-plane-lock {
  --fa: "\e558";
  --fa--fa: "\e558\e558";
}
.fa-plane-prop {
  --fa: "\e22b";
  --fa--fa: "\e22b\e22b";
}
.fa-plane-slash {
  --fa: "\e069";
  --fa--fa: "\e069\e069";
}
.fa-plane-tail {
  --fa: "\e22c";
  --fa--fa: "\e22c\e22c";
}
.fa-plane-up {
  --fa: "\e22d";
  --fa--fa: "\e22d\e22d";
}
.fa-plane-up-slash {
  --fa: "\e22e";
  --fa--fa: "\e22e\e22e";
}
.fa-planet-moon {
  --fa: "\e01f";
  --fa--fa: "\e01f\e01f";
}
.fa-planet-ringed {
  --fa: "\e020";
  --fa--fa: "\e020\e020";
}
.fa-plant-wilt {
  --fa: "\e5aa";
  --fa--fa: "\e5aa\e5aa";
}
.fa-plate-utensils {
  --fa: "\e43b";
  --fa--fa: "\e43b\e43b";
}
.fa-plate-wheat {
  --fa: "\e55a";
  --fa--fa: "\e55a\e55a";
}
.fa-play {
  --fa: "\f04b";
  --fa--fa: "\f04b\f04b";
}
.fa-play-pause {
  --fa: "\e22f";
  --fa--fa: "\e22f\e22f";
}
.fa-plug {
  --fa: "\f1e6";
  --fa--fa: "\f1e6\f1e6";
}
.fa-plug-circle-bolt {
  --fa: "\e55b";
  --fa--fa: "\e55b\e55b";
}
.fa-plug-circle-check {
  --fa: "\e55c";
  --fa--fa: "\e55c\e55c";
}
.fa-plug-circle-exclamation {
  --fa: "\e55d";
  --fa--fa: "\e55d\e55d";
}
.fa-plug-circle-minus {
  --fa: "\e55e";
  --fa--fa: "\e55e\e55e";
}
.fa-plug-circle-plus {
  --fa: "\e55f";
  --fa--fa: "\e55f\e55f";
}
.fa-plug-circle-xmark {
  --fa: "\e560";
  --fa--fa: "\e560\e560";
}
.fa-plus {
  --fa: "\2b";
  --fa--fa: "\2b\2b";
}
.fa-add {
  --fa: "\2b";
  --fa--fa: "\2b\2b";
}
.fa-plus-large {
  --fa: "\e59e";
  --fa--fa: "\e59e\e59e";
}
.fa-plus-minus {
  --fa: "\e43c";
  --fa--fa: "\e43c\e43c";
}
.fa-podcast {
  --fa: "\f2ce";
  --fa--fa: "\f2ce\f2ce";
}
.fa-podium {
  --fa: "\f680";
  --fa--fa: "\f680\f680";
}
.fa-podium-star {
  --fa: "\f758";
  --fa--fa: "\f758\f758";
}
.fa-police-box {
  --fa: "\e021";
  --fa--fa: "\e021\e021";
}
.fa-poll-people {
  --fa: "\f759";
  --fa--fa: "\f759\f759";
}
.fa-pompebled {
  --fa: "\e43d";
  --fa--fa: "\e43d\e43d";
}
.fa-poo {
  --fa: "\f2fe";
  --fa--fa: "\f2fe\f2fe";
}
.fa-poo-storm {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a";
}
.fa-poo-bolt {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a";
}
.fa-pool-8-ball {
  --fa: "\e3c5";
  --fa--fa: "\e3c5\e3c5";
}
.fa-poop {
  --fa: "\f619";
  --fa--fa: "\f619\f619";
}
.fa-popcorn {
  --fa: "\f819";
  --fa--fa: "\f819\f819";
}
.fa-popsicle {
  --fa: "\e43e";
  --fa--fa: "\e43e\e43e";
}
.fa-pot-food {
  --fa: "\e43f";
  --fa--fa: "\e43f\e43f";
}
.fa-potato {
  --fa: "\e440";
  --fa--fa: "\e440\e440";
}
.fa-power-off {
  --fa: "\f011";
  --fa--fa: "\f011\f011";
}
.fa-prescription {
  --fa: "\f5b1";
  --fa--fa: "\f5b1\f5b1";
}
.fa-prescription-bottle {
  --fa: "\f485";
  --fa--fa: "\f485\f485";
}
.fa-prescription-bottle-medical {
  --fa: "\f486";
  --fa--fa: "\f486\f486";
}
.fa-prescription-bottle-alt {
  --fa: "\f486";
  --fa--fa: "\f486\f486";
}
.fa-prescription-bottle-pill {
  --fa: "\e5c0";
  --fa--fa: "\e5c0\e5c0";
}
.fa-presentation-screen {
  --fa: "\f685";
  --fa--fa: "\f685\f685";
}
.fa-presentation {
  --fa: "\f685";
  --fa--fa: "\f685\f685";
}
.fa-pretzel {
  --fa: "\e441";
  --fa--fa: "\e441\e441";
}
.fa-print {
  --fa: "\f02f";
  --fa--fa: "\f02f\f02f";
}
.fa-print-magnifying-glass {
  --fa: "\f81a";
  --fa--fa: "\f81a\f81a";
}
.fa-print-search {
  --fa: "\f81a";
  --fa--fa: "\f81a\f81a";
}
.fa-print-slash {
  --fa: "\f686";
  --fa--fa: "\f686\f686";
}
.fa-projector {
  --fa: "\f8d6";
  --fa--fa: "\f8d6\f8d6";
}
.fa-pump {
  --fa: "\e442";
  --fa--fa: "\e442\e442";
}
.fa-pump-medical {
  --fa: "\e06a";
  --fa--fa: "\e06a\e06a";
}
.fa-pump-soap {
  --fa: "\e06b";
  --fa--fa: "\e06b\e06b";
}
.fa-pumpkin {
  --fa: "\f707";
  --fa--fa: "\f707\f707";
}
.fa-puzzle {
  --fa: "\e443";
  --fa--fa: "\e443\e443";
}
.fa-puzzle-piece {
  --fa: "\f12e";
  --fa--fa: "\f12e\f12e";
}
.fa-puzzle-piece-simple {
  --fa: "\e231";
  --fa--fa: "\e231\e231";
}
.fa-puzzle-piece-alt {
  --fa: "\e231";
  --fa--fa: "\e231\e231";
}
.fa-q {
  --fa: "\51";
  --fa--fa: "\51\51";
}
.fa-qrcode {
  --fa: "\f029";
  --fa--fa: "\f029\f029";
}
.fa-question {
  --fa: "\3f";
  --fa--fa: "\3f\3f";
}
.fa-quote-left {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d";
}
.fa-quote-left-alt {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d";
}
.fa-quote-right {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e";
}
.fa-quote-right-alt {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e";
}
.fa-quotes {
  --fa: "\e234";
  --fa--fa: "\e234\e234";
}
.fa-r {
  --fa: "\52";
  --fa--fa: "\52\52";
}
.fa-rabbit {
  --fa: "\f708";
  --fa--fa: "\f708\f708";
}
.fa-rabbit-running {
  --fa: "\f709";
  --fa--fa: "\f709\f709";
}
.fa-rabbit-fast {
  --fa: "\f709";
  --fa--fa: "\f709\f709";
}
.fa-raccoon {
  --fa: "\e613";
  --fa--fa: "\e613\e613";
}
.fa-racquet {
  --fa: "\f45a";
  --fa--fa: "\f45a\f45a";
}
.fa-radar {
  --fa: "\e024";
  --fa--fa: "\e024\e024";
}
.fa-radiation {
  --fa: "\f7b9";
  --fa--fa: "\f7b9\f7b9";
}
.fa-radio {
  --fa: "\f8d7";
  --fa--fa: "\f8d7\f8d7";
}
.fa-radio-tuner {
  --fa: "\f8d8";
  --fa--fa: "\f8d8\f8d8";
}
.fa-radio-alt {
  --fa: "\f8d8";
  --fa--fa: "\f8d8\f8d8";
}
.fa-rainbow {
  --fa: "\f75b";
  --fa--fa: "\f75b\f75b";
}
.fa-raindrops {
  --fa: "\f75c";
  --fa--fa: "\f75c\f75c";
}
.fa-ram {
  --fa: "\f70a";
  --fa--fa: "\f70a\f70a";
}
.fa-ramp-loading {
  --fa: "\f4d4";
  --fa--fa: "\f4d4\f4d4";
}
.fa-ranking-star {
  --fa: "\e561";
  --fa--fa: "\e561\e561";
}
.fa-raygun {
  --fa: "\e025";
  --fa--fa: "\e025\e025";
}
.fa-receipt {
  --fa: "\f543";
  --fa--fa: "\f543\f543";
}
.fa-record-vinyl {
  --fa: "\f8d9";
  --fa--fa: "\f8d9\f8d9";
}
.fa-rectangle {
  --fa: "\f2fa";
  --fa--fa: "\f2fa\f2fa";
}
.fa-rectangle-landscape {
  --fa: "\f2fa";
  --fa--fa: "\f2fa\f2fa";
}
.fa-rectangle-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641";
}
.fa-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641";
}
.fa-rectangle-barcode {
  --fa: "\f463";
  --fa--fa: "\f463\f463";
}
.fa-barcode-alt {
  --fa: "\f463";
  --fa--fa: "\f463\f463";
}
.fa-rectangle-code {
  --fa: "\e322";
  --fa--fa: "\e322\e322";
}
.fa-rectangle-history {
  --fa: "\e4a2";
  --fa--fa: "\e4a2\e4a2";
}
.fa-rectangle-history-circle-plus {
  --fa: "\e4a3";
  --fa--fa: "\e4a3\e4a3";
}
.fa-rectangle-history-circle-user {
  --fa: "\e4a4";
  --fa--fa: "\e4a4\e4a4";
}
.fa-rectangle-list {
  --fa: "\f022";
  --fa--fa: "\f022\f022";
}
.fa-list-alt {
  --fa: "\f022";
  --fa--fa: "\f022\f022";
}
.fa-rectangle-pro {
  --fa: "\e235";
  --fa--fa: "\e235\e235";
}
.fa-pro {
  --fa: "\e235";
  --fa--fa: "\e235\e235";
}
.fa-rectangle-terminal {
  --fa: "\e236";
  --fa--fa: "\e236\e236";
}
.fa-rectangle-vertical {
  --fa: "\f2fb";
  --fa--fa: "\f2fb\f2fb";
}
.fa-rectangle-portrait {
  --fa: "\f2fb";
  --fa--fa: "\f2fb\f2fb";
}
.fa-rectangle-vertical-history {
  --fa: "\e237";
  --fa--fa: "\e237\e237";
}
.fa-rectangle-wide {
  --fa: "\f2fc";
  --fa--fa: "\f2fc\f2fc";
}
.fa-rectangle-xmark {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}
.fa-rectangle-times {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}
.fa-times-rectangle {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}
.fa-window-close {
  --fa: "\f410";
  --fa--fa: "\f410\f410";
}
.fa-rectangles-mixed {
  --fa: "\e323";
  --fa--fa: "\e323\e323";
}
.fa-recycle {
  --fa: "\f1b8";
  --fa--fa: "\f1b8\f1b8";
}
.fa-reel {
  --fa: "\e238";
  --fa--fa: "\e238\e238";
}
.fa-reflect-both {
  --fa: "\e66f";
  --fa--fa: "\e66f\e66f";
}
.fa-reflect-horizontal {
  --fa: "\e664";
  --fa--fa: "\e664\e664";
}
.fa-reflect-vertical {
  --fa: "\e665";
  --fa--fa: "\e665\e665";
}
.fa-refrigerator {
  --fa: "\e026";
  --fa--fa: "\e026\e026";
}
.fa-registered {
  --fa: "\f25d";
  --fa--fa: "\f25d\f25d";
}
.fa-repeat {
  --fa: "\f363";
  --fa--fa: "\f363\f363";
}
.fa-repeat-1 {
  --fa: "\f365";
  --fa--fa: "\f365\f365";
}
.fa-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5";
}
.fa-mail-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5";
}
.fa-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122";
}
.fa-mail-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122";
}
.fa-reply-clock {
  --fa: "\e239";
  --fa--fa: "\e239\e239";
}
.fa-reply-time {
  --fa: "\e239";
  --fa--fa: "\e239\e239";
}
.fa-republican {
  --fa: "\f75e";
  --fa--fa: "\f75e\f75e";
}
.fa-restroom {
  --fa: "\f7bd";
  --fa--fa: "\f7bd\f7bd";
}
.fa-restroom-simple {
  --fa: "\e23a";
  --fa--fa: "\e23a\e23a";
}
.fa-retweet {
  --fa: "\f079";
  --fa--fa: "\f079\f079";
}
.fa-rhombus {
  --fa: "\e23b";
  --fa--fa: "\e23b\e23b";
}
.fa-ribbon {
  --fa: "\f4d6";
  --fa--fa: "\f4d6\f4d6";
}
.fa-right {
  --fa: "\f356";
  --fa--fa: "\f356\f356";
}
.fa-arrow-alt-right {
  --fa: "\f356";
  --fa--fa: "\f356\f356";
}
.fa-right-from-bracket {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5";
}
.fa-sign-out-alt {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5";
}
.fa-right-from-line {
  --fa: "\f347";
  --fa--fa: "\f347\f347";
}
.fa-arrow-alt-from-left {
  --fa: "\f347";
  --fa--fa: "\f347\f347";
}
.fa-right-left {
  --fa: "\f362";
  --fa--fa: "\f362\f362";
}
.fa-exchange-alt {
  --fa: "\f362";
  --fa--fa: "\f362\f362";
}
.fa-right-left-large {
  --fa: "\e5e1";
  --fa--fa: "\e5e1\e5e1";
}
.fa-right-long {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b";
}
.fa-long-arrow-alt-right {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b";
}
.fa-right-long-to-line {
  --fa: "\e444";
  --fa--fa: "\e444\e444";
}
.fa-right-to-bracket {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6";
}
.fa-sign-in-alt {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6";
}
.fa-right-to-line {
  --fa: "\f34c";
  --fa--fa: "\f34c\f34c";
}
.fa-arrow-alt-to-right {
  --fa: "\f34c";
  --fa--fa: "\f34c\f34c";
}
.fa-ring {
  --fa: "\f70b";
  --fa--fa: "\f70b\f70b";
}
.fa-ring-diamond {
  --fa: "\e5ab";
  --fa--fa: "\e5ab\e5ab";
}
.fa-rings-wedding {
  --fa: "\f81b";
  --fa--fa: "\f81b\f81b";
}
.fa-road {
  --fa: "\f018";
  --fa--fa: "\f018\f018";
}
.fa-road-barrier {
  --fa: "\e562";
  --fa--fa: "\e562\e562";
}
.fa-road-bridge {
  --fa: "\e563";
  --fa--fa: "\e563\e563";
}
.fa-road-circle-check {
  --fa: "\e564";
  --fa--fa: "\e564\e564";
}
.fa-road-circle-exclamation {
  --fa: "\e565";
  --fa--fa: "\e565\e565";
}
.fa-road-circle-xmark {
  --fa: "\e566";
  --fa--fa: "\e566\e566";
}
.fa-road-lock {
  --fa: "\e567";
  --fa--fa: "\e567\e567";
}
.fa-road-spikes {
  --fa: "\e568";
  --fa--fa: "\e568\e568";
}
.fa-robot {
  --fa: "\f544";
  --fa--fa: "\f544\f544";
}
.fa-robot-astromech {
  --fa: "\e2d2";
  --fa--fa: "\e2d2\e2d2";
}
.fa-rocket {
  --fa: "\f135";
  --fa--fa: "\f135\f135";
}
.fa-rocket-launch {
  --fa: "\e027";
  --fa--fa: "\e027\e027";
}
.fa-roller-coaster {
  --fa: "\e324";
  --fa--fa: "\e324\e324";
}
.fa-rotate {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1";
}
.fa-sync-alt {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1";
}
.fa-rotate-exclamation {
  --fa: "\e23c";
  --fa--fa: "\e23c\e23c";
}
.fa-rotate-left {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}
.fa-rotate-back {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}
.fa-rotate-backward {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}
.fa-undo-alt {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea";
}
.fa-rotate-reverse {
  --fa: "\e631";
  --fa--fa: "\e631\e631";
}
.fa-rotate-right {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}
.fa-redo-alt {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}
.fa-rotate-forward {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9";
}
.fa-route {
  --fa: "\f4d7";
  --fa--fa: "\f4d7\f4d7";
}
.fa-route-highway {
  --fa: "\f61a";
  --fa--fa: "\f61a\f61a";
}
.fa-route-interstate {
  --fa: "\f61b";
  --fa--fa: "\f61b\f61b";
}
.fa-router {
  --fa: "\f8da";
  --fa--fa: "\f8da\f8da";
}
.fa-rss {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e";
}
.fa-feed {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e";
}
.fa-ruble-sign {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}
.fa-rouble {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}
.fa-rub {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}
.fa-ruble {
  --fa: "\f158";
  --fa--fa: "\f158\f158";
}
.fa-rug {
  --fa: "\e569";
  --fa--fa: "\e569\e569";
}
.fa-rugby-ball {
  --fa: "\e3c6";
  --fa--fa: "\e3c6\e3c6";
}
.fa-ruler {
  --fa: "\f545";
  --fa--fa: "\f545\f545";
}
.fa-ruler-combined {
  --fa: "\f546";
  --fa--fa: "\f546\f546";
}
.fa-ruler-horizontal {
  --fa: "\f547";
  --fa--fa: "\f547\f547";
}
.fa-ruler-triangle {
  --fa: "\f61c";
  --fa--fa: "\f61c\f61c";
}
.fa-ruler-vertical {
  --fa: "\f548";
  --fa--fa: "\f548\f548";
}
.fa-rupee-sign {
  --fa: "\f156";
  --fa--fa: "\f156\f156";
}
.fa-rupee {
  --fa: "\f156";
  --fa--fa: "\f156\f156";
}
.fa-rupiah-sign {
  --fa: "\e23d";
  --fa--fa: "\e23d\e23d";
}
.fa-rv {
  --fa: "\f7be";
  --fa--fa: "\f7be\f7be";
}
.fa-s {
  --fa: "\53";
  --fa--fa: "\53\53";
}
.fa-sack {
  --fa: "\f81c";
  --fa--fa: "\f81c\f81c";
}
.fa-sack-dollar {
  --fa: "\f81d";
  --fa--fa: "\f81d\f81d";
}
.fa-sack-xmark {
  --fa: "\e56a";
  --fa--fa: "\e56a\e56a";
}
.fa-sailboat {
  --fa: "\e445";
  --fa--fa: "\e445\e445";
}
.fa-salad {
  --fa: "\f81e";
  --fa--fa: "\f81e\f81e";
}
.fa-bowl-salad {
  --fa: "\f81e";
  --fa--fa: "\f81e\f81e";
}
.fa-salt-shaker {
  --fa: "\e446";
  --fa--fa: "\e446\e446";
}
.fa-sandwich {
  --fa: "\f81f";
  --fa--fa: "\f81f\f81f";
}
.fa-satellite {
  --fa: "\f7bf";
  --fa--fa: "\f7bf\f7bf";
}
.fa-satellite-dish {
  --fa: "\f7c0";
  --fa--fa: "\f7c0\f7c0";
}
.fa-sausage {
  --fa: "\f820";
  --fa--fa: "\f820\f820";
}
.fa-saxophone {
  --fa: "\f8dc";
  --fa--fa: "\f8dc\f8dc";
}
.fa-saxophone-fire {
  --fa: "\f8db";
  --fa--fa: "\f8db\f8db";
}
.fa-sax-hot {
  --fa: "\f8db";
  --fa--fa: "\f8db\f8db";
}
.fa-scale-balanced {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e";
}
.fa-balance-scale {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e";
}
.fa-scale-unbalanced {
  --fa: "\f515";
  --fa--fa: "\f515\f515";
}
.fa-balance-scale-left {
  --fa: "\f515";
  --fa--fa: "\f515\f515";
}
.fa-scale-unbalanced-flip {
  --fa: "\f516";
  --fa--fa: "\f516\f516";
}
.fa-balance-scale-right {
  --fa: "\f516";
  --fa--fa: "\f516\f516";
}
.fa-scalpel {
  --fa: "\f61d";
  --fa--fa: "\f61d\f61d";
}
.fa-scalpel-line-dashed {
  --fa: "\f61e";
  --fa--fa: "\f61e\f61e";
}
.fa-scalpel-path {
  --fa: "\f61e";
  --fa--fa: "\f61e\f61e";
}
.fa-scanner-gun {
  --fa: "\f488";
  --fa--fa: "\f488\f488";
}
.fa-scanner {
  --fa: "\f488";
  --fa--fa: "\f488\f488";
}
.fa-scanner-image {
  --fa: "\f8f3";
  --fa--fa: "\f8f3\f8f3";
}
.fa-scanner-keyboard {
  --fa: "\f489";
  --fa--fa: "\f489\f489";
}
.fa-scanner-touchscreen {
  --fa: "\f48a";
  --fa--fa: "\f48a\f48a";
}
.fa-scarecrow {
  --fa: "\f70d";
  --fa--fa: "\f70d\f70d";
}
.fa-scarf {
  --fa: "\f7c1";
  --fa--fa: "\f7c1\f7c1";
}
.fa-school {
  --fa: "\f549";
  --fa--fa: "\f549\f549";
}
.fa-school-circle-check {
  --fa: "\e56b";
  --fa--fa: "\e56b\e56b";
}
.fa-school-circle-exclamation {
  --fa: "\e56c";
  --fa--fa: "\e56c\e56c";
}
.fa-school-circle-xmark {
  --fa: "\e56d";
  --fa--fa: "\e56d\e56d";
}
.fa-school-flag {
  --fa: "\e56e";
  --fa--fa: "\e56e\e56e";
}
.fa-school-lock {
  --fa: "\e56f";
  --fa--fa: "\e56f\e56f";
}
.fa-scissors {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4";
}
.fa-cut {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4";
}
.fa-screen-users {
  --fa: "\f63d";
  --fa--fa: "\f63d\f63d";
}
.fa-users-class {
  --fa: "\f63d";
  --fa--fa: "\f63d\f63d";
}
.fa-screencast {
  --fa: "\e23e";
  --fa--fa: "\e23e\e23e";
}
.fa-screwdriver {
  --fa: "\f54a";
  --fa--fa: "\f54a\f54a";
}
.fa-screwdriver-wrench {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9";
}
.fa-tools {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9";
}
.fa-scribble {
  --fa: "\e23f";
  --fa--fa: "\e23f\e23f";
}
.fa-scroll {
  --fa: "\f70e";
  --fa--fa: "\f70e\f70e";
}
.fa-scroll-old {
  --fa: "\f70f";
  --fa--fa: "\f70f\f70f";
}
.fa-scroll-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0";
}
.fa-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0";
}
.fa-scrubber {
  --fa: "\f2f8";
  --fa--fa: "\f2f8\f2f8";
}
.fa-scythe {
  --fa: "\f710";
  --fa--fa: "\f710\f710";
}
.fa-sd-card {
  --fa: "\f7c2";
  --fa--fa: "\f7c2\f7c2";
}
.fa-sd-cards {
  --fa: "\e240";
  --fa--fa: "\e240\e240";
}
.fa-seal {
  --fa: "\e241";
  --fa--fa: "\e241\e241";
}
.fa-seal-exclamation {
  --fa: "\e242";
  --fa--fa: "\e242\e242";
}
.fa-seal-question {
  --fa: "\e243";
  --fa--fa: "\e243\e243";
}
.fa-seat-airline {
  --fa: "\e244";
  --fa--fa: "\e244\e244";
}
.fa-section {
  --fa: "\e447";
  --fa--fa: "\e447\e447";
}
.fa-seedling {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8";
}
.fa-sprout {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8";
}
.fa-semicolon {
  --fa: "\3b";
  --fa--fa: "\3b\3b";
}
.fa-send-back {
  --fa: "\f87e";
  --fa--fa: "\f87e\f87e";
}
.fa-send-backward {
  --fa: "\f87f";
  --fa--fa: "\f87f\f87f";
}
.fa-sensor {
  --fa: "\e028";
  --fa--fa: "\e028\e028";
}
.fa-sensor-cloud {
  --fa: "\e02c";
  --fa--fa: "\e02c\e02c";
}
.fa-sensor-smoke {
  --fa: "\e02c";
  --fa--fa: "\e02c\e02c";
}
.fa-sensor-fire {
  --fa: "\e02a";
  --fa--fa: "\e02a\e02a";
}
.fa-sensor-on {
  --fa: "\e02b";
  --fa--fa: "\e02b\e02b";
}
.fa-sensor-triangle-exclamation {
  --fa: "\e029";
  --fa--fa: "\e029\e029";
}
.fa-sensor-alert {
  --fa: "\e029";
  --fa--fa: "\e029\e029";
}
.fa-server {
  --fa: "\f233";
  --fa--fa: "\f233\f233";
}
.fa-shapes {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f";
}
.fa-triangle-circle-square {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f";
}
.fa-share {
  --fa: "\f064";
  --fa--fa: "\f064\f064";
}
.fa-mail-forward {
  --fa: "\f064";
  --fa--fa: "\f064\f064";
}
.fa-share-all {
  --fa: "\f367";
  --fa--fa: "\f367\f367";
}
.fa-share-from-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d";
}
.fa-share-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d";
}
.fa-share-nodes {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0";
}
.fa-share-alt {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0";
}
.fa-sheep {
  --fa: "\f711";
  --fa--fa: "\f711\f711";
}
.fa-sheet-plastic {
  --fa: "\e571";
  --fa--fa: "\e571\e571";
}
.fa-shekel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa-ils {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa-shekel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa-sheqel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa-sheqel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b";
}
.fa-shelves {
  --fa: "\f480";
  --fa--fa: "\f480\f480";
}
.fa-inventory {
  --fa: "\f480";
  --fa--fa: "\f480\f480";
}
.fa-shelves-empty {
  --fa: "\e246";
  --fa--fa: "\e246\e246";
}
.fa-shield {
  --fa: "\f132";
  --fa--fa: "\f132\f132";
}
.fa-shield-blank {
  --fa: "\f132";
  --fa--fa: "\f132\f132";
}
.fa-shield-cat {
  --fa: "\e572";
  --fa--fa: "\e572\e572";
}
.fa-shield-check {
  --fa: "\f2f7";
  --fa--fa: "\f2f7\f2f7";
}
.fa-shield-cross {
  --fa: "\f712";
  --fa--fa: "\f712\f712";
}
.fa-shield-dog {
  --fa: "\e573";
  --fa--fa: "\e573\e573";
}
.fa-shield-exclamation {
  --fa: "\e247";
  --fa--fa: "\e247\e247";
}
.fa-shield-halved {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed";
}
.fa-shield-alt {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed";
}
.fa-shield-heart {
  --fa: "\e574";
  --fa--fa: "\e574\e574";
}
.fa-shield-keyhole {
  --fa: "\e248";
  --fa--fa: "\e248\e248";
}
.fa-shield-minus {
  --fa: "\e249";
  --fa--fa: "\e249\e249";
}
.fa-shield-plus {
  --fa: "\e24a";
  --fa--fa: "\e24a\e24a";
}
.fa-shield-quartered {
  --fa: "\e575";
  --fa--fa: "\e575\e575";
}
.fa-shield-slash {
  --fa: "\e24b";
  --fa--fa: "\e24b\e24b";
}
.fa-shield-virus {
  --fa: "\e06c";
  --fa--fa: "\e06c\e06c";
}
.fa-shield-xmark {
  --fa: "\e24c";
  --fa--fa: "\e24c\e24c";
}
.fa-shield-times {
  --fa: "\e24c";
  --fa--fa: "\e24c\e24c";
}
.fa-ship {
  --fa: "\f21a";
  --fa--fa: "\f21a\f21a";
}
.fa-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}
.fa-t-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}
.fa-tshirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553";
}
.fa-shirt-long-sleeve {
  --fa: "\e3c7";
  --fa--fa: "\e3c7\e3c7";
}
.fa-shirt-running {
  --fa: "\e3c8";
  --fa--fa: "\e3c8\e3c8";
}
.fa-shirt-tank-top {
  --fa: "\e3c9";
  --fa--fa: "\e3c9\e3c9";
}
.fa-shish-kebab {
  --fa: "\f821";
  --fa--fa: "\f821\f821";
}
.fa-shoe-prints {
  --fa: "\f54b";
  --fa--fa: "\f54b\f54b";
}
.fa-shop {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f";
}
.fa-store-alt {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f";
}
.fa-shop-lock {
  --fa: "\e4a5";
  --fa--fa: "\e4a5\e4a5";
}
.fa-shop-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070";
}
.fa-store-alt-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070";
}
.fa-shovel {
  --fa: "\f713";
  --fa--fa: "\f713\f713";
}
.fa-shovel-snow {
  --fa: "\f7c3";
  --fa--fa: "\f7c3\f7c3";
}
.fa-shower {
  --fa: "\f2cc";
  --fa--fa: "\f2cc\f2cc";
}
.fa-shower-down {
  --fa: "\e24d";
  --fa--fa: "\e24d\e24d";
}
.fa-shower-alt {
  --fa: "\e24d";
  --fa--fa: "\e24d\e24d";
}
.fa-shredder {
  --fa: "\f68a";
  --fa--fa: "\f68a\f68a";
}
.fa-shrimp {
  --fa: "\e448";
  --fa--fa: "\e448\e448";
}
.fa-shuffle {
  --fa: "\f074";
  --fa--fa: "\f074\f074";
}
.fa-random {
  --fa: "\f074";
  --fa--fa: "\f074\f074";
}
.fa-shutters {
  --fa: "\e449";
  --fa--fa: "\e449\e449";
}
.fa-shuttle-space {
  --fa: "\f197";
  --fa--fa: "\f197\f197";
}
.fa-space-shuttle {
  --fa: "\f197";
  --fa--fa: "\f197\f197";
}
.fa-shuttlecock {
  --fa: "\f45b";
  --fa--fa: "\f45b\f45b";
}
.fa-sickle {
  --fa: "\f822";
  --fa--fa: "\f822\f822";
}
.fa-sidebar {
  --fa: "\e24e";
  --fa--fa: "\e24e\e24e";
}
.fa-sidebar-flip {
  --fa: "\e24f";
  --fa--fa: "\e24f\e24f";
}
.fa-sigma {
  --fa: "\f68b";
  --fa--fa: "\f68b\f68b";
}
.fa-sign-hanging {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9";
}
.fa-sign {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9";
}
.fa-sign-post {
  --fa: "\e624";
  --fa--fa: "\e624\e624";
}
.fa-sign-posts {
  --fa: "\e625";
  --fa--fa: "\e625\e625";
}
.fa-sign-posts-wrench {
  --fa: "\e626";
  --fa--fa: "\e626\e626";
}
.fa-signal {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}
.fa-signal-5 {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}
.fa-signal-perfect {
  --fa: "\f012";
  --fa--fa: "\f012\f012";
}
.fa-signal-bars {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}
.fa-signal-alt {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}
.fa-signal-alt-4 {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}
.fa-signal-bars-strong {
  --fa: "\f690";
  --fa--fa: "\f690\f690";
}
.fa-signal-bars-fair {
  --fa: "\f692";
  --fa--fa: "\f692\f692";
}
.fa-signal-alt-2 {
  --fa: "\f692";
  --fa--fa: "\f692\f692";
}
.fa-signal-bars-good {
  --fa: "\f693";
  --fa--fa: "\f693\f693";
}
.fa-signal-alt-3 {
  --fa: "\f693";
  --fa--fa: "\f693\f693";
}
.fa-signal-bars-slash {
  --fa: "\f694";
  --fa--fa: "\f694\f694";
}
.fa-signal-alt-slash {
  --fa: "\f694";
  --fa--fa: "\f694\f694";
}
.fa-signal-bars-weak {
  --fa: "\f691";
  --fa--fa: "\f691\f691";
}
.fa-signal-alt-1 {
  --fa: "\f691";
  --fa--fa: "\f691\f691";
}
.fa-signal-fair {
  --fa: "\f68d";
  --fa--fa: "\f68d\f68d";
}
.fa-signal-2 {
  --fa: "\f68d";
  --fa--fa: "\f68d\f68d";
}
.fa-signal-good {
  --fa: "\f68e";
  --fa--fa: "\f68e\f68e";
}
.fa-signal-3 {
  --fa: "\f68e";
  --fa--fa: "\f68e\f68e";
}
.fa-signal-slash {
  --fa: "\f695";
  --fa--fa: "\f695\f695";
}
.fa-signal-stream {
  --fa: "\f8dd";
  --fa--fa: "\f8dd\f8dd";
}
.fa-signal-stream-slash {
  --fa: "\e250";
  --fa--fa: "\e250\e250";
}
.fa-signal-strong {
  --fa: "\f68f";
  --fa--fa: "\f68f\f68f";
}
.fa-signal-4 {
  --fa: "\f68f";
  --fa--fa: "\f68f\f68f";
}
.fa-signal-weak {
  --fa: "\f68c";
  --fa--fa: "\f68c\f68c";
}
.fa-signal-1 {
  --fa: "\f68c";
  --fa--fa: "\f68c\f68c";
}
.fa-signature {
  --fa: "\f5b7";
  --fa--fa: "\f5b7\f5b7";
}
.fa-signature-lock {
  --fa: "\e3ca";
  --fa--fa: "\e3ca\e3ca";
}
.fa-signature-slash {
  --fa: "\e3cb";
  --fa--fa: "\e3cb\e3cb";
}
.fa-signs-post {
  --fa: "\f277";
  --fa--fa: "\f277\f277";
}
.fa-map-signs {
  --fa: "\f277";
  --fa--fa: "\f277\f277";
}
.fa-sim-card {
  --fa: "\f7c4";
  --fa--fa: "\f7c4\f7c4";
}
.fa-sim-cards {
  --fa: "\e251";
  --fa--fa: "\e251\e251";
}
.fa-sink {
  --fa: "\e06d";
  --fa--fa: "\e06d\e06d";
}
.fa-siren {
  --fa: "\e02d";
  --fa--fa: "\e02d\e02d";
}
.fa-siren-on {
  --fa: "\e02e";
  --fa--fa: "\e02e\e02e";
}
.fa-sitemap {
  --fa: "\f0e8";
  --fa--fa: "\f0e8\f0e8";
}
.fa-skeleton {
  --fa: "\f620";
  --fa--fa: "\f620\f620";
}
.fa-skeleton-ribs {
  --fa: "\e5cb";
  --fa--fa: "\e5cb\e5cb";
}
.fa-ski-boot {
  --fa: "\e3cc";
  --fa--fa: "\e3cc\e3cc";
}
.fa-ski-boot-ski {
  --fa: "\e3cd";
  --fa--fa: "\e3cd\e3cd";
}
.fa-skull {
  --fa: "\f54c";
  --fa--fa: "\f54c\f54c";
}
.fa-skull-cow {
  --fa: "\f8de";
  --fa--fa: "\f8de\f8de";
}
.fa-skull-crossbones {
  --fa: "\f714";
  --fa--fa: "\f714\f714";
}
.fa-slash {
  --fa: "\f715";
  --fa--fa: "\f715\f715";
}
.fa-slash-back {
  --fa: "\5c";
  --fa--fa: "\5c\5c";
}
.fa-slash-forward {
  --fa: "\2f";
  --fa--fa: "\2f\2f";
}
.fa-sleigh {
  --fa: "\f7cc";
  --fa--fa: "\f7cc\f7cc";
}
.fa-slider {
  --fa: "\e252";
  --fa--fa: "\e252\e252";
}
.fa-sliders {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de";
}
.fa-sliders-h {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de";
}
.fa-sliders-simple {
  --fa: "\e253";
  --fa--fa: "\e253\e253";
}
.fa-sliders-up {
  --fa: "\f3f1";
  --fa--fa: "\f3f1\f3f1";
}
.fa-sliders-v {
  --fa: "\f3f1";
  --fa--fa: "\f3f1\f3f1";
}
.fa-slot-machine {
  --fa: "\e3ce";
  --fa--fa: "\e3ce\e3ce";
}
.fa-smog {
  --fa: "\f75f";
  --fa--fa: "\f75f\f75f";
}
.fa-smoke {
  --fa: "\f760";
  --fa--fa: "\f760\f760";
}
.fa-smoking {
  --fa: "\f48d";
  --fa--fa: "\f48d\f48d";
}
.fa-snake {
  --fa: "\f716";
  --fa--fa: "\f716\f716";
}
.fa-snooze {
  --fa: "\f880";
  --fa--fa: "\f880\f880";
}
.fa-zzz {
  --fa: "\f880";
  --fa--fa: "\f880\f880";
}
.fa-snow-blowing {
  --fa: "\f761";
  --fa--fa: "\f761\f761";
}
.fa-snowflake {
  --fa: "\f2dc";
  --fa--fa: "\f2dc\f2dc";
}
.fa-snowflake-droplets {
  --fa: "\e5c1";
  --fa--fa: "\e5c1\e5c1";
}
.fa-snowflakes {
  --fa: "\f7cf";
  --fa--fa: "\f7cf\f7cf";
}
.fa-snowman {
  --fa: "\f7d0";
  --fa--fa: "\f7d0\f7d0";
}
.fa-snowman-head {
  --fa: "\f79b";
  --fa--fa: "\f79b\f79b";
}
.fa-frosty-head {
  --fa: "\f79b";
  --fa--fa: "\f79b\f79b";
}
.fa-snowplow {
  --fa: "\f7d2";
  --fa--fa: "\f7d2\f7d2";
}
.fa-soap {
  --fa: "\e06e";
  --fa--fa: "\e06e\e06e";
}
.fa-socks {
  --fa: "\f696";
  --fa--fa: "\f696\f696";
}
.fa-soft-serve {
  --fa: "\e400";
  --fa--fa: "\e400\e400";
}
.fa-creemee {
  --fa: "\e400";
  --fa--fa: "\e400\e400";
}
.fa-solar-panel {
  --fa: "\f5ba";
  --fa--fa: "\f5ba\f5ba";
}
.fa-solar-system {
  --fa: "\e02f";
  --fa--fa: "\e02f\e02f";
}
.fa-sort {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc";
}
.fa-unsorted {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc";
}
.fa-sort-down {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd";
}
.fa-sort-desc {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd";
}
.fa-sort-up {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de";
}
.fa-sort-asc {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de";
}
.fa-spa {
  --fa: "\f5bb";
  --fa--fa: "\f5bb\f5bb";
}
.fa-space-station-moon {
  --fa: "\e033";
  --fa--fa: "\e033\e033";
}
.fa-space-station-moon-construction {
  --fa: "\e034";
  --fa--fa: "\e034\e034";
}
.fa-space-station-moon-alt {
  --fa: "\e034";
  --fa--fa: "\e034\e034";
}
.fa-spade {
  --fa: "\f2f4";
  --fa--fa: "\f2f4\f2f4";
}
.fa-spaghetti-monster-flying {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b";
}
.fa-pastafarianism {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b";
}
.fa-sparkle {
  --fa: "\e5d6";
  --fa--fa: "\e5d6\e5d6";
}
.fa-sparkles {
  --fa: "\f890";
  --fa--fa: "\f890\f890";
}
.fa-speaker {
  --fa: "\f8df";
  --fa--fa: "\f8df\f8df";
}
.fa-speakers {
  --fa: "\f8e0";
  --fa--fa: "\f8e0\f8e0";
}
.fa-spell-check {
  --fa: "\f891";
  --fa--fa: "\f891\f891";
}
.fa-spider {
  --fa: "\f717";
  --fa--fa: "\f717\f717";
}
.fa-spider-black-widow {
  --fa: "\f718";
  --fa--fa: "\f718\f718";
}
.fa-spider-web {
  --fa: "\f719";
  --fa--fa: "\f719\f719";
}
.fa-spinner {
  --fa: "\f110";
  --fa--fa: "\f110\f110";
}
.fa-spinner-scale {
  --fa: "\e62a";
  --fa--fa: "\e62a\e62a";
}
.fa-spinner-third {
  --fa: "\f3f4";
  --fa--fa: "\f3f4\f3f4";
}
.fa-split {
  --fa: "\e254";
  --fa--fa: "\e254\e254";
}
.fa-splotch {
  --fa: "\f5bc";
  --fa--fa: "\f5bc\f5bc";
}
.fa-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5";
}
.fa-utensil-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5";
}
.fa-sportsball {
  --fa: "\e44b";
  --fa--fa: "\e44b\e44b";
}
.fa-spray-can {
  --fa: "\f5bd";
  --fa--fa: "\f5bd\f5bd";
}
.fa-spray-can-sparkles {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0";
}
.fa-air-freshener {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0";
}
.fa-sprinkler {
  --fa: "\e035";
  --fa--fa: "\e035\e035";
}
.fa-sprinkler-ceiling {
  --fa: "\e44c";
  --fa--fa: "\e44c\e44c";
}
.fa-square {
  --fa: "\f0c8";
  --fa--fa: "\f0c8\f0c8";
}
.fa-square-0 {
  --fa: "\e255";
  --fa--fa: "\e255\e255";
}
.fa-square-1 {
  --fa: "\e256";
  --fa--fa: "\e256\e256";
}
.fa-square-2 {
  --fa: "\e257";
  --fa--fa: "\e257\e257";
}
.fa-square-3 {
  --fa: "\e258";
  --fa--fa: "\e258\e258";
}
.fa-square-4 {
  --fa: "\e259";
  --fa--fa: "\e259\e259";
}
.fa-square-5 {
  --fa: "\e25a";
  --fa--fa: "\e25a\e25a";
}
.fa-square-6 {
  --fa: "\e25b";
  --fa--fa: "\e25b\e25b";
}
.fa-square-7 {
  --fa: "\e25c";
  --fa--fa: "\e25c\e25c";
}
.fa-square-8 {
  --fa: "\e25d";
  --fa--fa: "\e25d\e25d";
}
.fa-square-9 {
  --fa: "\e25e";
  --fa--fa: "\e25e\e25e";
}
.fa-square-a {
  --fa: "\e25f";
  --fa--fa: "\e25f\e25f";
}
.fa-square-a-lock {
  --fa: "\e44d";
  --fa--fa: "\e44d\e44d";
}
.fa-square-ampersand {
  --fa: "\e260";
  --fa--fa: "\e260\e260";
}
.fa-square-arrow-down {
  --fa: "\f339";
  --fa--fa: "\f339\f339";
}
.fa-arrow-square-down {
  --fa: "\f339";
  --fa--fa: "\f339\f339";
}
.fa-square-arrow-down-left {
  --fa: "\e261";
  --fa--fa: "\e261\e261";
}
.fa-square-arrow-down-right {
  --fa: "\e262";
  --fa--fa: "\e262\e262";
}
.fa-square-arrow-left {
  --fa: "\f33a";
  --fa--fa: "\f33a\f33a";
}
.fa-arrow-square-left {
  --fa: "\f33a";
  --fa--fa: "\f33a\f33a";
}
.fa-square-arrow-right {
  --fa: "\f33b";
  --fa--fa: "\f33b\f33b";
}
.fa-arrow-square-right {
  --fa: "\f33b";
  --fa--fa: "\f33b\f33b";
}
.fa-square-arrow-up {
  --fa: "\f33c";
  --fa--fa: "\f33c\f33c";
}
.fa-arrow-square-up {
  --fa: "\f33c";
  --fa--fa: "\f33c\f33c";
}
.fa-square-arrow-up-left {
  --fa: "\e263";
  --fa--fa: "\e263\e263";
}
.fa-square-arrow-up-right {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c";
}
.fa-external-link-square {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c";
}
.fa-square-b {
  --fa: "\e264";
  --fa--fa: "\e264\e264";
}
.fa-square-binary {
  --fa: "\e69b";
  --fa--fa: "\e69b\e69b";
}
.fa-square-bolt {
  --fa: "\e265";
  --fa--fa: "\e265\e265";
}
.fa-square-c {
  --fa: "\e266";
  --fa--fa: "\e266\e266";
}
.fa-square-caret-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150";
}
.fa-caret-square-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150";
}
.fa-square-caret-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191";
}
.fa-caret-square-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191";
}
.fa-square-caret-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152";
}
.fa-caret-square-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152";
}
.fa-square-caret-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151";
}
.fa-caret-square-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151";
}
.fa-square-check {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a";
}
.fa-check-square {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a";
}
.fa-square-chevron-down {
  --fa: "\f329";
  --fa--fa: "\f329\f329";
}
.fa-chevron-square-down {
  --fa: "\f329";
  --fa--fa: "\f329\f329";
}
.fa-square-chevron-left {
  --fa: "\f32a";
  --fa--fa: "\f32a\f32a";
}
.fa-chevron-square-left {
  --fa: "\f32a";
  --fa--fa: "\f32a\f32a";
}
.fa-square-chevron-right {
  --fa: "\f32b";
  --fa--fa: "\f32b\f32b";
}
.fa-chevron-square-right {
  --fa: "\f32b";
  --fa--fa: "\f32b\f32b";
}
.fa-square-chevron-up {
  --fa: "\f32c";
  --fa--fa: "\f32c\f32c";
}
.fa-chevron-square-up {
  --fa: "\f32c";
  --fa--fa: "\f32c\f32c";
}
.fa-square-code {
  --fa: "\e267";
  --fa--fa: "\e267\e267";
}
.fa-square-d {
  --fa: "\e268";
  --fa--fa: "\e268\e268";
}
.fa-square-dashed {
  --fa: "\e269";
  --fa--fa: "\e269\e269";
}
.fa-square-dashed-circle-plus {
  --fa: "\e5c2";
  --fa--fa: "\e5c2\e5c2";
}
.fa-square-divide {
  --fa: "\e26a";
  --fa--fa: "\e26a\e26a";
}
.fa-square-dollar {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}
.fa-dollar-square {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}
.fa-usd-square {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9";
}
.fa-square-down {
  --fa: "\f350";
  --fa--fa: "\f350\f350";
}
.fa-arrow-alt-square-down {
  --fa: "\f350";
  --fa--fa: "\f350\f350";
}
.fa-square-down-left {
  --fa: "\e26b";
  --fa--fa: "\e26b\e26b";
}
.fa-square-down-right {
  --fa: "\e26c";
  --fa--fa: "\e26c\e26c";
}
.fa-square-e {
  --fa: "\e26d";
  --fa--fa: "\e26d\e26d";
}
.fa-square-ellipsis {
  --fa: "\e26e";
  --fa--fa: "\e26e\e26e";
}
.fa-square-ellipsis-vertical {
  --fa: "\e26f";
  --fa--fa: "\e26f\e26f";
}
.fa-square-envelope {
  --fa: "\f199";
  --fa--fa: "\f199\f199";
}
.fa-envelope-square {
  --fa: "\f199";
  --fa--fa: "\f199\f199";
}
.fa-square-exclamation {
  --fa: "\f321";
  --fa--fa: "\f321\f321";
}
.fa-exclamation-square {
  --fa: "\f321";
  --fa--fa: "\f321\f321";
}
.fa-square-f {
  --fa: "\e270";
  --fa--fa: "\e270\e270";
}
.fa-square-fragile {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}
.fa-box-fragile {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}
.fa-square-wine-glass-crack {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b";
}
.fa-square-full {
  --fa: "\f45c";
  --fa--fa: "\f45c\f45c";
}
.fa-square-g {
  --fa: "\e271";
  --fa--fa: "\e271\e271";
}
.fa-square-h {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd";
}
.fa-h-square {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd";
}
.fa-square-heart {
  --fa: "\f4c8";
  --fa--fa: "\f4c8\f4c8";
}
.fa-heart-square {
  --fa: "\f4c8";
  --fa--fa: "\f4c8\f4c8";
}
.fa-square-i {
  --fa: "\e272";
  --fa--fa: "\e272\e272";
}
.fa-square-info {
  --fa: "\f30f";
  --fa--fa: "\f30f\f30f";
}
.fa-info-square {
  --fa: "\f30f";
  --fa--fa: "\f30f\f30f";
}
.fa-square-j {
  --fa: "\e273";
  --fa--fa: "\e273\e273";
}
.fa-square-k {
  --fa: "\e274";
  --fa--fa: "\e274\e274";
}
.fa-square-kanban {
  --fa: "\e488";
  --fa--fa: "\e488\e488";
}
.fa-square-l {
  --fa: "\e275";
  --fa--fa: "\e275\e275";
}
.fa-square-left {
  --fa: "\f351";
  --fa--fa: "\f351\f351";
}
.fa-arrow-alt-square-left {
  --fa: "\f351";
  --fa--fa: "\f351\f351";
}
.fa-square-list {
  --fa: "\e489";
  --fa--fa: "\e489\e489";
}
.fa-square-m {
  --fa: "\e276";
  --fa--fa: "\e276\e276";
}
.fa-square-minus {
  --fa: "\f146";
  --fa--fa: "\f146\f146";
}
.fa-minus-square {
  --fa: "\f146";
  --fa--fa: "\f146\f146";
}
.fa-square-n {
  --fa: "\e277";
  --fa--fa: "\e277\e277";
}
.fa-square-nfi {
  --fa: "\e576";
  --fa--fa: "\e576\e576";
}
.fa-square-o {
  --fa: "\e278";
  --fa--fa: "\e278\e278";
}
.fa-square-p {
  --fa: "\e279";
  --fa--fa: "\e279\e279";
}
.fa-square-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540";
}
.fa-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540";
}
.fa-square-parking-slash {
  --fa: "\f617";
  --fa--fa: "\f617\f617";
}
.fa-parking-slash {
  --fa: "\f617";
  --fa--fa: "\f617\f617";
}
.fa-square-pen {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}
.fa-pen-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}
.fa-pencil-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b";
}
.fa-square-person-confined {
  --fa: "\e577";
  --fa--fa: "\e577\e577";
}
.fa-square-phone {
  --fa: "\f098";
  --fa--fa: "\f098\f098";
}
.fa-phone-square {
  --fa: "\f098";
  --fa--fa: "\f098\f098";
}
.fa-square-phone-flip {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b";
}
.fa-phone-square-alt {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b";
}
.fa-square-phone-hangup {
  --fa: "\e27a";
  --fa--fa: "\e27a\e27a";
}
.fa-phone-square-down {
  --fa: "\e27a";
  --fa--fa: "\e27a\e27a";
}
.fa-square-plus {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe";
}
.fa-plus-square {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe";
}
.fa-square-poll-horizontal {
  --fa: "\f682";
  --fa--fa: "\f682\f682";
}
.fa-poll-h {
  --fa: "\f682";
  --fa--fa: "\f682\f682";
}
.fa-square-poll-vertical {
  --fa: "\f681";
  --fa--fa: "\f681\f681";
}
.fa-poll {
  --fa: "\f681";
  --fa--fa: "\f681\f681";
}
.fa-square-q {
  --fa: "\e27b";
  --fa--fa: "\e27b\e27b";
}
.fa-square-quarters {
  --fa: "\e44e";
  --fa--fa: "\e44e\e44e";
}
.fa-square-question {
  --fa: "\f2fd";
  --fa--fa: "\f2fd\f2fd";
}
.fa-question-square {
  --fa: "\f2fd";
  --fa--fa: "\f2fd\f2fd";
}
.fa-square-quote {
  --fa: "\e329";
  --fa--fa: "\e329\e329";
}
.fa-square-r {
  --fa: "\e27c";
  --fa--fa: "\e27c\e27c";
}
.fa-square-right {
  --fa: "\f352";
  --fa--fa: "\f352\f352";
}
.fa-arrow-alt-square-right {
  --fa: "\f352";
  --fa--fa: "\f352\f352";
}
.fa-square-ring {
  --fa: "\e44f";
  --fa--fa: "\e44f\e44f";
}
.fa-square-root {
  --fa: "\f697";
  --fa--fa: "\f697\f697";
}
.fa-square-root-variable {
  --fa: "\f698";
  --fa--fa: "\f698\f698";
}
.fa-square-root-alt {
  --fa: "\f698";
  --fa--fa: "\f698\f698";
}
.fa-square-rss {
  --fa: "\f143";
  --fa--fa: "\f143\f143";
}
.fa-rss-square {
  --fa: "\f143";
  --fa--fa: "\f143\f143";
}
.fa-square-s {
  --fa: "\e27d";
  --fa--fa: "\e27d\e27d";
}
.fa-square-share-nodes {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1";
}
.fa-share-alt-square {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1";
}
.fa-square-sliders {
  --fa: "\f3f0";
  --fa--fa: "\f3f0\f3f0";
}
.fa-sliders-h-square {
  --fa: "\f3f0";
  --fa--fa: "\f3f0\f3f0";
}
.fa-square-sliders-vertical {
  --fa: "\f3f2";
  --fa--fa: "\f3f2\f3f2";
}
.fa-sliders-v-square {
  --fa: "\f3f2";
  --fa--fa: "\f3f2\f3f2";
}
.fa-square-small {
  --fa: "\e27e";
  --fa--fa: "\e27e\e27e";
}
.fa-square-star {
  --fa: "\e27f";
  --fa--fa: "\e27f\e27f";
}
.fa-square-t {
  --fa: "\e280";
  --fa--fa: "\e280\e280";
}
.fa-square-terminal {
  --fa: "\e32a";
  --fa--fa: "\e32a\e32a";
}
.fa-square-this-way-up {
  --fa: "\f49f";
  --fa--fa: "\f49f\f49f";
}
.fa-box-up {
  --fa: "\f49f";
  --fa--fa: "\f49f\f49f";
}
.fa-square-u {
  --fa: "\e281";
  --fa--fa: "\e281\e281";
}
.fa-square-up {
  --fa: "\f353";
  --fa--fa: "\f353\f353";
}
.fa-arrow-alt-square-up {
  --fa: "\f353";
  --fa--fa: "\f353\f353";
}
.fa-square-up-left {
  --fa: "\e282";
  --fa--fa: "\e282\e282";
}
.fa-square-up-right {
  --fa: "\f360";
  --fa--fa: "\f360\f360";
}
.fa-external-link-square-alt {
  --fa: "\f360";
  --fa--fa: "\f360\f360";
}
.fa-square-user {
  --fa: "\e283";
  --fa--fa: "\e283\e283";
}
.fa-square-v {
  --fa: "\e284";
  --fa--fa: "\e284\e284";
}
.fa-square-virus {
  --fa: "\e578";
  --fa--fa: "\e578\e578";
}
.fa-square-w {
  --fa: "\e285";
  --fa--fa: "\e285\e285";
}
.fa-square-x {
  --fa: "\e286";
  --fa--fa: "\e286\e286";
}
.fa-square-xmark {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}
.fa-times-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}
.fa-xmark-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3";
}
.fa-square-y {
  --fa: "\e287";
  --fa--fa: "\e287\e287";
}
.fa-square-z {
  --fa: "\e288";
  --fa--fa: "\e288\e288";
}
.fa-squid {
  --fa: "\e450";
  --fa--fa: "\e450\e450";
}
.fa-squirrel {
  --fa: "\f71a";
  --fa--fa: "\f71a\f71a";
}
.fa-staff {
  --fa: "\f71b";
  --fa--fa: "\f71b\f71b";
}
.fa-staff-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}
.fa-rod-asclepius {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}
.fa-rod-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}
.fa-staff-aesculapius {
  --fa: "\e579";
  --fa--fa: "\e579\e579";
}
.fa-stairs {
  --fa: "\e289";
  --fa--fa: "\e289\e289";
}
.fa-stamp {
  --fa: "\f5bf";
  --fa--fa: "\f5bf\f5bf";
}
.fa-standard-definition {
  --fa: "\e28a";
  --fa--fa: "\e28a\e28a";
}
.fa-rectangle-sd {
  --fa: "\e28a";
  --fa--fa: "\e28a\e28a";
}
.fa-stapler {
  --fa: "\e5af";
  --fa--fa: "\e5af\e5af";
}
.fa-star {
  --fa: "\f005";
  --fa--fa: "\f005\f005";
}
.fa-star-and-crescent {
  --fa: "\f699";
  --fa--fa: "\f699\f699";
}
.fa-star-christmas {
  --fa: "\f7d4";
  --fa--fa: "\f7d4\f7d4";
}
.fa-star-exclamation {
  --fa: "\f2f3";
  --fa--fa: "\f2f3\f2f3";
}
.fa-star-half {
  --fa: "\f089";
  --fa--fa: "\f089\f089";
}
.fa-star-half-stroke {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0";
}
.fa-star-half-alt {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0";
}
.fa-star-of-david {
  --fa: "\f69a";
  --fa--fa: "\f69a\f69a";
}
.fa-star-of-life {
  --fa: "\f621";
  --fa--fa: "\f621\f621";
}
.fa-star-sharp {
  --fa: "\e28b";
  --fa--fa: "\e28b\e28b";
}
.fa-star-sharp-half {
  --fa: "\e28c";
  --fa--fa: "\e28c\e28c";
}
.fa-star-sharp-half-stroke {
  --fa: "\e28d";
  --fa--fa: "\e28d\e28d";
}
.fa-star-sharp-half-alt {
  --fa: "\e28d";
  --fa--fa: "\e28d\e28d";
}
.fa-star-shooting {
  --fa: "\e036";
  --fa--fa: "\e036\e036";
}
.fa-starfighter {
  --fa: "\e037";
  --fa--fa: "\e037\e037";
}
.fa-starfighter-twin-ion-engine {
  --fa: "\e038";
  --fa--fa: "\e038\e038";
}
.fa-starfighter-alt {
  --fa: "\e038";
  --fa--fa: "\e038\e038";
}
.fa-starfighter-twin-ion-engine-advanced {
  --fa: "\e28e";
  --fa--fa: "\e28e\e28e";
}
.fa-starfighter-alt-advanced {
  --fa: "\e28e";
  --fa--fa: "\e28e\e28e";
}
.fa-stars {
  --fa: "\f762";
  --fa--fa: "\f762\f762";
}
.fa-starship {
  --fa: "\e039";
  --fa--fa: "\e039\e039";
}
.fa-starship-freighter {
  --fa: "\e03a";
  --fa--fa: "\e03a\e03a";
}
.fa-steak {
  --fa: "\f824";
  --fa--fa: "\f824\f824";
}
.fa-steering-wheel {
  --fa: "\f622";
  --fa--fa: "\f622\f622";
}
.fa-sterling-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}
.fa-gbp {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}
.fa-pound-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154";
}
.fa-stethoscope {
  --fa: "\f0f1";
  --fa--fa: "\f0f1\f0f1";
}
.fa-stocking {
  --fa: "\f7d5";
  --fa--fa: "\f7d5\f7d5";
}
.fa-stomach {
  --fa: "\f623";
  --fa--fa: "\f623\f623";
}
.fa-stop {
  --fa: "\f04d";
  --fa--fa: "\f04d\f04d";
}
.fa-stopwatch {
  --fa: "\f2f2";
  --fa--fa: "\f2f2\f2f2";
}
.fa-stopwatch-20 {
  --fa: "\e06f";
  --fa--fa: "\e06f\e06f";
}
.fa-store {
  --fa: "\f54e";
  --fa--fa: "\f54e\f54e";
}
.fa-store-lock {
  --fa: "\e4a6";
  --fa--fa: "\e4a6\e4a6";
}
.fa-store-slash {
  --fa: "\e071";
  --fa--fa: "\e071\e071";
}
.fa-strawberry {
  --fa: "\e32b";
  --fa--fa: "\e32b\e32b";
}
.fa-street-view {
  --fa: "\f21d";
  --fa--fa: "\f21d\f21d";
}
.fa-stretcher {
  --fa: "\f825";
  --fa--fa: "\f825\f825";
}
.fa-strikethrough {
  --fa: "\f0cc";
  --fa--fa: "\f0cc\f0cc";
}
.fa-stroopwafel {
  --fa: "\f551";
  --fa--fa: "\f551\f551";
}
.fa-subscript {
  --fa: "\f12c";
  --fa--fa: "\f12c\f12c";
}
.fa-subtitles {
  --fa: "\e60f";
  --fa--fa: "\e60f\e60f";
}
.fa-subtitles-slash {
  --fa: "\e610";
  --fa--fa: "\e610\e610";
}
.fa-suitcase {
  --fa: "\f0f2";
  --fa--fa: "\f0f2\f0f2";
}
.fa-suitcase-medical {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa";
}
.fa-medkit {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa";
}
.fa-suitcase-rolling {
  --fa: "\f5c1";
  --fa--fa: "\f5c1\f5c1";
}
.fa-sun {
  --fa: "\f185";
  --fa--fa: "\f185\f185";
}
.fa-sun-bright {
  --fa: "\e28f";
  --fa--fa: "\e28f\e28f";
}
.fa-sun-alt {
  --fa: "\e28f";
  --fa--fa: "\e28f\e28f";
}
.fa-sun-cloud {
  --fa: "\f763";
  --fa--fa: "\f763\f763";
}
.fa-sun-dust {
  --fa: "\f764";
  --fa--fa: "\f764\f764";
}
.fa-sun-haze {
  --fa: "\f765";
  --fa--fa: "\f765\f765";
}
.fa-sun-plant-wilt {
  --fa: "\e57a";
  --fa--fa: "\e57a\e57a";
}
.fa-sunglasses {
  --fa: "\f892";
  --fa--fa: "\f892\f892";
}
.fa-sunrise {
  --fa: "\f766";
  --fa--fa: "\f766\f766";
}
.fa-sunset {
  --fa: "\f767";
  --fa--fa: "\f767\f767";
}
.fa-superscript {
  --fa: "\f12b";
  --fa--fa: "\f12b\f12b";
}
.fa-sushi {
  --fa: "\e48a";
  --fa--fa: "\e48a\e48a";
}
.fa-nigiri {
  --fa: "\e48a";
  --fa--fa: "\e48a\e48a";
}
.fa-sushi-roll {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}
.fa-maki-roll {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}
.fa-makizushi {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b";
}
.fa-swap {
  --fa: "\e609";
  --fa--fa: "\e609\e609";
}
.fa-swap-arrows {
  --fa: "\e60a";
  --fa--fa: "\e60a\e60a";
}
.fa-swatchbook {
  --fa: "\f5c3";
  --fa--fa: "\f5c3\f5c3";
}
.fa-sword {
  --fa: "\f71c";
  --fa--fa: "\f71c\f71c";
}
.fa-sword-laser {
  --fa: "\e03b";
  --fa--fa: "\e03b\e03b";
}
.fa-sword-laser-alt {
  --fa: "\e03c";
  --fa--fa: "\e03c\e03c";
}
.fa-swords {
  --fa: "\f71d";
  --fa--fa: "\f71d\f71d";
}
.fa-swords-laser {
  --fa: "\e03d";
  --fa--fa: "\e03d\e03d";
}
.fa-symbols {
  --fa: "\f86e";
  --fa--fa: "\f86e\f86e";
}
.fa-icons-alt {
  --fa: "\f86e";
  --fa--fa: "\f86e\f86e";
}
.fa-synagogue {
  --fa: "\f69b";
  --fa--fa: "\f69b\f69b";
}
.fa-syringe {
  --fa: "\f48e";
  --fa--fa: "\f48e\f48e";
}
.fa-t {
  --fa: "\54";
  --fa--fa: "\54\54";
}
.fa-t-rex {
  --fa: "\e629";
  --fa--fa: "\e629\e629";
}
.fa-table {
  --fa: "\f0ce";
  --fa--fa: "\f0ce\f0ce";
}
.fa-table-cells {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a";
}
.fa-th {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a";
}
.fa-table-cells-column-lock {
  --fa: "\e678";
  --fa--fa: "\e678\e678";
}
.fa-table-cells-column-unlock {
  --fa: "\e690";
  --fa--fa: "\e690\e690";
}
.fa-table-cells-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009";
}
.fa-th-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009";
}
.fa-table-cells-lock {
  --fa: "\e679";
  --fa--fa: "\e679\e679";
}
.fa-table-cells-row-lock {
  --fa: "\e67a";
  --fa--fa: "\e67a\e67a";
}
.fa-table-cells-row-unlock {
  --fa: "\e691";
  --fa--fa: "\e691\e691";
}
.fa-table-cells-unlock {
  --fa: "\e692";
  --fa--fa: "\e692\e692";
}
.fa-table-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db";
}
.fa-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db";
}
.fa-table-layout {
  --fa: "\e290";
  --fa--fa: "\e290\e290";
}
.fa-table-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b";
}
.fa-th-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b";
}
.fa-table-picnic {
  --fa: "\e32d";
  --fa--fa: "\e32d\e32d";
}
.fa-table-pivot {
  --fa: "\e291";
  --fa--fa: "\e291\e291";
}
.fa-table-rows {
  --fa: "\e292";
  --fa--fa: "\e292\e292";
}
.fa-rows {
  --fa: "\e292";
  --fa--fa: "\e292\e292";
}
.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}
.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}
.fa-table-tennis {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d";
}
.fa-table-tree {
  --fa: "\e293";
  --fa--fa: "\e293\e293";
}
.fa-tablet {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb";
}
.fa-tablet-android {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb";
}
.fa-tablet-button {
  --fa: "\f10a";
  --fa--fa: "\f10a\f10a";
}
.fa-tablet-rugged {
  --fa: "\f48f";
  --fa--fa: "\f48f\f48f";
}
.fa-tablet-screen {
  --fa: "\f3fc";
  --fa--fa: "\f3fc\f3fc";
}
.fa-tablet-android-alt {
  --fa: "\f3fc";
  --fa--fa: "\f3fc\f3fc";
}
.fa-tablet-screen-button {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa";
}
.fa-tablet-alt {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa";
}
.fa-tablets {
  --fa: "\f490";
  --fa--fa: "\f490\f490";
}
.fa-tachograph-digital {
  --fa: "\f566";
  --fa--fa: "\f566\f566";
}
.fa-digital-tachograph {
  --fa: "\f566";
  --fa--fa: "\f566\f566";
}
.fa-taco {
  --fa: "\f826";
  --fa--fa: "\f826\f826";
}
.fa-tag {
  --fa: "\f02b";
  --fa--fa: "\f02b\f02b";
}
.fa-tags {
  --fa: "\f02c";
  --fa--fa: "\f02c\f02c";
}
.fa-tally {
  --fa: "\f69c";
  --fa--fa: "\f69c\f69c";
}
.fa-tally-5 {
  --fa: "\f69c";
  --fa--fa: "\f69c\f69c";
}
.fa-tally-1 {
  --fa: "\e294";
  --fa--fa: "\e294\e294";
}
.fa-tally-2 {
  --fa: "\e295";
  --fa--fa: "\e295\e295";
}
.fa-tally-3 {
  --fa: "\e296";
  --fa--fa: "\e296\e296";
}
.fa-tally-4 {
  --fa: "\e297";
  --fa--fa: "\e297\e297";
}
.fa-tamale {
  --fa: "\e451";
  --fa--fa: "\e451\e451";
}
.fa-tank-water {
  --fa: "\e452";
  --fa--fa: "\e452\e452";
}
.fa-tape {
  --fa: "\f4db";
  --fa--fa: "\f4db\f4db";
}
.fa-tarp {
  --fa: "\e57b";
  --fa--fa: "\e57b\e57b";
}
.fa-tarp-droplet {
  --fa: "\e57c";
  --fa--fa: "\e57c\e57c";
}
.fa-taxi {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba";
}
.fa-cab {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba";
}
.fa-taxi-bus {
  --fa: "\e298";
  --fa--fa: "\e298\e298";
}
.fa-teddy-bear {
  --fa: "\e3cf";
  --fa--fa: "\e3cf\e3cf";
}
.fa-teeth {
  --fa: "\f62e";
  --fa--fa: "\f62e\f62e";
}
.fa-teeth-open {
  --fa: "\f62f";
  --fa--fa: "\f62f\f62f";
}
.fa-telescope {
  --fa: "\e03e";
  --fa--fa: "\e03e\e03e";
}
.fa-temperature-arrow-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f";
}
.fa-temperature-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f";
}
.fa-temperature-arrow-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040";
}
.fa-temperature-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040";
}
.fa-temperature-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}
.fa-temperature-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}
.fa-thermometer-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}
.fa-thermometer-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb";
}
.fa-temperature-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}
.fa-temperature-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}
.fa-thermometer-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}
.fa-thermometer-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7";
}
.fa-temperature-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}
.fa-temperature-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}
.fa-thermometer-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}
.fa-thermometer-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9";
}
.fa-temperature-high {
  --fa: "\f769";
  --fa--fa: "\f769\f769";
}
.fa-temperature-list {
  --fa: "\e299";
  --fa--fa: "\e299\e299";
}
.fa-temperature-low {
  --fa: "\f76b";
  --fa--fa: "\f76b\f76b";
}
.fa-temperature-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}
.fa-temperature-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}
.fa-thermometer-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}
.fa-thermometer-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca";
}
.fa-temperature-snow {
  --fa: "\f768";
  --fa--fa: "\f768\f768";
}
.fa-temperature-frigid {
  --fa: "\f768";
  --fa--fa: "\f768\f768";
}
.fa-temperature-sun {
  --fa: "\f76a";
  --fa--fa: "\f76a\f76a";
}
.fa-temperature-hot {
  --fa: "\f76a";
  --fa--fa: "\f76a\f76a";
}
.fa-temperature-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}
.fa-temperature-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}
.fa-thermometer-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}
.fa-thermometer-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8";
}
.fa-tenge-sign {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7";
}
.fa-tenge {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7";
}
.fa-tennis-ball {
  --fa: "\f45e";
  --fa--fa: "\f45e\f45e";
}
.fa-tent {
  --fa: "\e57d";
  --fa--fa: "\e57d\e57d";
}
.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
  --fa--fa: "\e57e\e57e";
}
.fa-tent-arrow-left-right {
  --fa: "\e57f";
  --fa--fa: "\e57f\e57f";
}
.fa-tent-arrow-turn-left {
  --fa: "\e580";
  --fa--fa: "\e580\e580";
}
.fa-tent-arrows-down {
  --fa: "\e581";
  --fa--fa: "\e581\e581";
}
.fa-tent-double-peak {
  --fa: "\e627";
  --fa--fa: "\e627\e627";
}
.fa-tents {
  --fa: "\e582";
  --fa--fa: "\e582\e582";
}
.fa-terminal {
  --fa: "\f120";
  --fa--fa: "\f120\f120";
}
.fa-text {
  --fa: "\f893";
  --fa--fa: "\f893\f893";
}
.fa-text-height {
  --fa: "\f034";
  --fa--fa: "\f034\f034";
}
.fa-text-size {
  --fa: "\f894";
  --fa--fa: "\f894\f894";
}
.fa-text-slash {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d";
}
.fa-remove-format {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d";
}
.fa-text-width {
  --fa: "\f035";
  --fa--fa: "\f035\f035";
}
.fa-thermometer {
  --fa: "\f491";
  --fa--fa: "\f491\f491";
}
.fa-theta {
  --fa: "\f69e";
  --fa--fa: "\f69e\f69e";
}
.fa-thought-bubble {
  --fa: "\e32e";
  --fa--fa: "\e32e\e32e";
}
.fa-thumbs-down {
  --fa: "\f165";
  --fa--fa: "\f165\f165";
}
.fa-thumbs-up {
  --fa: "\f164";
  --fa--fa: "\f164\f164";
}
.fa-thumbtack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d";
}
.fa-thumb-tack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d";
}
.fa-thumbtack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f";
}
.fa-thumb-tack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f";
}
.fa-tick {
  --fa: "\e32f";
  --fa--fa: "\e32f\e32f";
}
.fa-ticket {
  --fa: "\f145";
  --fa--fa: "\f145\f145";
}
.fa-ticket-airline {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}
.fa-ticket-perforated-plane {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}
.fa-ticket-plane {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a";
}
.fa-ticket-perforated {
  --fa: "\e63e";
  --fa--fa: "\e63e\e63e";
}
.fa-ticket-simple {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff";
}
.fa-ticket-alt {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff";
}
.fa-tickets {
  --fa: "\e658";
  --fa--fa: "\e658\e658";
}
.fa-tickets-airline {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}
.fa-tickets-perforated-plane {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}
.fa-tickets-plane {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b";
}
.fa-tickets-perforated {
  --fa: "\e63f";
  --fa--fa: "\e63f\e63f";
}
.fa-tickets-simple {
  --fa: "\e659";
  --fa--fa: "\e659\e659";
}
.fa-tilde {
  --fa: "\7e";
  --fa--fa: "\7e\7e";
}
.fa-timeline {
  --fa: "\e29c";
  --fa--fa: "\e29c\e29c";
}
.fa-timeline-arrow {
  --fa: "\e29d";
  --fa--fa: "\e29d\e29d";
}
.fa-timer {
  --fa: "\e29e";
  --fa--fa: "\e29e\e29e";
}
.fa-tire {
  --fa: "\f631";
  --fa--fa: "\f631\f631";
}
.fa-tire-flat {
  --fa: "\f632";
  --fa--fa: "\f632\f632";
}
.fa-tire-pressure-warning {
  --fa: "\f633";
  --fa--fa: "\f633\f633";
}
.fa-tire-rugged {
  --fa: "\f634";
  --fa--fa: "\f634\f634";
}
.fa-toggle-large-off {
  --fa: "\e5b0";
  --fa--fa: "\e5b0\e5b0";
}
.fa-toggle-large-on {
  --fa: "\e5b1";
  --fa--fa: "\e5b1\e5b1";
}
.fa-toggle-off {
  --fa: "\f204";
  --fa--fa: "\f204\f204";
}
.fa-toggle-on {
  --fa: "\f205";
  --fa--fa: "\f205\f205";
}
.fa-toilet {
  --fa: "\f7d8";
  --fa--fa: "\f7d8\f7d8";
}
.fa-toilet-paper {
  --fa: "\f71e";
  --fa--fa: "\f71e\f71e";
}
.fa-toilet-paper-blank {
  --fa: "\f71f";
  --fa--fa: "\f71f\f71f";
}
.fa-toilet-paper-alt {
  --fa: "\f71f";
  --fa--fa: "\f71f\f71f";
}
.fa-toilet-paper-blank-under {
  --fa: "\e29f";
  --fa--fa: "\e29f\e29f";
}
.fa-toilet-paper-reverse-alt {
  --fa: "\e29f";
  --fa--fa: "\e29f\e29f";
}
.fa-toilet-paper-check {
  --fa: "\e5b2";
  --fa--fa: "\e5b2\e5b2";
}
.fa-toilet-paper-slash {
  --fa: "\e072";
  --fa--fa: "\e072\e072";
}
.fa-toilet-paper-under {
  --fa: "\e2a0";
  --fa--fa: "\e2a0\e2a0";
}
.fa-toilet-paper-reverse {
  --fa: "\e2a0";
  --fa--fa: "\e2a0\e2a0";
}
.fa-toilet-paper-under-slash {
  --fa: "\e2a1";
  --fa--fa: "\e2a1\e2a1";
}
.fa-toilet-paper-reverse-slash {
  --fa: "\e2a1";
  --fa--fa: "\e2a1\e2a1";
}
.fa-toilet-paper-xmark {
  --fa: "\e5b3";
  --fa--fa: "\e5b3\e5b3";
}
.fa-toilet-portable {
  --fa: "\e583";
  --fa--fa: "\e583\e583";
}
.fa-toilets-portable {
  --fa: "\e584";
  --fa--fa: "\e584\e584";
}
.fa-tomato {
  --fa: "\e330";
  --fa--fa: "\e330\e330";
}
.fa-tombstone {
  --fa: "\f720";
  --fa--fa: "\f720\f720";
}
.fa-tombstone-blank {
  --fa: "\f721";
  --fa--fa: "\f721\f721";
}
.fa-tombstone-alt {
  --fa: "\f721";
  --fa--fa: "\f721\f721";
}
.fa-toolbox {
  --fa: "\f552";
  --fa--fa: "\f552\f552";
}
.fa-tooth {
  --fa: "\f5c9";
  --fa--fa: "\f5c9\f5c9";
}
.fa-toothbrush {
  --fa: "\f635";
  --fa--fa: "\f635\f635";
}
.fa-torii-gate {
  --fa: "\f6a1";
  --fa--fa: "\f6a1\f6a1";
}
.fa-tornado {
  --fa: "\f76f";
  --fa--fa: "\f76f\f76f";
}
.fa-tower-broadcast {
  --fa: "\f519";
  --fa--fa: "\f519\f519";
}
.fa-broadcast-tower {
  --fa: "\f519";
  --fa--fa: "\f519\f519";
}
.fa-tower-cell {
  --fa: "\e585";
  --fa--fa: "\e585\e585";
}
.fa-tower-control {
  --fa: "\e2a2";
  --fa--fa: "\e2a2\e2a2";
}
.fa-tower-observation {
  --fa: "\e586";
  --fa--fa: "\e586\e586";
}
.fa-tractor {
  --fa: "\f722";
  --fa--fa: "\f722\f722";
}
.fa-trademark {
  --fa: "\f25c";
  --fa--fa: "\f25c\f25c";
}
.fa-traffic-cone {
  --fa: "\f636";
  --fa--fa: "\f636\f636";
}
.fa-traffic-light {
  --fa: "\f637";
  --fa--fa: "\f637\f637";
}
.fa-traffic-light-go {
  --fa: "\f638";
  --fa--fa: "\f638\f638";
}
.fa-traffic-light-slow {
  --fa: "\f639";
  --fa--fa: "\f639\f639";
}
.fa-traffic-light-stop {
  --fa: "\f63a";
  --fa--fa: "\f63a\f63a";
}
.fa-trailer {
  --fa: "\e041";
  --fa--fa: "\e041\e041";
}
.fa-train {
  --fa: "\f238";
  --fa--fa: "\f238\f238";
}
.fa-train-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239";
}
.fa-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239";
}
.fa-train-subway-tunnel {
  --fa: "\e2a3";
  --fa--fa: "\e2a3\e2a3";
}
.fa-subway-tunnel {
  --fa: "\e2a3";
  --fa--fa: "\e2a3\e2a3";
}
.fa-train-track {
  --fa: "\e453";
  --fa--fa: "\e453\e453";
}
.fa-train-tram {
  --fa: "\e5b4";
  --fa--fa: "\e5b4\e5b4";
}
.fa-train-tunnel {
  --fa: "\e454";
  --fa--fa: "\e454\e454";
}
.fa-transformer-bolt {
  --fa: "\e2a4";
  --fa--fa: "\e2a4\e2a4";
}
.fa-transgender {
  --fa: "\f225";
  --fa--fa: "\f225\f225";
}
.fa-transgender-alt {
  --fa: "\f225";
  --fa--fa: "\f225\f225";
}
.fa-transporter {
  --fa: "\e042";
  --fa--fa: "\e042\e042";
}
.fa-transporter-1 {
  --fa: "\e043";
  --fa--fa: "\e043\e043";
}
.fa-transporter-2 {
  --fa: "\e044";
  --fa--fa: "\e044\e044";
}
.fa-transporter-3 {
  --fa: "\e045";
  --fa--fa: "\e045\e045";
}
.fa-transporter-4 {
  --fa: "\e2a5";
  --fa--fa: "\e2a5\e2a5";
}
.fa-transporter-5 {
  --fa: "\e2a6";
  --fa--fa: "\e2a6\e2a6";
}
.fa-transporter-6 {
  --fa: "\e2a7";
  --fa--fa: "\e2a7\e2a7";
}
.fa-transporter-7 {
  --fa: "\e2a8";
  --fa--fa: "\e2a8\e2a8";
}
.fa-transporter-empty {
  --fa: "\e046";
  --fa--fa: "\e046\e046";
}
.fa-trash {
  --fa: "\f1f8";
  --fa--fa: "\f1f8\f1f8";
}
.fa-trash-arrow-up {
  --fa: "\f829";
  --fa--fa: "\f829\f829";
}
.fa-trash-restore {
  --fa: "\f829";
  --fa--fa: "\f829\f829";
}
.fa-trash-can {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed";
}
.fa-trash-alt {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed";
}
.fa-trash-can-arrow-up {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a";
}
.fa-trash-restore-alt {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a";
}
.fa-trash-can-check {
  --fa: "\e2a9";
  --fa--fa: "\e2a9\e2a9";
}
.fa-trash-can-clock {
  --fa: "\e2aa";
  --fa--fa: "\e2aa\e2aa";
}
.fa-trash-can-list {
  --fa: "\e2ab";
  --fa--fa: "\e2ab\e2ab";
}
.fa-trash-can-plus {
  --fa: "\e2ac";
  --fa--fa: "\e2ac\e2ac";
}
.fa-trash-can-slash {
  --fa: "\e2ad";
  --fa--fa: "\e2ad\e2ad";
}
.fa-trash-alt-slash {
  --fa: "\e2ad";
  --fa--fa: "\e2ad\e2ad";
}
.fa-trash-can-undo {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}
.fa-trash-can-arrow-turn-left {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}
.fa-trash-undo-alt {
  --fa: "\f896";
  --fa--fa: "\f896\f896";
}
.fa-trash-can-xmark {
  --fa: "\e2ae";
  --fa--fa: "\e2ae\e2ae";
}
.fa-trash-check {
  --fa: "\e2af";
  --fa--fa: "\e2af\e2af";
}
.fa-trash-clock {
  --fa: "\e2b0";
  --fa--fa: "\e2b0\e2b0";
}
.fa-trash-list {
  --fa: "\e2b1";
  --fa--fa: "\e2b1\e2b1";
}
.fa-trash-plus {
  --fa: "\e2b2";
  --fa--fa: "\e2b2\e2b2";
}
.fa-trash-slash {
  --fa: "\e2b3";
  --fa--fa: "\e2b3\e2b3";
}
.fa-trash-undo {
  --fa: "\f895";
  --fa--fa: "\f895\f895";
}
.fa-trash-arrow-turn-left {
  --fa: "\f895";
  --fa--fa: "\f895\f895";
}
.fa-trash-xmark {
  --fa: "\e2b4";
  --fa--fa: "\e2b4\e2b4";
}
.fa-treasure-chest {
  --fa: "\f723";
  --fa--fa: "\f723\f723";
}
.fa-tree {
  --fa: "\f1bb";
  --fa--fa: "\f1bb\f1bb";
}
.fa-tree-christmas {
  --fa: "\f7db";
  --fa--fa: "\f7db\f7db";
}
.fa-tree-city {
  --fa: "\e587";
  --fa--fa: "\e587\e587";
}
.fa-tree-deciduous {
  --fa: "\f400";
  --fa--fa: "\f400\f400";
}
.fa-tree-alt {
  --fa: "\f400";
  --fa--fa: "\f400\f400";
}
.fa-tree-decorated {
  --fa: "\f7dc";
  --fa--fa: "\f7dc\f7dc";
}
.fa-tree-large {
  --fa: "\f7dd";
  --fa--fa: "\f7dd\f7dd";
}
.fa-tree-palm {
  --fa: "\f82b";
  --fa--fa: "\f82b\f82b";
}
.fa-trees {
  --fa: "\f724";
  --fa--fa: "\f724\f724";
}
.fa-triangle {
  --fa: "\f2ec";
  --fa--fa: "\f2ec\f2ec";
}
.fa-triangle-exclamation {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}
.fa-exclamation-triangle {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}
.fa-warning {
  --fa: "\f071";
  --fa--fa: "\f071\f071";
}
.fa-triangle-instrument {
  --fa: "\f8e2";
  --fa--fa: "\f8e2\f8e2";
}
.fa-triangle-music {
  --fa: "\f8e2";
  --fa--fa: "\f8e2\f8e2";
}
.fa-triangle-person-digging {
  --fa: "\f85d";
  --fa--fa: "\f85d\f85d";
}
.fa-construction {
  --fa: "\f85d";
  --fa--fa: "\f85d\f85d";
}
.fa-tricycle {
  --fa: "\e5c3";
  --fa--fa: "\e5c3\e5c3";
}
.fa-tricycle-adult {
  --fa: "\e5c4";
  --fa--fa: "\e5c4\e5c4";
}
.fa-trillium {
  --fa: "\e588";
  --fa--fa: "\e588\e588";
}
.fa-trophy {
  --fa: "\f091";
  --fa--fa: "\f091\f091";
}
.fa-trophy-star {
  --fa: "\f2eb";
  --fa--fa: "\f2eb\f2eb";
}
.fa-trophy-alt {
  --fa: "\f2eb";
  --fa--fa: "\f2eb\f2eb";
}
.fa-trowel {
  --fa: "\e589";
  --fa--fa: "\e589\e589";
}
.fa-trowel-bricks {
  --fa: "\e58a";
  --fa--fa: "\e58a\e58a";
}
.fa-truck {
  --fa: "\f0d1";
  --fa--fa: "\f0d1\f0d1";
}
.fa-truck-arrow-right {
  --fa: "\e58b";
  --fa--fa: "\e58b\e58b";
}
.fa-truck-bolt {
  --fa: "\e3d0";
  --fa--fa: "\e3d0\e3d0";
}
.fa-truck-clock {
  --fa: "\f48c";
  --fa--fa: "\f48c\f48c";
}
.fa-shipping-timed {
  --fa: "\f48c";
  --fa--fa: "\f48c\f48c";
}
.fa-truck-container {
  --fa: "\f4dc";
  --fa--fa: "\f4dc\f4dc";
}
.fa-truck-container-empty {
  --fa: "\e2b5";
  --fa--fa: "\e2b5\e2b5";
}
.fa-truck-droplet {
  --fa: "\e58c";
  --fa--fa: "\e58c\e58c";
}
.fa-truck-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b";
}
.fa-shipping-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b";
}
.fa-truck-field {
  --fa: "\e58d";
  --fa--fa: "\e58d\e58d";
}
.fa-truck-field-un {
  --fa: "\e58e";
  --fa--fa: "\e58e\e58e";
}
.fa-truck-fire {
  --fa: "\e65a";
  --fa--fa: "\e65a\e65a";
}
.fa-truck-flatbed {
  --fa: "\e2b6";
  --fa--fa: "\e2b6\e2b6";
}
.fa-truck-front {
  --fa: "\e2b7";
  --fa--fa: "\e2b7\e2b7";
}
.fa-truck-ladder {
  --fa: "\e657";
  --fa--fa: "\e657\e657";
}
.fa-truck-medical {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9";
}
.fa-ambulance {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9";
}
.fa-truck-monster {
  --fa: "\f63b";
  --fa--fa: "\f63b\f63b";
}
.fa-truck-moving {
  --fa: "\f4df";
  --fa--fa: "\f4df\f4df";
}
.fa-truck-pickup {
  --fa: "\f63c";
  --fa--fa: "\f63c\f63c";
}
.fa-truck-plane {
  --fa: "\e58f";
  --fa--fa: "\e58f\e58f";
}
.fa-truck-plow {
  --fa: "\f7de";
  --fa--fa: "\f7de\f7de";
}
.fa-truck-ramp {
  --fa: "\f4e0";
  --fa--fa: "\f4e0\f4e0";
}
.fa-truck-ramp-box {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de";
}
.fa-truck-loading {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de";
}
.fa-truck-ramp-couch {
  --fa: "\f4dd";
  --fa--fa: "\f4dd\f4dd";
}
.fa-truck-couch {
  --fa: "\f4dd";
  --fa--fa: "\f4dd\f4dd";
}
.fa-truck-tow {
  --fa: "\e2b8";
  --fa--fa: "\e2b8\e2b8";
}
.fa-truck-utensils {
  --fa: "\e628";
  --fa--fa: "\e628\e628";
}
.fa-trumpet {
  --fa: "\f8e3";
  --fa--fa: "\f8e3\f8e3";
}
.fa-tty {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4";
}
.fa-teletype {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4";
}
.fa-tty-answer {
  --fa: "\e2b9";
  --fa--fa: "\e2b9\e2b9";
}
.fa-teletype-answer {
  --fa: "\e2b9";
  --fa--fa: "\e2b9\e2b9";
}
.fa-tugrik-sign {
  --fa: "\e2ba";
  --fa--fa: "\e2ba\e2ba";
}
.fa-turkey {
  --fa: "\f725";
  --fa--fa: "\f725\f725";
}
.fa-turkish-lira-sign {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}
.fa-try {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}
.fa-turkish-lira {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb";
}
.fa-turn-down {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be";
}
.fa-level-down-alt {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be";
}
.fa-turn-down-left {
  --fa: "\e331";
  --fa--fa: "\e331\e331";
}
.fa-turn-down-right {
  --fa: "\e455";
  --fa--fa: "\e455\e455";
}
.fa-turn-left {
  --fa: "\e636";
  --fa--fa: "\e636\e636";
}
.fa-turn-left-down {
  --fa: "\e637";
  --fa--fa: "\e637\e637";
}
.fa-turn-left-up {
  --fa: "\e638";
  --fa--fa: "\e638\e638";
}
.fa-turn-right {
  --fa: "\e639";
  --fa--fa: "\e639\e639";
}
.fa-turn-up {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf";
}
.fa-level-up-alt {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf";
}
.fa-turntable {
  --fa: "\f8e4";
  --fa--fa: "\f8e4\f8e4";
}
.fa-turtle {
  --fa: "\f726";
  --fa--fa: "\f726\f726";
}
.fa-tv {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}
.fa-television {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}
.fa-tv-alt {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c";
}
.fa-tv-music {
  --fa: "\f8e6";
  --fa--fa: "\f8e6\f8e6";
}
.fa-tv-retro {
  --fa: "\f401";
  --fa--fa: "\f401\f401";
}
.fa-typewriter {
  --fa: "\f8e7";
  --fa--fa: "\f8e7\f8e7";
}
.fa-u {
  --fa: "\55";
  --fa--fa: "\55\55";
}
.fa-ufo {
  --fa: "\e047";
  --fa--fa: "\e047\e047";
}
.fa-ufo-beam {
  --fa: "\e048";
  --fa--fa: "\e048\e048";
}
.fa-umbrella {
  --fa: "\f0e9";
  --fa--fa: "\f0e9\f0e9";
}
.fa-umbrella-beach {
  --fa: "\f5ca";
  --fa--fa: "\f5ca\f5ca";
}
.fa-umbrella-simple {
  --fa: "\e2bc";
  --fa--fa: "\e2bc\e2bc";
}
.fa-umbrella-alt {
  --fa: "\e2bc";
  --fa--fa: "\e2bc\e2bc";
}
.fa-underline {
  --fa: "\f0cd";
  --fa--fa: "\f0cd\f0cd";
}
.fa-unicorn {
  --fa: "\f727";
  --fa--fa: "\f727\f727";
}
.fa-uniform-martial-arts {
  --fa: "\e3d1";
  --fa--fa: "\e3d1\e3d1";
}
.fa-union {
  --fa: "\f6a2";
  --fa--fa: "\f6a2\f6a2";
}
.fa-universal-access {
  --fa: "\f29a";
  --fa--fa: "\f29a\f29a";
}
.fa-unlock {
  --fa: "\f09c";
  --fa--fa: "\f09c\f09c";
}
.fa-unlock-keyhole {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e";
}
.fa-unlock-alt {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e";
}
.fa-up {
  --fa: "\f357";
  --fa--fa: "\f357\f357";
}
.fa-arrow-alt-up {
  --fa: "\f357";
  --fa--fa: "\f357\f357";
}
.fa-up-down {
  --fa: "\f338";
  --fa--fa: "\f338\f338";
}
.fa-arrows-alt-v {
  --fa: "\f338";
  --fa--fa: "\f338\f338";
}
.fa-up-down-left-right {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2";
}
.fa-arrows-alt {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2";
}
.fa-up-from-bracket {
  --fa: "\e590";
  --fa--fa: "\e590\e590";
}
.fa-up-from-dotted-line {
  --fa: "\e456";
  --fa--fa: "\e456\e456";
}
.fa-up-from-line {
  --fa: "\f346";
  --fa--fa: "\f346\f346";
}
.fa-arrow-alt-from-bottom {
  --fa: "\f346";
  --fa--fa: "\f346\f346";
}
.fa-up-left {
  --fa: "\e2bd";
  --fa--fa: "\e2bd\e2bd";
}
.fa-up-long {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c";
}
.fa-long-arrow-alt-up {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c";
}
.fa-up-right {
  --fa: "\e2be";
  --fa--fa: "\e2be\e2be";
}
.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
  --fa--fa: "\f424\f424";
}
.fa-expand-alt {
  --fa: "\f424";
  --fa--fa: "\f424\f424";
}
.fa-up-right-from-square {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d";
}
.fa-external-link-alt {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d";
}
.fa-up-to-bracket {
  --fa: "\e66e";
  --fa--fa: "\e66e\e66e";
}
.fa-up-to-dotted-line {
  --fa: "\e457";
  --fa--fa: "\e457\e457";
}
.fa-up-to-line {
  --fa: "\f34d";
  --fa--fa: "\f34d\f34d";
}
.fa-arrow-alt-to-top {
  --fa: "\f34d";
  --fa--fa: "\f34d\f34d";
}
.fa-upload {
  --fa: "\f093";
  --fa--fa: "\f093\f093";
}
.fa-usb-drive {
  --fa: "\f8e9";
  --fa--fa: "\f8e9\f8e9";
}
.fa-user {
  --fa: "\f007";
  --fa--fa: "\f007\f007";
}
.fa-user-alien {
  --fa: "\e04a";
  --fa--fa: "\e04a\e04a";
}
.fa-user-astronaut {
  --fa: "\f4fb";
  --fa--fa: "\f4fb\f4fb";
}
.fa-user-beard-bolt {
  --fa: "\e689";
  --fa--fa: "\e689\e689";
}
.fa-user-bounty-hunter {
  --fa: "\e2bf";
  --fa--fa: "\e2bf\e2bf";
}
.fa-user-check {
  --fa: "\f4fc";
  --fa--fa: "\f4fc\f4fc";
}
.fa-user-chef {
  --fa: "\e3d2";
  --fa--fa: "\e3d2\e3d2";
}
.fa-user-clock {
  --fa: "\f4fd";
  --fa--fa: "\f4fd\f4fd";
}
.fa-user-cowboy {
  --fa: "\f8ea";
  --fa--fa: "\f8ea\f8ea";
}
.fa-user-crown {
  --fa: "\f6a4";
  --fa--fa: "\f6a4\f6a4";
}
.fa-user-doctor {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0";
}
.fa-user-md {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0";
}
.fa-user-doctor-hair {
  --fa: "\e458";
  --fa--fa: "\e458\e458";
}
.fa-user-doctor-hair-long {
  --fa: "\e459";
  --fa--fa: "\e459\e459";
}
.fa-user-doctor-message {
  --fa: "\f82e";
  --fa--fa: "\f82e\f82e";
}
.fa-user-md-chat {
  --fa: "\f82e";
  --fa--fa: "\f82e\f82e";
}
.fa-user-gear {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe";
}
.fa-user-cog {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe";
}
.fa-user-graduate {
  --fa: "\f501";
  --fa--fa: "\f501\f501";
}
.fa-user-group {
  --fa: "\f500";
  --fa--fa: "\f500\f500";
}
.fa-user-friends {
  --fa: "\f500";
  --fa--fa: "\f500\f500";
}
.fa-user-group-crown {
  --fa: "\f6a5";
  --fa--fa: "\f6a5\f6a5";
}
.fa-users-crown {
  --fa: "\f6a5";
  --fa--fa: "\f6a5\f6a5";
}
.fa-user-group-simple {
  --fa: "\e603";
  --fa--fa: "\e603\e603";
}
.fa-user-hair {
  --fa: "\e45a";
  --fa--fa: "\e45a\e45a";
}
.fa-user-hair-buns {
  --fa: "\e3d3";
  --fa--fa: "\e3d3\e3d3";
}
.fa-user-hair-long {
  --fa: "\e45b";
  --fa--fa: "\e45b\e45b";
}
.fa-user-hair-mullet {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}
.fa-business-front {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}
.fa-party-back {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}
.fa-trian-balbot {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c";
}
.fa-user-headset {
  --fa: "\f82d";
  --fa--fa: "\f82d\f82d";
}
.fa-user-helmet-safety {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}
.fa-user-construction {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}
.fa-user-hard-hat {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c";
}
.fa-user-hoodie {
  --fa: "\e68a";
  --fa--fa: "\e68a\e68a";
}
.fa-user-injured {
  --fa: "\f728";
  --fa--fa: "\f728\f728";
}
.fa-user-large {
  --fa: "\f406";
  --fa--fa: "\f406\f406";
}
.fa-user-alt {
  --fa: "\f406";
  --fa--fa: "\f406\f406";
}
.fa-user-large-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa";
}
.fa-user-alt-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa";
}
.fa-user-lock {
  --fa: "\f502";
  --fa--fa: "\f502\f502";
}
.fa-user-magnifying-glass {
  --fa: "\e5c5";
  --fa--fa: "\e5c5\e5c5";
}
.fa-user-minus {
  --fa: "\f503";
  --fa--fa: "\f503\f503";
}
.fa-user-music {
  --fa: "\f8eb";
  --fa--fa: "\f8eb\f8eb";
}
.fa-user-ninja {
  --fa: "\f504";
  --fa--fa: "\f504\f504";
}
.fa-user-nurse {
  --fa: "\f82f";
  --fa--fa: "\f82f\f82f";
}
.fa-user-nurse-hair {
  --fa: "\e45d";
  --fa--fa: "\e45d\e45d";
}
.fa-user-nurse-hair-long {
  --fa: "\e45e";
  --fa--fa: "\e45e\e45e";
}
.fa-user-pen {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff";
}
.fa-user-edit {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff";
}
.fa-user-pilot {
  --fa: "\e2c0";
  --fa--fa: "\e2c0\e2c0";
}
.fa-user-pilot-tie {
  --fa: "\e2c1";
  --fa--fa: "\e2c1\e2c1";
}
.fa-user-plus {
  --fa: "\f234";
  --fa--fa: "\f234\f234";
}
.fa-user-police {
  --fa: "\e333";
  --fa--fa: "\e333\e333";
}
.fa-user-police-tie {
  --fa: "\e334";
  --fa--fa: "\e334\e334";
}
.fa-user-robot {
  --fa: "\e04b";
  --fa--fa: "\e04b\e04b";
}
.fa-user-robot-xmarks {
  --fa: "\e4a7";
  --fa--fa: "\e4a7\e4a7";
}
.fa-user-secret {
  --fa: "\f21b";
  --fa--fa: "\f21b\f21b";
}
.fa-user-shakespeare {
  --fa: "\e2c2";
  --fa--fa: "\e2c2\e2c2";
}
.fa-user-shield {
  --fa: "\f505";
  --fa--fa: "\f505\f505";
}
.fa-user-slash {
  --fa: "\f506";
  --fa--fa: "\f506\f506";
}
.fa-user-tag {
  --fa: "\f507";
  --fa--fa: "\f507\f507";
}
.fa-user-tie {
  --fa: "\f508";
  --fa--fa: "\f508\f508";
}
.fa-user-tie-hair {
  --fa: "\e45f";
  --fa--fa: "\e45f\e45f";
}
.fa-user-tie-hair-long {
  --fa: "\e460";
  --fa--fa: "\e460\e460";
}
.fa-user-unlock {
  --fa: "\e058";
  --fa--fa: "\e058\e058";
}
.fa-user-visor {
  --fa: "\e04c";
  --fa--fa: "\e04c\e04c";
}
.fa-user-vneck {
  --fa: "\e461";
  --fa--fa: "\e461\e461";
}
.fa-user-vneck-hair {
  --fa: "\e462";
  --fa--fa: "\e462\e462";
}
.fa-user-vneck-hair-long {
  --fa: "\e463";
  --fa--fa: "\e463\e463";
}
.fa-user-xmark {
  --fa: "\f235";
  --fa--fa: "\f235\f235";
}
.fa-user-times {
  --fa: "\f235";
  --fa--fa: "\f235\f235";
}
.fa-users {
  --fa: "\f0c0";
  --fa--fa: "\f0c0\f0c0";
}
.fa-users-between-lines {
  --fa: "\e591";
  --fa--fa: "\e591\e591";
}
.fa-users-gear {
  --fa: "\f509";
  --fa--fa: "\f509\f509";
}
.fa-users-cog {
  --fa: "\f509";
  --fa--fa: "\f509\f509";
}
.fa-users-line {
  --fa: "\e592";
  --fa--fa: "\e592\e592";
}
.fa-users-medical {
  --fa: "\f830";
  --fa--fa: "\f830\f830";
}
.fa-users-rays {
  --fa: "\e593";
  --fa--fa: "\e593\e593";
}
.fa-users-rectangle {
  --fa: "\e594";
  --fa--fa: "\e594\e594";
}
.fa-users-slash {
  --fa: "\e073";
  --fa--fa: "\e073\e073";
}
.fa-users-viewfinder {
  --fa: "\e595";
  --fa--fa: "\e595\e595";
}
.fa-utensils {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7";
}
.fa-cutlery {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7";
}
.fa-utensils-slash {
  --fa: "\e464";
  --fa--fa: "\e464\e464";
}
.fa-utility-pole {
  --fa: "\e2c3";
  --fa--fa: "\e2c3\e2c3";
}
.fa-utility-pole-double {
  --fa: "\e2c4";
  --fa--fa: "\e2c4\e2c4";
}
.fa-v {
  --fa: "\56";
  --fa--fa: "\56\56";
}
.fa-vacuum {
  --fa: "\e04d";
  --fa--fa: "\e04d\e04d";
}
.fa-vacuum-robot {
  --fa: "\e04e";
  --fa--fa: "\e04e\e04e";
}
.fa-value-absolute {
  --fa: "\f6a6";
  --fa--fa: "\f6a6\f6a6";
}
.fa-van-shuttle {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6";
}
.fa-shuttle-van {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6";
}
.fa-vault {
  --fa: "\e2c5";
  --fa--fa: "\e2c5\e2c5";
}
.fa-vector-circle {
  --fa: "\e2c6";
  --fa--fa: "\e2c6\e2c6";
}
.fa-vector-polygon {
  --fa: "\e2c7";
  --fa--fa: "\e2c7\e2c7";
}
.fa-vector-square {
  --fa: "\f5cb";
  --fa--fa: "\f5cb\f5cb";
}
.fa-vent-damper {
  --fa: "\e465";
  --fa--fa: "\e465\e465";
}
.fa-venus {
  --fa: "\f221";
  --fa--fa: "\f221\f221";
}
.fa-venus-double {
  --fa: "\f226";
  --fa--fa: "\f226\f226";
}
.fa-venus-mars {
  --fa: "\f228";
  --fa--fa: "\f228\f228";
}
.fa-vest {
  --fa: "\e085";
  --fa--fa: "\e085\e085";
}
.fa-vest-patches {
  --fa: "\e086";
  --fa--fa: "\e086\e086";
}
.fa-vial {
  --fa: "\f492";
  --fa--fa: "\f492\f492";
}
.fa-vial-circle-check {
  --fa: "\e596";
  --fa--fa: "\e596\e596";
}
.fa-vial-virus {
  --fa: "\e597";
  --fa--fa: "\e597\e597";
}
.fa-vials {
  --fa: "\f493";
  --fa--fa: "\f493\f493";
}
.fa-video {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d";
}
.fa-video-camera {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d";
}
.fa-video-arrow-down-left {
  --fa: "\e2c8";
  --fa--fa: "\e2c8\e2c8";
}
.fa-video-arrow-up-right {
  --fa: "\e2c9";
  --fa--fa: "\e2c9\e2c9";
}
.fa-video-plus {
  --fa: "\f4e1";
  --fa--fa: "\f4e1\f4e1";
}
.fa-video-slash {
  --fa: "\f4e2";
  --fa--fa: "\f4e2\f4e2";
}
.fa-vihara {
  --fa: "\f6a7";
  --fa--fa: "\f6a7\f6a7";
}
.fa-violin {
  --fa: "\f8ed";
  --fa--fa: "\f8ed\f8ed";
}
.fa-virus {
  --fa: "\e074";
  --fa--fa: "\e074\e074";
}
.fa-virus-covid {
  --fa: "\e4a8";
  --fa--fa: "\e4a8\e4a8";
}
.fa-virus-covid-slash {
  --fa: "\e4a9";
  --fa--fa: "\e4a9\e4a9";
}
.fa-virus-slash {
  --fa: "\e075";
  --fa--fa: "\e075\e075";
}
.fa-viruses {
  --fa: "\e076";
  --fa--fa: "\e076\e076";
}
.fa-voicemail {
  --fa: "\f897";
  --fa--fa: "\f897\f897";
}
.fa-volcano {
  --fa: "\f770";
  --fa--fa: "\f770\f770";
}
.fa-volleyball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f";
}
.fa-volleyball-ball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f";
}
.fa-volume {
  --fa: "\f6a8";
  --fa--fa: "\f6a8\f6a8";
}
.fa-volume-medium {
  --fa: "\f6a8";
  --fa--fa: "\f6a8\f6a8";
}
.fa-volume-high {
  --fa: "\f028";
  --fa--fa: "\f028\f028";
}
.fa-volume-up {
  --fa: "\f028";
  --fa--fa: "\f028\f028";
}
.fa-volume-low {
  --fa: "\f027";
  --fa--fa: "\f027\f027";
}
.fa-volume-down {
  --fa: "\f027";
  --fa--fa: "\f027\f027";
}
.fa-volume-off {
  --fa: "\f026";
  --fa--fa: "\f026\f026";
}
.fa-volume-slash {
  --fa: "\f2e2";
  --fa--fa: "\f2e2\f2e2";
}
.fa-volume-xmark {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}
.fa-volume-mute {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}
.fa-volume-times {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9";
}
.fa-vr-cardboard {
  --fa: "\f729";
  --fa--fa: "\f729\f729";
}
.fa-w {
  --fa: "\57";
  --fa--fa: "\57\57";
}
.fa-waffle {
  --fa: "\e466";
  --fa--fa: "\e466\e466";
}
.fa-wagon-covered {
  --fa: "\f8ee";
  --fa--fa: "\f8ee\f8ee";
}
.fa-walker {
  --fa: "\f831";
  --fa--fa: "\f831\f831";
}
.fa-walkie-talkie {
  --fa: "\f8ef";
  --fa--fa: "\f8ef\f8ef";
}
.fa-wallet {
  --fa: "\f555";
  --fa--fa: "\f555\f555";
}
.fa-wand {
  --fa: "\f72a";
  --fa--fa: "\f72a\f72a";
}
.fa-wand-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0";
}
.fa-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0";
}
.fa-wand-magic-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca";
}
.fa-magic-wand-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca";
}
.fa-wand-sparkles {
  --fa: "\f72b";
  --fa--fa: "\f72b\f72b";
}
.fa-warehouse {
  --fa: "\f494";
  --fa--fa: "\f494\f494";
}
.fa-warehouse-full {
  --fa: "\f495";
  --fa--fa: "\f495\f495";
}
.fa-warehouse-alt {
  --fa: "\f495";
  --fa--fa: "\f495\f495";
}
.fa-washing-machine {
  --fa: "\f898";
  --fa--fa: "\f898\f898";
}
.fa-washer {
  --fa: "\f898";
  --fa--fa: "\f898\f898";
}
.fa-watch {
  --fa: "\f2e1";
  --fa--fa: "\f2e1\f2e1";
}
.fa-watch-apple {
  --fa: "\e2cb";
  --fa--fa: "\e2cb\e2cb";
}
.fa-watch-calculator {
  --fa: "\f8f0";
  --fa--fa: "\f8f0\f8f0";
}
.fa-watch-fitness {
  --fa: "\f63e";
  --fa--fa: "\f63e\f63e";
}
.fa-watch-smart {
  --fa: "\e2cc";
  --fa--fa: "\e2cc\e2cc";
}
.fa-water {
  --fa: "\f773";
  --fa--fa: "\f773\f773";
}
.fa-water-arrow-down {
  --fa: "\f774";
  --fa--fa: "\f774\f774";
}
.fa-water-lower {
  --fa: "\f774";
  --fa--fa: "\f774\f774";
}
.fa-water-arrow-up {
  --fa: "\f775";
  --fa--fa: "\f775\f775";
}
.fa-water-rise {
  --fa: "\f775";
  --fa--fa: "\f775\f775";
}
.fa-water-ladder {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}
.fa-ladder-water {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}
.fa-swimming-pool {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5";
}
.fa-watermelon-slice {
  --fa: "\e337";
  --fa--fa: "\e337\e337";
}
.fa-wave {
  --fa: "\e65b";
  --fa--fa: "\e65b\e65b";
}
.fa-wave-pulse {
  --fa: "\f5f8";
  --fa--fa: "\f5f8\f5f8";
}
.fa-heart-rate {
  --fa: "\f5f8";
  --fa--fa: "\f5f8\f5f8";
}
.fa-wave-sine {
  --fa: "\f899";
  --fa--fa: "\f899\f899";
}
.fa-wave-square {
  --fa: "\f83e";
  --fa--fa: "\f83e\f83e";
}
.fa-wave-triangle {
  --fa: "\f89a";
  --fa--fa: "\f89a\f89a";
}
.fa-waveform {
  --fa: "\f8f1";
  --fa--fa: "\f8f1\f8f1";
}
.fa-waveform-lines {
  --fa: "\f8f2";
  --fa--fa: "\f8f2\f8f2";
}
.fa-waveform-path {
  --fa: "\f8f2";
  --fa--fa: "\f8f2\f8f2";
}
.fa-waves-sine {
  --fa: "\e65d";
  --fa--fa: "\e65d\e65d";
}
.fa-webhook {
  --fa: "\e5d5";
  --fa--fa: "\e5d5\e5d5";
}
.fa-weight-hanging {
  --fa: "\f5cd";
  --fa--fa: "\f5cd\f5cd";
}
.fa-weight-scale {
  --fa: "\f496";
  --fa--fa: "\f496\f496";
}
.fa-weight {
  --fa: "\f496";
  --fa--fa: "\f496\f496";
}
.fa-whale {
  --fa: "\f72c";
  --fa--fa: "\f72c\f72c";
}
.fa-wheat {
  --fa: "\f72d";
  --fa--fa: "\f72d\f72d";
}
.fa-wheat-awn {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd";
}
.fa-wheat-alt {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd";
}
.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
  --fa--fa: "\e598\e598";
}
.fa-wheat-awn-slash {
  --fa: "\e338";
  --fa--fa: "\e338\e338";
}
.fa-wheat-slash {
  --fa: "\e339";
  --fa--fa: "\e339\e339";
}
.fa-wheelchair {
  --fa: "\f193";
  --fa--fa: "\f193\f193";
}
.fa-wheelchair-move {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce";
}
.fa-wheelchair-alt {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce";
}
.fa-whiskey-glass {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0";
}
.fa-glass-whiskey {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0";
}
.fa-whiskey-glass-ice {
  --fa: "\f7a1";
  --fa--fa: "\f7a1\f7a1";
}
.fa-glass-whiskey-rocks {
  --fa: "\f7a1";
  --fa--fa: "\f7a1\f7a1";
}
.fa-whistle {
  --fa: "\f460";
  --fa--fa: "\f460\f460";
}
.fa-wifi {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}
.fa-wifi-3 {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}
.fa-wifi-strong {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb";
}
.fa-wifi-exclamation {
  --fa: "\e2cf";
  --fa--fa: "\e2cf\e2cf";
}
.fa-wifi-fair {
  --fa: "\f6ab";
  --fa--fa: "\f6ab\f6ab";
}
.fa-wifi-2 {
  --fa: "\f6ab";
  --fa--fa: "\f6ab\f6ab";
}
.fa-wifi-slash {
  --fa: "\f6ac";
  --fa--fa: "\f6ac\f6ac";
}
.fa-wifi-weak {
  --fa: "\f6aa";
  --fa--fa: "\f6aa\f6aa";
}
.fa-wifi-1 {
  --fa: "\f6aa";
  --fa--fa: "\f6aa\f6aa";
}
.fa-wind {
  --fa: "\f72e";
  --fa--fa: "\f72e\f72e";
}
.fa-wind-turbine {
  --fa: "\f89b";
  --fa--fa: "\f89b\f89b";
}
.fa-wind-warning {
  --fa: "\f776";
  --fa--fa: "\f776\f776";
}
.fa-wind-circle-exclamation {
  --fa: "\f776";
  --fa--fa: "\f776\f776";
}
.fa-window {
  --fa: "\f40e";
  --fa--fa: "\f40e\f40e";
}
.fa-window-flip {
  --fa: "\f40f";
  --fa--fa: "\f40f\f40f";
}
.fa-window-alt {
  --fa: "\f40f";
  --fa--fa: "\f40f\f40f";
}
.fa-window-frame {
  --fa: "\e04f";
  --fa--fa: "\e04f\e04f";
}
.fa-window-frame-open {
  --fa: "\e050";
  --fa--fa: "\e050\e050";
}
.fa-window-maximize {
  --fa: "\f2d0";
  --fa--fa: "\f2d0\f2d0";
}
.fa-window-minimize {
  --fa: "\f2d1";
  --fa--fa: "\f2d1\f2d1";
}
.fa-window-restore {
  --fa: "\f2d2";
  --fa--fa: "\f2d2\f2d2";
}
.fa-windsock {
  --fa: "\f777";
  --fa--fa: "\f777\f777";
}
.fa-wine-bottle {
  --fa: "\f72f";
  --fa--fa: "\f72f\f72f";
}
.fa-wine-glass {
  --fa: "\f4e3";
  --fa--fa: "\f4e3\f4e3";
}
.fa-wine-glass-crack {
  --fa: "\f4bb";
  --fa--fa: "\f4bb\f4bb";
}
.fa-fragile {
  --fa: "\f4bb";
  --fa--fa: "\f4bb\f4bb";
}
.fa-wine-glass-empty {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce";
}
.fa-wine-glass-alt {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce";
}
.fa-won-sign {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}
.fa-krw {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}
.fa-won {
  --fa: "\f159";
  --fa--fa: "\f159\f159";
}
.fa-worm {
  --fa: "\e599";
  --fa--fa: "\e599\e599";
}
.fa-wreath {
  --fa: "\f7e2";
  --fa--fa: "\f7e2\f7e2";
}
.fa-wreath-laurel {
  --fa: "\e5d2";
  --fa--fa: "\e5d2\e5d2";
}
.fa-wrench {
  --fa: "\f0ad";
  --fa--fa: "\f0ad\f0ad";
}
.fa-wrench-simple {
  --fa: "\e2d1";
  --fa--fa: "\e2d1\e2d1";
}
.fa-x {
  --fa: "\58";
  --fa--fa: "\58\58";
}
.fa-x-ray {
  --fa: "\f497";
  --fa--fa: "\f497\f497";
}
.fa-xmark {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa-close {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa-multiply {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa-remove {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa-times {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d";
}
.fa-xmark-large {
  --fa: "\e59b";
  --fa--fa: "\e59b\e59b";
}
.fa-xmark-to-slot {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}
.fa-times-to-slot {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}
.fa-vote-nay {
  --fa: "\f771";
  --fa--fa: "\f771\f771";
}
.fa-xmarks-lines {
  --fa: "\e59a";
  --fa--fa: "\e59a\e59a";
}
.fa-y {
  --fa: "\59";
  --fa--fa: "\59\59";
}
.fa-yen-sign {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa-cny {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa-jpy {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa-rmb {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa-yen {
  --fa: "\f157";
  --fa--fa: "\f157\f157";
}
.fa-yin-yang {
  --fa: "\f6ad";
  --fa--fa: "\f6ad\f6ad";
}
.fa-z {
  --fa: "\5a";
  --fa--fa: "\5a\5a";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('https://www.speedwaymotorsports.com/services/fonts/fontawesome/fa-solid-900.woff2') format('woff2'), url('https://www.speedwaymotorsports.com/services/fonts/fontawesome/fa-solid-900.ttf') format('truetype');
}
.fas,
.fa-solid,
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right,
.displays *:first-child,
.displays *:last-child {
  font-weight: 900;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('https://www.speedwaymotorsports.com/services/fonts/fontawesome/fa-brands-400.woff2') format('woff2'), url('https://www.speedwaymotorsports.com/services/fonts/fontawesome/fa-brands-400.ttf') format('truetype');
}
.fab,
.fa-brands {
  font-weight: 400;
}
.fa-42-group {
  --fa: "\e080";
}
.fa-innosoft {
  --fa: "\e080";
}
.fa-500px {
  --fa: "\f26e";
}
.fa-accessible-icon {
  --fa: "\f368";
}
.fa-accusoft {
  --fa: "\f369";
}
.fa-adn {
  --fa: "\f170";
}
.fa-adversal {
  --fa: "\f36a";
}
.fa-affiliatetheme {
  --fa: "\f36b";
}
.fa-airbnb {
  --fa: "\f834";
}
.fa-algolia {
  --fa: "\f36c";
}
.fa-alipay {
  --fa: "\f642";
}
.fa-amazon {
  --fa: "\f270";
}
.fa-amazon-pay {
  --fa: "\f42c";
}
.fa-amilia {
  --fa: "\f36d";
}
.fa-android {
  --fa: "\f17b";
}
.fa-angellist {
  --fa: "\f209";
}
.fa-angrycreative {
  --fa: "\f36e";
}
.fa-angular {
  --fa: "\f420";
}
.fa-app-store {
  --fa: "\f36f";
}
.fa-app-store-ios {
  --fa: "\f370";
}
.fa-apper {
  --fa: "\f371";
}
.fa-apple {
  --fa: "\f179";
}
.fa-apple-pay {
  --fa: "\f415";
}
.fa-artstation {
  --fa: "\f77a";
}
.fa-asymmetrik {
  --fa: "\f372";
}
.fa-atlassian {
  --fa: "\f77b";
}
.fa-audible {
  --fa: "\f373";
}
.fa-autoprefixer {
  --fa: "\f41c";
}
.fa-avianex {
  --fa: "\f374";
}
.fa-aviato {
  --fa: "\f421";
}
.fa-aws {
  --fa: "\f375";
}
.fa-bandcamp {
  --fa: "\f2d5";
}
.fa-battle-net {
  --fa: "\f835";
}
.fa-behance {
  --fa: "\f1b4";
}
.fa-bilibili {
  --fa: "\e3d9";
}
.fa-bimobject {
  --fa: "\f378";
}
.fa-bitbucket {
  --fa: "\f171";
}
.fa-bitcoin {
  --fa: "\f379";
}
.fa-bity {
  --fa: "\f37a";
}
.fa-black-tie {
  --fa: "\f27e";
}
.fa-blackberry {
  --fa: "\f37b";
}
.fa-blogger {
  --fa: "\f37c";
}
.fa-blogger-b {
  --fa: "\f37d";
}
.fa-bluesky {
  --fa: "\e671";
}
.fa-bluetooth {
  --fa: "\f293";
}
.fa-bluetooth-b {
  --fa: "\f294";
}
.fa-bootstrap {
  --fa: "\f836";
}
.fa-bots {
  --fa: "\e340";
}
.fa-brave {
  --fa: "\e63c";
}
.fa-brave-reverse {
  --fa: "\e63d";
}
.fa-btc {
  --fa: "\f15a";
}
.fa-buffer {
  --fa: "\f837";
}
.fa-buromobelexperte {
  --fa: "\f37f";
}
.fa-buy-n-large {
  --fa: "\f8a6";
}
.fa-buysellads {
  --fa: "\f20d";
}
.fa-canadian-maple-leaf {
  --fa: "\f785";
}
.fa-cc-amazon-pay {
  --fa: "\f42d";
}
.fa-cc-amex {
  --fa: "\f1f3";
}
.fa-cc-apple-pay {
  --fa: "\f416";
}
.fa-cc-diners-club {
  --fa: "\f24c";
}
.fa-cc-discover {
  --fa: "\f1f2";
}
.fa-cc-jcb {
  --fa: "\f24b";
}
.fa-cc-mastercard {
  --fa: "\f1f1";
}
.fa-cc-paypal {
  --fa: "\f1f4";
}
.fa-cc-stripe {
  --fa: "\f1f5";
}
.fa-cc-visa {
  --fa: "\f1f0";
}
.fa-centercode {
  --fa: "\f380";
}
.fa-centos {
  --fa: "\f789";
}
.fa-chrome {
  --fa: "\f268";
}
.fa-chromecast {
  --fa: "\f838";
}
.fa-cloudflare {
  --fa: "\e07d";
}
.fa-cloudscale {
  --fa: "\f383";
}
.fa-cloudsmith {
  --fa: "\f384";
}
.fa-cloudversify {
  --fa: "\f385";
}
.fa-cmplid {
  --fa: "\e360";
}
.fa-codepen {
  --fa: "\f1cb";
}
.fa-codiepie {
  --fa: "\f284";
}
.fa-confluence {
  --fa: "\f78d";
}
.fa-connectdevelop {
  --fa: "\f20e";
}
.fa-contao {
  --fa: "\f26d";
}
.fa-cotton-bureau {
  --fa: "\f89e";
}
.fa-cpanel {
  --fa: "\f388";
}
.fa-creative-commons {
  --fa: "\f25e";
}
.fa-creative-commons-by {
  --fa: "\f4e7";
}
.fa-creative-commons-nc {
  --fa: "\f4e8";
}
.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}
.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}
.fa-creative-commons-nd {
  --fa: "\f4eb";
}
.fa-creative-commons-pd {
  --fa: "\f4ec";
}
.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}
.fa-creative-commons-remix {
  --fa: "\f4ee";
}
.fa-creative-commons-sa {
  --fa: "\f4ef";
}
.fa-creative-commons-sampling {
  --fa: "\f4f0";
}
.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}
.fa-creative-commons-share {
  --fa: "\f4f2";
}
.fa-creative-commons-zero {
  --fa: "\f4f3";
}
.fa-critical-role {
  --fa: "\f6c9";
}
.fa-css {
  --fa: "\e6a2";
}
.fa-css3 {
  --fa: "\f13c";
}
.fa-css3-alt {
  --fa: "\f38b";
}
.fa-cuttlefish {
  --fa: "\f38c";
}
.fa-d-and-d {
  --fa: "\f38d";
}
.fa-d-and-d-beyond {
  --fa: "\f6ca";
}
.fa-dailymotion {
  --fa: "\e052";
}
.fa-dart-lang {
  --fa: "\e693";
}
.fa-dashcube {
  --fa: "\f210";
}
.fa-debian {
  --fa: "\e60b";
}
.fa-deezer {
  --fa: "\e077";
}
.fa-delicious {
  --fa: "\f1a5";
}
.fa-deploydog {
  --fa: "\f38e";
}
.fa-deskpro {
  --fa: "\f38f";
}
.fa-dev {
  --fa: "\f6cc";
}
.fa-deviantart {
  --fa: "\f1bd";
}
.fa-dhl {
  --fa: "\f790";
}
.fa-diaspora {
  --fa: "\f791";
}
.fa-digg {
  --fa: "\f1a6";
}
.fa-digital-ocean {
  --fa: "\f391";
}
.fa-discord {
  --fa: "\f392";
}
.fa-discourse {
  --fa: "\f393";
}
.fa-dochub {
  --fa: "\f394";
}
.fa-docker {
  --fa: "\f395";
}
.fa-draft2digital {
  --fa: "\f396";
}
.fa-dribbble {
  --fa: "\f17d";
}
.fa-dropbox {
  --fa: "\f16b";
}
.fa-drupal {
  --fa: "\f1a9";
}
.fa-dyalog {
  --fa: "\f399";
}
.fa-earlybirds {
  --fa: "\f39a";
}
.fa-ebay {
  --fa: "\f4f4";
}
.fa-edge {
  --fa: "\f282";
}
.fa-edge-legacy {
  --fa: "\e078";
}
.fa-elementor {
  --fa: "\f430";
}
.fa-ello {
  --fa: "\f5f1";
}
.fa-ember {
  --fa: "\f423";
}
.fa-empire {
  --fa: "\f1d1";
}
.fa-envira {
  --fa: "\f299";
}
.fa-erlang {
  --fa: "\f39d";
}
.fa-ethereum {
  --fa: "\f42e";
}
.fa-etsy {
  --fa: "\f2d7";
}
.fa-evernote {
  --fa: "\f839";
}
.fa-expeditedssl {
  --fa: "\f23e";
}
.fa-facebook {
  --fa: "\f09a";
}
.fa-facebook-f {
  --fa: "\f39e";
}
.fa-facebook-messenger {
  --fa: "\f39f";
}
.fa-fantasy-flight-games {
  --fa: "\f6dc";
}
.fa-fedex {
  --fa: "\f797";
}
.fa-fedora {
  --fa: "\f798";
}
.fa-figma {
  --fa: "\f799";
}
.fa-files-pinwheel {
  --fa: "\e69f";
}
.fa-firefox {
  --fa: "\f269";
}
.fa-firefox-browser {
  --fa: "\e007";
}
.fa-first-order {
  --fa: "\f2b0";
}
.fa-first-order-alt {
  --fa: "\f50a";
}
.fa-firstdraft {
  --fa: "\f3a1";
}
.fa-flickr {
  --fa: "\f16e";
}
.fa-flipboard {
  --fa: "\f44d";
}
.fa-flutter {
  --fa: "\e694";
}
.fa-fly {
  --fa: "\f417";
}
.fa-font-awesome {
  --fa: "\f2b4";
}
.fa-font-awesome-flag {
  --fa: "\f2b4";
}
.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}
.fa-fonticons {
  --fa: "\f280";
}
.fa-fonticons-fi {
  --fa: "\f3a2";
}
.fa-fort-awesome {
  --fa: "\f286";
}
.fa-fort-awesome-alt {
  --fa: "\f3a3";
}
.fa-forumbee {
  --fa: "\f211";
}
.fa-foursquare {
  --fa: "\f180";
}
.fa-free-code-camp {
  --fa: "\f2c5";
}
.fa-freebsd {
  --fa: "\f3a4";
}
.fa-fulcrum {
  --fa: "\f50b";
}
.fa-galactic-republic {
  --fa: "\f50c";
}
.fa-galactic-senate {
  --fa: "\f50d";
}
.fa-get-pocket {
  --fa: "\f265";
}
.fa-gg {
  --fa: "\f260";
}
.fa-gg-circle {
  --fa: "\f261";
}
.fa-git {
  --fa: "\f1d3";
}
.fa-git-alt {
  --fa: "\f841";
}
.fa-github {
  --fa: "\f09b";
}
.fa-github-alt {
  --fa: "\f113";
}
.fa-gitkraken {
  --fa: "\f3a6";
}
.fa-gitlab {
  --fa: "\f296";
}
.fa-gitter {
  --fa: "\f426";
}
.fa-glide {
  --fa: "\f2a5";
}
.fa-glide-g {
  --fa: "\f2a6";
}
.fa-gofore {
  --fa: "\f3a7";
}
.fa-golang {
  --fa: "\e40f";
}
.fa-goodreads {
  --fa: "\f3a8";
}
.fa-goodreads-g {
  --fa: "\f3a9";
}
.fa-google {
  --fa: "\f1a0";
}
.fa-google-drive {
  --fa: "\f3aa";
}
.fa-google-pay {
  --fa: "\e079";
}
.fa-google-play {
  --fa: "\f3ab";
}
.fa-google-plus {
  --fa: "\f2b3";
}
.fa-google-plus-g {
  --fa: "\f0d5";
}
.fa-google-scholar {
  --fa: "\e63b";
}
.fa-google-wallet {
  --fa: "\f1ee";
}
.fa-gratipay {
  --fa: "\f184";
}
.fa-grav {
  --fa: "\f2d6";
}
.fa-gripfire {
  --fa: "\f3ac";
}
.fa-grunt {
  --fa: "\f3ad";
}
.fa-guilded {
  --fa: "\e07e";
}
.fa-gulp {
  --fa: "\f3ae";
}
.fa-hacker-news {
  --fa: "\f1d4";
}
.fa-hackerrank {
  --fa: "\f5f7";
}
.fa-hashnode {
  --fa: "\e499";
}
.fa-hips {
  --fa: "\f452";
}
.fa-hire-a-helper {
  --fa: "\f3b0";
}
.fa-hive {
  --fa: "\e07f";
}
.fa-hooli {
  --fa: "\f427";
}
.fa-hornbill {
  --fa: "\f592";
}
.fa-hotjar {
  --fa: "\f3b1";
}
.fa-houzz {
  --fa: "\f27c";
}
.fa-html5 {
  --fa: "\f13b";
}
.fa-hubspot {
  --fa: "\f3b2";
}
.fa-ideal {
  --fa: "\e013";
}
.fa-imdb {
  --fa: "\f2d8";
}
.fa-instagram {
  --fa: "\f16d";
}
.fa-instalod {
  --fa: "\e081";
}
.fa-intercom {
  --fa: "\f7af";
}
.fa-internet-explorer {
  --fa: "\f26b";
}
.fa-invision {
  --fa: "\f7b0";
}
.fa-ioxhost {
  --fa: "\f208";
}
.fa-itch-io {
  --fa: "\f83a";
}
.fa-itunes {
  --fa: "\f3b4";
}
.fa-itunes-note {
  --fa: "\f3b5";
}
.fa-java {
  --fa: "\f4e4";
}
.fa-jedi-order {
  --fa: "\f50e";
}
.fa-jenkins {
  --fa: "\f3b6";
}
.fa-jira {
  --fa: "\f7b1";
}
.fa-joget {
  --fa: "\f3b7";
}
.fa-joomla {
  --fa: "\f1aa";
}
.fa-js {
  --fa: "\f3b8";
}
.fa-jsfiddle {
  --fa: "\f1cc";
}
.fa-jxl {
  --fa: "\e67b";
}
.fa-kaggle {
  --fa: "\f5fa";
}
.fa-keybase {
  --fa: "\f4f5";
}
.fa-keycdn {
  --fa: "\f3ba";
}
.fa-kickstarter {
  --fa: "\f3bb";
}
.fa-square-kickstarter {
  --fa: "\f3bb";
}
.fa-kickstarter-k {
  --fa: "\f3bc";
}
.fa-korvue {
  --fa: "\f42f";
}
.fa-laravel {
  --fa: "\f3bd";
}
.fa-lastfm {
  --fa: "\f202";
}
.fa-leanpub {
  --fa: "\f212";
}
.fa-less {
  --fa: "\f41d";
}
.fa-letterboxd {
  --fa: "\e62d";
}
.fa-line {
  --fa: "\f3c0";
}
.fa-linkedin {
  --fa: "\f08c";
}
.fa-linkedin-in {
  --fa: "\f0e1";
}
.fa-linode {
  --fa: "\f2b8";
}
.fa-linux {
  --fa: "\f17c";
}
.fa-lyft {
  --fa: "\f3c3";
}
.fa-magento {
  --fa: "\f3c4";
}
.fa-mailchimp {
  --fa: "\f59e";
}
.fa-mandalorian {
  --fa: "\f50f";
}
.fa-markdown {
  --fa: "\f60f";
}
.fa-mastodon {
  --fa: "\f4f6";
}
.fa-maxcdn {
  --fa: "\f136";
}
.fa-mdb {
  --fa: "\f8ca";
}
.fa-medapps {
  --fa: "\f3c6";
}
.fa-medium {
  --fa: "\f23a";
}
.fa-medium-m {
  --fa: "\f23a";
}
.fa-medrt {
  --fa: "\f3c8";
}
.fa-meetup {
  --fa: "\f2e0";
}
.fa-megaport {
  --fa: "\f5a3";
}
.fa-mendeley {
  --fa: "\f7b3";
}
.fa-meta {
  --fa: "\e49b";
}
.fa-microblog {
  --fa: "\e01a";
}
.fa-microsoft {
  --fa: "\f3ca";
}
.fa-mintbit {
  --fa: "\e62f";
}
.fa-mix {
  --fa: "\f3cb";
}
.fa-mixcloud {
  --fa: "\f289";
}
.fa-mixer {
  --fa: "\e056";
}
.fa-mizuni {
  --fa: "\f3cc";
}
.fa-modx {
  --fa: "\f285";
}
.fa-monero {
  --fa: "\f3d0";
}
.fa-napster {
  --fa: "\f3d2";
}
.fa-neos {
  --fa: "\f612";
}
.fa-nfc-directional {
  --fa: "\e530";
}
.fa-nfc-symbol {
  --fa: "\e531";
}
.fa-nimblr {
  --fa: "\f5a8";
}
.fa-node {
  --fa: "\f419";
}
.fa-node-js {
  --fa: "\f3d3";
}
.fa-npm {
  --fa: "\f3d4";
}
.fa-ns8 {
  --fa: "\f3d5";
}
.fa-nutritionix {
  --fa: "\f3d6";
}
.fa-octopus-deploy {
  --fa: "\e082";
}
.fa-odnoklassniki {
  --fa: "\f263";
}
.fa-odysee {
  --fa: "\e5c6";
}
.fa-old-republic {
  --fa: "\f510";
}
.fa-opencart {
  --fa: "\f23d";
}
.fa-openid {
  --fa: "\f19b";
}
.fa-opensuse {
  --fa: "\e62b";
}
.fa-opera {
  --fa: "\f26a";
}
.fa-optin-monster {
  --fa: "\f23c";
}
.fa-orcid {
  --fa: "\f8d2";
}
.fa-osi {
  --fa: "\f41a";
}
.fa-padlet {
  --fa: "\e4a0";
}
.fa-page4 {
  --fa: "\f3d7";
}
.fa-pagelines {
  --fa: "\f18c";
}
.fa-palfed {
  --fa: "\f3d8";
}
.fa-patreon {
  --fa: "\f3d9";
}
.fa-paypal {
  --fa: "\f1ed";
}
.fa-perbyte {
  --fa: "\e083";
}
.fa-periscope {
  --fa: "\f3da";
}
.fa-phabricator {
  --fa: "\f3db";
}
.fa-phoenix-framework {
  --fa: "\f3dc";
}
.fa-phoenix-squadron {
  --fa: "\f511";
}
.fa-php {
  --fa: "\f457";
}
.fa-pied-piper {
  --fa: "\f2ae";
}
.fa-pied-piper-alt {
  --fa: "\f1a8";
}
.fa-pied-piper-hat {
  --fa: "\f4e5";
}
.fa-pied-piper-pp {
  --fa: "\f1a7";
}
.fa-pinterest {
  --fa: "\f0d2";
}
.fa-pinterest-p {
  --fa: "\f231";
}
.fa-pix {
  --fa: "\e43a";
}
.fa-pixiv {
  --fa: "\e640";
}
.fa-playstation {
  --fa: "\f3df";
}
.fa-product-hunt {
  --fa: "\f288";
}
.fa-pushed {
  --fa: "\f3e1";
}
.fa-python {
  --fa: "\f3e2";
}
.fa-qq {
  --fa: "\f1d6";
}
.fa-quinscape {
  --fa: "\f459";
}
.fa-quora {
  --fa: "\f2c4";
}
.fa-r-project {
  --fa: "\f4f7";
}
.fa-raspberry-pi {
  --fa: "\f7bb";
}
.fa-ravelry {
  --fa: "\f2d9";
}
.fa-react {
  --fa: "\f41b";
}
.fa-reacteurope {
  --fa: "\f75d";
}
.fa-readme {
  --fa: "\f4d5";
}
.fa-rebel {
  --fa: "\f1d0";
}
.fa-red-river {
  --fa: "\f3e3";
}
.fa-reddit {
  --fa: "\f1a1";
}
.fa-reddit-alien {
  --fa: "\f281";
}
.fa-redhat {
  --fa: "\f7bc";
}
.fa-renren {
  --fa: "\f18b";
}
.fa-replyd {
  --fa: "\f3e6";
}
.fa-researchgate {
  --fa: "\f4f8";
}
.fa-resolving {
  --fa: "\f3e7";
}
.fa-rev {
  --fa: "\f5b2";
}
.fa-rocketchat {
  --fa: "\f3e8";
}
.fa-rockrms {
  --fa: "\f3e9";
}
.fa-rust {
  --fa: "\e07a";
}
.fa-safari {
  --fa: "\f267";
}
.fa-salesforce {
  --fa: "\f83b";
}
.fa-sass {
  --fa: "\f41e";
}
.fa-schlix {
  --fa: "\f3ea";
}
.fa-screenpal {
  --fa: "\e570";
}
.fa-scribd {
  --fa: "\f28a";
}
.fa-searchengin {
  --fa: "\f3eb";
}
.fa-sellcast {
  --fa: "\f2da";
}
.fa-sellsy {
  --fa: "\f213";
}
.fa-servicestack {
  --fa: "\f3ec";
}
.fa-shirtsinbulk {
  --fa: "\f214";
}
.fa-shoelace {
  --fa: "\e60c";
}
.fa-shopify {
  --fa: "\e057";
}
.fa-shopware {
  --fa: "\f5b5";
}
.fa-signal-messenger {
  --fa: "\e663";
}
.fa-simplybuilt {
  --fa: "\f215";
}
.fa-sistrix {
  --fa: "\f3ee";
}
.fa-sith {
  --fa: "\f512";
}
.fa-sitrox {
  --fa: "\e44a";
}
.fa-sketch {
  --fa: "\f7c6";
}
.fa-skyatlas {
  --fa: "\f216";
}
.fa-skype {
  --fa: "\f17e";
}
.fa-slack {
  --fa: "\f198";
}
.fa-slack-hash {
  --fa: "\f198";
}
.fa-slideshare {
  --fa: "\f1e7";
}
.fa-snapchat {
  --fa: "\f2ab";
}
.fa-snapchat-ghost {
  --fa: "\f2ab";
}
.fa-soundcloud {
  --fa: "\f1be";
}
.fa-sourcetree {
  --fa: "\f7d3";
}
.fa-space-awesome {
  --fa: "\e5ac";
}
.fa-speakap {
  --fa: "\f3f3";
}
.fa-speaker-deck {
  --fa: "\f83c";
}
.fa-spotify {
  --fa: "\f1bc";
}
.fa-square-behance {
  --fa: "\f1b5";
}
.fa-behance-square {
  --fa: "\f1b5";
}
.fa-square-bluesky {
  --fa: "\e6a3";
}
.fa-square-dribbble {
  --fa: "\f397";
}
.fa-dribbble-square {
  --fa: "\f397";
}
.fa-square-facebook {
  --fa: "\f082";
}
.fa-facebook-square {
  --fa: "\f082";
}
.fa-square-font-awesome {
  --fa: "\e5ad";
}
.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}
.fa-font-awesome-alt {
  --fa: "\f35c";
}
.fa-square-git {
  --fa: "\f1d2";
}
.fa-git-square {
  --fa: "\f1d2";
}
.fa-square-github {
  --fa: "\f092";
}
.fa-github-square {
  --fa: "\f092";
}
.fa-square-gitlab {
  --fa: "\e5ae";
}
.fa-gitlab-square {
  --fa: "\e5ae";
}
.fa-square-google-plus {
  --fa: "\f0d4";
}
.fa-google-plus-square {
  --fa: "\f0d4";
}
.fa-square-hacker-news {
  --fa: "\f3af";
}
.fa-hacker-news-square {
  --fa: "\f3af";
}
.fa-square-instagram {
  --fa: "\e055";
}
.fa-instagram-square {
  --fa: "\e055";
}
.fa-square-js {
  --fa: "\f3b9";
}
.fa-js-square {
  --fa: "\f3b9";
}
.fa-square-lastfm {
  --fa: "\f203";
}
.fa-lastfm-square {
  --fa: "\f203";
}
.fa-square-letterboxd {
  --fa: "\e62e";
}
.fa-square-odnoklassniki {
  --fa: "\f264";
}
.fa-odnoklassniki-square {
  --fa: "\f264";
}
.fa-square-pied-piper {
  --fa: "\e01e";
}
.fa-pied-piper-square {
  --fa: "\e01e";
}
.fa-square-pinterest {
  --fa: "\f0d3";
}
.fa-pinterest-square {
  --fa: "\f0d3";
}
.fa-square-reddit {
  --fa: "\f1a2";
}
.fa-reddit-square {
  --fa: "\f1a2";
}
.fa-square-snapchat {
  --fa: "\f2ad";
}
.fa-snapchat-square {
  --fa: "\f2ad";
}
.fa-square-steam {
  --fa: "\f1b7";
}
.fa-steam-square {
  --fa: "\f1b7";
}
.fa-square-threads {
  --fa: "\e619";
}
.fa-square-tumblr {
  --fa: "\f174";
}
.fa-tumblr-square {
  --fa: "\f174";
}
.fa-square-twitter {
  --fa: "\f081";
}
.fa-twitter-square {
  --fa: "\f081";
}
.fa-square-upwork {
  --fa: "\e67c";
}
.fa-square-viadeo {
  --fa: "\f2aa";
}
.fa-viadeo-square {
  --fa: "\f2aa";
}
.fa-square-vimeo {
  --fa: "\f194";
}
.fa-vimeo-square {
  --fa: "\f194";
}
.fa-square-web-awesome {
  --fa: "\e683";
}
.fa-square-web-awesome-stroke {
  --fa: "\e684";
}
.fa-square-whatsapp {
  --fa: "\f40c";
}
.fa-whatsapp-square {
  --fa: "\f40c";
}
.fa-square-x-twitter {
  --fa: "\e61a";
}
.fa-square-xing {
  --fa: "\f169";
}
.fa-xing-square {
  --fa: "\f169";
}
.fa-square-youtube {
  --fa: "\f431";
}
.fa-youtube-square {
  --fa: "\f431";
}
.fa-squarespace {
  --fa: "\f5be";
}
.fa-stack-exchange {
  --fa: "\f18d";
}
.fa-stack-overflow {
  --fa: "\f16c";
}
.fa-stackpath {
  --fa: "\f842";
}
.fa-staylinked {
  --fa: "\f3f5";
}
.fa-steam {
  --fa: "\f1b6";
}
.fa-steam-symbol {
  --fa: "\f3f6";
}
.fa-sticker-mule {
  --fa: "\f3f7";
}
.fa-strava {
  --fa: "\f428";
}
.fa-stripe {
  --fa: "\f429";
}
.fa-stripe-s {
  --fa: "\f42a";
}
.fa-stubber {
  --fa: "\e5c7";
}
.fa-studiovinari {
  --fa: "\f3f8";
}
.fa-stumbleupon {
  --fa: "\f1a4";
}
.fa-stumbleupon-circle {
  --fa: "\f1a3";
}
.fa-superpowers {
  --fa: "\f2dd";
}
.fa-supple {
  --fa: "\f3f9";
}
.fa-suse {
  --fa: "\f7d6";
}
.fa-swift {
  --fa: "\f8e1";
}
.fa-symfony {
  --fa: "\f83d";
}
.fa-teamspeak {
  --fa: "\f4f9";
}
.fa-telegram {
  --fa: "\f2c6";
}
.fa-telegram-plane {
  --fa: "\f2c6";
}
.fa-tencent-weibo {
  --fa: "\f1d5";
}
.fa-the-red-yeti {
  --fa: "\f69d";
}
.fa-themeco {
  --fa: "\f5c6";
}
.fa-themeisle {
  --fa: "\f2b2";
}
.fa-think-peaks {
  --fa: "\f731";
}
.fa-threads {
  --fa: "\e618";
}
.fa-tiktok {
  --fa: "\e07b";
}
.fa-trade-federation {
  --fa: "\f513";
}
.fa-trello {
  --fa: "\f181";
}
.fa-tumblr {
  --fa: "\f173";
}
.fa-twitch {
  --fa: "\f1e8";
}
.fa-twitter {
  --fa: "\f099";
}
.fa-typo3 {
  --fa: "\f42b";
}
.fa-uber {
  --fa: "\f402";
}
.fa-ubuntu {
  --fa: "\f7df";
}
.fa-uikit {
  --fa: "\f403";
}
.fa-umbraco {
  --fa: "\f8e8";
}
.fa-uncharted {
  --fa: "\e084";
}
.fa-uniregistry {
  --fa: "\f404";
}
.fa-unity {
  --fa: "\e049";
}
.fa-unsplash {
  --fa: "\e07c";
}
.fa-untappd {
  --fa: "\f405";
}
.fa-ups {
  --fa: "\f7e0";
}
.fa-upwork {
  --fa: "\e641";
}
.fa-usb {
  --fa: "\f287";
}
.fa-usps {
  --fa: "\f7e1";
}
.fa-ussunnah {
  --fa: "\f407";
}
.fa-vaadin {
  --fa: "\f408";
}
.fa-viacoin {
  --fa: "\f237";
}
.fa-viadeo {
  --fa: "\f2a9";
}
.fa-viber {
  --fa: "\f409";
}
.fa-vimeo {
  --fa: "\f40a";
}
.fa-vimeo-v {
  --fa: "\f27d";
}
.fa-vine {
  --fa: "\f1ca";
}
.fa-vk {
  --fa: "\f189";
}
.fa-vnv {
  --fa: "\f40b";
}
.fa-vuejs {
  --fa: "\f41f";
}
.fa-watchman-monitoring {
  --fa: "\e087";
}
.fa-waze {
  --fa: "\f83f";
}
.fa-web-awesome {
  --fa: "\e682";
}
.fa-webflow {
  --fa: "\e65c";
}
.fa-weebly {
  --fa: "\f5cc";
}
.fa-weibo {
  --fa: "\f18a";
}
.fa-weixin {
  --fa: "\f1d7";
}
.fa-whatsapp {
  --fa: "\f232";
}
.fa-whmcs {
  --fa: "\f40d";
}
.fa-wikipedia-w {
  --fa: "\f266";
}
.fa-windows {
  --fa: "\f17a";
}
.fa-wirsindhandwerk {
  --fa: "\e2d0";
}
.fa-wsh {
  --fa: "\e2d0";
}
.fa-wix {
  --fa: "\f5cf";
}
.fa-wizards-of-the-coast {
  --fa: "\f730";
}
.fa-wodu {
  --fa: "\e088";
}
.fa-wolf-pack-battalion {
  --fa: "\f514";
}
.fa-wordpress {
  --fa: "\f19a";
}
.fa-wordpress-simple {
  --fa: "\f411";
}
.fa-wpbeginner {
  --fa: "\f297";
}
.fa-wpexplorer {
  --fa: "\f2de";
}
.fa-wpforms {
  --fa: "\f298";
}
.fa-wpressr {
  --fa: "\f3e4";
}
.fa-rendact {
  --fa: "\f3e4";
}
.fa-x-twitter {
  --fa: "\e61b";
}
.fa-xbox {
  --fa: "\f412";
}
.fa-xing {
  --fa: "\f168";
}
.fa-y-combinator {
  --fa: "\f23b";
}
.fa-yahoo {
  --fa: "\f19e";
}
.fa-yammer {
  --fa: "\f840";
}
.fa-yandex {
  --fa: "\f413";
}
.fa-yandex-international {
  --fa: "\f414";
}
.fa-yarn {
  --fa: "\f7e3";
}
.fa-yelp {
  --fa: "\f1e9";
}
.fa-yoast {
  --fa: "\f2b1";
}
.fa-youtube {
  --fa: "\f167";
}
.fa-zhihu {
  --fa: "\f63f";
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
@font-face {
  font-family: 'Font Awesome Kit';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('https://www.speedwaymotorsports.com/services/fonts/fontawesome/custom-icons.woff2') format('woff2'), url('https://www.speedwaymotorsports.com/services/fonts/fontawesome/custom-icons.ttf') format('truetype');
}
.fak,
.fa-kit {
  font-family: 'Font Awesome Kit';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}
.fak::before,
.fa-kit::before {
  content: var(--fa);
}
.fak.fa-1touch,
.fa-kit.fa-1touch {
  --fa: "\e003";
}
.fak.fa-1touch-1,
.fa-kit.fa-1touch-1 {
  --fa: "\e00a";
}
.fak.fa-calendar-v4,
.fa-kit.fa-calendar-v4 {
  --fa: "\e00d";
}
.fak.fa-calendar-v5,
.fa-kit.fa-calendar-v5 {
  --fa: "\e00c";
}
.fak.fa-doner,
.fa-kit.fa-doner {
  --fa: "\e004";
}
.fak.fa-external-url,
.fa-kit.fa-external-url {
  --fa: "\e005";
}
.fak.fa-globe,
.fa-kit.fa-globe {
  --fa: "\e002";
}
.fak.fa-globe-r,
.fa-kit.fa-globe-r {
  --fa: "\e00b";
}
.fak.fa-groups-experiences,
.fa-kit.fa-groups-experiences {
  --fa: "\e022";
}
.fak.fa-groups-fevo,
.fa-kit.fa-groups-fevo {
  --fa: "\e01e";
}
.fak.fa-groups-fundraising,
.fa-kit.fa-groups-fundraising {
  --fa: "\e01f";
}
.fak.fa-groups-salesrep,
.fa-kit.fa-groups-salesrep {
  --fa: "\e021";
}
.fak.fa-groups-savings,
.fa-kit.fa-groups-savings {
  --fa: "\e020";
}
.fak.fa-groups-seating,
.fa-kit.fa-groups-seating {
  --fa: "\e024";
}
.fak.fa-groups-spaces,
.fa-kit.fa-groups-spaces {
  --fa: "\e023";
}
.fak.fa-sm-llc,
.fa-kit.fa-sm-llc {
  --fa: "\e009";
}
.fak.fa-smi,
.fa-kit.fa-smi {
  --fa: "\e00e";
}
.fak.fa-tunein,
.fa-kit.fa-tunein {
  --fa: "\e006";
}
.fak.fa-universal-access,
.fa-kit.fa-universal-access {
  --fa: "\e001";
}
.fak.fa-value-camping,
.fa-kit.fa-value-camping {
  --fa: "\e02b";
}
.fak.fa-value-coolers,
.fa-kit.fa-value-coolers {
  --fa: "\e02c";
}
.fak.fa-value-fans,
.fa-kit.fa-value-fans {
  --fa: "\e027";
}
.fak.fa-value-fanzone,
.fa-kit.fa-value-fanzone {
  --fa: "\e025";
}
.fak.fa-value-kidsplay,
.fa-kit.fa-value-kidsplay {
  --fa: "\e029";
}
.fak.fa-value-kidstickets,
.fa-kit.fa-value-kidstickets {
  --fa: "\e02a";
}
.fak.fa-value-parking,
.fa-kit.fa-value-parking {
  --fa: "\e028";
}
.fak.fa-value-payments,
.fa-kit.fa-value-payments {
  --fa: "\e026";
}
.fak.fa-vozzi,
.fa-kit.fa-vozzi {
  --fa: "\e02e";
}
.fak,
.fa-kit {
  --fa-family: 'Font Awesome Kit';
  --fa-style: 400;
}
.fa-ticket {
  transform: rotate(-33deg);
}
/* ------------------ FA IMPLEMENTATION ------------------

Inline Class:

<i class="fa-solid fa-icon"></i>

//----

CSS:BEFORE Selector:

.CLASS:BEFORE {
.fa-solid;
content: @fa-var-icon;
}

//----

Let FA generate the CSS:BEFORE element:

I {
.fa-icon-solid(@fa-var-icon);
}

//----

Custom kit icons
content: .fa-custom-icons[external-url];
.fa-kit;


//----

ICON SIZING

INLINE:

.fa-2xs
.fa-xs
.fa-sm
.fa-lg
.fa-xl
.fa-2xl

PSUEDO:

&:extend(.fa-sm);

*/
/*  --------------------------------------------------
COMMON: ELEMENTS.LESS
--------------------------------------------------  */
@media (min-width: 768px) {
  .half-width {
    width: 50%;
    margin: auto;
  }
}
IFRAME.getvozzi {
  border: 0 !important;
  width: 100% !important;
  height: 80vh !important;
}
DIV[data-name="sf-text-messaging"] .sfHeaderImage.sizeSFHeaderLogoRight {
  width: 150px;
}
.fancybox-slide > .sfModule {
  width: 90vw;
}
.articlebulletpoints {
  padding: 15px 0 15px 15px;
  margin-bottom: 20px;
  color: #666666;
  border-left: 4px solid #9A2325;
}
.articlebulletpoints UL {
  margin-bottom: 0;
}
.articlebulletpoints UL LI {
  padding-bottom: 16px;
  font-size: 18px;
  font-style: italic;
}
.articlebulletpoints UL LI:last-child {
  padding-bottom: 0px;
}
.articlebulletpoints UL LI::marker {
  color: #9A2325;
}
/* GROUPS */
DIV[data-name="sf-why-book-as-a-group"] .row {
  justify-content: center;
}
DIV[data-name="sf-why-book-as-a-group"] .sflink {
  transition: all 0.3s ease-in-out;
}
DIV[data-name="sf-why-book-as-a-group"] .sflink .name {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #9A2325;
  font-size: 20px;
  margin: 20px 0;
}
DIV[data-name="sf-why-book-as-a-group"] .sflink .name I {
  transition: all 0.3s ease-in-out;
  color: #174E89;
  display: block;
  font-size: 96px;
  margin-bottom: 20px;
}
DIV[data-name="sf-why-book-as-a-group"] .sflink:HOVER .name I {
  transform: scale(1.15) translateY(-10px);
}
DIV[data-name="sf-group-testimonials"] .dataContainer {
  border: 1px solid #CCCCCC;
  background: #F8F8F8;
  padding: 30px;
}
DIV[data-name="sf-group-testimonials"] .dataContainer .name {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 28px;
  margin-bottom: 10px;
}
DIV[data-name="sf-group-testimonials"] .dataContainer .description {
  font-size: 87%;
  font-size: 80%;
}
/* MORE VALUE */
DIV[data-name="sf-get-more-for-your-money"] .links > .row {
  justify-content: center;
}
DIV[data-name="sf-get-more-for-your-money"] .sflink {
  margin: 30px 0;
}
DIV[data-name="sf-get-more-for-your-money"] .sflink:HOVER .dataContainer .name DIV {
  transform: scale(1.15) translateY(-10px);
}
DIV[data-name="sf-get-more-for-your-money"] .linkContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
}
DIV[data-name="sf-get-more-for-your-money"] .dataContainer {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
DIV[data-name="sf-get-more-for-your-money"] .dataContainer .name {
  color: #999999;
  flex: 0 0 auto;
  font-size: 20px;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
DIV[data-name="sf-get-more-for-your-money"] .dataContainer .name DIV {
  transition: all 0.3s ease-in-out;
}
DIV[data-name="sf-get-more-for-your-money"] .dataContainer .name I {
  display: block;
  margin-bottom: 20px;
  font-size: 108px;
}
DIV[data-name="sf-get-more-for-your-money"] .dataContainer .description {
  flex: 1 0 auto;
}
DIV[data-name="sf-get-more-for-your-money"] .dataContainer .buttonContainer {
  flex: 0 0 auto;
}
DIV[data-name="sf-2025-events"] .row {
  justify-content: center;
}
DIV[data-name="sf-2025-events"] .row .sfevent .eventWrapper .event .moduleWrapper .logo IMG {
  width: 80% !important;
}
DIV[data-name="sf-2025-events"] .row .sfevent .eventWrapper .event .moduleWrapper .eventHead .title H2 {
  font-size: 18px;
}
DIV[data-name="sf-2025-events"] .row .sfevent .eventWrapper .event .moduleWrapper .eventHead .series {
  font-size: 12px;
}
DIV[data-name="sf-2025-events"] .row .sfevent .eventWrapper .event .moduleWrapper .eventHead .location {
  font-size: 12px;
}
/*---- THOR COMPLIMENTARY SERVICE ----*/
DIV[data-name="sf-thor-service"] .optionContainer,
DIV[data-name="sf-trip-tips"] .content,
.thor-style .content {
  padding: 20px;
  margin-bottom: 40px;
  border: 5px solid #a46807;
  background: #495737;
  color: #FFF;
}
DIV[data-name="sf-thor-service"] .optionContainer A.eventoption-detailslink,
DIV[data-name="sf-trip-tips"] .content A.eventoption-detailslink,
.thor-style .content A.eventoption-detailslink {
  color: #FFF !important;
}
DIV[data-name="sf-thor-service"] .optionContainer A.eventoption-detailslink:HOVER,
DIV[data-name="sf-trip-tips"] .content A.eventoption-detailslink:HOVER,
.thor-style .content A.eventoption-detailslink:HOVER,
DIV[data-name="sf-thor-service"] .optionContainer A.eventoption-detailslink:FOCUS,
DIV[data-name="sf-trip-tips"] .content A.eventoption-detailslink:FOCUS,
.thor-style .content A.eventoption-detailslink:FOCUS,
DIV[data-name="sf-thor-service"] .optionContainer A.eventoption-detailslink:ACTIVE,
DIV[data-name="sf-trip-tips"] .content A.eventoption-detailslink:ACTIVE,
.thor-style .content A.eventoption-detailslink:ACTIVE {
  color: #FFF !important;
}
DIV[data-name="sf-thor-service"] .optionContainer .option-details-expanded,
DIV[data-name="sf-trip-tips"] .content .option-details-expanded,
.thor-style .content .option-details-expanded {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
DIV[data-name="sf-thor-service"] .optionContainer .buttons A,
DIV[data-name="sf-trip-tips"] .content .buttons A,
.thor-style .content .buttons A {
  color: #000;
  background-color: #eb973e;
  border-color: #df7e17;
  background-color: #a46807 !important;
  color: #FFF !important;
}
DIV[data-name="sf-thor-service"] .optionContainer .buttons A:focus,
DIV[data-name="sf-trip-tips"] .content .buttons A:focus,
.thor-style .content .buttons A:focus,
DIV[data-name="sf-thor-service"] .optionContainer .buttons A.focus,
DIV[data-name="sf-trip-tips"] .content .buttons A.focus,
.thor-style .content .buttons A.focus {
  color: #000;
  background-color: #df7e17;
  border-color: #6b3d0b;
}
DIV[data-name="sf-thor-service"] .optionContainer .buttons A:hover,
DIV[data-name="sf-trip-tips"] .content .buttons A:hover,
.thor-style .content .buttons A:hover {
  color: #000;
  background-color: #df7e17;
  border-color: #a75f11;
}
DIV[data-name="sf-thor-service"] .optionContainer .buttons A:active,
DIV[data-name="sf-trip-tips"] .content .buttons A:active,
.thor-style .content .buttons A:active,
DIV[data-name="sf-thor-service"] .optionContainer .buttons A.active,
DIV[data-name="sf-trip-tips"] .content .buttons A.active,
.thor-style .content .buttons A.active,
.open > .dropdown-toggleDIV[data-name="sf-thor-service"] .optionContainer .buttons A,
.open > .dropdown-toggleDIV[data-name="sf-trip-tips"] .content .buttons A,
.open > .dropdown-toggle.thor-style .content .buttons A {
  color: #000;
  background-color: #df7e17;
  border-color: #a75f11;
}
DIV[data-name="sf-thor-service"] .optionContainer .buttons A:active:hover,
DIV[data-name="sf-trip-tips"] .content .buttons A:active:hover,
.thor-style .content .buttons A:active:hover,
DIV[data-name="sf-thor-service"] .optionContainer .buttons A.active:hover,
DIV[data-name="sf-trip-tips"] .content .buttons A.active:hover,
.thor-style .content .buttons A.active:hover,
.open > .dropdown-toggleDIV[data-name="sf-thor-service"] .optionContainer .buttons A:hover,
.open > .dropdown-toggleDIV[data-name="sf-trip-tips"] .content .buttons A:hover,
.open > .dropdown-toggle.thor-style .content .buttons A:hover,
DIV[data-name="sf-thor-service"] .optionContainer .buttons A:active:focus,
DIV[data-name="sf-trip-tips"] .content .buttons A:active:focus,
.thor-style .content .buttons A:active:focus,
DIV[data-name="sf-thor-service"] .optionContainer .buttons A.active:focus,
DIV[data-name="sf-trip-tips"] .content .buttons A.active:focus,
.thor-style .content .buttons A.active:focus,
.open > .dropdown-toggleDIV[data-name="sf-thor-service"] .optionContainer .buttons A:focus,
.open > .dropdown-toggleDIV[data-name="sf-trip-tips"] .content .buttons A:focus,
.open > .dropdown-toggle.thor-style .content .buttons A:focus,
DIV[data-name="sf-thor-service"] .optionContainer .buttons A:active.focus,
DIV[data-name="sf-trip-tips"] .content .buttons A:active.focus,
.thor-style .content .buttons A:active.focus,
DIV[data-name="sf-thor-service"] .optionContainer .buttons A.active.focus,
DIV[data-name="sf-trip-tips"] .content .buttons A.active.focus,
.thor-style .content .buttons A.active.focus,
.open > .dropdown-toggleDIV[data-name="sf-thor-service"] .optionContainer .buttons A.focus,
.open > .dropdown-toggleDIV[data-name="sf-trip-tips"] .content .buttons A.focus,
.open > .dropdown-toggle.thor-style .content .buttons A.focus {
  color: #000;
  background-color: #bf6c14;
  border-color: #6b3d0b;
}
DIV[data-name="sf-thor-service"] .optionContainer .buttons A:active,
DIV[data-name="sf-trip-tips"] .content .buttons A:active,
.thor-style .content .buttons A:active,
DIV[data-name="sf-thor-service"] .optionContainer .buttons A.active,
DIV[data-name="sf-trip-tips"] .content .buttons A.active,
.thor-style .content .buttons A.active,
.open > .dropdown-toggleDIV[data-name="sf-thor-service"] .optionContainer .buttons A,
.open > .dropdown-toggleDIV[data-name="sf-trip-tips"] .content .buttons A,
.open > .dropdown-toggle.thor-style .content .buttons A {
  background-image: none;
}
DIV[data-name="sf-thor-service"] .optionContainer .buttons A.disabled:hover,
DIV[data-name="sf-trip-tips"] .content .buttons A.disabled:hover,
.thor-style .content .buttons A.disabled:hover,
DIV[data-name="sf-thor-service"] .optionContainer .buttons A[disabled]:hover,
DIV[data-name="sf-trip-tips"] .content .buttons A[disabled]:hover,
.thor-style .content .buttons A[disabled]:hover,
fieldset[disabled] DIV[data-name="sf-thor-service"] .optionContainer .buttons A:hover,
fieldset[disabled] DIV[data-name="sf-trip-tips"] .content .buttons A:hover,
fieldset[disabled] .thor-style .content .buttons A:hover,
DIV[data-name="sf-thor-service"] .optionContainer .buttons A.disabled:focus,
DIV[data-name="sf-trip-tips"] .content .buttons A.disabled:focus,
.thor-style .content .buttons A.disabled:focus,
DIV[data-name="sf-thor-service"] .optionContainer .buttons A[disabled]:focus,
DIV[data-name="sf-trip-tips"] .content .buttons A[disabled]:focus,
.thor-style .content .buttons A[disabled]:focus,
fieldset[disabled] DIV[data-name="sf-thor-service"] .optionContainer .buttons A:focus,
fieldset[disabled] DIV[data-name="sf-trip-tips"] .content .buttons A:focus,
fieldset[disabled] .thor-style .content .buttons A:focus,
DIV[data-name="sf-thor-service"] .optionContainer .buttons A.disabled.focus,
DIV[data-name="sf-trip-tips"] .content .buttons A.disabled.focus,
.thor-style .content .buttons A.disabled.focus,
DIV[data-name="sf-thor-service"] .optionContainer .buttons A[disabled].focus,
DIV[data-name="sf-trip-tips"] .content .buttons A[disabled].focus,
.thor-style .content .buttons A[disabled].focus,
fieldset[disabled] DIV[data-name="sf-thor-service"] .optionContainer .buttons A.focus,
fieldset[disabled] DIV[data-name="sf-trip-tips"] .content .buttons A.focus,
fieldset[disabled] .thor-style .content .buttons A.focus {
  background-color: #eb973e;
  border-color: #df7e17;
}
DIV[data-name="sf-thor-service"] .optionContainer .buttons A .badge,
DIV[data-name="sf-trip-tips"] .content .buttons A .badge,
.thor-style .content .buttons A .badge {
  color: #eb973e;
  background-color: #000;
}
DIV[data-name="sf-thor-service"] .optionContainer .buttons A .nofade,
DIV[data-name="sf-trip-tips"] .content .buttons A .nofade,
.thor-style .content .buttons A .nofade {
  cursor: default;
}
DIV[data-name="sf-thor-service"] .optionContainer .buttons A .nofade:hover,
DIV[data-name="sf-trip-tips"] .content .buttons A .nofade:hover,
.thor-style .content .buttons A .nofade:hover,
DIV[data-name="sf-thor-service"] .optionContainer .buttons A .nofade:active,
DIV[data-name="sf-trip-tips"] .content .buttons A .nofade:active,
.thor-style .content .buttons A .nofade:active {
  background-color: #eb973e;
  border-color: #df7e17;
}
DIV[data-name="sf-thor-service"] .optionContainer .buttons A:HOVER,
DIV[data-name="sf-trip-tips"] .content .buttons A:HOVER,
.thor-style .content .buttons A:HOVER {
  color: #FFF !important;
}
/*---- EP SPEEDWAY EXPERIENCE ----*/
.sf-echopark .eventOptions {
  outline: 1px solid #AAAAAA;
  border: 5px solid #FFF;
  padding: 20px !important;
  background: #63a60b;
  color: #FFF;
}
.featured-option {
  padding: 15px;
  border: 1px solid #2e73a7;
  background: radial-gradient(400px 400px at 600px bottom, #EEEEEE, #cde9f4);
}
#sect-contact.simple-layout {
  padding: 30px;
}
/*---- SALESFORCE RIGHT COLUMN CONTACT FORM ----*/
.posRight .sfForm[data-name="sf-quick-contact"] {
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.posRight .sfForm[data-name="sf-quick-contact"] .head {
  margin-bottom: 10px;
}
.posRight .sfForm[data-name="sf-quick-contact"] .head H2 {
  color: #666666 !important;
}
.posRight .sfForm[data-name="sf-quick-contact"] .description {
  font-size: 14px;
  margin-bottom: 20px !important;
}
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group {
  margin-bottom: 5px;
}
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit] {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #FFF !important;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit]:focus,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit].focus {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #bfbfbf !important;
}
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit]:hover {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #e0e0e0 !important;
}
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit]:active,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit].active,
.open > .dropdown-toggle.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit] {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #e0e0e0 !important;
}
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit]:active:hover,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit].active:hover,
.open > .dropdown-toggle.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit]:hover,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit]:active:focus,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit].active:focus,
.open > .dropdown-toggle.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit]:focus,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit]:active.focus,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit].active.focus,
.open > .dropdown-toggle.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit].focus {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #bfbfbf !important;
}
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit]:active,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit].active,
.open > .dropdown-toggle.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit] {
  background-image: none !important;
}
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit].disabled:hover,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit][disabled]:hover,
fieldset[disabled] .posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit]:hover,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit].disabled:focus,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit][disabled]:focus,
fieldset[disabled] .posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit]:focus,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit].disabled.focus,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit][disabled].focus,
fieldset[disabled] .posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit].focus {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #FFF !important;
}
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit] .badge {
  color: rgba(0, 0, 0, 0.5) !important;
  background-color: #FFF !important;
}
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit] .nofade {
  cursor: default !important;
}
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit] .nofade:hover,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group INPUT[type=submit] .nofade:active {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #FFF !important;
}
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group.sfefirstname,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group.sfephone {
  padding-right: 3px !important;
}
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group.sfelastname,
.posRight .sfForm[data-name="sf-quick-contact"] .fields .form-group.sfeemail {
  padding-left: 3px !important;
}
.posRight .sfForm[data-name="sf-quick-contact"] .requiredmessage,
.posRight .sfForm[data-name="sf-quick-contact"] .captchatext {
  color: #CCCCCC;
  font-size: 10px;
}
[data-name*="jumplinks"] {
  clear: both;
  text-align: center;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
[data-name*="jumplinks"] UL LI {
  margin-right: 5px !important;
  display: inline-block;
}
[data-name*="jumplinks"] UL LI A {
  padding-left: 5px;
  padding-right: 5px;
  color: #666666;
  font-weight: 300 !important;
}
[data-name*="jumplinks"] UL LI A:HOVER {
  color: #174E89;
}
[data-name*="jumplinks"] UL LI A:AFTER {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f0d7";
  margin-left: 5px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
[data-name*="jumplinks"] UL:BEFORE {
  content: "Jump To: ";
  color: #666666;
  padding-right: 15px;
}
DIV[data-name="sf-quick-connect"] {
  padding: 15px;
  font-size: 12px;
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
}
DIV[data-name="sf-quick-connect"] .form-group {
  margin-bottom: 10px;
}
DIV[data-name="sf-quick-connect"] .form-control {
  font-size: 12px;
}
.snippet.keywords {
  display: flex;
}
.alert-info {
  border: 1px solid #adc4cf;
}
.alert-info H4 I {
  font-size: 80%;
}
.alert-info UL {
  padding-left: 15px;
}
.alert-info UL LI {
  margin-bottom: 5px;
}
.alert-info UL LI A {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info UL LI A hr {
  border-top-color: #a6e1ec;
}
.alert-info UL LI A .alert-link {
  color: #245269;
}
.alert-info UL LI A:HOVER {
  text-decoration: underline;
  color: #1d4356;
}
.uppercase {
  text-transform: uppercase;
}
.hover-grow .logo IMG {
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
}
.hover-grow .logo IMG:HOVER {
  transform: scale(1);
}
.trace {
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #AAAAAA;
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}
/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}
.row-full {
  text-align: center;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  left: 68%;
  background: #EEE;
}
#cat-fan-fi .app-buttons {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}
#cat-fan-fi .app-buttons DIV {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  #cat-fan-fi .app-buttons DIV IMG {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  #cat-fan-fi .buttons A {
    display: block;
    width: 100%;
  }
}
.quote-highlight {
  padding: 15px;
  margin: 20px 0;
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
}
.quote-highlight .quote {
  MARGIN-BOTTOM: 5px;
}
.quote-highlight .attribution {
  font-style: italic;
  color: #999999;
}
.quote-highlight .attribution:BEFORE {
  content: "- ";
}
#cat-fundracing .infographic {
  text-align: center;
  margin-bottom: 60px;
}
#cat-fundracing .infographic .top {
  margin-bottom: 30px;
  border-bottom: 2px solid #CCC;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#cat-fundracing .infographic .top > * {
  flex: 0 0 auto;
}
#cat-fundracing .infographic .top .left-col {
  margin-bottom: 20px;
  flex: 1 1 auto;
  padding: 0 20px;
}
#cat-fundracing .infographic .top .left-col H3 {
  margin: 0;
}
#cat-fundracing .infographic .top .right-col {
  margin-bottom: 30px;
  flex: 1 1 auto;
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  #cat-fundracing .infographic .top .right-col {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#cat-fundracing .infographic .top .right-col .left-bracket {
  border: 8px solid #CCC;
  border-right: 0;
  flex: 0 0 auto;
}
#cat-fundracing .infographic .top .right-col .middle-bracket {
  padding: 20px 0;
  flex: 1 1 auto;
}
#cat-fundracing .infographic .top .right-col .right-bracket {
  border: 8px solid #CCC;
  border-left: 0;
  flex: 0 0 auto;
}
#cat-fundracing .infographic .bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#cat-fundracing .infographic .bottom > * {
  flex: 0 0 auto;
}
#cat-fundracing .infographic .bottom .left-col {
  flex: 1 1 auto;
  padding: 0 20px;
}
#cat-fundracing .infographic .bottom .left-col H3 {
  margin-bottom: 20px;
}
#cat-fundracing .infographic .bottom .right-col {
  flex: 1 1 auto;
  padding: 30px 30px 0 30px;
  background: #EEE;
}
#cat-fundracing .infographic .bottom .right-col .left-data {
  padding-bottom: 30px;
}
#cat-fundracing .infographic .bottom .right-col .right-data {
  padding-bottom: 30px;
}
#cat-fundracing .infographic H3 {
  font-size: 24px;
  color: #9A2325;
}
#cat-miltix .posMiddle .grid .linkContainer {
  margin-bottom: 40px;
}
#cat-miltix .posMiddle .grid .linkContainer .logo .img-responsive {
  width: 75%;
  margin: auto;
}
#cat-miltix .posMiddle .grid .linkContainer .name {
  display: none;
}
BODY.landing {
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  BODY.landing {
    background-size: 130%;
  }
}
@media (max-width: 767px) {
  BODY.landing #header {
    display: none !important;
  }
}
BODY.landing #page-container {
  padding: 20px;
  margin-top: 500px;
  background-color: white;
}
@media (min-width: 768px) {
  BODY.landing #page-container {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 767px) {
  BODY.landing #page-container {
    margin-top: 54%;
  }
}
@media (min-width: 800px) {
  BODY.landing #page-container {
    margin-top: 35%;
    margin-bottom: 80px;
  }
}
BODY.landing #footer {
  clear: both;
}
A.readMore {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer !important;
}
A.readMore:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f101";
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
A.moreNews {
  display: block;
  text-align: right;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
A.moreNews:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f101";
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.fancybox-video {
  background: transparent !important;
}
#left-container {
  overflow: hidden;
}
#left .sfLinks {
  line-height: 1;
}
.fancybox-button svg {
  pointer-events: none;
}
.template-eventpages .fancybox-slide--iframe .fancybox-content {
  max-width: 800px;
  max-height: 500px;
}
DIV[data-name="sf-health-and-safety"] {
  border: 1px solid #AAAAAA;
  padding: 15px;
  background: #fffab4;
}
DIV[data-name="sf-health-and-safety"] .head {
  margin-bottom: 0;
}
DIV[data-name="sf-health-and-safety"] .head H2 {
  font-size: 18px;
}
DIV[data-name="sf-health-and-safety"] .content .buttons * {
  display: block;
  width: 100%;
}
.layout_100width #main,
.layout-100width #main {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.layout_singlecolumn #main,
.layout-singlecolumn #main {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.layout_leftcolumn #left,
.layout-leftcolumn #left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .layout_leftcolumn #left,
  .layout-leftcolumn #left {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .layout_leftcolumn #left,
  .layout-leftcolumn #left {
    right: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .layout_leftcolumn #left,
  .layout-leftcolumn #left {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .layout_leftcolumn #left,
  .layout-leftcolumn #left {
    right: 75%;
  }
}
.layout_leftcolumn #main,
.layout-leftcolumn #main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .layout_leftcolumn #main,
  .layout-leftcolumn #main {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .layout_leftcolumn #main,
  .layout-leftcolumn #main {
    left: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .layout_leftcolumn #main,
  .layout-leftcolumn #main {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .layout_leftcolumn #main,
  .layout-leftcolumn #main {
    left: 25%;
  }
}
.layout_default #main,
.layout-default #main,
.layout_rightcolumn #main,
.layout-rightcolumn #main {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .layout_default #main,
  .layout-default #main,
  .layout_rightcolumn #main,
  .layout-rightcolumn #main {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .layout_default #main,
  .layout-default #main,
  .layout_rightcolumn #main,
  .layout-rightcolumn #main {
    float: left;
    width: 75%;
  }
}
.layout_default #right,
.layout-default #right,
.layout_rightcolumn #right,
.layout-rightcolumn #right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .layout_default #right,
  .layout-default #right,
  .layout_rightcolumn #right,
  .layout-rightcolumn #right {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .layout_default #right,
  .layout-default #right,
  .layout_rightcolumn #right,
  .layout-rightcolumn #right {
    float: left;
    width: 25%;
  }
}
#footer {
  font-size: 12px;
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
#footer .sfModule {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
@media (max-width: 767px) {
  #footer .sfModule {
    margin-right: 0;
    text-align: center;
  }
}
 > #footer .sfModule:first-child {
  text-align: center;
}
#footer .sfModule .fa-smi {
  margin-bottom: 10px;
}
#footer .sfModule .submenu LI A:after,
#footer .sfModule .content UL LI A:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f101";
}
#footer .sfModule .submenu LI A[target="_blank"]:after,
#footer .sfModule .content UL LI A[target="_blank"]:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f08e";
}
#footer .sfModule .head H2 {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-size: 18px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.posModal .sfModule {
  display: none;
}
.posRaceWeek H2 {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 30px;
  color: #666;
}
.posRaceWeek .cal-test {
  text-align: center;
  font-size: 16px;
}
.posRaceWeek .cal-test H3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.posRaceWeek .cal-test .logo {
  height: 160px;
}
.posRaceWeek .cal-test I {
  display: block;
  font-size: 12px;
  text-transform: normal;
}
.cal {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.5);
  padding-bottom: 5px;
}
.cal .cal-day {
  display: inline-block;
  width: 14.2%;
  margin: 0;
  padding: 3px;
  text-align: center;
  vertical-align: top;
  line-height: 1;
}
.cal .cal-day H3 {
  padding: 3px 0;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 3px;
}
.cal .cal-day IMG {
  width: 100%;
  height: auto;
  padding: 10px 15px;
}
.cal .cal-day I {
  display: block;
  font-style: normal;
  font-size: 10px;
}
#channels,
.artnav {
  text-align: center;
  margin: 0 0 20px 0;
}
#channels UL,
.artnav UL {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
}
#channels UL LI,
.artnav UL LI {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 0 10px;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
#channels UL LI.active A,
.artnav UL LI.active A {
  color: #174E89;
}
#channels UL LI:first-child A:AFTER,
.artnav UL LI:first-child A:AFTER {
  content: ": ";
}
#channels UL LI A,
.artnav UL LI A {
  color: #AAAAAA;
}
UL LI::MARKER {
  color: #AAAAAA;
}
IMG.full {
  width: 100%;
  height: auto;
}
.nowrap {
  white-space: nowrap;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
#cat_nhra_rotator,
#cat-fan-cam-rotator {
  color: #FFF;
  background-color: #0054a6;
  background: -webkit-gradient(linear, left top, left bottom, from(#0054a6), to(#1b1464));
  background: -webkit-linear-gradient(top, #0054a6, #1b1464);
  background: -moz-linear-gradient(top, #0054a6, #1b1464);
  background: -ms-linear-gradient(top, #0054a6, #1b1464);
  background: -o-linear-gradient(top, #0054a6, #1b1464);
  text-align: center;
  overflow: auto;
  /*-- HEADER --*/
  /*-- PHOTOS --*/
  /*-- CONTENT --*/
}
#cat_nhra_rotator #pageContent,
#cat-fan-cam-rotator #pageContent {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
}
@media (min-width: 768px) {
  #cat_nhra_rotator #pageContent,
  #cat-fan-cam-rotator #pageContent {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #cat_nhra_rotator #pageContent,
  #cat-fan-cam-rotator #pageContent {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #cat_nhra_rotator #pageContent,
  #cat-fan-cam-rotator #pageContent {
    width: 1170px;
  }
}
#cat_nhra_rotator #pageContent > .navbar-header,
#cat-fan-cam-rotator #pageContent > .navbar-header,
#cat_nhra_rotator #pageContent > .navbar-collapse,
#cat-fan-cam-rotator #pageContent > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  #cat_nhra_rotator #pageContent > .navbar-header,
  #cat-fan-cam-rotator #pageContent > .navbar-header,
  #cat_nhra_rotator #pageContent > .navbar-collapse,
  #cat-fan-cam-rotator #pageContent > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#cat_nhra_rotator .item1,
#cat-fan-cam-rotator .item1 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
#cat_nhra_rotator .item1 H1,
#cat-fan-cam-rotator .item1 H1 {
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  padding: 20px;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
}
#cat_nhra_rotator .item1 H1 I,
#cat-fan-cam-rotator .item1 H1 I {
  position: relative;
  top: 3px;
}
#cat_nhra_rotator .sfPhotoGallery.rotator,
#cat-fan-cam-rotator .sfPhotoGallery.rotator {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #cat_nhra_rotator .sfPhotoGallery.rotator,
  #cat-fan-cam-rotator .sfPhotoGallery.rotator {
    float: left;
    width: 50%;
  }
}
#cat_nhra_rotator .sfPhotoGallery.rotator .carousel-inner IMG,
#cat-fan-cam-rotator .sfPhotoGallery.rotator .carousel-inner IMG {
  width: 100%;
  height: auto;
}
#cat_nhra_rotator .item3,
#cat-fan-cam-rotator .item3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #cat_nhra_rotator .item3,
  #cat-fan-cam-rotator .item3 {
    float: left;
    width: 50%;
  }
}
#cat_nhra_rotator .item3 .head,
#cat-fan-cam-rotator .item3 .head {
  padding-bottom: 15px;
}
#cat_nhra_rotator .item3 .head H2,
#cat-fan-cam-rotator .item3 .head H2 {
  font-size: 64px;
  text-transform: uppercase;
}
#cat_nhra_rotator .item3 .content,
#cat-fan-cam-rotator .item3 .content {
  font-size: 36px;
}
#cat_nhra_rotator .item3 .content .download,
#cat-fan-cam-rotator .item3 .content .download {
  margin-top: 20px;
}
#cat_nhra_rotator .item3 .content .download A,
#cat-fan-cam-rotator .item3 .content .download A {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #cat_nhra_rotator .item3 .content .download A,
  #cat-fan-cam-rotator .item3 .content .download A {
    float: left;
    width: 50%;
  }
}
#cat_nhra_rotator .item3 .content .download IMG,
#cat-fan-cam-rotator .item3 .content .download IMG {
  width: 80%;
  height: auto;
  margin: 0 5px;
}
#cat-fan-cam-rotator {
  background-color: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  background: -webkit-linear-gradient(top, black, black);
  background: -moz-linear-gradient(top, black, black);
  background: -ms-linear-gradient(top, black, black);
  background: -o-linear-gradient(top, black, black);
}
#cat-fan-cam-rotator .item1 H1 {
  background: #E4002B;
}
.map-wrapper,
.google-maps {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  border: 10px solid #FFF;
  outline: 1px solid #CCCCCC;
}
.map-wrapper iframe,
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.camera-wrapper .cameraWrapper {
  border: 1px solid red;
  background: #FFF;
  border: 4px solid #efefef;
  border-bottom: 0;
  text-align: center;
  padding: 20px;
}
.camera-wrapper .cameraWrapper iframe {
  margin: 0 auto;
  padding: 0;
}
.video-wrapper,
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.video-wrapper iframe,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper-vertical {
  position: relative;
  padding-bottom: 177%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.videoWrapper-vertical iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-wrapper {
  width: 80vw;
  height: 80vh;
}
.uppercase {
  text-transform: uppercase;
}
.li-frame {
  height: 100%;
  padding: 8px;
  border: 1px solid #CCCCCC;
  background: #F8F8F8;
}
.grid-new {
  margin: 0;
  padding: 0;
  list-style: none;
}
.grid-new LI {
  margin: 0;
  padding: 0;
}
.grid-old {
  margin: 0;
  padding: 0;
  list-style: none;
}
.grid-old LI {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.grid-old LI .details IMG {
  margin-bottom: 5px;
}
.grid-old LI .details A {
  margin-bottom: 5px;
}
.grid-old LI .details .date {
  display: block;
  color: #999999;
}
.flex-row {
  display: flex;
  flex-wrap: nowrap;
}
.flex-row > * {
  flex: 1 1 auto;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-wrap > * {
  flex: 0 0 auto;
}
/*-- MODULE WITH VARIABLES --*/
.floating-caption .logo {
  margin-bottom: 0;
}
.floating-caption .item > A,
.floating-caption LI.md A,
.floating-caption .name {
  position: relative;
}
.floating-caption .carousel-caption,
.floating-caption LI H3,
.floating-caption .name A {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}
.breaking {
  border: 1px solid #909022;
  background: #F6F4AF;
  padding: 15px;
  text-align: center;
}
/*-- ALL MODULES --*/
#twitterBox .head,
#facebookBox .head,
#instagramBox .head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: auto;
  border-bottom: 1px solid #AAAAAA;
}
#twitterBox .head IMG,
#facebookBox .head IMG,
#instagramBox .head IMG {
  width: 60px;
  height: auto;
  float: left;
  margin-right: 10px;
  border: 1px solid #CCC;
}
#twitterBox .head .link,
#facebookBox .head .link,
#instagramBox .head .link {
  font-size: 18px;
}
#twitterBox .head .followers,
#facebookBox .head .followers,
#instagramBox .head .followers {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
}
#twitterBox .head .follow,
#facebookBox .head .follow,
#instagramBox .head .follow {
  display: inline-block;
  font-size: 14px;
}
/*-- TWITTER --*/
#twitterBox UL.tweet_list {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
#twitterBox UL.tweet_list LI {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #CCCCCC;
}
#twitterBox UL.tweet_list LI IMG {
  float: left;
  margin: 0 5px 5px 0;
}
#twitterBox .tweet_time {
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding-bottom: 10px;
  border-bottom: 1px solid #E7E7E7;
  font-size: 10px;
}
#twitterBox .tweet_avatar {
  display: none;
}
/*-- FACEBOOK --*/
#facebookBox #facebookTrack {
  margin-top: 10px;
  padding-top: 10px;
}
#facebookBox #facebookTrack .message {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #CCCCCC;
  clear: both;
  overflow: auto;
  /* more info */
}
#facebookBox #facebookTrack .message .image {
  float: right;
  margin: 0 0 10px 10px;
}
#facebookBox #facebookTrack .message A {
  display: inline-block;
  font-size: 12px;
}
#facebookBox #facebookTrack .message A:BEFORE {
  /* content: "\f101"; .fontawesome;*/
}
/*-- INSTAGRAM --*/
.instagram .content .row {
  margin-bottom: 15px;
}
.instagram .content .row DIV {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
A {
  color: #174E89;
  text-decoration: none;
}
A:HOVER {
  color: #05101c;
  text-decoration: none;
}
A IMG {
  border: none;
}
.white {
  color: #FFF;
}
.white:HOVER {
  color: #ffcc00;
}
.yellow {
  color: #ffcc00;
}
.yellow:HOVER {
  color: #FFF;
}
H1 {
  font-size: 24px;
}
H2 {
  font-size: 20px;
}
H3 {
  font-size: 16px;
}
.banners {
  vertical-align: top;
}
.banners .banner {
  vertical-align: top;
}
IMG.fill {
  width: 100%;
  height: auto;
}
.advertisement:before {
  content: "Advertisement";
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  display: block;
  line-height: 20px;
  opacity: 0.5;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}
.google {
  padding-top: 15px;
  background: url('https://www.speedwaymotorsports.com/services/images/advertisement.png') no-repeat top center;
  text-align: center;
  display: none;
}
.googleBanner,
.googlebar {
  display: none;
}
.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.player {
  transition: all 0.3s ease-in-out;
}
.player:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f04b";
  font-size: 64px;
  line-height: 64px;
  margin: -48px 0 0 -32px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
}
.player:HOVER:BEFORE {
  opacity: 1;
}
.callout {
  padding: 28px 28px 27px 31px;
  border-left: 3px solid #333333;
  background: #F8F8F8;
  position: relative;
}
/* .reading-box h2{
    margin:0 0 7px;
} */
.calloutContainer {
  position: relative;
  z-index: 1;
}
.calloutContainer .title {
  margin: 0 0 31px;
  overflow: hidden;
  display: table;
}
.calloutContainer .title h1,
.calloutContainer .title h2,
.calloutContainer .title h3,
.calloutContainer .title h4,
.calloutContainer .title h5,
.calloutContainer .title h6 {
  float: left;
  padding: 0 8px 0 0 !important;
  margin: 0 !important;
}
.calloutContainer .title .titleInteriorContainer {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  height: 6px;
}
.calloutContainer .titleInterior {
  display: block;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  width: 100%;
  position: relative;
  height: 6px;
}
.calloutContainer .carousel-indicators li span {
  display: none;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one-fifth {
  margin-right: 4%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
.one_half {
  width: 48%;
}
.one_third {
  width: 30.6666%;
}
.two_third {
  width: 65.3332%;
}
.one_fourth {
  width: 22%;
}
.one_fifth {
  width: 19%;
}
.three_fourth {
  width: 74%;
}
.last_column {
  margin-right: 0 !important;
  clear: right;
}
.oneColumn {
  display: flex;
  flex-wrap: wrap;
}
.oneColumn > * {
  flex: 0 0 auto;
}
.oneColumn > * {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.oneColumn > LI {
  padding: 0;
}
.oneColumn.list > * {
  margin: 0;
}
.twoColumn {
  display: flex;
  flex-wrap: wrap;
}
.twoColumn > * {
  flex: 0 0 auto;
}
.twoColumn > * {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .twoColumn > * {
    float: left;
    width: 50%;
  }
}
.twoColumn > LI {
  padding: 0;
}
.twoColumn.list > * {
  margin: 0;
}
/*---- RENEWALS ----*/
#cat-renewals .sfLinks.rotator .carousel-inner .item {
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#cat-renewals .sfLinks.rotator .carousel-inner .item IMG {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  #cat-renewals .sfLinks.rotator .carousel-inner .item {
    padding: 5px;
  }
}
A #cat-renewals .sfLinks.rotator .carousel-inner .item:HOVER {
  border: 1px solid #174E89;
}
#cat-renewals .sfLinks.rotator .carousel-inner .item.gallery,
#cat-renewals .sfLinks.rotator .carousel-inner .item.thin-padding,
#cat-renewals .sfLinks.rotator .carousel-inner .item.thin {
  padding: 5px;
}
#cat-renewals .sfLinks.rotator .carousel-inner .item IMG {
  border: 1px solid #E7E7E7;
}
#cat-renewals .sfLinks.rotator .sfFooter {
  border: 1px solid #CCCCCC;
  background: #F8F8F8;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}
#cat-renewals .sfLinks.rotator .sfFooter P {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 0;
}
#cat-renewals DIV[data-name="sf-renewal-customers"] > .description {
  border: 1px solid #CCCCCC;
  background: #F8F8F8;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}
#cat-renewals DIV[data-name="sf-renewal-customers"] > .description P {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 0;
}
#cat-renewals DIV[data-name="sf-renewal-customers"] .links .row .sflink .linkContainer {
  border: 1px solid #CCCCCC;
  background: #F8F8F8;
  padding: 20px;
  padding-bottom: 75px;
  height: 100%;
}
#cat-renewals DIV[data-name="sf-renewal-customers"] .links .row .sflink .linkContainer .dataContainer .name {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 10px;
}
#cat-renewals DIV[data-name="sf-renewal-customers"] .links .row .sflink .linkContainer .dataContainer .description .buttons {
  padding: 0;
  position: absolute;
  bottom: 10px;
  left: 30px;
  right: 30px;
}
#cat-renewals DIV[data-name="sf-renewal-customers"] .links .row .sflink .linkContainer .dataContainer .description .buttons A {
  display: block;
  width: 100%;
}
#cat-renewals .renewal-boxes {
  margin-top: 40px;
  margin-bottom: 40px;
}
#cat-renewals .renewal-boxes .purchase-info {
  position: relative;
  height: 100%;
  border: 1px solid #CCCCCC;
  background: #F8F8F8;
  padding: 20px;
  padding-bottom: 100px;
}
#cat-renewals .renewal-boxes .purchase-info .buttons {
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
#cat-renewals .renewal-boxes .purchase-info .buttons A {
  display: block;
  width: 100%;
}
#cat-renewals .renewal-boxes .gift .purchase-info {
  padding-bottom: 20px;
  text-align: center;
}
.threeColumn {
  padding: 0;
  list-style: none;
  overflow: auto;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.threeColumn > * {
  flex: 0 0 auto;
}
.threeColumn > * {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .threeColumn > * {
    float: left;
    width: 33.33333333%;
  }
}
.fourColumn {
  padding: 0;
  list-style: none;
  overflow: auto;
  margin-bottom: 20px;
}
.fourColumn > * {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .fourColumn > * {
    float: left;
    width: 25%;
  }
}
.sixColumn {
  clear: both;
  padding: 0;
  list-style: none;
  overflow: auto;
  margin-bottom: 20px;
}
.sixColumn > * {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sixColumn > * {
    float: left;
    width: 16.66666667%;
  }
}
.multiColumn {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  list-style: none;
  overflow: auto;
  margin-bottom: 20px;
}
.multiColumn > * {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .multiColumn > * {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .multiColumn > * {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .multiColumn > * {
    float: left;
    width: 25%;
  }
}
.no-margin > *,
.margin-0 > *,
.col-margin-0 > * {
  margin-bottom: 0;
}
TABLE.developer {
  border: 1px solid #CCC;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  color: #666;
}
TABLE.developer tbody {
  margin: 0;
  padding: 0;
}
TABLE.developer tr {
  margin: 0;
  padding: 0;
}
TABLE.developer tr th {
  margin: 0;
  padding: 5px;
  text-align: left;
  background: #EEE;
  border-bottom: 1px solid #CCC;
  font-size: 10px;
}
TABLE.developer tr th a {
  font-size: 10px;
}
TABLE.developer tr th a:before {
  content: " (";
}
TABLE.developer tr th a:after {
  content: ")";
}
TABLE.developer tr td {
  margin: 0;
  padding: 5px;
  position: relative;
}
TABLE.developer tr td .empty {
  font-style: italic;
}
DIV.developer {
  border: 1px solid #CCC;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
}
DIV.developer .head {
  background: #EEE;
  border-bottom: 1px solid #CCC;
  display: inline;
  font-size: 10px;
  padding: 0 5px;
  border-right: 1px solid #CCC;
}
DIV.developer .content {
  padding: 10px;
  margin: 0;
}
.sidenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidenav LI {
  margin: 0;
  padding: 0;
}
.sidenav LI UL {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidenav LI UL LI {
  margin: 0;
  padding: 0;
}
.sidenav LI UL LI A {
  margin: 0;
  padding: 0;
}
#st-1 .st-btn[data-network='facebook'] {
  background-color: #CCC !important;
}
#st-1 .st-btn[data-network='facebook']:HOVER {
  background-color: #3B5998 !important;
}
#st-1 .st-btn[data-network='twitter'] {
  background-color: #CCC !important;
}
#st-1 .st-btn[data-network='twitter']:HOVER {
  background-color: #55acee !important;
}
#st-1 .st-btn[data-network='email'] {
  background-color: #CCC !important;
}
#st-1 .st-btn[data-network='email']:HOVER {
  background-color: #666 !important;
}
#st-1 .st-btn[data-network='sharethis'] {
  background-color: #CCC !important;
}
#st-1 .st-btn[data-network='sharethis']:HOVER {
  background-color: #95D03A !important;
}
#st-1 .st-btn:HOVER {
  top: 0 !important;
  opacity: 1 !important;
}
/*---------------- ALL ARTICLE IMAGES ----------------*/
/* ALL IMAGES & POSITIONS */
.artimagecontainer {
  position: relative;
}
.artimagecontainer .item IMG,
.artimagecontainer .artimage IMG {
  width: 100%;
  height: auto;
}
.artimagecontainer .item .caption .credit,
.artimagecontainer .artimage .caption .credit {
  display: block;
  margin-left: 15px;
}
.artimagecontainer .item .caption .credit:before,
.artimagecontainer .artimage .caption .credit:before {
  content: "Photo:";
  margin-right: 5px;
}
.artimagecontainer .arttypearticlelogo IMG {
  border: 0;
}
.artimagecontainer .arttypearticlelogo IMG:HOVER {
  border: 0;
}
/*---------------- IMAGE POSITIONS ----------------*/
/* ARTICLE INSET */
#articleInset {
  width: 33%;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #articleInset {
    width: 50%;
  }
}
/* TOP */
#artpostop .content .caption {
  color: #FFF;
  border-top: 1px solid #666;
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
/* RIGHT */
/* BOTTOM */
#artposbottom {
  overflow: hidden;
  clear: both;
}
#artposbottom .arttypearticleimage1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #artposbottom .arttypearticleimage1 {
    float: left;
    width: 100%;
  }
}
#artposbottom .arttypearticleimage2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #artposbottom .arttypearticleimage2 {
    float: left;
    width: 50%;
  }
}
#artposbottom .arttypearticleimage3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #artposbottom .arttypearticleimage3 {
    float: left;
    width: 33.33333333%;
  }
}
/*


/*---------------- EVENT COUNTDOWN ----------------*/
.countdown,
#eventdetailscountdown {
  text-align: center;
  /* LIGHT DISPLAY */
  /* DARK DISPLAY */
}
.countdown .startsin,
#eventdetailscountdown .startsin {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 24px;
  color: #AAAAAA;
  margin-bottom: 5px;
}
.countdown .wrapper:BEFORE,
#eventdetailscountdown .wrapper:BEFORE {
  content: "Green Flag flies in...";
  display: block;
  font-size: 12px;
  color: #AAAAAA;
}
.countdown .cdpart,
#eventdetailscountdown .cdpart {
  margin: 0 2px;
  display: inline-block;
}
.countdown .cdpart .cdnumber,
#eventdetailscountdown .cdpart .cdnumber {
  padding: 5px 10px 0px 10px;
  background: url("//www.speedwaymotorsports.com/services/images/bg_flipnumber_rev.jpg") center center repeat-x;
  color: #FFF;
  font-size: 28px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #999999;
  display: block;
}
.countdown .cdpart .cdletter,
#eventdetailscountdown .cdpart .cdletter {
  display: block;
  color: #AAAAAA;
  text-transform: uppercase;
  padding-top: 3px;
  font-size: 10px;
}
.countdown .totalseconds,
#eventdetailscountdown .totalseconds {
  display: none;
}
.countdown .expired,
#eventdetailscountdown .expired {
  display: none;
}
.countdown .expired:BEFORE,
#eventdetailscountdown .expired:BEFORE {
  content: "The Race is On!";
  color: #fff;
}
/*  -------------------------
SLIDESHOW
-------------------------  */
.slideshow {
  position: relative;
}
.slideshow .head {
  display: none;
}
.slideshow .foot {
  margin: 0 auto;
  text-align: center;
}
.slideshow .foot A {
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
  /* LEFT & RIGHT CONTROLS */
}
.slideshow .foot A SPAN {
  display: none;
}
.slideshow .foot A:HOVER {
  text-decoration: none;
}
.slideshow .foot A.backward {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 35%;
  cursor: pointer;
  color: #FFF;
  font-size: 48px;
  left: 5px;
}
.slideshow .foot A.backward:BEFORE {
  display: block;
  margin: 5px 0 0 7px;
  padding-right: 10px;
  content: "\f053";
}
.slideshow .foot A.forward {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 35%;
  cursor: pointer;
  color: #FFF;
  font-size: 48px;
  right: 5px;
}
.slideshow .foot A.forward:AFTER {
  display: block;
  margin: 5px 0 0 8px;
  padding-right: 10px;
  content: "\f054";
}
/* DOTS - ALL */
.slideshowTabs {
  display: inline-block;
  font-size: 14px;
}
.slideshowTabs A {
  display: inline-block;
  margin: 0 3px;
}
.slideshowTabs A:BEFORE {
  content: "\f10c";
  color: #CCC;
}
.slideshowTabs A:HOVER {
  text-decoration: none;
}
.slideshowTabs A.current {
  color: #AAAAAA;
}
.slideshowTabs A.current:BEFORE {
  content: "\f111";
  color: #CCC;
}
/* LEFT&RIGHT POSITIONS - RIGHT */
#artposright.slideshow .foot A.backward {
  top: 5px;
  left: 3%;
  font-size: 24px;
}
#artposright.slideshow .foot A.forward {
  top: 5px;
  right: 3%;
  font-size: 24px;
}
.modal640 {
  display: none;
  width: 640px;
}
.modal800 {
  display: none;
  width: 800px;
}
#pagination {
  text-align: center;
}
BODY {
  background: #FFFFFF;
}
#search .navbar-form {
  padding: 0;
}
SMALL,
.small {
  font-size: 80%;
}
.fineprint {
  font-size: 80%;
  opacity: 0.66;
}
TH .fineprint {
  color: #AAAAAA;
  font-size: 11px;
}
.align-left,
.left {
  text-align: left;
}
.align-center,
.center {
  text-align: center;
}
.align-right,
.right {
  text-align: right;
}
.tight > * {
  margin-bottom: 0;
}
.clear {
  clear: both;
}
.clear-none,
.no-clear {
  clear: none;
}
.grayinline,
.greyinline {
  color: #666666;
  display: inline-block !important;
}
.red {
  color: #9A2325;
  font-size: inherit !important;
}
.redinline {
  color: #9A2325;
  font-size: inherit !important;
  display: inline-block !important;
}
.red-strike {
  color: #9A2325;
  text-decoration: line-through;
  font-size: inherit !important;
}
.green {
  color: #009548;
  font-size: inherit !important;
}
H1 {
  margin: 0;
}
#categoryHeader {
  margin-bottom: 20px;
}
#categoryHeader H1 {
  padding: 0;
  margin: 0;
  color: #AAAAAA;
}
#articletools {
  display: none;
}
#share {
  display: none;
}
#sharetop {
  min-height: 25px;
}
.optionDetails TABLE TH {
  text-align: center;
}
TABLE {
  /*---- TABLE/CHART ----*/
  /*---- STRIPED ----*/
  /*---- SCHEDULE ----*/
  /*---- CENTERED 2ND+ COLUMNS ----*/
}
TABLE.table,
TABLE.chart {
  margin: 0 0 20px 0;
  width: 100%;
}
TABLE.table CAPTION,
TABLE.chart CAPTION {
  background: #999999;
  color: #FFF;
  text-align: left;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
}
TABLE.table TH,
TABLE.chart TH {
  padding: 25px 5px 5px 5px;
  border-bottom: 1px solid #AAAAAA;
  border-top: 0 !important;
  color: #666666;
  text-align: left;
  vertical-align: bottom;
  background: #FFF !important;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
}
TABLE.tableTR:first-child TH,
TABLE.chartTR:first-child TH {
  padding: 5px;
}
TABLE.table TD,
TABLE.chart TD {
  padding: 5px;
  vertical-align: top;
}
TABLE.table TD SPAN[style*="text-decoration: line-through;"],
TABLE.chart TD SPAN[style*="text-decoration: line-through;"] {
  color: #999;
}
TABLE.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
TABLE.table-striped > tbody > tr TD {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
TABLE.table-schedule TR TD:FIRST-CHILD {
  padding-right: 0;
  width: 150px;
}
.sfEvents.raceweek TABLE.table-schedule TR TD:FIRST-CHILD {
  width: auto;
}
TABLE.table-center TR th + th,
TABLE.table-center TR td + td {
  text-align: center;
}
TABLE.table-right TR th + th,
TABLE.table-right TR td + td {
  width: 1px;
  white-space: nowrap;
}
.optionContainer .title h2 {
  padding-bottom: 15px;
}
.tab-content {
  overflow: auto;
}
.tab-content #videoArchive ul li .details a .date {
  display: none;
}
.tab-content H1:not(:first-child),
.tab-content H2:not(:first-child),
.tab-content H3:not(:first-child) {
  margin-top: 40px;
}
.tab-content .eventOption {
  border-bottom: 1px solid #708ebb;
  padding: 10px 0;
}
.tab-content .eventOption:last-child {
  border-bottom: none;
}
.tab-content .eventOption .eventOptionImage {
  float: right;
  margin: 0 0 10px 10px;
}
.tab-content .head h2 {
  color: #000;
}
#eventDetails .tabcontent .eventOption .buttons {
  margin: 0;
}
@media print {
  .tabcontent {
    display: block !important;
  }
  .rollovertabcontent {
    display: block !important;
  }
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.fivecolumns .col-md-2,
.fivecolumns .col-sm-2,
.fivecolumns .col-lg-2 {
  width: 20%;
}
.opener-img {
  position: relative;
  display: block;
  color: #FFF;
}
.opener-img:AFTER {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f0fe";
  font-size: 24px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  color: #FFF;
}
.opener-img:HOVER:AFTER {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  color: #FFF;
}
.link-plus {
  position: relative;
  display: block;
  color: #FFF;
}
.link-plus:AFTER {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f0fe";
  font-size: 24px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  color: #FFF;
}
.link-plus:HOVER:AFTER {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  color: #FFF;
}
/*-- RACE WEEK MODULE --*/
#home #row2 {
  padding-bottom: 0 !important;
}
.sfEvents.raceweek {
  background: #666666 url(//www.speedwaymotorsports.com/layout/footer_smi05.png) center center no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  /*&:AFTER { content: ""; background: url(//www.speedwaymotorsports.com/layout/footer_smi10.png) center center no-repeat; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 0; .opacity(.5); }*/
  /* NAV TABS */
  /*-- DESKTOP - TABS --*/
  /*-- MOBILE - ACCORDION --*/
}
.sfEvents.raceweek .head H2 {
  text-align: center;
  color: #666666;
  font-size: 36px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfEvents.raceweek .head H2 {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .sfEvents.raceweek .head H2 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .sfEvents.raceweek .head H2 {
    width: 1170px;
  }
}
.sfEvents.raceweek .head H2 > .navbar-header,
.sfEvents.raceweek .head H2 > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .sfEvents.raceweek .head H2 > .navbar-header,
  .sfEvents.raceweek .head H2 > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.sfEvents.raceweek .content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfEvents.raceweek .content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .sfEvents.raceweek .content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .sfEvents.raceweek .content {
    width: 1170px;
  }
}
.sfEvents.raceweek .content > .navbar-header,
.sfEvents.raceweek .content > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .sfEvents.raceweek .content > .navbar-header,
  .sfEvents.raceweek .content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.sfEvents.raceweek .event {
  /* 2-COLUMN BUTTONS
        .links { .make-row;
            A { .make-sm-column(6);
                margin-left: 0;
                margin-right: 0;
                width: 48% !important;
                &:nth-child(odd) {
                    margin-right: 2px;
                }
                &:nth-child(even) {
                    margin-left: 2px;
                }
            }
        }
        */
}
.sfEvents.raceweek .event > A {
  margin-bottom: 20px;
  display: block;
}
.sfEvents.raceweek .event .name .eventSuffix {
  font-weight: normal;
  font-weight: 300;
  font-size: 80%;
}
.sfEvents.raceweek .schedule TABLE {
  overflow-x: auto;
}
.sfEvents.raceweek .schedule TABLE TR TD {
  vertical-align: top;
}
.sfEvents.raceweek .schedule TABLE TR TD:first-child {
  padding-right: 5px;
  white-space: nowrap;
  width: 80px;
}
.sfEvents.raceweek .nav-tabs {
  text-transform: uppercase;
}
.sfEvents.raceweek .nav-tabs LI {
  font-size: 20px;
}
.sfEvents.raceweek .nav-tabs LI A {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #AAAAAA;
}
.sfEvents.raceweek .nav-tabs LI.active A {
  color: #174E89;
}
.sfEvents.raceweek .nav-tabs.nav-justified > .active > a,
.sfEvents.raceweek .nav-tabs.nav-justified > .active > a:hover,
.sfEvents.raceweek .nav-tabs.nav-justified > .active > a:focus {
  /*border-bottom-color: yellow;*/
}
.sfEvents.raceweek .tab-content {
  background: #FFF;
  padding-bottom: 0;
}
.sfEvents.raceweek .tab-content .tab-pane > DIV {
  margin-bottom: 20px;
}
.sfEvents.raceweek .tab-content .tab-pane > DIV.event {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .sfEvents.raceweek .tab-content .tab-pane > DIV.event {
    float: left;
    width: 33.33333333%;
  }
}
.sfEvents.raceweek .tab-content .tab-pane > DIV.event .logo {
  text-align: center;
}
.sfEvents.raceweek .tab-content .tab-pane > DIV.event .logo IMG {
  width: auto;
  max-height: 150px;
  margin-bottom: 10px;
}
.sfEvents.raceweek .tab-content .tab-pane > DIV.event .name {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
}
.sfEvents.raceweek .tab-content .tab-pane > DIV.event .date {
  font-weight: bold;
  color: #666666;
}
.sfEvents.raceweek .tab-content .tab-pane > DIV.event .series {
  color: #666666;
  font-size: 80%;
}
.sfEvents.raceweek .tab-content .tab-pane > DIV.event .links {
  margin-top: 20px;
  font-size: 14px;
}
.sfEvents.raceweek .tab-content .tab-pane > DIV.event .links .btn-block + .btn-block {
  margin-top: 0 !important;
}
.sfEvents.raceweek .tab-content .tab-pane > DIV.schedule {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 90%;
}
@media (min-width: 768px) {
  .sfEvents.raceweek .tab-content .tab-pane > DIV.schedule {
    float: left;
    width: 66.66666667%;
  }
}
.sfEvents.raceweek .tab-content .tab-pane > DIV.schedule A.more {
  font-size: 12px;
}
.sfEvents.raceweek .tab-content .tab-pane > DIV.schedule A.more:AFTER {
  content: " >>";
}
.sfEvents.raceweek .panel .panel-body > DIV {
  margin-bottom: 20px;
}
.sfEvents.raceweek .panel .panel-body > DIV.event {
  text-align: center;
}
.sfEvents.raceweek .panel .panel-body > DIV.event A .logo {
  text-align: center;
}
.sfEvents.raceweek .panel .panel-body > DIV.event A .logo IMG {
  width: auto;
  max-height: 100px;
  margin-bottom: 10px;
}
.sfEvents.raceweek .panel .panel-body > DIV.event A .name {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #174E89;
}
.sfEvents.raceweek .panel .panel-body > DIV.event A .date {
  color: #666666;
  font-size: 80%;
}
.sfEvents.raceweek .panel .panel-body > DIV.event A .series {
  color: #666666;
  font-size: 80%;
}
.sfEvents.raceweek .panel .panel-body > DIV.schedule {
  font-size: 80%;
}
.sfEvents.raceweek .panel .panel-body > DIV.schedule A.more {
  font-size: 12px;
}
.sfEvents.raceweek .panel .panel-body > DIV.schedule A.more:AFTER {
  content: " >>";
}
.sfEvents.raceweek .panel .panel-body > DIV.links .button {
  margin-bottom: 0;
}
/*-- Mobile app webview customizations --*/
body.mobileapp {
  background: none;
  padding: 0 10px;
}
body.mobileapp #header,
body.mobileapp #footer,
body.mobileapp #right,
body.mobileapp #left {
  display: none;
}
body.mobileapp #pageBody {
  margin-top: 0;
}
body.mobileapp #main {
  float: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.mobileapp #promo {
  margin-bottom: 0;
}
body.mobileapp #categoryHeader {
  display: none !important;
}
body.mobileapp #main .sfModule .head H2 {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.mobileapp .contentContainer {
  padding: 0;
  padding-right: 0;
  padding-left: 0;
}
body.mobileapp .subnav UL.links LI .linkContainer {
  background: transparent;
  text-transform: none !important;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.mobileapp .subnav UL.links LI .linkContainer .name A:after {
  content: "\f0a9";
  display: block;
  float: right;
  color: #AAAAAA;
}
/*-- TINY SLIDER --*/
.tns-outer {
  position: relative;
}
.tns-controls BUTTON[data-controls="prev"],
.tns-controls BUTTON[data-controls="next"] {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 35%;
  padding: 0;
  border: 0;
  outline: none;
  transform: scale(0.75);
  transition: all 0.3s ease-in-out;
}
.tns-controls BUTTON[data-controls="prev"]:hover,
.tns-controls BUTTON[data-controls="next"]:hover,
.tns-controls BUTTON[data-controls="prev"]:focus,
.tns-controls BUTTON[data-controls="next"]:focus {
  transform: scale(1);
  outline: none;
  background: transparent;
  color: transparent;
}
.tns-controls BUTTON[data-controls="prev"]:hover:before,
.tns-controls BUTTON[data-controls="next"]:hover:before,
.tns-controls BUTTON[data-controls="prev"]:focus:before,
.tns-controls BUTTON[data-controls="next"]:focus:before {
  opacity: 0.5;
}
.tns-controls BUTTON[data-controls="prev"]:disabled:before,
.tns-controls BUTTON[data-controls="next"]:disabled:before {
  opacity: 0;
}
.tns-controls BUTTON[data-controls="prev"]:before,
.tns-controls BUTTON[data-controls="next"]:before {
  font-size: 45px;
  line-height: 1;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tns-controls BUTTON[data-controls="prev"] {
  left: -25px;
}
@media (max-width: 767px) {
  .tns-controls BUTTON[data-controls="prev"] {
    left: -5px;
  }
}
[dir="rtl"] .tns-controls BUTTON[data-controls="prev"] {
  left: auto;
  right: 0;
}
.tns-controls BUTTON[data-controls="prev"]:HOVER {
  transform: scale(1);
}
.tns-controls BUTTON[data-controls="prev"]:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f104";
}
[dir="rtl"] .tns-controls BUTTON[data-controls="prev"]:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f105";
}
.tns-controls BUTTON[data-controls="next"] {
  right: -25px;
}
@media (max-width: 767px) {
  .tns-controls BUTTON[data-controls="next"] {
    right: -5px;
  }
}
[dir="rtl"] .tns-controls BUTTON[data-controls="next"] {
  left: -25px;
  right: auto;
}
.tns-controls BUTTON[data-controls="next"]:HOVER {
  transform: scale(1);
}
.tns-controls BUTTON[data-controls="next"]:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f105";
}
[dir="rtl"] .tns-controls BUTTON[data-controls="next"]:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f104";
}
.event-card {
  text-align: center;
}
.event-card A {
  display: block;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .event-card A {
    padding: 0 5px;
  }
}
.event-card A:HOVER .logo {
  border: 1px solid #0c2947;
}
@media (min-width: 768px) {
  .event-card A:HOVER .logo IMG {
    transform: scale(1.1);
  }
}
.event-card A:HOVER .event {
  color: #05101c;
}
.event-card A .logo {
  margin-bottom: 10px;
  border: 1px solid #E7E7E7;
  background: #FFF;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .event-card A .logo {
    padding: 5px;
  }
}
.event-card A .logo IMG {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.event-card A .event {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  font-size: 20px;
}
.event-card A .event .eventSuffix {
  font-size: 16px;
  font-weight: 300;
}
.event-card A .series {
  color: #333333;
  display: none;
}
.event-card A .date {
  color: #333333;
}
.event-card A.event-external .event:AFTER {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f08e";
  transform: scale(0.5) translateY(5px);
}
.event-card.complete-schedule A {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .event-card.complete-schedule A {
    padding-top: 20px;
  }
}
.event-card.complete-schedule A .event I {
  display: block;
  font-size: 64px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .event-card.complete-schedule A .event I {
    font-size: 36px;
  }
}
.posMiddle A.anchor {
  color: #CCCCCC;
  margin-left: 3px;
}
.posMiddle A.anchor:AFTER {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\e1cd";
}
.posMiddle A.anchor:HOVER:AFTER {
  color: #0c2947;
}
/*-- PRESENTED BY --*/
.navbar-nav .dropdown-menu A .name SPAN,
.sfModule .head H2 SPAN SPAN,
.eventHead .title SPAN SPAN,
.eventoption-head SPAN,
.sfSlides .name SPAN,
.sfLinks.subnav .name SPAN,
#categoryHeader H1 SPAN:not(.catNameMain) {
  font-size: 75%;
  display: block;
  font-weight: 300;
}
.navbar-nav .dropdown-menu A .name SPAN.inline,
.sfModule .head H2 SPAN SPAN.inline,
.eventHead .title SPAN SPAN.inline,
.eventoption-head SPAN.inline,
.sfSlides .name SPAN.inline,
.sfLinks.subnav .name SPAN.inline,
#categoryHeader H1 SPAN:not(.catNameMain).inline {
  display: inline !important;
}
.sfSlides .name SPAN {
  font-size: 60% !important;
  line-height: 0.75;
}
#categoryHeader H1 SPAN.catNamePrefix {
  font-size: 50%;
}
#categoryHeader H1 SPAN.catNameMain {
  font-size: 100%;
}
#categoryHeader H1 SPAN:not(.catNamePrefix):not(.catNameMain) {
  font-size: 50%;
}
.sfEvents.calendar .event SPAN {
  font-size: 75%;
}
.presentedby,
.presented-by,
.presented {
  font-size: 75%;
  display: block;
  font-weight: 300;
  /*line-height: 1;*/
}
.presentedby.inline,
.presented-by.inline,
.presented.inline {
  display: inline !important;
}
.templatehead H1 .presentedby,
.templatehead H1 .presented-by,
.templatehead H1 .presented {
  font-size: 66%;
}
.sfModule .head H2 .presentedby,
.sfModule .head H2 .presented-by,
.sfModule .head H2 .presented {
  font-size: 66%;
}
.fancybox-container {
  z-index: 999;
}
.accessibe {
  cursor: pointer;
}
#divSatisfiChat .satisfi_chat-button {
  z-index: 997 !important;
}
#divSatisfiChat .satisfi_prompt {
  z-index: 998 !important;
}
#divSatisfiChat .satisfi_chat {
  z-index: 999 !important;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
/*------------------------------------------------------
DANIEL'S AMIGOS
------------------------------------------------------*/
.sfModule[data-name*="sf-daniel-s-amigos"] {
  position: relative;
}
@media (max-width: 767px) {
  .sfModule[data-name*="sf-daniel-s-amigos"] .content {
    padding-top: 20px;
  }
  .sfModule[data-name*="sf-daniel-s-amigos"] .toggle {
    top: 3rem;
    left: 0;
  }
}
/*------------------------------------------------------
DOWNLOAD THE APP
------------------------------------------------------*/
DIV[data-name="sf-download-our-app"] .links .row > DIV .linkContainer .logo IMG.img-responsive {
  display: inline-block;
  width: auto !important;
}
DIV[data-name="sf-download-our-app"] .links .row > DIV .linkContainer .dataContainer {
  display: none !important;
}
DIV[data-name="sf-download-our-app"] .links .row > DIV.sflink:first-child {
  text-align: right;
}
@media (min-width: 768px) {
  .flex-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: middle;
  }
  .flex-wrapper > * {
    flex: 1 1 auto;
  }
}
@media (min-width: 768px) {
  .flex-wrapper .flex-item {
    flex: 1 1 33%;
  }
}
.flex-wrapper .flex-item DIV {
  border: 1px solid #E7E7E7;
  background: #F8F8F8;
  padding: 40px 20px;
  margin: 10px;
  text-align: center;
  height: 100%;
}
DIV[data-name="sf-mobile-app"] .logo IMG {
  width: auto !important;
  margin: auto;
}
/*------------------------------------------------------
BRIGHTEDGE ALSO OF INTEREST
------------------------------------------------------*/
.be-ix-link-block .be-related-link-container {
  margin-bottom: 60px;
  padding: 10px 20px 0 20px;
}
.be-ix-link-block .be-related-link-container .be-label {
  font-size: 20px;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1;
  opacity: 0.7;
  display: inline-block;
}
.be-ix-link-block .be-related-link-container .be-label:AFTER {
  content: ":";
}
.be-ix-link-block .be-related-link-container .be-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.be-ix-link-block .be-related-link-container .be-list .be-list-item {
  display: inline-block;
  margin-right: 20px;
}
.be-ix-link-block .be-related-link-container .be-list .be-list-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .be-ix-link-block .be-related-link-container {
    margin-bottom: 65px;
  }
  .be-ix-link-block .be-related-link-container .be-label {
    width: 100%;
    margin-bottom: 10px;
  }
  .be-ix-link-block .be-related-link-container .be-list {
    display: block;
    width: 100%;
  }
  .be-ix-link-block .be-related-link-container .be-list .be-list-item {
    display: block;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .be-ix-link-block .be-related-link-container {
    display: flex;
    justify-content: center;
  }
  .be-ix-link-block .be-related-link-container .be-label {
    display: inline-block;
    margin-right: 20px;
    flex-basis: 150px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .be-ix-link-block .be-related-link-container .be-list {
    text-align: start;
  }
}
/*------------------------------------------------------
SVG COLOR CONVERSIONS
------------------------------------------------------*

//  WHITE (#FFFFFF) - filter: invert(100%) sepia(9%) saturate(7440%) hue-rotate(166deg) brightness(113%) contrast(108%);
//  BLACK (#000000) - filter: invert(0%) sepia(5%) saturate(7482%) hue-rotate(261deg) brightness(98%) contrast(106%);
//  SM RED (#C8102E) - filter: invert(11%) sepia(64%) saturate(7245%) hue-rotate(344deg) brightness(95%) contrast(95%);
//  SM BLUE (#084891) - filter: invert(12%) sepia(85%) saturate(3912%) hue-rotate(202deg) brightness(96%) contrast(94%);



//----------------------------------------------------------------
//  UPDATED MEDIA QUERY WITH BOOTSTRAP WIDTH VARIABLES
//----------------------------------------------------------------
/*---------- XS - MOBILE  ----------*/
/*---------- SM+ - TABLET AND LARGER ----------*/
@media (min-width: 768px) {
  .mobilesearch {
    display: none !important;
  }
  .modal.in .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .modal-dialog {
    width: 720px;
  }
}
/*---------- SM - TABLETS ONLY ----------*/
/*---------- MD - DESKTOP ONLY ----------*/
/*---------- LG - DESKTOP ONLY ----------*/
.btn {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  line-height: 1.4 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 767px) {
  .btn {
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 767px) {
  .btn {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
.btn:HOVER {
  transform: scale(1.05);
}
.btn:HOVER:BEFORE,
A:HOVER:BEFORE,
A I:HOVER:BEFORE,
.btn:HOVER:AFTER,
A:HOVER:AFTER,
A I:HOVER:AFTER {
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.btn:BEFORE,
A:BEFORE,
A I:BEFORE,
.btn:AFTER,
A:AFTER,
A I:AFTER {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
.btn:BEFORE,
A:BEFORE,
A I:BEFORE {
  margin-right: 3px;
}
.btn:AFTER,
A:AFTER,
A I:AFTER {
  margin-left: 3px;
}
.buttons {
  text-align: center;
  padding: 10px 0 20px 0;
}
.buttons.left,
.buttons.align-left {
  text-align: left;
}
.buttons.center,
.buttons.align-center {
  text-align: center;
}
.buttons.right,
.buttons.align-right {
  text-align: right;
}
.btn-default {
  color: #1e67b5 !important;
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.btn-default:focus,
.btn-default.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.btn-default:hover {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none !important;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.btn-default .badge {
  color: transparent !important;
  background-color: #1e67b5 !important;
}
.btn-default .nofade {
  cursor: default !important;
}
.btn-default .nofade:hover,
.btn-default .nofade:active {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.btn-secondary {
  color: #FFF !important;
  background-color: #1e67b5 !important;
  border-color: #10355d !important;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #FFF !important;
  background-color: #174e89 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover {
  color: #FFF !important;
  background-color: #174e89 !important;
  border-color: #071729 !important;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #FFF !important;
  background-color: #174e89 !important;
  border-color: #071729 !important;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #FFF !important;
  background-color: #123d6a !important;
  border-color: #000000 !important;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none !important;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #1e67b5 !important;
  border-color: #10355d !important;
}
.btn-secondary .badge {
  color: #1e67b5 !important;
  background-color: #FFF !important;
}
.btn-secondary .nofade {
  cursor: default !important;
}
.btn-secondary .nofade:hover,
.btn-secondary .nofade:active {
  background-color: #1e67b5 !important;
  border-color: #10355d !important;
}
.btn-link {
  color: #1e67b5 !important;
}
.btn-link:HOVER {
  text-decoration: none !important;
  color: #174e89 !important;
}
.btn-block:HOVER {
  transform: scale(1.02) !important;
}
.btn-clearwhite {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #FFF !important;
}
.btn-clearwhite:focus,
.btn-clearwhite.focus {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #bfbfbf !important;
}
.btn-clearwhite:hover {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #e0e0e0 !important;
}
.btn-clearwhite:active,
.btn-clearwhite.active,
.open > .dropdown-toggle.btn-clearwhite {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #e0e0e0 !important;
}
.btn-clearwhite:active:hover,
.btn-clearwhite.active:hover,
.open > .dropdown-toggle.btn-clearwhite:hover,
.btn-clearwhite:active:focus,
.btn-clearwhite.active:focus,
.open > .dropdown-toggle.btn-clearwhite:focus,
.btn-clearwhite:active.focus,
.btn-clearwhite.active.focus,
.open > .dropdown-toggle.btn-clearwhite.focus {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #bfbfbf !important;
}
.btn-clearwhite:active,
.btn-clearwhite.active,
.open > .dropdown-toggle.btn-clearwhite {
  background-image: none !important;
}
.btn-clearwhite.disabled:hover,
.btn-clearwhite[disabled]:hover,
fieldset[disabled] .btn-clearwhite:hover,
.btn-clearwhite.disabled:focus,
.btn-clearwhite[disabled]:focus,
fieldset[disabled] .btn-clearwhite:focus,
.btn-clearwhite.disabled.focus,
.btn-clearwhite[disabled].focus,
fieldset[disabled] .btn-clearwhite.focus {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #FFF !important;
}
.btn-clearwhite .badge {
  color: rgba(0, 0, 0, 0.5) !important;
  background-color: #FFF !important;
}
.btn-clearwhite .nofade {
  cursor: default !important;
}
.btn-clearwhite .nofade:hover,
.btn-clearwhite .nofade:active {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #FFF !important;
}
.btn-default-reverse {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}
.btn-default-reverse:focus,
.btn-default-reverse.focus {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #bfbfbf !important;
}
.btn-default-reverse:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #e0e0e0 !important;
}
.btn-default-reverse:active,
.btn-default-reverse.active,
.open > .dropdown-toggle.btn-default-reverse {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #e0e0e0 !important;
}
.btn-default-reverse:active:hover,
.btn-default-reverse.active:hover,
.open > .dropdown-toggle.btn-default-reverse:hover,
.btn-default-reverse:active:focus,
.btn-default-reverse.active:focus,
.open > .dropdown-toggle.btn-default-reverse:focus,
.btn-default-reverse:active.focus,
.btn-default-reverse.active.focus,
.open > .dropdown-toggle.btn-default-reverse.focus {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #bfbfbf !important;
}
.btn-default-reverse:active,
.btn-default-reverse.active,
.open > .dropdown-toggle.btn-default-reverse {
  background-image: none !important;
}
.btn-default-reverse.disabled:hover,
.btn-default-reverse[disabled]:hover,
fieldset[disabled] .btn-default-reverse:hover,
.btn-default-reverse.disabled:focus,
.btn-default-reverse[disabled]:focus,
fieldset[disabled] .btn-default-reverse:focus,
.btn-default-reverse.disabled.focus,
.btn-default-reverse[disabled].focus,
fieldset[disabled] .btn-default-reverse.focus {
  background-color: transparent !important;
  border-color: #fff !important;
}
.btn-default-reverse .badge {
  color: transparent !important;
  background-color: #fff !important;
}
.btn-default-reverse .nofade {
  cursor: default !important;
}
.btn-default-reverse .nofade:hover,
.btn-default-reverse .nofade:active {
  background-color: transparent !important;
  border-color: #fff !important;
}
.input-group-btn BUTTON {
  height: 36px;
  border: 1px solid #CCC;
  transition: all 0.3s ease-in-out;
}
.input-group-btn BUTTON I {
  color: #AAAAAA;
}
.input-group-btn BUTTON:HOVER {
  transform: none;
}
.input-group-btn BUTTON:HOVER I {
  color: #666666;
}
.btn.info.btn-default {
  color: #666666 !important;
  border-color: #666666 !important;
  cursor: default;
}
.btn.info.btn-default:HOVER {
  transform: none;
}
.btn.info.btn-default SPAN {
  color: #9A2325;
}
.btn.info.btn-link {
  color: #000;
  cursor: default;
}
.btn.info.btn-link:HOVER {
  transform: none;
}
.btn.info.btn-link SPAN {
  color: #9A2325;
}
/*
// Lighten Button
.btn-secondary-lighten {
	background: lighten(@brand-primary, 20%) !important;
	color: #FFF;
}

// Darken Button
.btn-secondary-darken {
	background: darken(@brand-primary, 10%) !important;
	color: #FFF;
}

//New Button (DARK GREY/NOT USED)
.btn-new {
	.button-variant(@btn-new-color;
	@btn-new-bg;
	@btn-new-border);
}

// Alt Button (DARK BLUE/NOT USED)
.btn-alt {
	.button-variant(@btn-alt-color;
	@btn-alt-bg;
	@btn-alt-border);
}


// Clear Button (TRANSPARENT BG/NOT USED)
.btn-clear {
	.button-variant(@btn-clear-color;
	@btn-clear-bg;
	@btn-clear-border);
}

// Darken Button (GREY&GREY/NOY USED)
.btn-grey {
	.button-variant(@btn-grey-color;
	@btn-grey-bg;
	@btn-grey-border) !important;
}

//Darken Button
.btn-darken {
	.button-variant(@btn-darken-color;
	@btn-darken-bg;
	@btn-darken-border) !important;
}

//Lighten Button
.btn-lighten {
	.button-variant(@btn-lighten-color;
	@btn-lighten-bg;
	@btn-lighten-border) !important;
}




.buttons .inactive,
.button.inactive {
	cursor: default;
}

.button-inactive {
	.btn;
	.btn-default;
}
*/
/*------------------------------------------------------
RESPONSIVE MEDIA QUERIES
------------------------------------------------------*/
/*---- MOBILE ----*/
/*---- TABLETS AND UP ----*/
/*---- SM-DESKTOP AND UP ----*/
/*------------------------------------------------------*/
/*---- TABLETS ----*/
/*---- SM-DESKTOP ----*/
/*---- LG-DESKTOP ----*/
/*------------------------------------------------------
COMMON/IMAGES.LESS
------------------------------------------------------*/
.smi-thumbnail IMG {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.thumbnail-frame {
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .thumbnail-frame {
    padding: 5px;
  }
}
A .thumbnail-frame:HOVER {
  border: 1px solid #174E89;
}
.thumbnail-frame.gallery,
.thumbnail-frame.thin-padding,
.thumbnail-frame.thin {
  padding: 5px;
}
.thumbnail-frame IMG {
  border: 1px solid #E7E7E7;
}
/*-- ALL ARTICLE IMAGES --*/
[id*="artpos"] A {
  display: block;
}
/*-- IMAGE POSITIONS --*/
[id*="artpostop"] .carousel-caption {
  font-size: 14px;
}
/*-- IMAGE NAMES --*/
.arttypearticleimage A IMG,
.arttypearticleimagewide A IMG {
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .arttypearticleimage A IMG,
  .arttypearticleimagewide A IMG {
    padding: 5px;
  }
}
A .arttypearticleimage A IMG:HOVER,
A .arttypearticleimagewide A IMG:HOVER {
  border: 1px solid #174E89;
}
.arttypearticleimage A IMG.gallery,
.arttypearticleimagewide A IMG.gallery,
.arttypearticleimage A IMG.thin-padding,
.arttypearticleimagewide A IMG.thin-padding,
.arttypearticleimage A IMG.thin,
.arttypearticleimagewide A IMG.thin {
  padding: 5px;
}
.arttypearticleimage A IMG IMG,
.arttypearticleimagewide A IMG IMG {
  border: 1px solid #E7E7E7;
}
/*------------------------------------------------------
RESPONSIVE MEDIA QUERIES
------------------------------------------------------*/
/*---- MOBILE ----*/
/*---- TABLETS AND UP ----*/
/*---- SM-DESKTOP AND UP ----*/
/*---- TABLETS ----*/
/*---- SM-DESKTOP ----*/
/*---- LG-DESKTOP ----*/
/*------------------ COMMON - CAROUSEL ------------------*/
.carousel {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
#artposright .carousel {
  margin-bottom: 0;
}
.posFeaturedPromo .carousel {
  margin-bottom: 0;
}
.carousel IMG {
  width: 100%;
}
.carousel-inner > .item {
  margin: auto;
  text-align: left;
}
.carousel-inner .logo {
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.carousel-inner .logo > A {
  display: block;
  z-index: 2;
  position: relative;
}
.carousel-control {
  width: 80px;
  z-index: 10;
}
.carousel-control.left {
  background-image: none;
  text-shadow: none;
  transform: scale(0.9);
}
.carousel-control.left:HOVER {
  transform: scale(1);
}
.carousel-control.right {
  background-image: none;
  text-shadow: none;
  transform: scale(0.9);
}
.carousel-control.right:HOVER {
  transform: scale(1);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  top: 50%;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    font-size: 20px;
    margin-top: 0;
  }
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  --fa: "\f104";
  --fa--fa: "\f104\f104";
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  --fa: "\f105";
  --fa--fa: "\f105\f105";
}
.carousel-indicators {
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.carousel-indicators li {
  border: 1px solid #AAAAAA;
  display: inline-block;
  margin: 0 3px !important;
}
.carousel-indicators li SPAN {
  display: none;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0 3px !important;
  background: #AAAAAA;
}
@media (max-width: 767px) {
  #artposright .carousel-indicators {
    bottom: -30px;
  }
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  text-shadow: none;
  bottom: 11px;
  left: 11px;
  right: 11px;
  padding: 15px;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .carousel-caption {
    font-size: 10px;
  }
}
.carousel-caption .credit {
  display: block;
  font-size: 10px;
}
@media (max-width: 767px) {
  .carousel-caption .credit {
    font-size: 8px;
  }
}
.carousel-caption .credit:BEFORE {
  content: "Credit:";
  margin-right: 5px;
}
.carousel-caption .name {
  font-size: 48px;
}
.carousel-caption .name A {
  color: #FFFFFF;
}
.carousel-caption .name A:HOVER {
  text-decoration: none;
}
@media (max-width: 767px) {
  #artposright .carousel-caption {
    bottom: 6px;
    left: 6px;
    right: 6px;
  }
}
/*---- ADDITIONAL CAPTION PADDING WITH INDICATORS ----*/
@media (min-width: 768px) {
  .carousel-indicators + .carousel-inner .item .carousel-caption {
    padding-bottom: 35px;
  }
}
/*---------- FADE TRANSITION ----------*/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 99;
}
/*---------- NEWS ROTATOR ----------*/
.newscontainer-indicator-container {
  z-index: 10;
  /*---- LEFT/RIGHT ARROWS ---*/
}
.newscontainer-indicator-container > * {
  display: inline-block;
}
.newscontainer-indicator-container .carousel-indicators {
  position: relative;
  width: auto;
}
.newscontainer-indicator-container .carousel-indicators LI {
  margin: 0 3px;
  padding: 0;
  color: #CCCCCC;
  background-color: transparent;
  border: 1px solid #AAAAAA;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.newscontainer-indicator-container .carousel-indicators LI.active {
  margin: 0 3px;
  padding: 0;
  color: #AAAAAA;
  background-color: #AAAAAA;
  border: 1px solid "";
}
.newscontainer-indicator-container .carousel-indicators LI:HOVER {
  color: #AAAAAA;
  background-color: #CCCCCC;
  border: 1px solid #999999;
}
.newscontainer-indicator-container .carousel-indicators LI.active:HOVER {
  color: "";
  background-color: "";
  border: 1px solid "";
}
.newscontainer-indicator-container A.left-news,
.newscontainer-indicator-container A.right-news {
  display: block;
  color: #CCCCCC;
  padding-top: 2px;
}
.newscontainer-indicator-container A.left-news:HOVER,
.newscontainer-indicator-container A.right-news:HOVER {
  text-decoration: none;
  color: #AAAAAA;
}
.newscontainer-indicator-container A.left-news SPAN:BEFORE {
  display: block;
  content: '\e64e';
  font-size: 18px;
}
.newscontainer-indicator-container A.right-news SPAN:BEFORE {
  display: block;
  content: '\e64f';
  font-size: 18px;
}
.newscontainer-indicator-container {
  position: absolute;
  top: 200px;
  right: 215px;
}
/*---------- SITE FEATURES ----------*/
.sfLinks.responsiverotator .carousel-inner .item {
  height: auto !important;
}
.sfLinks.responsiverotator .carousel-inner .item .logo {
  height: auto !important;
  background-position: center center;
}
.sfLinks.responsiverotator .carousel-inner .item .logo A {
  height: auto !important;
  display: block;
  width: 100%;
}
.sfLinks.responsiverotator .container {
  margin: auto;
  width: "";
}
.sfLinks.responsiverotator .responsiverotator .carousel-inner .item {
  height: auto;
}
/*--- BASELINE LAYOUT - DO NOT ALTER ---*/
/*---------- ARTICLES ----------*/
#artpostop .carousel {
  position: relative;
}
.posFeaturedPromo .scaledheight .carousel-inner .item {
  height: inherit;
}
@media (max-width: 480px) {
  .posFeaturedPromo .scaledheight .carousel-inner .item {
    overflow: hidden;
  }
  .posFeaturedPromo .scaledheight .carousel-inner .item IMG {
    margin-left: -25%;
    max-width: 150%!important;
    width: 150%;
  }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 25px;
  }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .img-responsive,
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img,
  .thumbnail > img,
  .thumbnail a > img,
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    width: inherit;
    max-width: none;
    height: auto;
  }
  .posFeaturedPromo .scaledheight .carousel-inner .item {
    overflow: hidden;
  }
  .posFeaturedPromo .scaledheight .carousel-inner .item IMG {
    margin-left: -25%;
    max-width: 150%!important;
    width: 150%;
  }
}
/*------------------ COMMON - DROPOWNS ------------------*/
.dropdown-menu .divider {
  background-color: #CCCCCC;
  margin: 3px 5px;
  display: none;
}
#nav_sub_shows > LI:first-child A {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  line-height: 1.4 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #9A2325;
  border-color: #701a1b;
  margin: 10px 0;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}
#nav_sub_shows > LI:first-child A:focus,
#nav_sub_shows > LI:first-child A:active:focus,
#nav_sub_shows > LI:first-child A.active:focus,
#nav_sub_shows > LI:first-child A.focus,
#nav_sub_shows > LI:first-child A:active.focus,
#nav_sub_shows > LI:first-child A.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#nav_sub_shows > LI:first-child A:hover,
#nav_sub_shows > LI:first-child A:focus,
#nav_sub_shows > LI:first-child A.focus {
  color: #174E89;
  text-decoration: none;
}
#nav_sub_shows > LI:first-child A:active,
#nav_sub_shows > LI:first-child A.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#nav_sub_shows > LI:first-child A.disabled,
#nav_sub_shows > LI:first-child A[disabled],
fieldset[disabled] #nav_sub_shows > LI:first-child A {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a#nav_sub_shows > LI:first-child A.disabled,
fieldset[disabled] a#nav_sub_shows > LI:first-child A {
  pointer-events: none;
}
@media (min-width: 767px) {
  #nav_sub_shows > LI:first-child A {
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 767px) {
  #nav_sub_shows > LI:first-child A {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
#nav_sub_shows > LI:first-child A:HOVER {
  transform: scale(1.05);
}
#nav_sub_shows > LI:first-child A:HOVER:BEFORE,
#nav_sub_shows > LI:first-child A:HOVER:AFTER {
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#nav_sub_shows > LI:first-child A:BEFORE,
#nav_sub_shows > LI:first-child A:AFTER {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
#nav_sub_shows > LI:first-child A:BEFORE {
  margin-right: 3px;
}
#nav_sub_shows > LI:first-child A:AFTER {
  margin-left: 3px;
}
#nav_sub_shows > LI:first-child A:focus,
#nav_sub_shows > LI:first-child A.focus {
  color: #fff;
  background-color: #701a1b;
  border-color: #090202;
}
#nav_sub_shows > LI:first-child A:hover {
  color: #fff;
  background-color: #701a1b;
  border-color: #3f0e0f;
}
#nav_sub_shows > LI:first-child A:active,
#nav_sub_shows > LI:first-child A.active,
.open > .dropdown-toggle#nav_sub_shows > LI:first-child A {
  color: #fff;
  background-color: #701a1b;
  border-color: #3f0e0f;
}
#nav_sub_shows > LI:first-child A:active:hover,
#nav_sub_shows > LI:first-child A.active:hover,
.open > .dropdown-toggle#nav_sub_shows > LI:first-child A:hover,
#nav_sub_shows > LI:first-child A:active:focus,
#nav_sub_shows > LI:first-child A.active:focus,
.open > .dropdown-toggle#nav_sub_shows > LI:first-child A:focus,
#nav_sub_shows > LI:first-child A:active.focus,
#nav_sub_shows > LI:first-child A.active.focus,
.open > .dropdown-toggle#nav_sub_shows > LI:first-child A.focus {
  color: #fff;
  background-color: #531314;
  border-color: #090202;
}
#nav_sub_shows > LI:first-child A:active,
#nav_sub_shows > LI:first-child A.active,
.open > .dropdown-toggle#nav_sub_shows > LI:first-child A {
  background-image: none;
}
#nav_sub_shows > LI:first-child A.disabled:hover,
#nav_sub_shows > LI:first-child A[disabled]:hover,
fieldset[disabled] #nav_sub_shows > LI:first-child A:hover,
#nav_sub_shows > LI:first-child A.disabled:focus,
#nav_sub_shows > LI:first-child A[disabled]:focus,
fieldset[disabled] #nav_sub_shows > LI:first-child A:focus,
#nav_sub_shows > LI:first-child A.disabled.focus,
#nav_sub_shows > LI:first-child A[disabled].focus,
fieldset[disabled] #nav_sub_shows > LI:first-child A.focus {
  background-color: #9A2325;
  border-color: #701a1b;
}
#nav_sub_shows > LI:first-child A .badge {
  color: #9A2325;
  background-color: #fff;
}
#nav_sub_shows > LI:first-child A .nofade {
  cursor: default;
}
#nav_sub_shows > LI:first-child A .nofade:hover,
#nav_sub_shows > LI:first-child A .nofade:active {
  background-color: #9A2325;
  border-color: #701a1b;
}
/*------------------ COMMON - NAVBAR ------------------*/
.navbar-nav LI A[target*="_blank"] .name + DIV {
  display: inline;
}
.navbar-nav LI A[target*="_blank"]:AFTER {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f08e";
  margin-left: 3px;
  font-size: 60%;
}
/* PHONE - Extra small devices (phones, less than 768px) */
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    color: #333333;
  }
  .navbar-brand IMG {
    width: auto;
    height: 36px;
  }
  .module_1_col UL {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .module_1_col UL LI {
    margin: 0;
    padding: 0;
  }
  .navbar .row {
    margin-left: auto;
    margin-right: auto;
  }
  UL.nav LI .dropdown-menu UL {
    list-style: none;
    padding-left: 15px;
  }
  UL.nav LI .dropdown-menu UL LI A {
    display: block;
    margin: 5px 0;
  }
  UL.nav LI .dropdown-menu UL LI A DIV + DIV {
    line-height: 10px !important;
  }
  UL.nav LI .dropdown-menu UL LI A:HOVER {
    background: transparent;
    color: #174E89;
  }
  UL.nav LI .dropdown-menu UL LI A .name {
    line-height: 1 !important;
  }
  UL.nav LI .dropdown-menu UL LI A .name + DIV {
    margin-bottom: 10px;
  }
  UL.nav LI .dropdown-menu UL LI A .date {
    font-size: 10px;
    color: #999999;
  }
  UL.nav LI .dropdown-menu UL LI A .series {
    font-size: 10px;
    color: #999999;
  }
  UL.nav LI .dropdown-menu UL LI A I {
    position: relative;
    top: 1px;
    left: 5px;
  }
  UL.nav LI .dropdown-menu UL LI A .date + .series::before {
    content: "-";
    padding: 0 5px;
  }
  UL.nav LI .dropdown-menu UL LI.head {
    color: #999999;
    font-size: 11px;
    margin-top: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 5px;
  }
  UL.nav LI .dropdown-menu UL LI.head:first-child {
    margin-top: 0;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #000;
  }
}
/* TABLET and higher - Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar-default {
    border: 0;
  }
  .nav-wrapper {
    /* NEW COLUMN OPTIONS */
  }
  .nav-wrapper .navbar {
    /* HAMBURGER */
    /* NAV ELEMENTS - UL */
  }
  .nav-wrapper .navbar .navbar-header {
    display: none;
  }
  .nav-wrapper .navbar .navbar-nav {
    /* NAV TABS - .dropdown */
  }
  .nav-wrapper .navbar .navbar-nav > LI {
    float: none;
    display: inline-block;
    text-align: left;
    /* NAV LINKS - A */
    /* SINGLE COLUMN - UL */
    /* MEGA - UL */
  }
  .nav-wrapper .navbar .navbar-nav > LI.full-width .dropdown-menu > LI .yamm-content {
    padding: 0 10px;
  }
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu {
    padding: 0 15px 10px 15px;
  }
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu UL {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu UL LI A {
    display: block;
    line-height: 1.2 !important;
    padding: 6px 0;
    white-space: nowrap;
    color: #666666 !important;
  }
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu UL LI A:HOVER {
    background: transparent;
    color: #5c1516 !important;
  }
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu UL LI A .date {
    font-size: 10px;
    color: #CCCCCC;
  }
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu UL LI A .series {
    font-size: 10px;
    color: #CCCCCC;
  }
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu UL LI A I {
    position: relative;
    top: 1px;
    left: 5px;
  }
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu UL LI A .date + .series::before {
    content: "-";
    padding: 0 5px;
  }
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu UL LI.head {
    color: #AAAAAA;
    font-size: 11px;
    margin-top: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
  }
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu UL LI.head:first-child {
    margin-top: 0;
  }
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu-wide {
    left: 0;
    right: 0;
  }
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu-wide .module_1_col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu-wide .module_1_col UL {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu-wide .module_2_col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-wrapper .navbar .dropdown-menu-wide > LI {
    /* padding: 0 @padding; */
  }
  .nav-wrapper DIV[class*="dropdown-menu-columns"] UL {
    display: inline-block;
    vertical-align: top;
  }
  .nav-wrapper DIV[class*="dropdown-menu-columns"] UL:last-child LI {
    margin-right: 0;
  }
  .nav-wrapper DIV[class*="dropdown-menu-columns"] UL LI {
    margin-right: 20px;
  }
  .nav-wrapper DIV[class*="dropdown-menu-columns"] UL LI.divider + .head {
    margin-top: 0 !important;
  }
  .nav-wrapper DIV[class*="dropdown-menu-columns"] UL LI A {
    white-space: normal !important;
  }
  .nav-wrapper .dropdown-menu-columns-2 {
    width: 450px;
  }
  .nav-wrapper .dropdown-menu-columns-2 UL {
    width: 40%;
  }
  .nav-wrapper .dropdown-menu-columns-2 UL A {
    /*text-wrap: normal !important;*/
  }
  .nav-wrapper .dropdown-menu-columns-2 UL + UL {
    width: 60%;
  }
  .nav-wrapper .dropdown-menu-columns-3 {
    width: 700px;
  }
  .nav-wrapper .dropdown-menu-columns-3 UL {
    width: 33%;
  }
  .nav-wrapper .dropdown-menu-columns-4 {
    width: 800px;
  }
  .nav-wrapper .dropdown-menu-columns-4 UL {
    width: 25%;
  }
  /* Yamm!3 - Yet another megamenu for Bootstrap 3 - http://geedmo.github.com/yamm3 - @geedmo - Licensed under the MIT license */
  .yamm .nav,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static;
  }
  .yamm .container {
    position: relative;
  }
  .yamm .dropdown-menu {
    left: auto;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
  }
  .navbar-collapse .mobilesearch {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu-wide .module_1_col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .nav-wrapper .navbar .navbar-nav > LI .dropdown-menu-wide .module_2_col {
    float: left;
    width: 50%;
  }
}
/* SM DESKTOP and higher - Medium devices (desktops, 992px and up) */
/* LG DESKTOP - Large devices (large desktops, 1200px and up) */
/* TABLETS ONLY - 769px to 991px */
/* SM DESKTOP ONLY - 992px to 1199px */
/*------------------ COMMON - NAVS ------------------*/
.nav-tabs {
  clear: both;
}
.nav-tabs.nostyle LI {
  float: none;
  display: inline-block;
}
.nav-tabs.nostyle LI A {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  padding: 5px;
  color: #AAAAAA;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  line-height: 1.4 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #FFF;
  background-color: #174E89;
  border-color: #10355d;
  margin-bottom: 10px;
}
.nav-tabs.nostyle LI A:focus,
.nav-tabs.nostyle LI A:active:focus,
.nav-tabs.nostyle LI A.active:focus,
.nav-tabs.nostyle LI A.focus,
.nav-tabs.nostyle LI A:active.focus,
.nav-tabs.nostyle LI A.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.nav-tabs.nostyle LI A:hover,
.nav-tabs.nostyle LI A:focus,
.nav-tabs.nostyle LI A.focus {
  color: #174E89;
  text-decoration: none;
}
.nav-tabs.nostyle LI A:active,
.nav-tabs.nostyle LI A.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.nav-tabs.nostyle LI A.disabled,
.nav-tabs.nostyle LI A[disabled],
fieldset[disabled] .nav-tabs.nostyle LI A {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.nav-tabs.nostyle LI A.disabled,
fieldset[disabled] a.nav-tabs.nostyle LI A {
  pointer-events: none;
}
@media (min-width: 767px) {
  .nav-tabs.nostyle LI A {
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 767px) {
  .nav-tabs.nostyle LI A {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
.nav-tabs.nostyle LI A:HOVER {
  transform: scale(1.05);
}
.nav-tabs.nostyle LI A:HOVER:BEFORE,
.nav-tabs.nostyle LI A:HOVER:AFTER {
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.nav-tabs.nostyle LI A:BEFORE,
.nav-tabs.nostyle LI A:AFTER {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
.nav-tabs.nostyle LI A:BEFORE {
  margin-right: 3px;
}
.nav-tabs.nostyle LI A:AFTER {
  margin-left: 3px;
}
.nav-tabs.nostyle LI A:focus,
.nav-tabs.nostyle LI A.focus {
  color: #FFF;
  background-color: #10355d;
  border-color: #000000;
}
.nav-tabs.nostyle LI A:hover {
  color: #FFF;
  background-color: #10355d;
  border-color: #071729;
}
.nav-tabs.nostyle LI A:active,
.nav-tabs.nostyle LI A.active,
.open > .dropdown-toggle.nav-tabs.nostyle LI A {
  color: #FFF;
  background-color: #10355d;
  border-color: #071729;
}
.nav-tabs.nostyle LI A:active:hover,
.nav-tabs.nostyle LI A.active:hover,
.open > .dropdown-toggle.nav-tabs.nostyle LI A:hover,
.nav-tabs.nostyle LI A:active:focus,
.nav-tabs.nostyle LI A.active:focus,
.open > .dropdown-toggle.nav-tabs.nostyle LI A:focus,
.nav-tabs.nostyle LI A:active.focus,
.nav-tabs.nostyle LI A.active.focus,
.open > .dropdown-toggle.nav-tabs.nostyle LI A.focus {
  color: #FFF;
  background-color: #0b243f;
  border-color: #000000;
}
.nav-tabs.nostyle LI A:active,
.nav-tabs.nostyle LI A.active,
.open > .dropdown-toggle.nav-tabs.nostyle LI A {
  background-image: none;
}
.nav-tabs.nostyle LI A.disabled:hover,
.nav-tabs.nostyle LI A[disabled]:hover,
fieldset[disabled] .nav-tabs.nostyle LI A:hover,
.nav-tabs.nostyle LI A.disabled:focus,
.nav-tabs.nostyle LI A[disabled]:focus,
fieldset[disabled] .nav-tabs.nostyle LI A:focus,
.nav-tabs.nostyle LI A.disabled.focus,
.nav-tabs.nostyle LI A[disabled].focus,
fieldset[disabled] .nav-tabs.nostyle LI A.focus {
  background-color: #174E89;
  border-color: #10355d;
}
.nav-tabs.nostyle LI A .badge {
  color: #174E89;
  background-color: #FFF;
}
.nav-tabs.nostyle LI A .nofade {
  cursor: default;
}
.nav-tabs.nostyle LI A .nofade:hover,
.nav-tabs.nostyle LI A .nofade:active {
  background-color: #174E89;
  border-color: #10355d;
}
.tab-content {
  padding: 20px;
  border: 1px solid #DDD;
  border-top: 0;
}
.tab-content.nostyle {
  border: 0;
  padding: 15px 0;
}
/*------------------ COMMON - PANELS ------------------*/
.panel-heading {
  padding: 0;
}
.panel-heading a {
  display: block;
  padding: 10px 15px;
}
/*------------------ COMMON - PAGINATION ------------------*/
#pagination .pagination > .disabled > span,
#pagination .pagination > .disabled > span:hover,
#pagination .pagination > .disabled > span:focus,
#pagination .pagination > .disabled > a,
#pagination .pagination > .disabled > a:hover,
#pagination .pagination > .disabled > a:focus {
  cursor: default;
}
/*  --------------------------------------------------
PRINT.LESS
--------------------------------------------------  */
@media print and (color) {
  a[href]:after {
    content: none !important;
  }
  .sfEvents.calendar.full .custom-calendar-list.simple .fc-list-container {
    display: block !important;
  }
  .sfEvents.calendar.full .custom-calendar-list.simple .eventContainer {
    float: left;
    width: 50% !important;
  }
  .sfEvents.calendar.full .custom-calendar-list.simple .monthHeader {
    float: left;
    width: 100% !important;
  }
  .layout_default #right,
  .layout-default #right,
  .layout_rightcolumn #right,
  .layout-rightcolumn #right {
    display: none !important;
  }
  .layout_default #left,
  .layout-default #left,
  .layout_rightcolumn #left,
  .layout-rightcolumn #left {
    display: none !important;
  }
  .layout_default #main,
  .layout-default #main,
  .layout_rightcolumn #main,
  .layout-rightcolumn #main {
    float: none !important;
    width: 100% !important;
  }
  #header,
  #footer,
  #wsa_image_dock {
    display: none !important;
  }
  #categoryHeader H1 {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    color: #FFF !important;
  }
  *:not(#categoryHeader H1) {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}
/*  --------------------------------------------------
THUMBNAILS.LESS
--------------------------------------------------  */
.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: #F8F8F8;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #174E89;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
/*------------------ COMMON - COMPONENTS ------------------*/
.sfComponent {
  /*---- HEADLINES ----*/
  /*---- PHOTO GALLERY ----*/
  /*---- VIDEO GALLERY ----*/
  /*---- NEWS ROTATOR ----*/
}
.sfComponent.Photos .row > DIV {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfComponent.Photos .row > DIV {
    float: left;
    width: 25%;
  }
}
.sfComponent.Photos A .image {
  margin-bottom: 5px;
}
.sfComponent.Photos A .image IMG {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.sfComponent.Photos A .image IMG {
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
}
@media (max-width: 767px) {
  .sfComponent.Photos A .image IMG {
    padding: 5px;
  }
}
A .sfComponent.Photos A .image IMG:HOVER {
  border: 1px solid #174E89;
}
.sfComponent.Photos A .image IMG.gallery,
.sfComponent.Photos A .image IMG.thin-padding,
.sfComponent.Photos A .image IMG.thin {
  padding: 5px;
}
.sfComponent.Photos A .image IMG IMG {
  border: 1px solid #E7E7E7;
}
.sfComponent.Photos A .contentContainer {
  line-height: 1.2;
}
.sfComponent.Videos .image {
  margin-bottom: 5px;
}
.sfComponent.Videos .image IMG {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.sfComponent.Videos .image IMG {
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
}
@media (max-width: 767px) {
  .sfComponent.Videos .image IMG {
    padding: 5px;
  }
}
A .sfComponent.Videos .image IMG:HOVER {
  border: 1px solid #174E89;
}
.sfComponent.Videos .image IMG.gallery,
.sfComponent.Videos .image IMG.thin-padding,
.sfComponent.Videos .image IMG.thin {
  padding: 5px;
}
.sfComponent.Videos .image IMG IMG {
  border: 1px solid #E7E7E7;
}
.sfComponent.Videos .title {
  line-height: 1.2;
}
.sfComponent .news-rotator-height {
  height: 270px;
}
.sfComponent .NewsRotator .carousel .newscontainer-indicator-container .carousel-indicators {
  z-index: 1000000;
  text-align: left;
  padding: 5px 15px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.sfComponent .NewsRotator .carousel .newscontainer-indicator-container .carousel-indicators LI {
  border: 1px solid #FFF;
}
.sfComponent .NewsRotator .carousel .newscontainer-indicator-container .carousel-indicators LI.active {
  background: #FFF;
}
.sfComponent .NewsRotator .carousel .carousel-inner .item .articleContainer > A {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 270px;
}
.sfComponent .NewsRotator .carousel .carousel-inner .item .articleContainer IMG {
  border: 1px solid #AAAAAA;
}
.sfComponent .NewsRotator .carousel .carousel-inner .item .articleContainer .description H1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.sfComponent .NewsRotator .carousel .carousel-inner .item .articleContainer .description H1 A {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
}
.sfComponent .NewsRotator .carousel .carousel-control SPAN {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
}
/*  --------------------------------------------------
COMMON/TEMPLATES/TEMPLATES.LESS
--------------------------------------------------  */
/*---- ALL TEMPLATES ----*/
.template {
  margin-bottom: 40px;
}
.templatehead {
  margin-bottom: 20px;
}
.templatehead > * {
  margin: 0;
  padding: 0;
}
.templatehead H1 {
  font-size: 24px;
}
.templatehead .subhead {
  font-size: 18px;
  color: #666666;
}
.templatehead .byline {
  color: #666666;
}
.templatehead .byline:before {
  content: "Written By:";
  margin-right: 10px;
}
.templatehead .date {
  color: #666666;
}
#articleshare {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  background: #F8F8F8;
  width: 250px;
  text-align: center;
  float: right;
  clear: right;
  padding: 10px;
  margin: 0 0 15px 15px;
  display: none;
}
#articleshare.title {
  display: none;
  color: #666666;
  margin-bottom: 5px;
}
#sharetop {
  margin-top: 10px;
}
#sharetop SPAN SPAN SPAN SPAN {
  height: auto;
}
/*---- IMPORT TEMPLATE FILES ---*/
/*  --------------------------------------------------
COMMON/TEMPLATES/404.LESS
--------------------------------------------------  */
#pagenotfound .articlehead h1 {
  margin: 0 0 10px 0;
}
#pagenotfound #suggestedlinks .subhead {
  color: #666666;
}
#pagenotfound #commonlyviewed .subhead {
  color: #666666;
}
/*  --------------------------------------------------
TEMPLATES - ADS.LESS
--------------------------------------------------  */
.banner object,
.banner embed {
  width: 100%;
  height: 100%;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/ALERTS.LESS
--------------------------------------------------  */
/*------------------ SITE FEATURE ------------------*/
.posPageTop {
  padding: 0 15px;
}
.sfAlerts .alert {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: #174E89;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .sfAlerts .alert {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .sfAlerts .alert {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .sfAlerts .alert {
    width: 1170px;
  }
}
.sfAlerts .alert > .navbar-header,
.sfAlerts .alert > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .sfAlerts .alert > .navbar-header,
  .sfAlerts .alert > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.sfAlerts .alert .close {
  color: white;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  line-height: 0.5;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sfAlerts .alert .close:HOVER {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #ffcc00;
}
.sfAlerts .alert A {
  color: #ffcc00;
}
.sfAlerts .alert H2 {
  margin-bottom: 10px;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/ARTICLE.LESS
--------------------------------------------------  */
/*------------------ TEMPLATE ------------------*/
#article .templatehead .byline {
  font-size: 14px;
}
#article .templatehead .date {
  font-size: 16px;
}
#article .articlebody {
  margin: 0 0 20px 0;
}
DIV.articleimage {
  float: right;
  margin: 0 0 20px 20px;
  width: 33%;
}
DIV.articleimage IMG {
  width: 100%;
  height: auto;
}
/*------------------ SITE FEATURE ------------------*/
.sfArticles.feature .content .articleContainer {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .sfArticles.feature .content .articleContainer {
    flex-direction: row;
  }
}
.sfArticles.feature .content .articleContainer .article-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 1 auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sfArticles.feature .content .articleContainer .article-thumbnail {
    float: left;
    width: 33.33333333%;
  }
}
.sfArticles.feature .content .articleContainer .article-thumbnail IMG {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.sfArticles.feature .content .articleContainer .article-thumbnail A IMG {
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .sfArticles.feature .content .articleContainer .article-thumbnail A IMG {
    padding: 5px;
  }
}
A .sfArticles.feature .content .articleContainer .article-thumbnail A IMG:HOVER {
  border: 1px solid #174E89;
}
.sfArticles.feature .content .articleContainer .article-thumbnail A IMG.gallery,
.sfArticles.feature .content .articleContainer .article-thumbnail A IMG.thin-padding,
.sfArticles.feature .content .articleContainer .article-thumbnail A IMG.thin {
  padding: 5px;
}
.sfArticles.feature .content .articleContainer .article-thumbnail A IMG IMG {
  border: 1px solid #E7E7E7;
}
.sfArticles.feature .content .articleContainer .article-preview {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sfArticles.feature .content .articleContainer .article-preview {
    float: left;
    width: 33.33333333%;
  }
}
.sfArticles.feature .content .articleContainer .article-preview .preview-container {
  flex: 1 0 auto;
}
.sfArticles.feature .content .articleContainer .article-preview .preview-container .headline {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 30px;
}
.sfArticles.feature .content .articleContainer .article-preview .preview-container .date {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  font-weight: 300;
  color: #666666;
  padding-top: 5px;
}
.sfArticles.feature .content .articleContainer .article-preview .preview-container .description {
  padding-top: 15px;
  margin-bottom: 20px;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container {
  flex: 0 1 auto;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  line-height: 1.4 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #174E89;
  background-color: transparent;
  border-color: #10355d;
  color: #1e67b5 !important;
  background-color: transparent !important;
  border-color: #1e67b5 !important;
  display: block;
  width: 100%;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:active:focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.active:focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:active.focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:hover,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.focus {
  color: #174E89;
  text-decoration: none;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:active,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.disabled,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore[disabled],
fieldset[disabled] .sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.disabled,
fieldset[disabled] a.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore {
  pointer-events: none;
}
@media (min-width: 767px) {
  .sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore {
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 767px) {
  .sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:HOVER {
  transform: scale(1.05);
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:HOVER:BEFORE,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:HOVER:AFTER {
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:BEFORE,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:AFTER {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:BEFORE {
  margin-right: 3px;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:AFTER {
  margin-left: 3px;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:hover {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:active,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.active,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:active:hover,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.active:hover,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:hover,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:active:focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.active:focus,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:active.focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.active.focus,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:active,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.active,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore {
  background-image: none;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.disabled:hover,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore[disabled]:hover,
fieldset[disabled] .sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:hover,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.disabled:focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore[disabled]:focus,
fieldset[disabled] .sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.disabled.focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore[disabled].focus,
fieldset[disabled] .sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.focus {
  background-color: transparent;
  border-color: #10355d;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore .badge {
  color: transparent;
  background-color: #174E89;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore .nofade {
  cursor: default;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore .nofade:hover,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore .nofade:active {
  background-color: transparent;
  border-color: #10355d;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:hover {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:active,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.active,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:active:hover,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.active:hover,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:hover,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:active:focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.active:focus,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:active.focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.active.focus,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:active,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.active,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore {
  background-image: none !important;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.disabled:hover,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore[disabled]:hover,
fieldset[disabled] .sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:hover,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.disabled:focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore[disabled]:focus,
fieldset[disabled] .sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore:focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.disabled.focus,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore[disabled].focus,
fieldset[disabled] .sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore.focus {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore .badge {
  color: transparent !important;
  background-color: #1e67b5 !important;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore .nofade {
  cursor: default !important;
}
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore .nofade:hover,
.sfArticles.feature .content .articleContainer .article-preview .button-container A.readMore .nofade:active {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.sfArticles.feature .content .articleContainer .article-headlines {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sfArticles.feature .content .articleContainer .article-headlines {
    float: left;
    width: 33.33333333%;
  }
}
.sfArticles.feature .content .articleContainer .article-headlines .headlines-container {
  flex: 1 0 auto;
}
.sfArticles.feature .content .articleContainer .article-headlines .headlines-container .headlines-header {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-weight: 300;
  font-size: 20px;
  color: #666666;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.sfArticles.feature .content .articleContainer .article-headlines .headlines-container .recent-article {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  padding: 0;
  padding-bottom: 15px;
}
.sfArticles.feature .content .articleContainer .article-headlines .headlines-container .recent-article .date {
  display: inline;
  color: #666666;
  font-size: 75%;
  margin-right: 5px;
  transform: scale(0.75);
  font-weight: 300;
}
.sfArticles.feature .content .articleContainer .article-headlines .headlines-container .recent-article .headline {
  display: inline;
}
.sfArticles.feature .content .articleContainer .article-headlines .headlines-container .recent-article .description {
  display: none !important;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container {
  flex: 0 1 auto;
  padding-top: 15px;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  line-height: 1.4 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #174E89;
  background-color: transparent;
  border-color: #10355d;
  color: #1e67b5 !important;
  background-color: transparent !important;
  border-color: #1e67b5 !important;
  display: block;
  width: 100%;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:active:focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.active:focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:active.focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:hover,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.focus {
  color: #174E89;
  text-decoration: none;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:active,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.disabled,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews[disabled],
fieldset[disabled] .sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.disabled,
fieldset[disabled] a.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews {
  pointer-events: none;
}
@media (min-width: 767px) {
  .sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews {
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 767px) {
  .sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:HOVER {
  transform: scale(1.05);
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:HOVER:BEFORE,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:HOVER:AFTER {
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:BEFORE,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:AFTER {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:BEFORE {
  margin-right: 3px;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:AFTER {
  margin-left: 3px;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:hover {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:active,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.active,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:active:hover,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.active:hover,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:hover,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:active:focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.active:focus,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:active.focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.active.focus,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:active,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.active,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews {
  background-image: none;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.disabled:hover,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews[disabled]:hover,
fieldset[disabled] .sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:hover,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.disabled:focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews[disabled]:focus,
fieldset[disabled] .sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.disabled.focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews[disabled].focus,
fieldset[disabled] .sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.focus {
  background-color: transparent;
  border-color: #10355d;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews .badge {
  color: transparent;
  background-color: #174E89;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews .nofade {
  cursor: default;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews .nofade:hover,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews .nofade:active {
  background-color: transparent;
  border-color: #10355d;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:hover {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:active,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.active,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:active:hover,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.active:hover,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:hover,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:active:focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.active:focus,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:active.focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.active.focus,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:active,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.active,
.open > .dropdown-toggle.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews {
  background-image: none !important;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.disabled:hover,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews[disabled]:hover,
fieldset[disabled] .sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:hover,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.disabled:focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews[disabled]:focus,
fieldset[disabled] .sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews:focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.disabled.focus,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews[disabled].focus,
fieldset[disabled] .sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews.focus {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews .badge {
  color: transparent !important;
  background-color: #1e67b5 !important;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews .nofade {
  cursor: default !important;
}
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews .nofade:hover,
.sfArticles.feature .content .articleContainer .article-headlines .button-container A.moreNews .nofade:active {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.sfArticles.list .head {
  text-align: center;
}
.sfArticles.list UL {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sfArticles.list UL LI {
  margin: 0 0 5px 0;
  padding: 0;
  clear: both;
}
.sfArticles.list UL LI.daterow {
  color: #AAAAAA;
}
.sfArticles.list UL LI .date {
  display: block;
  float: left;
  font-size: 12px;
  color: #999999;
  margin-right: 10px;
  padding-top: 2px;
}
.sfArticles.list UL LI .headline {
  display: block;
  float: left;
}
.sfArticles.list UL LI .description {
  display: none !important;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/AUDIO.LESS
--------------------------------------------------  */
/*------------------ TEMPLATE ------------------*/
#audio .templatehead {
  display: none;
}
#audio .audioArchive {
  padding-top: 20px;
  margin-top: 20px;
}
#audio .audioArchive .chart td.date {
  color: #AAAAAA;
  width: 1px;
}
#audio .audioArchive .chart td.title .sitefeature:AFTER {
  content: " \2014 ";
}
#audio .audioArchive .chart td.title .description {
  display: none;
}
/*------------------ SITE FEATURE ------------------*/
.sfAudio {
  border: 1px solid #E7E7E7;
  padding: 15px;
  background: #F8F8F8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.sfAudio .head H2 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.sfAudio .content #videocontainer_wrapper {
  margin-bottom: 20px;
}
.sfAudio .content H2 {
  margin: 0;
  font-size: 18px;
}
.sfAudio .content .date {
  margin-bottom: 5px;
  color: #999999;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/BLOG.LESS
--------------------------------------------------  */
/*------------------ TEMPLATE ------------------*/
#blog .loop {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  overflow: auto;
  clear: both;
}
#blog .loop .articlehead {
  margin-bottom: 15px;
}
#blog .loop .articlehead .byline:BEFORE {
  content: "Written by:";
  padding-right: 5px;
}
#blog .loop .blogimage {
  margin: 0 0 20px 20px;
  float: right;
  position: relative;
}
#blog .loop .blogimage img {
  border: 1px solid #cccccc;
  float: none;
}
#blog .loop .blogimage.audio {
  width: 250px;
}
#blog .loop .blogimage.audio IMG {
  width: 100%;
  height: auto;
}
#blog .loop .blogimage.video {
  width: 250px;
}
#blog .loop .blogimage.video IMG {
  width: 100%;
  height: auto;
}
#blog .loop A.continue {
  display: block;
  margin-bottom: 20px;
}
#blog .loop A.continue:AFTER {
  content: "\f101";
  padding-left: 5px;
}
#blog .loop .posted {
  font-size: 12px;
}
/*------------------ SITE FEATURE ------------------*/
.sfBlogArchive {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #F8F8F8;
  border: 1px solid #AAAAAA;
  padding: 15px;
}
.sfBlogArchive .head {
  margin: 0 !important;
}
.sfBlogArchive .head H2 {
  color: #666666;
  font-size: 16px;
  margin: 0;
}
.sfBlogArchive .content .panel-group .panel {
  background: transparent;
  box-shadow: none;
}
.sfBlogArchive .content .panel-group .panel A H3 {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 12px;
  color: #999999;
}
.sfBlogArchive .content .panel-group .panel .panel-collapse UL {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
.sfBlogArchive .content .panel-group .panel .panel-collapse UL LI {
  margin: 0 0 0 0;
  padding: 0;
}
.sfBlogArchive .content .panel-group .panel .panel-collapse UL LI A {
  color: #999999;
}
.sfBlogArchive .content .panel-group .panel .panel-collapse UL LI SPAN.count {
  padding: 0 5px;
}
.sfBlogArchive .content .panel-group .panel .panel-collapse UL LI SPAN.count:BEFORE {
  content: "(";
}
.sfBlogArchive .content .panel-group .panel .panel-collapse UL LI SPAN.count:AFTER {
  content: ")";
}
.sfBlogArchive .content .panel-group .panel .panel-collapse UL LI UL LI A {
  color: #174E89;
}
.sfBlogArchive .content .panel-group .panel .panel-collapse UL LI UL LI:BEFORE {
  content: "\f0da";
  padding-right: 5px;
  padding-left: 5px;
  color: #CCCCCC;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/CALENDER.LESS
--------------------------------------------------  */
/*------------------ COMMON ELEMENTS ------------------*/
.time .end:BEFORE {
  content: " - ";
}
.custom-calendar-full .time {
  font-size: 10px;
}
/*-- CALENDAR HEADER --*/
/*-- SIMPLE HEADER --*/
.monthHeader {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.monthHeader:NOT(:first-child) {
  margin-top: 40px;
}
/*-- COMBINED --*/
.monthHeader,
.dateContainer {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  height: auto;
  position: relative;
  color: #999999;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.displays {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  color: #174E89;
}
@media (max-width: 767px) {
  .displays {
    top: -5px;
  }
}
.displays A {
  color: #AAAAAA;
}
.displays .hideme {
  display: none !important;
}
.displays *:first-child {
  --fa: "\f073";
  --fa--fa: "\f073\f073";
  font-size: 24px;
  margin-right: 5px;
}
.displays *:last-child {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a";
  font-size: 24px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
/*---- CALENDAR VIEW ----*/
.sfEvents.calendar.full {
  /* CALENDAR - FULL */
  /*---- LIST VIEW ----*/
}
@media (min-width: 768px) {
  .sfEvents.calendar.full BUTTON .mobile-content {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sfEvents.calendar.full BUTTON .desktop-content {
    display: none !important;
  }
}
.sfEvents.calendar.full .custom-calendar-full .custom-header {
  position: relative;
}
.sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-size: 24px;
}
@media (max-width: 768px) {
  .sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year {
    font-size: 18px;
  }
}
.sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year NAV SPAN {
  height: 30px;
  cursor: pointer;
  margin: 0 1px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  top: 0;
}
.sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year NAV SPAN.custom-prev {
  padding: 0 30px 0 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year NAV SPAN.custom-prev {
    padding: 0 10px 0 0;
  }
}
.sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year NAV SPAN.custom-prev:HOVER:BEFORE {
  color: #666666;
}
.sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year NAV SPAN.custom-prev:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f0d9";
  color: #CCCCCC;
  text-align: center;
}
.sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year NAV SPAN.dateContainer {
  display: inline-block;
  cursor: default;
}
@media (min-width: 768px) {
  .sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year NAV SPAN.dateContainer {
    width: 275px;
  }
}
.sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year NAV SPAN.dateContainer SPAN.custom-month {
  cursor: default;
}
.sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year NAV SPAN.dateContainer SPAN.custom-year {
  cursor: default;
}
.sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year NAV SPAN.custom-next {
  padding: 0 10px 0 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year NAV SPAN.custom-next {
    padding: 0 0 0 10px;
  }
}
.sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year NAV SPAN.custom-next:HOVER:BEFORE {
  color: #666666;
}
.sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year NAV SPAN.custom-next:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f0da";
  color: #CCCCCC;
  text-align: center;
}
.sfEvents.calendar.full .custom-calendar-full .custom-header H3.custom-month-year NAV .custom-current {
  display: none !important;
}
.sfEvents.calendar.full .custom-calendar-full .custom-header H2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-size: 24px;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container {
  width: auto;
  padding: 0;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar {
  width: 100%;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-head {
  background: #AAAAAA;
  align-items: center;
  flex-wrap: nowrap;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  height: 40px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-head > DIV {
  flex: 0 0 1;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-head > DIV:last-child {
  border-right: none;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body {
  background: #E7E7E7;
  position: relative;
  width: 100%;
  border: 1px solid #AAAAAA;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #AAAAAA;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row:last-child {
  border-bottom: none;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV {
  overflow: hidden;
  position: relative;
  min-height: 150px;
  flex: 1;
  border-right: 1px solid #AAAAAA;
  padding: 0 5px;
  cursor: default;
  background: #FFF;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV:last-child {
  border-right: none;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV:empty {
  background: transparent;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV > A {
  display: inherit;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-date {
  /* position: absolute; top: 0; right: 0;*/
  left: 0;
  line-height: 1;
  left: inherit;
  pointer-events: none;
  font-size: 14px;
  text-align: right;
  padding: 3px;
  color: #AAAAAA;
  margin: 0 -5px 5px -5px;
  display: block;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-weekday {
  padding-left: 5px;
  display: none;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A {
  color: #FFF !important;
  border-radius: 4px;
  padding: 4px;
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A .logo {
  display: none !important;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A .details .eventCal,
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A .details .event {
  line-height: 1.1;
  font-size: 13px;
}
@media (max-width: 767px) {
  .sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A .details .eventCal,
  .sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A .details .event {
    font-size: 10px;
  }
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A .details .eventSuffix {
  font-size: 10px;
  line-height: 1;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A .details .date {
  display: none !important;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A .details .location {
  display: none !important;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A .details .time {
  font-size: 10px;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A .details .series {
  display: none !important;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A .calendar-buttons {
  padding-top: 0;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A .calendar-buttons BUTTON {
  background: transparent;
  border: 0;
  color: #174E89;
  padding: 0;
  font-size: 13px;
  text-align: left;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A:not([HREF]) {
  background: #AAAAAA;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A[HREF] {
  background: #174E89;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A[HREF]:HOVER {
  background: #10355d;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A[data-major*="1"] {
  padding-right: 20px;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A[data-major*="1"]:AFTER {
  color: #FFF;
  content: "\f02e";
  font-size: 18px;
  position: absolute;
  top: -4px;
  right: 4px;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A[target*="blank"] .details .event:after:not([data-name="sf-school-schedule"]) {
  content: "\e009";
  font-size: 55%;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV .fc-events A[target*="blank"] .details .event:after:not([data-name="sf-school-schedule"]) {
    display: none;
  }
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV.fc-content .fc-out {
  opacity: 0.6;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV.fc-today {
  background-color: #ecf5fe;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ecf5fe));
  background: -webkit-linear-gradient(top, #FFF, #ecf5fe);
  background: -moz-linear-gradient(top, #FFF, #ecf5fe);
  background: -ms-linear-gradient(top, #FFF, #ecf5fe);
  background: -o-linear-gradient(top, #FFF, #ecf5fe);
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV.fc-today .fc-date {
  color: #174E89;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV.fc-expired .fc-date {
  color: #CCCCCC;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV.fc-expired .fc-events A {
  background: #FFF !important;
  border: 1px solid #CCCCCC !important;
  color: #CCCCCC !important;
}
.sfEvents.calendar.full .custom-calendar-full .fc-calendar-container .fc-calendar .fc-body .fc-row > DIV.fc-expired .fc-events A[data-major*="1"]:AFTER {
  color: #CCCCCC;
}
.sfEvents.calendar.full .custom-calendar-list {
  position: relative;
  /* COMMON */
  /* SIMPLE */
  /* EXPANDED */
}
.sfEvents.calendar.full .custom-calendar-list.hide-logos .logo {
  display: none !important;
}
.sfEvents.calendar.full .custom-calendar-list .custom-header {
  margin-bottom: 0;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .monthHeader {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfEvents.calendar.full .custom-calendar-list .fc-list-container .monthHeader {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sfEvents.calendar.full .custom-calendar-list .fc-list-container .monthHeader {
    float: none;
    clear: both;
  }
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer {
    float: left;
    width: 50%;
  }
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer.major [HREF] {
  position: relative;
  border: 1px solid #174E89;
  background-color: #F8F8F8;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F8F8F8));
  background: -webkit-linear-gradient(top, #FFF, #F8F8F8);
  background: -moz-linear-gradient(top, #FFF, #F8F8F8);
  background: -ms-linear-gradient(top, #FFF, #F8F8F8);
  background: -o-linear-gradient(top, #FFF, #F8F8F8);
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer.major [HREF] .event {
  padding-right: 50px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer.major [HREF]:AFTER {
  content: "\f02e";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 30px;
  position: absolute;
  top: -10px;
  right: 10px;
  color: #174E89;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer.major [HREF]:HOVER {
  background-color: #ecf5fe;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ecf5fe));
  background: -webkit-linear-gradient(top, #FFF, #ecf5fe);
  background: -moz-linear-gradient(top, #FFF, #ecf5fe);
  background: -ms-linear-gradient(top, #FFF, #ecf5fe);
  background: -o-linear-gradient(top, #FFF, #ecf5fe);
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A {
  display: flex;
  color: #666666;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px;
  height: 100%;
  cursor: pointer;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .logo {
  margin-right: 10px;
  flex: 0 0 auto;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .logo IMG {
  width: 70px;
  height: 70px;
  background: #FFF;
  padding: 2px;
  border: 1px solid #AAAAAA;
  object-fit: contain;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details {
  flex: 1 1 auto;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .event,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .eventList,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .eventCal {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  color: #174E89;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .eventSuffix {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  font-size: 20px;
  color: #174E89;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .date {
  font-weight: bold;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  line-height: 1.4 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #174E89;
  background-color: transparent;
  border-color: #10355d;
  color: #1e67b5 !important;
  background-color: transparent !important;
  border-color: #1e67b5 !important;
  font-size: 12px !important;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:active:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.active:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:active.focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.focus {
  color: #174E89;
  text-decoration: none;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:active,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.disabled,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info[disabled],
fieldset[disabled] .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.disabled,
fieldset[disabled] a.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info {
  pointer-events: none;
}
@media (min-width: 767px) {
  .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info {
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 767px) {
  .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:HOVER {
  transform: scale(1.05);
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:HOVER:BEFORE,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:HOVER:AFTER {
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:BEFORE,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:AFTER {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:BEFORE {
  margin-right: 3px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:AFTER {
  margin-left: 3px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:hover {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:active,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.active,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:active:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.active:hover,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:active:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.active:focus,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:active.focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.active.focus,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:active,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.active,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info {
  background-image: none;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.disabled:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info[disabled]:hover,
fieldset[disabled] .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.disabled:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info[disabled]:focus,
fieldset[disabled] .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.disabled.focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info[disabled].focus,
fieldset[disabled] .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.focus {
  background-color: transparent;
  border-color: #10355d;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info .badge {
  color: transparent;
  background-color: #174E89;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info .nofade {
  cursor: default;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info .nofade:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info .nofade:active {
  background-color: transparent;
  border-color: #10355d;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:hover {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:active,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.active,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:active:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.active:hover,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:active:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.active:focus,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:active.focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.active.focus,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:active,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.active,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info {
  background-image: none !important;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.disabled:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info[disabled]:hover,
fieldset[disabled] .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.disabled:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info[disabled]:focus,
fieldset[disabled] .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.disabled.focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info[disabled].focus,
fieldset[disabled] .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info.focus {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info .badge {
  color: transparent !important;
  background-color: #1e67b5 !important;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info .nofade {
  cursor: default !important;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info .nofade:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons DIV.info .nofade:active {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON {
  font-size: 12px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  line-height: 1.4 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #FFF;
  background-color: #174E89;
  border-color: #10355d;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:active:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.active:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:active.focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.focus {
  color: #174E89;
  text-decoration: none;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:active,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.disabled,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON[disabled],
fieldset[disabled] .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.disabled,
fieldset[disabled] a.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON {
  pointer-events: none;
}
@media (min-width: 767px) {
  .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON {
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 767px) {
  .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:HOVER {
  transform: scale(1.05);
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:HOVER:BEFORE,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:HOVER:AFTER {
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:BEFORE,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:AFTER {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:BEFORE {
  margin-right: 3px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:AFTER {
  margin-left: 3px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.focus {
  color: #FFF;
  background-color: #10355d;
  border-color: #000000;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:hover {
  color: #FFF;
  background-color: #10355d;
  border-color: #071729;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:active,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.active,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON {
  color: #FFF;
  background-color: #10355d;
  border-color: #071729;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:active:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.active:hover,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:active:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.active:focus,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:active.focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.active.focus,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.focus {
  color: #FFF;
  background-color: #0b243f;
  border-color: #000000;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:active,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.active,
.open > .dropdown-toggle.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON {
  background-image: none;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.disabled:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON[disabled]:hover,
fieldset[disabled] .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.disabled:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON[disabled]:focus,
fieldset[disabled] .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON:focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.disabled.focus,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON[disabled].focus,
fieldset[disabled] .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON.focus {
  background-color: #174E89;
  border-color: #10355d;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON .badge {
  color: #174E89;
  background-color: #FFF;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON .nofade {
  cursor: default;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON .nofade:hover,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON .nofade:active {
  background-color: #174E89;
  border-color: #10355d;
}
@media (max-width: 767px) {
  .sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .calendar-buttons BUTTON {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details * + .calendar-buttons {
  margin-top: 10px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[ONCLICK]:HOVER,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[HREF]:HOVER {
  border: 1px solid #174E89;
  background-color: #F8F8F8;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F8F8F8));
  background: -webkit-linear-gradient(top, #FFF, #F8F8F8);
  background: -moz-linear-gradient(top, #FFF, #F8F8F8);
  background: -ms-linear-gradient(top, #FFF, #F8F8F8);
  background: -o-linear-gradient(top, #FFF, #F8F8F8);
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A:not([HREF]):not([ONCLICK]) {
  cursor: default;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A:not([HREF]):not([ONCLICK]) .event,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A:not([HREF]):not([ONCLICK]) .eventSuffix {
  color: #666666;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[target*="blank"] .details .event:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f08e";
  transform: scale(0.5) translate(-5px);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="cancel"] .event,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="Cancel"] .event,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="CANCEL"] .event {
  color: #9A2325;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="cancel"] .event:BEFORE,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="Cancel"] .event:BEFORE,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="CANCEL"] .event:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f057";
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="postpone"] .event,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="Postpone"] .event,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="POSTPONE"] .event {
  color: #9A2325;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="postpone"] .event:BEFORE,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="Postpone"] .event:BEFORE,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="POSTPONE"] .event:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f071";
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="rescheduled"] .event,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="Rescheduled"] .event,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="RESCHEDULED"] .event {
  color: #009548;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="rescheduled"] .event:BEFORE,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="Rescheduled"] .event:BEFORE,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A[data-name*="RESCHEDULED"] .event:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f058";
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventCal {
  display: none !important;
}
.sfEvents.calendar.full .custom-calendar-list.expanded .fc-list-container .eventContainer {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.sfEvents.calendar.full .custom-calendar-list.expanded .fc-list-container .eventContainer A {
  align-items: center;
}
@media (max-width: 767px) {
  .sfEvents.calendar.full .custom-calendar-list.expanded .fc-list-container .eventContainer A {
    align-items: flex-start;
  }
}
.sfEvents.calendar.full .custom-calendar-list.expanded .fc-list-container .eventContainer A .logo {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .sfEvents.calendar.full .custom-calendar-list.expanded .fc-list-container .eventContainer A .logo {
    margin-right: 10px;
    width: 100px;
  }
}
.sfEvents.calendar.full .custom-calendar-list.expanded .fc-list-container .eventContainer A .logo IMG {
  padding: 5px;
}
@media (max-width: 767px) {
  .sfEvents.calendar.full .custom-calendar-list.expanded .fc-list-container .eventContainer A .logo IMG {
    width: 100%;
    height: auto;
  }
}
.sfEvents.calendar.full .custom-calendar-list.expanded .fc-list-container .eventContainer A .details .event {
  font-size: 24px;
}
@media (max-width: 767px) {
  .sfEvents.calendar.full .custom-calendar-list.expanded .fc-list-container .eventContainer A .details .event {
    font-size: 18px;
  }
}
.sfEvents.calendar.compact,
.sfEvents.calendar.fevo {
  /*.fc-calendar .fc-row > div.fc-today { .gradient; }*/
  /* Modifications */
  /*.fc-calendar .fc-head { background: transparent; color: @grey-dark; font-weight: bold; text-transform: uppercase; }*/
  /*--- CUSTOM CODE ---*/
}
.sfEvents.calendar.compact .fc-calendar,
.sfEvents.calendar.fevo .fc-calendar {
  width: 100%;
  height: 600px;
}
@media (max-width: 767px) {
  .sfEvents.calendar.compact .fc-calendar,
  .sfEvents.calendar.fevo .fc-calendar {
    height: 300px;
  }
}
.sfEvents.calendar.compact .fc-calendar .fc-head,
.sfEvents.calendar.fevo .fc-calendar .fc-head {
  overflow: auto;
  font-size: 12px;
  color: #999999;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.sfEvents.calendar.compact .fc-calendar .fc-body,
.sfEvents.calendar.fevo .fc-calendar .fc-body {
  position: relative;
  width: 100%;
  height: 100%;
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #ddd;
}
.sfEvents.calendar.compact .fc-calendar .fc-row,
.sfEvents.calendar.fevo .fc-calendar .fc-row {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.sfEvents.calendar.compact .fc-four-rows .fc-row,
.sfEvents.calendar.fevo .fc-four-rows .fc-row {
  height: 25%;
}
.sfEvents.calendar.compact .fc-five-rows .fc-row,
.sfEvents.calendar.fevo .fc-five-rows .fc-row {
  height: 20%;
}
.sfEvents.calendar.compact .fc-six-rows .fc-row,
.sfEvents.calendar.fevo .fc-six-rows .fc-row {
  height: 16.66%;
  height: -moz-calc(100%/6);
  height: -webkit-calc(100%/6);
  height: calc(100%/6);
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div,
.sfEvents.calendar.compact .fc-calendar .fc-head > div,
.sfEvents.calendar.fevo .fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.28%;
  /* 100% / 7 */
  width: -moz-calc(100%/7);
  width: -webkit-calc(100%/7);
  width: calc(100%/7);
  position: relative;
}
.sfEvents.calendar.compact .ie9 .fc-calendar .fc-row > div,
.sfEvents.calendar.fevo .ie9 .fc-calendar .fc-row > div,
.sfEvents.calendar.compact .ie9 .fc-calendar .fc-head > div,
.sfEvents.calendar.fevo .ie9 .fc-calendar .fc-head > div {
  width: 14.2%;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div {
  border-right: 1px solid #ddd;
  padding: 5px 5px 0 5px;
  overflow: hidden;
  position: relative;
}
.sfEvents.calendar.compact .fc-calendar .fc-head > div,
.sfEvents.calendar.fevo .fc-calendar .fc-head > div {
  text-align: center;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div > span.fc-date,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #ddd;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
  top: 5px;
  right: 5px;
  text-align: right;
}
@media (max-width: 767px) {
  .sfEvents.calendar.compact .fc-calendar .fc-row > div > span.fc-date,
  .sfEvents.calendar.fevo .fc-calendar .fc-row > div > span.fc-date {
    position: initial;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    font-size: 20px !important;
  }
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div > span.fc-weekday,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div.fc-out,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div.fc-out {
  opacity: 0.6;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div:last-child,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div:last-child,
.sfEvents.calendar.compact .fc-calendar .fc-head > div:last-child,
.sfEvents.calendar.fevo .fc-calendar .fc-head > div:last-child {
  border-right: none;
}
.sfEvents.calendar.compact .fc-calendar .fc-row:last-child,
.sfEvents.calendar.fevo .fc-calendar .fc-row:last-child {
  border-bottom: none;
}
.sfEvents.calendar.compact .event,
.sfEvents.calendar.fevo .event {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.sfEvents.calendar.compact .fc-calendar-container,
.sfEvents.calendar.fevo .fc-calendar-container {
  /* height: 400px; */
  width: auto;
  padding: 0;
  background: #FFF;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div {
  position: relative;
  background: #fff;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div:empty,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div:empty {
  background: transparent;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div > span.fc-date,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div > span.fc-date {
  /*top: 50%; left: 50%;*/
  text-align: center;
  /*margin: -10px 0 0 -15px;*/
  color: #686a6e;
  /*font-weight: 400;*/
  pointer-events: none;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div.fc-expired,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div.fc-expired {
  pointer-events: none;
  background: #F8F8F8 !important;
  color: #AAAAAA !important;
  /* box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1); */
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div.fc-expired:HOVER,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div.fc-expired:HOVER {
  background: #F8F8F8 !important;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div.fc-expired A,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div.fc-expired A {
  color: #AAAAAA !important;
  pointer-events: none;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div.fc-expired span.fc-date,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div.fc-expired span.fc-date {
  color: #AAAAAA !important;
  font-weight: normal !important;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div.fc-today,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div.fc-today {
  /*background: @grey-lightest; box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1); */
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div.fc-today > span.fc-date,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div.fc-today > span.fc-date {
  /*background: #686a6e; color: #FFF;*/
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div.fc-content:after,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div.fc-content:after {
  content: '\00B7';
  text-align: center;
  width: 20px;
  margin-left: -10px;
  position: absolute;
  color: #DDD;
  font-size: 70px;
  line-height: 20px;
  left: 50%;
  bottom: 3px;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div.fc-today.fc-content:after,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div.fc-today.fc-content:after {
  color: #b02c42;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div.fc-content:hover:after,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div.fc-content:hover:after {
  color: #ef4f69;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div.fc-today.fc-content:hover:after,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div.fc-today.fc-content:hover:after {
  color: #fff;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div > div a,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div > div a,
.sfEvents.calendar.compact .fc-calendar .fc-row > div > div span,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div > div span {
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  padding: 20px 10px 5px 10px;
}
@media screen and (max-width: 400px) {
  .sfEvents.calendar.compact .fc-calendar .fc-row > div > span.fc-date,
  .sfEvents.calendar.fevo .fc-calendar .fc-row > div > span.fc-date {
    font-size: 15px;
  }
}
.sfEvents.calendar.compact .fc-calendar .fc-row .fc-content,
.sfEvents.calendar.fevo .fc-calendar .fc-row .fc-content {
  background: #174E89;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.sfEvents.calendar.compact .fc-calendar .fc-row .fc-content:HOVER,
.sfEvents.calendar.fevo .fc-calendar .fc-row .fc-content:HOVER {
  background: #21649e;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div.fc-content:after,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div.fc-content:after {
  display: none !important;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div.fc-content > span.fc-date,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div.fc-content > span.fc-date {
  color: #FFF;
  font-weight: bold;
}
.sfEvents.calendar.compact .fc-calendar .fc-row > div.fc-today > span.fc-date,
.sfEvents.calendar.fevo .fc-calendar .fc-row > div.fc-today > span.fc-date {
  /*background: #686a6e; color: #FFF;*/
}
.sfEvents.calendar.compact .custom-content-reveal H4,
.sfEvents.calendar.fevo .custom-content-reveal H4 {
  margin-bottom: 10px;
}
.sfEvents.calendar.compact .custom-content-reveal A,
.sfEvents.calendar.fevo .custom-content-reveal A {
  padding: 5px 0;
  color: #174E89;
  display: block;
  margin: 0 10px;
}
.sfEvents.calendar.compact .custom-content-reveal A:HOVER,
.sfEvents.calendar.fevo .custom-content-reveal A:HOVER {
  color: #05101c;
  background: #E7E7E7;
}
.sfEvents.calendar.compact .custom-content-reveal A:HOVER .btn,
.sfEvents.calendar.fevo .custom-content-reveal A:HOVER .btn {
  background: #05101c;
}
.sfEvents.calendar.compact .custom-content-reveal .btn,
.sfEvents.calendar.fevo .custom-content-reveal .btn {
  padding: 5px 10px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFF;
}
.sfEvents.calendar.compact .custom-content-reveal .btn:HOVER,
.sfEvents.calendar.fevo .custom-content-reveal .btn:HOVER {
  color: #FFF;
}
.sfEvents.calendar.compact .custom-content-reveal .logo,
.sfEvents.calendar.fevo .custom-content-reveal .logo {
  margin-bottom: 5px;
}
.sfEvents.calendar.compact .custom-content-reveal .logo IMG,
.sfEvents.calendar.fevo .custom-content-reveal .logo IMG {
  max-height: 50px;
  width: auto;
}
.sfEvents.calendar.compact .custom-content-reveal .event,
.sfEvents.calendar.fevo .custom-content-reveal .event {
  font-size: 18px;
}
.sfEvents.calendar.compact .custom-content-reveal .date,
.sfEvents.calendar.fevo .custom-content-reveal .date {
  margin-bottom: 5px;
  color: #666666;
}
.sfEvents.calendar.compact .custom-content-reveal .date SPAN,
.sfEvents.calendar.fevo .custom-content-reveal .date SPAN {
  padding: 0;
}
.sfEvents.calendar.compact .custom-content-reveal .series,
.sfEvents.calendar.fevo .custom-content-reveal .series {
  color: #999999;
}
.sfEvents.calendar.compact .custom-content-reveal .location,
.sfEvents.calendar.fevo .custom-content-reveal .location {
  color: #999999;
}
.sfEvents.calendar.compact .custom-content-reveal .multiple,
.sfEvents.calendar.fevo .custom-content-reveal .multiple {
  overflow: scroll;
  height: 270px;
}
.sfEvents.calendar.compact .custom-content-reveal .multiple A,
.sfEvents.calendar.fevo .custom-content-reveal .multiple A {
  border-top: 1px solid #CCCCCC;
  margin-bottom: 5px;
}
.sfEvents.calendar.compact .custom-content-reveal .multiple A:first-child,
.sfEvents.calendar.fevo .custom-content-reveal .multiple A:first-child {
  border-top: 0;
}
.sfEvents.calendar.compact .custom-calendar-wrap,
.sfEvents.calendar.fevo .custom-calendar-wrap {
  margin: 0 auto;
  position: relative;
  /*verflow: hidden;*/
}
.sfEvents.calendar.compact .custom-inner,
.sfEvents.calendar.fevo .custom-inner {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.sfEvents.calendar.compact .custom-inner:before,
.sfEvents.calendar.fevo .custom-inner:before,
.sfEvents.calendar.compact .custom-inner:after,
.sfEvents.calendar.fevo .custom-inner:after {
  content: '';
  width: 99%;
  height: 50%;
  position: absolute;
  background: #f6f6f6;
  bottom: -4px;
  left: 0.5%;
  z-index: -1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.sfEvents.calendar.compact .custom-inner:after,
.sfEvents.calendar.fevo .custom-inner:after {
  content: '';
  width: 98%;
  bottom: -7px;
  left: 1%;
  z-index: -2;
}
.sfEvents.calendar.compact .custom-content-reveal,
.sfEvents.calendar.fevo .custom-content-reveal {
  background: #f6f6f6;
  background: rgba(246, 246, 246, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0px;
  text-align: center;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.sfEvents.calendar.compact .custom-content-reveal span.custom-content-close,
.sfEvents.calendar.fevo .custom-content-reveal span.custom-content-close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #174E89;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  line-height: 13px;
  padding: 0;
}
.sfEvents.calendar.compact .custom-content-reveal span.custom-content-close:after,
.sfEvents.calendar.fevo .custom-content-reveal span.custom-content-close:after {
  content: 'x';
  font-size: 18px;
  color: #fff;
}
.sfEvents.calendar.compact .custom-content-reveal h4,
.sfEvents.calendar.fevo .custom-content-reveal h4 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #777;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-top: 5px solid #174E89;
  box-shadow: 0 1px rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}
.sfEvents.calendar.compact .custom-content-reveal a:hover,
.sfEvents.calendar.fevo .custom-content-reveal a:hover {
  color: #333;
}
.sfEvents.calendar.compact .custom-prev,
.sfEvents.calendar.fevo .custom-prev {
  padding: 0 30px 0 10px;
  cursor: pointer;
}
.sfEvents.calendar.compact .custom-prev:HOVER:BEFORE,
.sfEvents.calendar.fevo .custom-prev:HOVER:BEFORE {
  color: #666666;
}
.sfEvents.calendar.compact .custom-prev:BEFORE,
.sfEvents.calendar.fevo .custom-prev:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f0d9";
  color: #CCCCCC;
  text-align: center;
  width: 100%;
}
.sfEvents.calendar.compact .custom-next,
.sfEvents.calendar.fevo .custom-next {
  padding: 0 10px 0 30px;
  cursor: pointer;
}
.sfEvents.calendar.compact .custom-next:HOVER:BEFORE,
.sfEvents.calendar.fevo .custom-next:HOVER:BEFORE {
  color: #666666;
}
.sfEvents.calendar.compact .custom-next:BEFORE,
.sfEvents.calendar.fevo .custom-next:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f0da";
  color: #CCCCCC;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .sfEvents.calendar.compact .fc-content .details,
  .sfEvents.calendar.fevo .fc-content .details {
    display: none;
  }
}
.sfEvents.calendar.compact .fc-content .details .date,
.sfEvents.calendar.fevo .fc-content .details .date {
  display: none;
}
.sfEvents.calendar.compact .custom-month-year,
.sfEvents.calendar.fevo .custom-month-year {
  text-align: center;
  margin-bottom: 20px;
}
.sfEvents.calendar.compact .fc-content .fc-more,
.sfEvents.calendar.fevo .fc-content .fc-more {
  display: none;
}
/*---------- XS - MOBILE  ----------*/
/*---------- SM+ - TABLET AND LARGER ----------*/
/*---------- SM - TABLETS ONLY ----------*/
/*---------- MD - DESKTOP ONLY ----------*/
/*---------- LG - DESKTOP ONLY ----------*/
/*  --------------------------------------------------
COMMON/TEMPLATES/DISPLAY.LESS
--------------------------------------------------  */
.templatehead {
  margin: 0 0 20px 0;
}
.templatehead > * {
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 7px;
}
.templatehead .subhead {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
}
.templatehead .byline {
  font-size: 14px;
  font-style: italic;
}
.templatehead .byline:before {
  content: "By:";
  margin-right: 5px;
}
.templatehead .date {
  padding: 0;
  font-size: 16px;
}
#display .templatehead .date {
  padding: 0;
}
#display .templatehead #st-1 {
  padding-top: 5px;
}
#display #swfplayer .content #description .data {
  max-height: auto;
  height: auto !important;
  height: auto;
}
#relatedevents {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
  clear: both;
}
@media (max-width: 767px) {
  #relatedevents {
    display: none !important;
  }
}
#relatedevents .head {
  margin-bottom: 10px;
}
#relatedevents .head h2 {
  font-size: 16px;
  color: #666666;
  margin: 0;
}
#relatedevents .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#relatedevents .content ul li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: auto;
  clear: both;
}
#relatedevents .content ul li a {
  text-decoration: none;
}
#relatedevents .content ul li a:hover,
#relatedevents .content ul li a.active {
  color: none;
  cursor: hand;
}
#relatedevents .content ul li .logo {
  float: left;
  width: 70px;
  text-align: center;
  margin: 0 7px 0 0;
}
#relatedevents .content ul li .logo img {
  margin: 0 auto;
}
#relatedevents .content ul li .info {
  margin-left: 80px;
}
#relatedevents .content ul li .info .event {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#relatedevents .content ul li .info .date {
  color: #AAAAAA;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
#relatedevents .content ul li .info .series {
  font-size: 10px;
  color: #AAAAAA;
  margin: 0;
  padding: 0;
}
#relatedevents .content ul li .info .eventcountdown {
  display: none;
}
#relatedevents .content ul li .info .eventlinks {
  display: none;
}
#relatedevents .foot {
  display: none;
}
#relatedarticles {
  margin: 20px 0 15px 0;
  clear: both;
}
#relatedarticles .head {
  font-family: "nimbus-sans-extended";
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#relatedarticles .head H2 {
  font-size: 18px !important;
}
#relatedarticles .content H2 {
  margin: 0;
}
#relatedarticles .head {
  margin-bottom: 10px;
}
#relatedarticles .head h2 {
  color: #999999;
  margin: 0;
  padding: 0;
}
#relatedarticles .content .chart {
  margin: 0;
}
#relatedarticles .content .chart td {
  border: none;
  padding: 0 10px 5px 0;
  margin: 0;
  color: #666666;
}
#relatedarticles .content .chart td.date {
  color: #AAAAAA;
  width: 70px;
}
#relatedarticles .foot {
  display: none;
}
/*--- ROTATOR ---*/
/*  --------------------------------------------------
COMMON/TEMPLATES/DOCUMENTS.LESS
--------------------------------------------------  */
/*------------------ SITE FEATURE ------------------*/
.sfDocuments {
  /*-- TYPE: LIST --*/
  /*-- TYPE: GRID --*/
  /*-- TYPE: FEATURE --*/
  /*-- TYPE: BUTTON ROW --*/
}
.sfDocuments .content > .description {
  margin-bottom: 20px;
}
.sfDocuments > .description {
  margin-bottom: 20px;
}
.sfDocuments .documents > .row {
  display: flex;
  flex-wrap: wrap;
}
.sfDocuments .documents > .row > * {
  flex: 0 0 auto;
}
.sfDocuments.list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sfDocuments.list ul li {
  margin-bottom: 10px;
}
.sfDocuments.list ul li.listHead {
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  font-size: 75%;
}
.sfDocuments.list ul li.listHead .date {
  padding-right: 45px;
}
.sfDocuments.list ul li .contentContainer .contentHead .date {
  float: left;
  font-size: 85%;
  padding-top: 3px;
  color: #AAAAAA;
}
.sfDocuments.list ul li .contentContainer .contentHead .name {
  margin-left: 70px;
}
.sfDocuments.list ul li .contentContainer .description {
  margin-left: 75px;
}
.sfDocuments.list ul li .contentContainer .links {
  margin-left: 60px;
  font-size: 75%;
}
.sfDocuments.list ul li .contentContainer .links a {
  color: #AAAAAA;
}
.sfDocuments.list ul li .contentContainer .links a:HOVER {
  color: #05101c;
}
.sfDocuments.list ul li .contentContainer .links a.preview:after {
  content: " | ";
}
.sfDocuments.thumbnails ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sfDocuments.thumbnails ul li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sfDocuments.thumbnails ul li {
    float: left;
    width: 25%;
  }
}
.sfDocuments.thumbnails ul li.listHead {
  display: none;
}
.sfDocuments.thumbnails ul li .smi-thumbnail {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
}
@media (max-width: 767px) {
  .sfDocuments.thumbnails ul li .smi-thumbnail {
    padding: 5px;
  }
}
A .sfDocuments.thumbnails ul li .smi-thumbnail:HOVER {
  border: 1px solid #174E89;
}
.sfDocuments.thumbnails ul li .smi-thumbnail.gallery,
.sfDocuments.thumbnails ul li .smi-thumbnail.thin-padding,
.sfDocuments.thumbnails ul li .smi-thumbnail.thin {
  padding: 5px;
}
.sfDocuments.thumbnails ul li .smi-thumbnail IMG {
  border: 1px solid #E7E7E7;
}
.sfDocuments.thumbnails ul li .smi-thumbnail A IMG {
  width: 100%;
  height: auto;
}
.sfDocuments.thumbnails ul li .contentContainer {
  padding: 0;
}
.sfDocuments.thumbnails ul li .contentContainer .contentHead .name {
  font-size: 14px;
  line-height: 1;
}
.sfDocuments.thumbnails ul li .contentContainer .links {
  font-size: 10px;
}
.sfDocuments.thumbnails ul li .contentContainer .links A {
  padding: 0 5px;
}
.sfDocuments.grid .row > DIV {
  margin-bottom: 20px;
}
.sfDocuments.grid .row > DIV .smi-thumbnail {
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
}
@media (max-width: 767px) {
  .sfDocuments.grid .row > DIV .smi-thumbnail {
    padding: 5px;
  }
}
A .sfDocuments.grid .row > DIV .smi-thumbnail:HOVER {
  border: 1px solid #174E89;
}
.sfDocuments.grid .row > DIV .smi-thumbnail.gallery,
.sfDocuments.grid .row > DIV .smi-thumbnail.thin-padding,
.sfDocuments.grid .row > DIV .smi-thumbnail.thin {
  padding: 5px;
}
.sfDocuments.grid .row > DIV .smi-thumbnail IMG {
  border: 1px solid #E7E7E7;
}
.sfDocuments.grid .row > DIV .contentContainer {
  padding-top: 10px;
  font-size: 14px;
}
.sfDocuments.feature {
  clear: both;
}
.sfDocuments.feature .content > .description {
  margin-bottom: 20px;
}
.sfDocuments.feature ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sfDocuments.feature ul li.listHead {
  display: none;
}
.sfDocuments.feature ul li .smi-thumbnail {
  margin-bottom: 10px;
}
.sfDocuments.feature ul li .contentContainer .contentHead .date {
  display: none;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name {
  text-align: center;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  line-height: 1.4 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #FFF;
  background-color: #174E89;
  border-color: #10355d;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a:focus,
.sfDocuments.feature ul li .contentContainer .contentHead .name a:active:focus,
.sfDocuments.feature ul li .contentContainer .contentHead .name a.active:focus,
.sfDocuments.feature ul li .contentContainer .contentHead .name a.focus,
.sfDocuments.feature ul li .contentContainer .contentHead .name a:active.focus,
.sfDocuments.feature ul li .contentContainer .contentHead .name a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a:hover,
.sfDocuments.feature ul li .contentContainer .contentHead .name a:focus,
.sfDocuments.feature ul li .contentContainer .contentHead .name a.focus {
  color: #174E89;
  text-decoration: none;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a:active,
.sfDocuments.feature ul li .contentContainer .contentHead .name a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a.disabled,
.sfDocuments.feature ul li .contentContainer .contentHead .name a[disabled],
fieldset[disabled] .sfDocuments.feature ul li .contentContainer .contentHead .name a {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.sfDocuments.feature ul li .contentContainer .contentHead .name a.disabled,
fieldset[disabled] a.sfDocuments.feature ul li .contentContainer .contentHead .name a {
  pointer-events: none;
}
@media (min-width: 767px) {
  .sfDocuments.feature ul li .contentContainer .contentHead .name a {
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 767px) {
  .sfDocuments.feature ul li .contentContainer .contentHead .name a {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a:HOVER {
  transform: scale(1.05);
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a:HOVER:BEFORE,
.sfDocuments.feature ul li .contentContainer .contentHead .name a:HOVER:AFTER {
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a:BEFORE,
.sfDocuments.feature ul li .contentContainer .contentHead .name a:AFTER {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a:BEFORE {
  margin-right: 3px;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a:AFTER {
  margin-left: 3px;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a:focus,
.sfDocuments.feature ul li .contentContainer .contentHead .name a.focus {
  color: #FFF;
  background-color: #10355d;
  border-color: #000000;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a:hover {
  color: #FFF;
  background-color: #10355d;
  border-color: #071729;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a:active,
.sfDocuments.feature ul li .contentContainer .contentHead .name a.active,
.open > .dropdown-toggle.sfDocuments.feature ul li .contentContainer .contentHead .name a {
  color: #FFF;
  background-color: #10355d;
  border-color: #071729;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a:active:hover,
.sfDocuments.feature ul li .contentContainer .contentHead .name a.active:hover,
.open > .dropdown-toggle.sfDocuments.feature ul li .contentContainer .contentHead .name a:hover,
.sfDocuments.feature ul li .contentContainer .contentHead .name a:active:focus,
.sfDocuments.feature ul li .contentContainer .contentHead .name a.active:focus,
.open > .dropdown-toggle.sfDocuments.feature ul li .contentContainer .contentHead .name a:focus,
.sfDocuments.feature ul li .contentContainer .contentHead .name a:active.focus,
.sfDocuments.feature ul li .contentContainer .contentHead .name a.active.focus,
.open > .dropdown-toggle.sfDocuments.feature ul li .contentContainer .contentHead .name a.focus {
  color: #FFF;
  background-color: #0b243f;
  border-color: #000000;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a:active,
.sfDocuments.feature ul li .contentContainer .contentHead .name a.active,
.open > .dropdown-toggle.sfDocuments.feature ul li .contentContainer .contentHead .name a {
  background-image: none;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a.disabled:hover,
.sfDocuments.feature ul li .contentContainer .contentHead .name a[disabled]:hover,
fieldset[disabled] .sfDocuments.feature ul li .contentContainer .contentHead .name a:hover,
.sfDocuments.feature ul li .contentContainer .contentHead .name a.disabled:focus,
.sfDocuments.feature ul li .contentContainer .contentHead .name a[disabled]:focus,
fieldset[disabled] .sfDocuments.feature ul li .contentContainer .contentHead .name a:focus,
.sfDocuments.feature ul li .contentContainer .contentHead .name a.disabled.focus,
.sfDocuments.feature ul li .contentContainer .contentHead .name a[disabled].focus,
fieldset[disabled] .sfDocuments.feature ul li .contentContainer .contentHead .name a.focus {
  background-color: #174E89;
  border-color: #10355d;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a .badge {
  color: #174E89;
  background-color: #FFF;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a .nofade {
  cursor: default;
}
.sfDocuments.feature ul li .contentContainer .contentHead .name a .nofade:hover,
.sfDocuments.feature ul li .contentContainer .contentHead .name a .nofade:active {
  background-color: #174E89;
  border-color: #10355d;
}
.sfDocuments.feature ul li .contentContainer .links a.preview:after {
  content: " | ";
}
.sfDocuments.buttonrow {
  clear: both;
}
.sfDocuments.buttonrow .content {
  text-align: center;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/EVENTS.LESS
--------------------------------------------------  */
.fancybox-video .fancybox-content {
  background: transparent;
}
/*------------------ TEMPLATE ------------------*/
#events {
  /* EVENT FILTER */
}
#events #filterWrapper {
  margin-bottom: 10px;
}
#events h2 .display {
  text-align: right;
}
#events h2 .display a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  display: block;
  width: 95px;
  margin: -1px 0 0 auto;
  padding: 5px 20px 5px 10px;
  background: #AAAAAA url(//www.speedwaymotorsports.com/services/images/icons/arrow_down_lvms.png) no-repeat 96% 47%;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-top: none;
}
#events h2 .display.active a {
  background: #AAAAAA url(//www.speedwaymotorsports.com/services/images/icons/arrow_up_lvms.png) no-repeat 96% 40%;
}
#events .filters {
  border: 1px solid #CCCCCC;
  overflow: auto;
  margin: 0;
  margin-bottom: 0;
  padding: 10px;
  background: #F8F8F8;
}
#events .filters ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
#events .filters ul li {
  margin: 0 10px 0 0;
  padding: 0;
}
#events .filters ul li.title {
  display: block;
  float: none;
  margin-bottom: 5px;
  color: #AAAAAA;
}
#events .filters ul.events {
  width: 20%;
}
#events .filters ul.types {
  width: 30%;
}
#events .filters ul.series {
  width: 50%;
  padding-right: 0;
}
#events .filters ul.series li {
  float: left;
  width: 100%;
}
#events .selected-href {
  font-style: italic;
  text-decoration: underline;
}
#events .eventfilter {
  display: none;
  margin-bottom: 5px;
  padding: 5px;
  background: #AAAAAA;
  font-size: 10px;
  color: #666666;
  border: 1px solid #cccccc;
}
.chart {
  border-collapse: separate;
}
.compactwithlogos TD.tickets * {
  margin-bottom: 10px;
  font-size: 12px;
  white-space: nowrap;
}
.compactwithlogos .date .time {
  display: inline;
  padding-left: 20px;
}
#events .chart tr {
  border-bottom: 1px solid #AAAAAA;
}
#events .chart tr th {
  padding: 0 0 5px 0;
}
#events .chart tr th.date {
  width: 85px;
}
#events .chart tr th.tickets {
  width: 170px;
}
#events .chart tr th.add {
  display: none;
  width: 30px;
  text-align: center;
}
#events .chart tr td {
  padding: 10px 5px;
}
#events .chart tr td.logo a .logo {
  height: 60px;
  width: 60px;
}
#events .chart tr td.date {
  font-size: 12px;
  color: #666666;
}
#events .chart tr td.event H1 {
  margin: 0;
}
#events .chart tr td.event H2,
#events .chart tr td.event .title {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
#events .chart tr td.event .date {
  margin: 0;
  padding: 0;
  color: #666666;
}
#events .chart tr td.event .details {
  display: block;
}
#events .chart tr td.event .details .location {
  display: inline-block;
  color: #666666;
}
#events .chart tr td.event .details .short_description {
  display: block;
  margin: 3px 0 0 0;
  margin-top: 5px;
}
#events .chart tr td.event .details .short_description p {
  margin-bottom: 0;
}
#events .chart tr td.event .buttons {
  margin: 10px 0 0 0;
  text-align: left;
}
#events .chart tr td.event .buttons .details {
  display: inline-block;
}
#events .chart tr td .series {
  display: inline-block;
  color: #666666;
}
#events .chart tr .tickets > * {
  display: inline-block;
}
#events .chart tr .tickets .attention {
  color: red;
}
#events .chart tr.month td {
  padding: 8px;
  background: #F8F8F8;
  font-size: 10px;
  color: #666666;
  text-transform: uppercase;
}
/*------------------ SITE FEATURE ------------------*/
.sfEvents {
  /*---- GRID ----*/
  /*---- EXPANDED ----*/
  /*---- COMPACT ----*/
  /*---- COMPACT WITH LOGOS ----*/
}
.sfEvents .content > .description {
  margin-bottom: 40px;
}
.sfEvents .header {
  display: none;
}
.sfEvents .eventHead .title h2 span .eventSuffix {
  font-size: 66%;
}
.sfEvents.grid .head h2 {
  margin-bottom: 0;
}
.sfEvents.grid .row {
  display: flex;
  flex-wrap: wrap;
}
.sfEvents.grid .row > * {
  flex: 0 0 auto;
}
.sfEvents.grid .row .sfevent {
  margin-bottom: 20px;
}
.sfEvents.grid .row .sfevent .eventWrapper .event .moduleWrapper .logo {
  margin-bottom: 20px;
}
.sfEvents.grid .row .sfevent .eventWrapper .event .moduleWrapper .logo IMG {
  width: 100%;
  height: auto;
}
.sfEvents.grid .row .sfevent .eventWrapper .event .moduleWrapper .eventHead .title H2 {
  font-size: 24px;
  margin-bottom: 0;
}
.sfEvents.grid .row .sfevent .eventWrapper .event .moduleWrapper .eventHead .date {
  font-size: 14px;
}
.sfEvents.grid .row .sfevent .eventWrapper .event .moduleWrapper .eventHead .series {
  font-size: 10px;
}
.sfEvents.grid .row .sfevent .eventWrapper .event .moduleWrapper .eventHead .location {
  font-size: 10px;
}
.sfEvents.grid .row .sfevent .eventWrapper .details .description {
  margin-top: 15px;
}
.sfEvents.grid .row.img-align-left .logo {
  float: left;
  margin: 0 20px 20px 0;
}
.sfEvents.grid .row.img-align-left .logo IMG {
  width: auto;
  height: auto;
}
.sfEvents.grid .row.img-align-right .logo {
  float: right;
  margin: 0 0 20px 20px;
}
.sfEvents.grid .row.img-align-right .logo IMG {
  width: auto;
  height: auto;
}
.sfEvents #eventPages.eventSub .sfEvents .eventsContainer {
  overflow: visible;
}
.sfEvents.expanded .head h2 {
  margin-bottom: 0;
}
#right .sfEvents.expanded .eventsContainer .eventWrapper {
  margin-bottom: 0;
}
.sfEvents.expanded .eventsContainer .eventWrapper .event {
  clear: both;
}
.sfEvents.expanded .eventsContainer .eventWrapper .event .moduleWrapper .promo {
  margin-bottom: 20px;
}
.sfEvents.expanded .eventsContainer .eventWrapper .event .moduleWrapper .promo IMG {
  height: auto;
  width: 100%;
}
.sfEvents.expanded .eventsContainer .eventWrapper .event .moduleWrapper .logo {
  padding-left: 15px;
  margin-bottom: 20px;
  /*padding-bottom: @padding;*/
}
@media (min-width: 991px) {
  .sfEvents.expanded .eventsContainer .eventWrapper .event .moduleWrapper .logo {
    float: right;
  }
}
.sfEvents.expanded .eventsContainer .eventWrapper .event .moduleWrapper .logo A IMG {
  width: auto;
  height: 100%;
  max-height: 200px;
  max-width: 300px;
}
.posRight .sfEvents.expanded .eventsContainer .eventWrapper .event .moduleWrapper .logo A {
  float: none;
  width: auto;
}
.posRight .sfEvents.expanded .eventsContainer .eventWrapper .event .moduleWrapper .logo A IMG {
  height: auto;
  width: 100%;
}
.sfEvents.expanded .eventsContainer .eventWrapper .event .moduleWrapper .eventHead {
  margin-bottom: 20px;
}
.sfEvents.expanded .eventsContainer .eventWrapper .event .moduleWrapper .eventHead .title H2 {
  font-size: 36px;
  margin: 0;
}
#right .sfEvents.expanded .eventsContainer .eventWrapper .event .moduleWrapper .eventHead .title H2 {
  font-size: 24px;
}
.sfEvents.expanded .eventsContainer .eventWrapper .event .moduleWrapper .eventHead .title H2 SPAN A {
  color: #000;
}
.sfEvents.expanded .eventsContainer .eventWrapper .event .moduleWrapper .eventHead .date {
  font-weight: bold;
}
.sfEvents.expanded .eventsContainer .eventWrapper .details .buttons {
  clear: both;
}
.sfEvents.compact .event {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #AAAAAA;
}
.sfEvents.compact .event:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.sfEvents.compact .event .date {
  font-size: 11px;
  color: #666;
}
.sfEvents.compact .event .eventHead .title h2 {
  margin: 0;
  font-size: 14px;
}
.sfEvents.compact .event .eventHead .series {
  color: #666;
}
.sfEvents.compact .event .details .buttons {
  margin: 0;
  padding: 0;
}
.sfEvents.compact .event .details .buttons a,
.sfEvents.compact .event .details .buttons > div {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  background: transparent;
  color: #174E89;
  text-align: left;
  border: 0;
}
.posRight .sfEvents .event .logo {
  width: 100% !important;
}
.posRight .sfEvents .event .logo img {
  width: 100%;
  height: auto;
}
.posRight .sfEvents .event .details .short_description {
  display: none;
}
/*---------- XS - MOBILE  ----------*/
@media (max-width: 767px) {
  .compactwithlogos .date .time {
    display: block;
    padding-left: 0;
  }
}
/*---------- SM+ - TABLET AND LARGER ----------*/
@media (min-width: 768px) {
  .posSidebar .sfModule {
    margin-bottom: 20px;
  }
  .posSidebar .sfEvents.expanded .content .event {
    text-align: center;
  }
  .posSidebar .sfEvents.expanded .content .event .logo {
    float: none;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid red;
  }
  .posSidebar .sfEvents.expanded .content .event .logo IMG {
    height: auto;
    width: 75%;
  }
  .posSidebar .sfEvents.expanded .content .event .eventHead {
    color: #999999;
  }
  .posSidebar .sfEvents.expanded .content .event .eventHead .date {
    font-size: 16px;
  }
  .posSidebar .sfEvents.expanded .content .event .details .buttons > * {
    display: block;
    width: 100%;
  }
}
/*---------- SM - TABLETS ONLY ----------*/
/*---------- MD - DESKTOP ONLY ----------*/
/*---------- LG - DESKTOP ONLY ----------*/
/*  --------------------------------------------------
COMMON/TEMPLATES/EVENT_DETAILS.LESS
--------------------------------------------------  */
#eventDetails .templatehead .image {
  margin: 0 0 20px 20px;
  float: right;
}
#eventDetails .templatehead .date {
  color: #666666;
  font-size: 14px;
}
#eventDetails .templatehead .date .time {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #cccccc;
}
#eventDetails .templatehead .detail {
  font-size: 14px;
  color: #AAAAAA;
  padding-top: 3px;
}
#eventDetails .templatehead .detail .pipe {
  padding: 0 5px;
}
#eventDetails .description {
  margin-bottom: 10px;
  overflow: auto;
}
#eventDetails .eventlogo {
  float: right;
  margin: 0 0 20px 20px;
}
#eventDetails .eventlogo .img {
  margin: 0 0 10px 0;
}
#eventDetails .eventlogo .eventlinks {
  display: none;
}
#eventDetails .eventlogo .eventlinks .title {
  display: none;
  font-size: 10px;
  color: #cccccc;
}
#eventDetails .eventlogo .eventlinks ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#eventDetails .eventlogo .eventlinks ul li {
  margin: 0;
  padding: 0 3px 5px 3px;
  float: none;
  display: inline;
}
#eventDetails .eventlogo .eventlinks ul li .logo {
  display: none;
}
#eventDetails .eventlogo .eventlinks ul li .name {
  display: inline;
}
#eventDetails .eventlogo .eventlinks ul li .name a {
  white-space: nowrap;
}
#eventDetails .eventlogo .eventlinks ul li .description {
  display: none;
}
#eventDetails .videopromo .videocontainer {
  margin-bottom: 20px;
}
#eventDetails .videopromo .videocontainer .eventlogo {
  float: right;
  margin: 0;
  text-align: center;
}
#eventDetails .videopromo .videocontainer .eventlogo IMG {
  margin-bottom: 20px;
}
#eventDetails #eventdetailscountdown .startsin {
  display: none;
}
#eventDetails .description {
  margin: 0 0 20px 0;
  clear: both;
}
#eventDetails #tabphotos ul {
  padding: 0;
  text-align: left;
  margin: 15px 0 0 0;
}
#eventDetails #tabphotos ul li {
  list-style-type: none;
  border: 1px solid #999999;
  display: block;
  float: left;
  padding: 10px;
  text-align: center;
  margin: 0 15px 15px 0;
  width: 196px;
  height: 180px;
  background: #d2eaf4;
  overflow: hidden;
}
#eventDetails #tabphotos ul li img {
  border: 1px solid #666666;
  margin-bottom: 5px;
}
#eventDetails #tabphotos ul li .name {
  font-size: 11px;
}
#eventDetails #tabphotos ul li .date {
  font-size: 10px;
  color: #666666;
}
#eventDetails .buttons {
  color: #666666;
  text-align: center;
  margin: 15px 0;
}
#eventDetails .rightColumn {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #CCC;
  overflow: hidden;
  padding: 5px;
  background: #EEE;
  font-size: 11px;
  text-align: center;
}
#eventDetails .tabImage {
  float: right;
  margin: 0 0 10px 10px;
  width: 24%;
}
#eventDetails .tabImage IMG {
  width: 100%;
  height: auto;
}
#eventDetails .optionDetails .smi-thumbnail IMG {
  width: 100%;
  height: auto;
}
#eventdetailsgallery ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  overflow: auto;
  text-align: center;
  border: 1px solid #cccccc;
  background: #f2f2f2;
}
#eventdetailsgallery ul li {
  margin: 0 0 0 3px;
  padding: 0;
  display: inline-block;
  width: 19%;
}
#eventdetailsgallery ul li:first-child {
  margin-left: 0;
}
#eventdetailsgallery ul li .image {
  border: 1px solid #cccccc;
  background: #fff;
}
#eventdetailsgallery ul li .image img {
  width: 97%;
  height: auto;
  padding: 2px;
}
.tab-content .articlebody {
  margin-bottom: 0;
}
.tab-content .tab-pane .header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.tab-content .tab-pane .header .sfContainer {
  margin-bottom: 20px;
  text-align: center;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/EVENT_OPTIONS.LESS
--------------------------------------------------  */
DIV[data-name="sf-our-best-options"] .optionList {
  display: none !important;
}
.optionDetails .smi-thumbnail {
  margin-bottom: 20px;
}
/*------------------ SITE FEATURE ------------------*/
.sfEventOption {
  /*-- FRAMEWORK --*/
  /*-- COMMON ELEMENTS --*/
  /*-- TOP IMAGE --*/
  /*-- LEFT IMAGE --*/
  /*-- NO IMAGE --*/
  /*-- PRICING TABLES --*/
}
.sfEventOption .description + .eventOptions {
  padding-top: 40px;
  border-top: 1px solid #E7E7E7;
}
.sfEventOption .sf-buttons-bottom .btn:HOVER {
  transform: scale(1.02) !important;
}
.sfEventOption .eventOptions .optionContainer {
  clear: both;
  position: relative;
}
.sfEventOption .eventOptions .optionContainer:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E7E7E7;
}
.sfEventOption .eventOptions .optionContainer:after {
  content: "";
  clear: both;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container {
  overflow: visible;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-head {
  padding-bottom: 15px;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-head H2 {
  font-size: 24px;
  margin: 0;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-head H2 SPAN {
  font-size: 20px;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-head .date {
  font-weight: bold;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-list {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #CCCCCC;
  padding: 10px;
  background: #F8F8F8;
  font-size: 14px;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-list > .navbar-header,
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-list > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-list > .navbar-header,
  .sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-list > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-list DIV {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-list DIV {
    float: left;
    width: 50%;
  }
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-image {
  position: relative;
  float: right;
  width: 200px;
  margin: 0 0 15px 15px;
}
@media (max-width: 767px) {
  .sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-image {
    width: 33%;
  }
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-image A {
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
}
@media (max-width: 767px) {
  .sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-image A {
    padding: 5px;
  }
}
A .sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-image A:HOVER {
  border: 1px solid #174E89;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-image A.gallery,
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-image A.thin-padding,
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-image A.thin {
  padding: 5px;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-image A IMG {
  border: 1px solid #E7E7E7;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-image IMG {
  width: 100%;
  height: auto;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-description {
  margin-bottom: 20px;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-description A.eventoption-detailslink {
  display: inline-block;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-description A.eventoption-detailslink I {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-description A.eventoption-detailslink:HOVER,
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-description A.eventoption-detailslink:FOCUS {
  color: #174E89;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-description .in {
  margin-bottom: 20px;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-description .option-details-expanded {
  margin-top: 20px;
}
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-description UL {
  font-size: 14px;
}
.sfEventOption .eventOptions .optionContainer .eventoption-foot .priceRows {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 20px;
}
.sfEventOption .eventOptions .optionContainer .eventoption-foot .priceRows > DIV {
  margin-bottom: 8px;
}
.sfEventOption .eventOptions .optionContainer .eventoption-foot .priceRows > DIV .priceLabel {
  font-weight: 300;
}
.sfEventOption .eventOptions .optionContainer .eventoption-foot .priceRows > DIV .priceLabel SPAN {
  color: #9A2325;
  font-weight: 400 !important;
}
.sfEventOption .eventOptions .optionContainer .eventoption-foot .priceRows > DIV .priceLabel:AFTER {
  content: ": ";
}
.sfEventOption .eventOptions .optionContainer .eventoption-foot .buttons {
  clear: none;
  text-align: left;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .sfEventOption .eventOptions .optionContainer .eventoption-foot .buttons {
    clear: both;
  }
}
@media (max-width: 767px) {
  .sfEventOption .eventOptions .optionContainer .eventoption-foot .buttons > * {
    display: block;
    width: 100%;
  }
}
.sfEventOption .eventOptions .optionContainer .eventoption-foot:AFTER {
  content: "";
  display: block;
  clear: both;
}
.sfEventOption .eventOptions .optionContainer.soldOut.optionTypeCamping .eventoption-description,
.sfEventOption .eventOptions .optionContainer.soldOut.optionTypeCamping .eventoption-image {
  display: none !important;
}
.sfEventOption .eventOptions .optionContainer.soldOut .eventoption-head H2 {
  color: #9A2325;
}
.sfEventOption .eventOptions .optionContainer.soldOut .eventoption-head H2:AFTER {
  content: " (Sold Out)";
}
.sfEventOption .eventOptions .optionContainer.soldOut .eventoption-body {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.sfEventOption .eventOptions .optionContainer.soldOut .eventoption-body .eventoption-image {
  overflow: hidden;
}
.sfEventOption .eventOptions .optionContainer.soldOut .eventoption-body .eventoption-image A {
  z-index: 10;
}
.sfEventOption .eventOptions .optionContainer.soldOut .eventoption-body .eventoption-image:AFTER {
  content: "Sold Out";
  width: 200px;
  background: #9A2325;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  line-height: 35px;
  letter-spacing: 1px;
  color: #f0f0f0;
  top: 20px;
  right: -60px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  font-size: 12px;
  z-index: 20;
  pointer-events: none;
}
.sfEventOption .eventOptions .optionContainer.soldOut .eventoption-foot .priceRows {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.sfEventOption.topimage .eventoption-image {
  width: 100% !important;
  float: none !important;
  margin-left: 0 !important;
}
.sfEventOption.leftimage .eventoption-image {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 20px !important;
}
.sfEventOption.leftimage .eventoption-description,
.sfEventOption.leftimage .eventoption-foot {
  margin-left: 220px !important;
}
.sfEventOption.hideimage .eventoption-image {
  display: none !important;
}
.sfEventOption.pricingtable {
  margin-bottom: 60px !important;
  /* TABLETS AND LARGER */
}
.sfEventOption.pricingtable .date {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sfEventOption.pricingtable .eventOptions {
  padding-top: 0;
  border-top: 0;
  margin-bottom: 20px;
}
.sfEventOption.pricingtable .sf-buttons-bottom {
  padding: 0;
}
@media (max-width: 991px) {
  .sfEventOption.pricingtable .eventOptionsContainer {
    padding: 0 10px;
  }
}
.sfEventOption.pricingtable .eventOptionsContainer .optionContainer {
  clear: none;
  margin-bottom: 0 !important;
  border: 1px solid #CCCCCC;
  padding: 20px;
  background: #F8F8F8;
  position: relative;
}
.sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-image {
  margin: 0;
}
.sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-head {
  text-align: center;
  vertical-align: middle;
}
.sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-body UL {
  padding-left: 15px;
  font-size: 13px;
}
.sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-body.list-icons UL {
  padding-left: 20px;
  list-style: none;
}
.sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-body.list-icons UL LI {
  margin-bottom: 10px;
  font-size: 16px;
}
.sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-body.list-icons UL LI:before {
  font-family: "font-awesome-smi";
  content: "\f00c";
  margin: 0 5px 0 -15px;
  color: #009548;
  font-size: 85%;
}
.sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-foot {
  text-align: center;
}
.sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-foot .priceRows {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-foot .priceRows DIV {
  line-height: 1;
  padding-bottom: 15px;
}
.sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-foot .priceRows DIV .priceLabel {
  display: block;
}
.sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-foot .priceRows DIV .priceLabel:AFTER {
  content: "";
}
.sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-foot .priceRows DIV .priceValue {
  font-size: 36px;
}
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .optionContainer {
  margin-top: 20px;
}
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  border-color: #009548;
}
@media (max-width: 767px) {
  .sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon {
    margin-top: 20px;
  }
}
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .ribbonActive {
  background-color: #009548;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  text-transform: uppercase;
  font-size: 12px;
  height: 25px;
  padding-top: 5px;
}
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary {
  color: #fff;
  background-color: #009548;
  border-color: #00622f;
}
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary:focus,
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary.focus {
  color: #fff;
  background-color: #00622f;
  border-color: #000000;
}
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary:hover {
  color: #fff;
  background-color: #00622f;
  border-color: #002512;
}
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary:active,
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary.active,
.open > .dropdown-toggle.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary {
  color: #fff;
  background-color: #00622f;
  border-color: #002512;
}
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary:active:hover,
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary.active:hover,
.open > .dropdown-toggle.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary:hover,
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary:active:focus,
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary.active:focus,
.open > .dropdown-toggle.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary:focus,
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary:active.focus,
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary.active.focus,
.open > .dropdown-toggle.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary.focus {
  color: #fff;
  background-color: #003e1e;
  border-color: #000000;
}
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary:active,
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary.active,
.open > .dropdown-toggle.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary {
  background-image: none;
}
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary.disabled:hover,
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary[disabled]:hover,
fieldset[disabled] .sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary:hover,
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary.disabled:focus,
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary[disabled]:focus,
fieldset[disabled] .sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary:focus,
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary.disabled.focus,
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary[disabled].focus,
fieldset[disabled] .sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary.focus {
  background-color: #009548;
  border-color: #00622f;
}
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary .badge {
  color: #009548;
  background-color: #fff;
}
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary .nofade {
  cursor: default;
}
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary .nofade:hover,
.sfEventOption.pricingtable .eventOptionsContainer.eventOptionsRibbon .eventOptionRibbon .buttons A.btn-primary .nofade:active {
  background-color: #009548;
  border-color: #00622f;
}
@media (min-width: 768px) {
  .sfEventOption.pricingtable .eventOptionsContainer {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .sfEventOption.pricingtable .eventOptionsContainer > * {
    flex: 1 1 auto;
  }
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer {
    flex: 1 0 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
  }
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .anchor {
    flex: 0 0 0;
  }
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-image {
    flex-grow: 0;
    width: auto !important;
    float: none !important;
    margin-bottom: 15px !important;
  }
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-image IMG {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
    padding: 0;
    background: #FFF;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  A .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-image IMG:HOVER {
    border: 1px solid #174E89;
  }
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-image IMG.gallery,
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-image IMG.thin-padding,
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-image IMG.thin {
    padding: 5px;
  }
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-image IMG IMG {
    border: 1px solid #E7E7E7;
  }
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-head {
    flex-grow: 0;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #CCCCCC;
  }
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-body {
    flex-grow: 1;
  }
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-foot {
    flex-grow: 0;
    padding-top: 10px;
  }
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-foot .priceRows > DIV .priceValue {
    font-family: "nimbus-sans-extended";
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    font-size: 28px;
  }
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-foot .buttons > * {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .sfEventOption.pricingtable .eventOptionsContainer .optionContainer > SPAN .eventoption-image IMG {
    padding: 5px;
  }
}
.includes {
  text-align: center;
}
.includes UL {
  margin: 0;
  padding: 0;
  list-style: none;
}
.includes UL:BEFORE {
  content: "Includes: ";
  display: inline-block;
}
.includes UL LI {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #CCC;
}
.includes UL LI.one {
  padding-left: 0;
  border-left: 0;
}
#display .sfContainer .sfEventOption {
  border: 1px solid #CCCCCC;
  background: #F8F8F8;
  padding: 20px;
  margin-top: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#display .sfContainer .sfEventOption .buttons {
  margin-bottom: 0;
}
.sfEventOption .optionContainer .optionDetails,
.optionContainer .optionDetails,
.fancybox-overlay .optionDetails,
.fancybox-container .fancybox-slide > .optionContainer,
.sfEventOption .optionContainer .optionDetails,
.optionContainer .optionDetails,
.fancybox-overlay .optionDetails,
.fancybox-container .fancybox-slide > .sfModule {
  display: none;
  max-width: 800px;
}
.sfEventOption .optionContainer .optionDetails > div,
.optionContainer .optionDetails > div,
.fancybox-overlay .optionDetails > div,
.fancybox-container .fancybox-slide > .optionContainer > div,
.sfEventOption .optionContainer .optionDetails > div,
.optionContainer .optionDetails > div,
.fancybox-overlay .optionDetails > div,
.fancybox-container .fancybox-slide > .sfModule > div {
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.topimage + .sfVideo {
  position: absolute;
  top: 80px;
  right: 20px;
  width: 320px;
  margin-bottom: 0;
}
.topimage + .sfVideo .articlehead,
.topimage + .sfVideo .mediahead {
  border: 1px solid red;
  display: none;
}
/*---------- XS - MOBILE  ----------*/
/*---------- SM+ - TABLET AND LARGER ----------*/
/*---------- SM - TABLETS ONLY ----------*/
/*---------- MD - DESKTOP ONLY ----------*/
/*---------- LG - DESKTOP ONLY ----------*/
/*  --------------------------------------------------
COMMON/TEMPLATES/FAQ.LESS
--------------------------------------------------  */
/*------------------ SITE FEATURE ------------------*/
.sfFaq .content .description {
  margin-bottom: 20px;
}
.sfFaq .panel-group .panel {
  margin-bottom: 15px;
}
.sfFaq .panel-group .panel .panel-title {
  font-size: 24px;
}
.sfFaq .panel-group .panel .panel-title A {
  font-weight: 300 !important;
}
.sfFaq .panel-group .panel .panel-title A SPAN {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  font-size: 16px;
  margin-right: 5px;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/FORM.LESS
--------------------------------------------------  */
/*---- COMMON ELEMENTS ----*/
.highlight {
  border: 1px solid #CCCCCC;
  background: #F8F8F8;
  padding: 20px;
}
.sizeSFHeaderLogoRight {
  float: right;
  width: 33%;
  border: 0 !important;
}
.sizeSFHeaderLogoRight IMG {
  width: 100%;
  height: auto;
  border: 0 !important;
}
.sizeSFHeaderImageRight {
  float: right;
  width: 33%;
}
.sizeSFHeaderImageRight IMG {
  width: 100%;
  height: auto;
}
/*---- FORM LAYOUT ----*/
.sfForm FORM #dynamicform .description,
.sfPaymentForm FORM #dynamicform .description {
  margin-bottom: 40px;
}
.sfForm FORM #dynamicform .fields,
.sfPaymentForm FORM #dynamicform .fields {
  margin-left: -15px;
  margin-right: -15px;
}
.sfForm FORM #dynamicform .fields .form-group,
.sfPaymentForm FORM #dynamicform .fields .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfForm FORM #dynamicform .fields .form-group,
  .sfPaymentForm FORM #dynamicform .fields .form-group {
    float: left;
    width: 100%;
  }
}
.sfForm FORM #dynamicform .fields .form-group > LABEL,
.sfPaymentForm FORM #dynamicform .fields .form-group > LABEL,
.sfForm FORM #dynamicform .fields .form-group .fields-label,
.sfPaymentForm FORM #dynamicform .fields .form-group .fields-label {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
}
.sfForm FORM #dynamicform .fields .form-group.field-radio .fields-group .radio-inline,
.sfPaymentForm FORM #dynamicform .fields .form-group.field-radio .fields-group .radio-inline {
  margin-left: 0px !important;
  margin-right: 10px !important;
}
.sfForm FORM #dynamicform .fields .form-group.field-radio .fields-group .radio-inline + .radio-inline,
.sfPaymentForm FORM #dynamicform .fields .form-group.field-radio .fields-group .radio-inline + .radio-inline {
  margin-right: 10px !important;
}
.sfForm FORM #dynamicform .fields .form-group.field-checkbox .fields-group .checkbox-inline,
.sfPaymentForm FORM #dynamicform .fields .form-group.field-checkbox .fields-group .checkbox-inline {
  margin-left: 0 !important;
  margin-right: 10px !important;
}
.sfForm FORM #dynamicform .fields .form-group.field-checkbox .fields-group .checkbox-inline + .checkbox-inline,
.sfPaymentForm FORM #dynamicform .fields .form-group.field-checkbox .fields-group .checkbox-inline + .checkbox-inline {
  scroll-margin-right: 10px !important;
}
.sfForm FORM #dynamicform .fields .form-group.field-textarea,
.sfPaymentForm FORM #dynamicform .fields .form-group.field-textarea {
  position: relative;
}
.sfForm FORM #dynamicform .fields .form-group.field-textarea .charlimit,
.sfPaymentForm FORM #dynamicform .fields .form-group.field-textarea .charlimit {
  font-size: 12px;
  color: #666666;
  position: absolute;
  bottom: 15px;
  left: 30px;
}
.sfForm FORM #dynamicform .fields .form-group.field-file,
.sfPaymentForm FORM #dynamicform .fields .form-group.field-file {
  position: relative;
}
.sfForm FORM #dynamicform .fields .form-group.field-file INPUT,
.sfPaymentForm FORM #dynamicform .fields .form-group.field-file INPUT {
  border: 0;
  box-shadow: none;
  background: transparent;
}
.sfForm FORM #dynamicform .fields .form-group.field-label,
.sfPaymentForm FORM #dynamicform .fields .form-group.field-label {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 24px;
  color: #666666;
}
@media (min-width: 768px) {
  .sfForm FORM #dynamicform .fields .form-group.field-label,
  .sfPaymentForm FORM #dynamicform .fields .form-group.field-label {
    float: left;
    width: 100%;
  }
}
.sfForm FORM #dynamicform .fields .form-group.field-label P,
.sfPaymentForm FORM #dynamicform .fields .form-group.field-label P {
  font-size: 14px !important;
  font-weight: normal;
}
.sfForm FORM #dynamicform .fields .form-group.field-label LABEL,
.sfPaymentForm FORM #dynamicform .fields .form-group.field-label LABEL {
  display: block;
  font-size: 14px !important;
  font-weight: normal;
}
.sfForm FORM #dynamicform .fields .form-group.field-divider HR,
.sfPaymentForm FORM #dynamicform .fields .form-group.field-divider HR {
  border-top: 1px solid #CCCCCC;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sfForm FORM #dynamicform .fields .form-group.sfefirstname,
.sfPaymentForm FORM #dynamicform .fields .form-group.sfefirstname {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfForm FORM #dynamicform .fields .form-group.sfefirstname,
  .sfPaymentForm FORM #dynamicform .fields .form-group.sfefirstname {
    float: left;
    width: 50%;
  }
}
.sfForm FORM #dynamicform .fields .form-group.sfelastname,
.sfPaymentForm FORM #dynamicform .fields .form-group.sfelastname {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfForm FORM #dynamicform .fields .form-group.sfelastname,
  .sfPaymentForm FORM #dynamicform .fields .form-group.sfelastname {
    float: left;
    width: 50%;
  }
}
.sfForm FORM #dynamicform .fields:has(.sfecompany + .sfetitle) .sfecompany,
.sfPaymentForm FORM #dynamicform .fields:has(.sfecompany + .sfetitle) .sfecompany {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfForm FORM #dynamicform .fields:has(.sfecompany + .sfetitle) .sfecompany,
  .sfPaymentForm FORM #dynamicform .fields:has(.sfecompany + .sfetitle) .sfecompany {
    float: left;
    width: 66.66666667%;
  }
}
.sfForm FORM #dynamicform .fields:has(.sfecompany + .sfetitle) .sfetitle,
.sfPaymentForm FORM #dynamicform .fields:has(.sfecompany + .sfetitle) .sfetitle {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfForm FORM #dynamicform .fields:has(.sfecompany + .sfetitle) .sfetitle,
  .sfPaymentForm FORM #dynamicform .fields:has(.sfecompany + .sfetitle) .sfetitle {
    float: left;
    width: 33.33333333%;
  }
}
.sfForm FORM #dynamicform .fields:has(.sfeaddress + .sfeaddress) .sfeaddress,
.sfPaymentForm FORM #dynamicform .fields:has(.sfeaddress + .sfeaddress) .sfeaddress {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfForm FORM #dynamicform .fields:has(.sfeaddress + .sfeaddress) .sfeaddress,
  .sfPaymentForm FORM #dynamicform .fields:has(.sfeaddress + .sfeaddress) .sfeaddress {
    float: left;
    width: 66.66666667%;
  }
}
.sfForm FORM #dynamicform .fields:has(.sfeaddress + .sfeaddress) .sfeaddress + .sfeaddress,
.sfPaymentForm FORM #dynamicform .fields:has(.sfeaddress + .sfeaddress) .sfeaddress + .sfeaddress {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfForm FORM #dynamicform .fields:has(.sfeaddress + .sfeaddress) .sfeaddress + .sfeaddress,
  .sfPaymentForm FORM #dynamicform .fields:has(.sfeaddress + .sfeaddress) .sfeaddress + .sfeaddress {
    float: left;
    width: 33.33333333%;
  }
}
.sfForm FORM #dynamicform .fields:has(.sfecity + .sfestate + .sfezip) .sfecity,
.sfPaymentForm FORM #dynamicform .fields:has(.sfecity + .sfestate + .sfezip) .sfecity {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfForm FORM #dynamicform .fields:has(.sfecity + .sfestate + .sfezip) .sfecity,
  .sfPaymentForm FORM #dynamicform .fields:has(.sfecity + .sfestate + .sfezip) .sfecity {
    float: left;
    width: 50%;
  }
}
.sfForm FORM #dynamicform .fields:has(.sfecity + .sfestate + .sfezip) .sfestate,
.sfPaymentForm FORM #dynamicform .fields:has(.sfecity + .sfestate + .sfezip) .sfestate {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfForm FORM #dynamicform .fields:has(.sfecity + .sfestate + .sfezip) .sfestate,
  .sfPaymentForm FORM #dynamicform .fields:has(.sfecity + .sfestate + .sfezip) .sfestate {
    float: left;
    width: 25%;
  }
}
.sfForm FORM #dynamicform .fields:has(.sfecity + .sfestate + .sfezip) .sfezip,
.sfPaymentForm FORM #dynamicform .fields:has(.sfecity + .sfestate + .sfezip) .sfezip {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfForm FORM #dynamicform .fields:has(.sfecity + .sfestate + .sfezip) .sfezip,
  .sfPaymentForm FORM #dynamicform .fields:has(.sfecity + .sfestate + .sfezip) .sfezip {
    float: left;
    width: 25%;
  }
}
.sfForm FORM #dynamicform .fields:has(.sfephone + .sfeemail) .sfephone,
.sfPaymentForm FORM #dynamicform .fields:has(.sfephone + .sfeemail) .sfephone {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfForm FORM #dynamicform .fields:has(.sfephone + .sfeemail) .sfephone,
  .sfPaymentForm FORM #dynamicform .fields:has(.sfephone + .sfeemail) .sfephone {
    float: left;
    width: 50%;
  }
}
.sfForm FORM #dynamicform .fields:has(.sfephone + .sfeemail) .sfeemail,
.sfPaymentForm FORM #dynamicform .fields:has(.sfephone + .sfeemail) .sfeemail {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfForm FORM #dynamicform .fields:has(.sfephone + .sfeemail) .sfeemail,
  .sfPaymentForm FORM #dynamicform .fields:has(.sfephone + .sfeemail) .sfeemail {
    float: left;
    width: 50%;
  }
}
.sfForm FORM #dynamicform .fields .submit,
.sfPaymentForm FORM #dynamicform .fields .submit {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfForm FORM #dynamicform .fields .submit,
  .sfPaymentForm FORM #dynamicform .fields .submit {
    float: left;
    width: 100%;
  }
}
.sfForm FORM #dynamicform .fields .submit BUTTON:AFTER,
.sfPaymentForm FORM #dynamicform .fields .submit BUTTON:AFTER {
  padding-left: 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\e20a";
}
.sfForm FORM #dynamicform .fields .captchatext,
.sfPaymentForm FORM #dynamicform .fields .captchatext {
  text-align: center;
  margin-top: 10px;
}
.sfForm FORM #dynamicform .fields .requiredmessage,
.sfPaymentForm FORM #dynamicform .fields .requiredmessage,
.sfForm FORM #dynamicform .fields .sfenewsletterflag,
.sfPaymentForm FORM #dynamicform .fields .sfenewsletterflag,
.sfForm FORM #dynamicform .fields .rules,
.sfPaymentForm FORM #dynamicform .fields .rules,
.sfForm FORM #dynamicform .fields .field-boolean,
.sfPaymentForm FORM #dynamicform .fields .field-boolean {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sfForm FORM #dynamicform .fields .requiredmessage,
  .sfPaymentForm FORM #dynamicform .fields .requiredmessage,
  .sfForm FORM #dynamicform .fields .sfenewsletterflag,
  .sfPaymentForm FORM #dynamicform .fields .sfenewsletterflag,
  .sfForm FORM #dynamicform .fields .rules,
  .sfPaymentForm FORM #dynamicform .fields .rules,
  .sfForm FORM #dynamicform .fields .field-boolean,
  .sfPaymentForm FORM #dynamicform .fields .field-boolean {
    float: left;
    width: 100%;
  }
}
.sfForm FORM #dynamicform .fields .requiredmessage .checkbox,
.sfPaymentForm FORM #dynamicform .fields .requiredmessage .checkbox,
.sfForm FORM #dynamicform .fields .sfenewsletterflag .checkbox,
.sfPaymentForm FORM #dynamicform .fields .sfenewsletterflag .checkbox,
.sfForm FORM #dynamicform .fields .rules .checkbox,
.sfPaymentForm FORM #dynamicform .fields .rules .checkbox,
.sfForm FORM #dynamicform .fields .field-boolean .checkbox,
.sfPaymentForm FORM #dynamicform .fields .field-boolean .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.sfForm FORM #dynamicform .fields .requiredmessage,
.sfPaymentForm FORM #dynamicform .fields .requiredmessage,
.sfForm FORM #dynamicform .fields .captchatext,
.sfPaymentForm FORM #dynamicform .fields .captchatext {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  color: #666666;
}
@media (min-width: 768px) {
  .sfForm FORM #dynamicform .fields .requiredmessage,
  .sfPaymentForm FORM #dynamicform .fields .requiredmessage,
  .sfForm FORM #dynamicform .fields .captchatext,
  .sfPaymentForm FORM #dynamicform .fields .captchatext {
    float: left;
    width: 100%;
  }
}
.sfForm input[type="file"],
.sfPaymentForm input[type="file"] {
  outline: none;
  padding: 4px;
  margin: -4px;
}
.sfForm input[type="file"]:focus-within::file-selector-button,
.sfPaymentForm input[type="file"]:focus-within::file-selector-button,
.sfForm input[type="file"]:focus::file-selector-button,
.sfPaymentForm input[type="file"]:focus::file-selector-button {
  outline: 2px solid #174E89;
  outline-offset: 2px;
}
.sfForm input[type="file"],
.sfPaymentForm input[type="file"] {
  position: relative;
  color: #555555;
  font-size: 16px;
}
.sfForm input[type="file"]::file-selector-button,
.sfPaymentForm input[type="file"]::file-selector-button {
  width: 136px;
  color: transparent;
}
.sfForm span.input-file,
.sfPaymentForm span.input-file {
  display: block;
  position: relative;
}
.sfForm span.input-file::BEFORE,
.sfPaymentForm span.input-file::BEFORE {
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 15px;
  z-index: 10;
  content: "";
  font-size: 16px;
  color: #555555;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\e09a";
}
.sfForm span.input-file::AFTER,
.sfPaymentForm span.input-file::AFTER {
  position: absolute;
  pointer-events: none;
  left: 40px;
  top: 12px;
  z-index: 10;
  content: "Upload File";
  font-size: 16px;
  color: #555555;
}
.sfForm input[type="file"]::file-selector-button,
.sfPaymentForm input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid #AAAAAA;
  margin-right: 16px;
  transition: background-color 200ms;
}
.sfForm input[type="file"]:AFTER,
.sfPaymentForm input[type="file"]:AFTER {
  display: block;
  content: "* Please limit JPG/PNG images to 5mb";
  padding-top: 5px;
  font-size: 12px;
  color: #AAA;
}
.sfForm input[type="file"]::file-selector-button:hover,
.sfPaymentForm input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}
.sfForm input[type="file"]::file-selector-button:active,
.sfPaymentForm input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}
.sfForm .form-control,
.sfPaymentForm .form-control {
  height: auto;
}
.sfForm.newsletter-style FORM #dynamicform .fields .form-group,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfForm.newsletter-style FORM #dynamicform .fields .form-group,
  .sfPaymentForm.newsletter-style FORM #dynamicform .fields .form-group {
    float: left;
    width: 83.33333333%;
  }
}
.sfForm.newsletter-style .requiredmessage,
.sfPaymentForm.newsletter-style .requiredmessage {
  display: none;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfForm.newsletter-style FORM #dynamicform .fields .submit,
  .sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit {
    float: left;
    width: 16.66666667%;
  }
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON {
  font-size: 16px;
  margin-bottom: 0;
  width: 100%;
  color: #174E89;
  background-color: transparent;
  border-color: #10355d;
  color: #1e67b5 !important;
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:focus,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:hover,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:hover {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active,
.open > .dropdown-toggle.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON,
.open > .dropdown-toggle.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active:hover,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active:hover,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active:hover,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active:hover,
.open > .dropdown-toggle.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:hover,
.open > .dropdown-toggle.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:hover,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active:focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active:focus,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active:focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active:focus,
.open > .dropdown-toggle.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:focus,
.open > .dropdown-toggle.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:focus,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active.focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active.focus,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active.focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active.focus,
.open > .dropdown-toggle.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.focus,
.open > .dropdown-toggle.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active,
.open > .dropdown-toggle.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON,
.open > .dropdown-toggle.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON {
  background-image: none;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.disabled:hover,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.disabled:hover,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON[disabled]:hover,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON[disabled]:hover,
fieldset[disabled] .sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:hover,
fieldset[disabled] .sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:hover,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.disabled:focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.disabled:focus,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON[disabled]:focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON[disabled]:focus,
fieldset[disabled] .sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:focus,
fieldset[disabled] .sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:focus,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.disabled.focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.disabled.focus,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON[disabled].focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON[disabled].focus,
fieldset[disabled] .sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.focus,
fieldset[disabled] .sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.focus {
  background-color: transparent;
  border-color: #10355d;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .badge,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .badge {
  color: transparent;
  background-color: #174E89;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .nofade,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .nofade {
  cursor: default;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .nofade:hover,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .nofade:hover,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .nofade:active,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .nofade:active {
  background-color: transparent;
  border-color: #10355d;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:focus,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:hover,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:hover {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active,
.open > .dropdown-toggle.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON,
.open > .dropdown-toggle.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active:hover,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active:hover,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active:hover,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active:hover,
.open > .dropdown-toggle.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:hover,
.open > .dropdown-toggle.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:hover,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active:focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active:focus,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active:focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active:focus,
.open > .dropdown-toggle.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:focus,
.open > .dropdown-toggle.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:focus,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active.focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active.focus,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active.focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active.focus,
.open > .dropdown-toggle.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.focus,
.open > .dropdown-toggle.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:active,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.active,
.open > .dropdown-toggle.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON,
.open > .dropdown-toggle.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON {
  background-image: none !important;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.disabled:hover,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.disabled:hover,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON[disabled]:hover,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON[disabled]:hover,
fieldset[disabled] .sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:hover,
fieldset[disabled] .sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:hover,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.disabled:focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.disabled:focus,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON[disabled]:focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON[disabled]:focus,
fieldset[disabled] .sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:focus,
fieldset[disabled] .sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON:focus,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.disabled.focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.disabled.focus,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON[disabled].focus,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON[disabled].focus,
fieldset[disabled] .sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.focus,
fieldset[disabled] .sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON.focus {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .badge,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .badge {
  color: transparent !important;
  background-color: #1e67b5 !important;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .nofade,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .nofade {
  cursor: default !important;
}
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .nofade:hover,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .nofade:hover,
.sfForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .nofade:active,
.sfPaymentForm.newsletter-style FORM #dynamicform .fields .submit BUTTON .nofade:active {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
/*
	FORM {
		#dynamicform {


			.fields {
				clear: both;
			}
			.label {
				font-weight: normal; // color: #000;
				// font-size: 100%;
				// padding: 0;
				// display: block;
				// text-align: left;
			}
			.field-label {
				// font-weight: bold;
			}
			.charlimit {}
			.captcha {
				color: @grey;
				#captchawrapper {}
				INPUT {
					margin: 10px 0 5px 0;
				}
			}
			#sf_rules {
				padding: 10px;
				.border(@grey);
				max-height: 200px;
				overflow: auto;
				background: #FCFBDA;
			}
			INPUT[type=submit] {
				.btn;
				.btn-default;
			}
			.submit {
				clear: both;
			}
		}
	}
	//---- VERTICAL ----//
	&.vertical {
		#dynamicform {
			H2 {}
			.description {}
			.label {}
			.field-label {}
			.charlimit {}
			.captcha {
				#captchawrapper {}
				INPUT {}
			}
			#sf_rules {}
			.requiredmessage {}
			INPUT[type=submit] {}
		}
	}
	//---- HORIZONTAL ----//
	&.horizontal {
		#dynamicform {
			H2 {}
			.description {}
			.label {}
			.field-label {}
			.charlimit {}
			.captcha {
				#captchawrapper {}
				INPUT {}
			}
			#sf_rules {}
			.requiredmessage {}
			INPUT[type=submit] {}
		}
	}
	//---- INLINE ----//
	&.inline {
		display: block;
		#dynamicform {
			H2 {}
			.description {}
			.label {}
			.field-label {}
			.charlimit {}
			.captcha {
				#captchawrapper {}
				INPUT {}
			}
			#sf_rules {}
			.requiredmessage {}
			INPUT[type=submit] {}
		}
	}
	//---- PLACEHOLDER ----//
	&.placeholder {
		.fields {
			.make-row;
			.form-group,
			.requiredmessage,
			.captchatext,
			.submit {
				.make-sm-column(12);
			}
			.sfefirstname {
				.make-md-column(6);
			}
			.sfelastname {
				.make-md-column(6);
			}
			.sfeaddress {
				.make-sm-column(12); // +.sfeaddress {
				// 	.make-md-column(4);
				// }
			}
			&:has(.sfeaddress+.sfeaddress) {
				.sfeaddress {
					.make-sm-column(8);
				}
				.sfeaddress + .sfeaddress {
					.make-md-column(4);
				}
			}
			.sfecity {
				.make-md-column(12);
			}
			.sfestate {
				.make-md-column(12);
			}
			.sfezip {
				.make-md-column(12);
			}
			&:has(.sfecity+.sfestate+.sfezip) {
				.sfecity {
					.make-md-column(6);
				}
				.sfestate {
					.make-md-column(3);
				}
				.sfezip {
					.make-md-column(3);
				}
			}
			.sfephone {
				.make-sm-column(12);
			}
			.sfeemail {
				.make-sm-column(12);
			}
			&:has(.sfephone+.sfeemail) {
				.sfephone {
					.make-sm-column(6);
				}
				.sfeemail {
					.make-md-column(6);
				}
			}
		}
		.checkbox-inline {
			margin-left: 0px;
		}
		.checkbox-inline + .checkbox-inline {
			margin-left: 10px;
		}
	}
	*/
/*---- PARSELY ----*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847 !important;
  background-color: #DFF0D8 !important;
  border: 1px solid #D6E9C6 !important;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #D80000 !important;
}
ul.parsley-error-list {
  font-size: 11px;
  margin: 2px;
  margin-left: 50px;
  list-style-type: none;
  display: none !important;
}
ul.parsley-error-list li {
  color: red;
  line-height: 11px;
}
p.parsley-error-list {
  color: #B94A48 !important;
  font-size: 14px;
}
.form-success {
  display: none;
  margin-bottom: 15px;
}
.form-errors {
  display: none;
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #D80000 !important;
  padding: 10px;
  margin-bottom: 15px;
}
.grecaptcha-badge {
  visibility: hidden;
}
/*---- DONATE ----*/
.template.donations {
  /* DONATION FORM PRESET BUTTONS */
  /* DONATION FORM FIELDS */
}
.template.donations .sfqDonation {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  /*.border;*/
  /* Resize Preset Amount Buttons
			1. create 2 columns
			2. reset button margins to 0
			3. make button widths 45%
			4. give buttons 5% right & bottom margins
		*/
  /* Style Preset Buttons when selected */
  /* Set Other Amount width to match Preset Buttons */
}
@media (min-width: 992px) {
  .template.donations .sfqDonation {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .template.donations .sfqDonation {
    left: 58.33333333%;
  }
}
.template.donations .sfqDonation .button {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  width: 45%;
  margin: 0 5% 5% 0;
  font-size: 18px;
}
.template.donations .sfqDonation a.button.down {
  background-color: white;
  color: #cb2028;
}
.template.donations .sfqDonation #otherAmount .form-control {
  width: 95%;
}
.template.donations .fields {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  /* clear padding, then set padding-right to match width of preset buttons */
  padding: 0;
  padding-right: 5%;
  /*.border;*/
}
@media (min-width: 992px) {
  .template.donations .fields {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .template.donations .fields {
    right: 41.66666667%;
  }
}
.template.donations .sfeother {
  display: none;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/LINKS.LESS
--------------------------------------------------  */
/*------------------ SITE FEATURE ------------------*/
.sfLinks {
  /*---- LIST ---*/
  /*---- BUTTONS ---*/
  /*---- THUMBNAILS ---*/
  /*---- FEATURED ---*/
  /*---- PIPED ---*/
  /*---- DISPLAY TYPE - GRID ---*/
  /*---- ROTATOR ---*/
  /*--- ROTATOR ---*/
  /*--- GROUPED ROTATOR ---*/
  /*---- SLIDE DOWN ---*/
  /*---- LOGOS ---*/
  /*---- THUMBNAILS WITH HOVERS ---*/
}
.sfLinks .content > .description,
.sfLinks > .description {
  margin-bottom: 40px;
}
.sfLinks ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sfLinks ul.links.align-left LI {
  text-align: left;
}
.sfLinks ul.links.align-center LI {
  text-align: center;
}
.sfLinks ul.links.align-right LI {
  text-align: right;
}
.sfLinks ul.links.img-align-left .logo {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sfLinks ul.links.img-align-left .logo {
    float: left;
    margin-right: 20px;
  }
}
.sfLinks ul.links.img-align-right .logo {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sfLinks ul.links.img-align-right .logo {
    float: right;
    margin-left: 20px;
  }
}
.sfLinks ul.links li {
  margin: 0;
  padding: 0;
}
.sfLinks ul.links li .logo {
  padding-bottom: 15px;
}
.sfLinks.list ul.links li .logo a img {
  width: 100%;
  height: auto;
}
.sfLinks.buttonrow ul.links li .logo {
  display: none;
}
.sfLinks.buttonrow ul.links li .logo a {
  font-size: 16px;
}
.sfLinks.thumbnails,
.sfLinks.thumbnailswithhovers {
  /*overflow: auto;*/
}
.sfLinks.thumbnails ul.links,
.sfLinks.thumbnailswithhovers ul.links {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}
.sfLinks.thumbnails ul.links > *,
.sfLinks.thumbnailswithhovers ul.links > * {
  flex: 0 0 auto;
}
.sfLinks.thumbnails ul.links.xs-col-1 LI,
.sfLinks.thumbnailswithhovers ul.links.xs-col-1 LI {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.sfLinks.thumbnails ul.links.xs-col-2 LI,
.sfLinks.thumbnailswithhovers ul.links.xs-col-2 LI {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.sfLinks.thumbnails ul.links.xs-col-3 LI,
.sfLinks.thumbnailswithhovers ul.links.xs-col-3 LI {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.sfLinks.thumbnails ul.links.xs-col-4 LI,
.sfLinks.thumbnailswithhovers ul.links.xs-col-4 LI {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.sfLinks.thumbnails ul.links.xs-col-6 LI,
.sfLinks.thumbnailswithhovers ul.links.xs-col-6 LI {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.sfLinks.thumbnails ul.links.xs-col-12 LI,
.sfLinks.thumbnailswithhovers ul.links.xs-col-12 LI {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.sfLinks.thumbnails ul.links.sm-col-1 LI,
.sfLinks.thumbnailswithhovers ul.links.sm-col-1 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfLinks.thumbnails ul.links.sm-col-1 LI,
  .sfLinks.thumbnailswithhovers ul.links.sm-col-1 LI {
    float: left;
    width: 100%;
  }
}
.sfLinks.thumbnails ul.links.sm-col-2 LI,
.sfLinks.thumbnailswithhovers ul.links.sm-col-2 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfLinks.thumbnails ul.links.sm-col-2 LI,
  .sfLinks.thumbnailswithhovers ul.links.sm-col-2 LI {
    float: left;
    width: 50%;
  }
}
.sfLinks.thumbnails ul.links.sm-col-3 LI,
.sfLinks.thumbnailswithhovers ul.links.sm-col-3 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfLinks.thumbnails ul.links.sm-col-3 LI,
  .sfLinks.thumbnailswithhovers ul.links.sm-col-3 LI {
    float: left;
    width: 33.33333333%;
  }
}
.sfLinks.thumbnails ul.links.sm-col-4 LI,
.sfLinks.thumbnailswithhovers ul.links.sm-col-4 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfLinks.thumbnails ul.links.sm-col-4 LI,
  .sfLinks.thumbnailswithhovers ul.links.sm-col-4 LI {
    float: left;
    width: 25%;
  }
}
.sfLinks.thumbnails ul.links.sm-col-6 LI,
.sfLinks.thumbnailswithhovers ul.links.sm-col-6 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfLinks.thumbnails ul.links.sm-col-6 LI,
  .sfLinks.thumbnailswithhovers ul.links.sm-col-6 LI {
    float: left;
    width: 16.66666667%;
  }
}
.sfLinks.thumbnails ul.links.sm-col-12 LI,
.sfLinks.thumbnailswithhovers ul.links.sm-col-12 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfLinks.thumbnails ul.links.sm-col-12 LI,
  .sfLinks.thumbnailswithhovers ul.links.sm-col-12 LI {
    float: left;
    width: 8.33333333%;
  }
}
.sfLinks.thumbnails ul.links.md-col-1 LI,
.sfLinks.thumbnailswithhovers ul.links.md-col-1 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfLinks.thumbnails ul.links.md-col-1 LI,
  .sfLinks.thumbnailswithhovers ul.links.md-col-1 LI {
    float: left;
    width: 100%;
  }
}
.sfLinks.thumbnails ul.links.md-col-2 LI,
.sfLinks.thumbnailswithhovers ul.links.md-col-2 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfLinks.thumbnails ul.links.md-col-2 LI,
  .sfLinks.thumbnailswithhovers ul.links.md-col-2 LI {
    float: left;
    width: 50%;
  }
}
.sfLinks.thumbnails ul.links.md-col-3 LI,
.sfLinks.thumbnailswithhovers ul.links.md-col-3 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfLinks.thumbnails ul.links.md-col-3 LI,
  .sfLinks.thumbnailswithhovers ul.links.md-col-3 LI {
    float: left;
    width: 33.33333333%;
  }
}
.sfLinks.thumbnails ul.links.md-col-4 LI,
.sfLinks.thumbnailswithhovers ul.links.md-col-4 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfLinks.thumbnails ul.links.md-col-4 LI,
  .sfLinks.thumbnailswithhovers ul.links.md-col-4 LI {
    float: left;
    width: 25%;
  }
}
.sfLinks.thumbnails ul.links.md-col-5 LI,
.sfLinks.thumbnailswithhovers ul.links.md-col-5 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfLinks.thumbnails ul.links.md-col-5 LI,
  .sfLinks.thumbnailswithhovers ul.links.md-col-5 LI {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .sfLinks.thumbnails ul.links.md-col-5 LI,
  .sfLinks.thumbnailswithhovers ul.links.md-col-5 LI {
    width: 20% !important;
  }
}
.sfLinks.thumbnails ul.links.md-col-6 LI,
.sfLinks.thumbnailswithhovers ul.links.md-col-6 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfLinks.thumbnails ul.links.md-col-6 LI,
  .sfLinks.thumbnailswithhovers ul.links.md-col-6 LI {
    float: left;
    width: 16.66666667%;
  }
}
.sfLinks.thumbnails ul.links.md-col-12 LI,
.sfLinks.thumbnailswithhovers ul.links.md-col-12 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfLinks.thumbnails ul.links.md-col-12 LI,
  .sfLinks.thumbnailswithhovers ul.links.md-col-12 LI {
    float: left;
    width: 8.33333333%;
  }
}
.sfLinks.thumbnails ul.links.lg-col-1 LI,
.sfLinks.thumbnailswithhovers ul.links.lg-col-1 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .sfLinks.thumbnails ul.links.lg-col-1 LI,
  .sfLinks.thumbnailswithhovers ul.links.lg-col-1 LI {
    float: left;
    width: 100%;
  }
}
.sfLinks.thumbnails ul.links.lg-col-2 LI,
.sfLinks.thumbnailswithhovers ul.links.lg-col-2 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .sfLinks.thumbnails ul.links.lg-col-2 LI,
  .sfLinks.thumbnailswithhovers ul.links.lg-col-2 LI {
    float: left;
    width: 50%;
  }
}
.sfLinks.thumbnails ul.links.lg-col-3 LI,
.sfLinks.thumbnailswithhovers ul.links.lg-col-3 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .sfLinks.thumbnails ul.links.lg-col-3 LI,
  .sfLinks.thumbnailswithhovers ul.links.lg-col-3 LI {
    float: left;
    width: 33.33333333%;
  }
}
.sfLinks.thumbnails ul.links.lg-col-4 LI,
.sfLinks.thumbnailswithhovers ul.links.lg-col-4 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .sfLinks.thumbnails ul.links.lg-col-4 LI,
  .sfLinks.thumbnailswithhovers ul.links.lg-col-4 LI {
    float: left;
    width: 25%;
  }
}
.sfLinks.thumbnails ul.links.lg-col-5 LI,
.sfLinks.thumbnailswithhovers ul.links.lg-col-5 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .sfLinks.thumbnails ul.links.lg-col-5 LI,
  .sfLinks.thumbnailswithhovers ul.links.lg-col-5 LI {
    float: left;
    width: 41.66666667%;
  }
}
.sfLinks.thumbnails ul.links.lg-col-6 LI,
.sfLinks.thumbnailswithhovers ul.links.lg-col-6 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .sfLinks.thumbnails ul.links.lg-col-6 LI,
  .sfLinks.thumbnailswithhovers ul.links.lg-col-6 LI {
    float: left;
    width: 16.66666667%;
  }
}
.sfLinks.thumbnails ul.links.lg-col-12 LI,
.sfLinks.thumbnailswithhovers ul.links.lg-col-12 LI {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .sfLinks.thumbnails ul.links.lg-col-12 LI,
  .sfLinks.thumbnailswithhovers ul.links.lg-col-12 LI {
    float: left;
    width: 8.33333333%;
  }
}
.sfLinks.thumbnails ul.links.align-left LI,
.sfLinks.thumbnailswithhovers ul.links.align-left LI {
  text-align: left;
}
.sfLinks.thumbnails ul.links.align-center LI,
.sfLinks.thumbnailswithhovers ul.links.align-center LI {
  text-align: center;
}
.sfLinks.thumbnails ul.links.align-right LI,
.sfLinks.thumbnailswithhovers ul.links.align-right LI {
  text-align: right;
}
.sfLinks.thumbnails ul.links.img-align-left .logo,
.sfLinks.thumbnailswithhovers ul.links.img-align-left .logo {
  float: left;
  margin-right: 20px;
}
.sfLinks.thumbnails ul.links.img-align-right .logo,
.sfLinks.thumbnailswithhovers ul.links.img-align-right .logo {
  float: right;
  margin-left: 20px;
}
.sfLinks.thumbnails ul.links li,
.sfLinks.thumbnailswithhovers ul.links li {
  margin-bottom: 20px;
}
.sfLinks.thumbnails ul.links li .linkContainer .logo IMG,
.sfLinks.thumbnailswithhovers ul.links li .linkContainer .logo IMG {
  width: 100%;
  height: auto;
}
.sfLinks.thumbnails ul.links li .linkContainer .dataContainer,
.sfLinks.thumbnailswithhovers ul.links li .linkContainer .dataContainer {
  line-height: 1.1;
  padding-bottom: 15px;
}
.sfLinks.feature .content > .description {
  margin-bottom: 40px;
}
.sfLinks.feature > .description {
  margin-bottom: 40px;
}
.sfLinks.feature ul.links.img-align-left .logo,
.sfLinks.feature ul.links.img-align-right .logo {
  width: 25%;
}
@media (max-width: 767px) {
  .sfLinks.feature ul.links.img-align-left .logo,
  .sfLinks.feature ul.links.img-align-right .logo {
    width: 100%;
  }
}
.sfLinks.feature ul.links > li {
  border: 1px solid #CCCCCC;
  background: #F8F8F8;
  margin-bottom: 20px;
  padding: 20px;
  overflow: auto;
}
.sfLinks.feature ul.links > li .linkContainer {
  overflow: visible;
}
.sfLinks.feature ul.links > li .linkContainer .logo {
  margin-bottom: 0;
  clear: both;
}
.sfLinks.feature ul.links > li .linkContainer .logo IMG {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.sfLinks.feature ul.links > li .linkContainer .logo IMG {
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
}
@media (max-width: 767px) {
  .sfLinks.feature ul.links > li .linkContainer .logo IMG {
    padding: 5px;
  }
}
A .sfLinks.feature ul.links > li .linkContainer .logo IMG:HOVER {
  border: 1px solid #174E89;
}
.sfLinks.feature ul.links > li .linkContainer .logo IMG.gallery,
.sfLinks.feature ul.links > li .linkContainer .logo IMG.thin-padding,
.sfLinks.feature ul.links > li .linkContainer .logo IMG.thin {
  padding: 5px;
}
.sfLinks.feature ul.links > li .linkContainer .logo IMG IMG {
  border: 1px solid #E7E7E7;
}
.sfLinks.feature ul.links > li .linkContainer .name {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.sfLinks.feature ul.links > li .linkContainer .name SPAN {
  display: block;
  font-size: 85%;
  font-weight: 300;
}
.sfLinks.feature ul.links > li .linkContainer .name H2 {
  margin: 0;
}
.sfLinks.feature ul.links > li .linkContainer .name A {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.sfLinks.feature ul.links > li .linkContainer .description UL {
  list-style: disc;
}
.sfLinks.piped ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sfLinks.piped ul.links li {
  display: inline-block;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #CCC;
}
.sfLinks.piped ul.links li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.sfLinks.piped ul.links li .logo a img {
  display: none;
}
.sfLinks.grid {
  /*---- SUB-DISPLAY TYPE - THUMBNAILS ---*/
  /*---- SUB-DISPLAY TYPE - ICON BOXES ---*/
}
.sfLinks.grid .links .row {
  display: flex;
  flex-wrap: wrap;
}
.sfLinks.grid .links .row > * {
  flex: 0 0 auto;
}
.sfLinks.grid .links .row .sflink {
  margin-bottom: 20px;
}
#left .sfLinks.grid .links .row .sflink,
#right .sfLinks.grid .links .row .sflink {
  margin-bottom: 0;
}
.sfLinks.grid .links .row .sflink .linkContainer .logo {
  margin-bottom: 15px;
}
.sfLinks.grid.thumbnails .sflink .linkContainer {
  display: flex;
  flex-direction: column;
}
.sfLinks.grid.thumbnails .sflink .linkContainer .logo {
  flex: 0 0 auto;
}
.sfLinks.grid.thumbnails .sflink .linkContainer .dataContainer {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.sfLinks.grid.thumbnails .sflink .linkContainer .dataContainer .name {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  flex: 0 0 auto;
}
.sfLinks.grid.thumbnails .sflink .linkContainer .dataContainer .description {
  flex: 1 1 auto;
}
.sfLinks.grid.thumbnails .sflink .linkContainer .dataContainer .buttoncontainer {
  flex: 0 0 auto;
}
.sfLinks.grid.iconboxes {
  margin-bottom: 0;
  /*-- ROW FLEX --*/
  /*-- COLUMN FLEX --*/
}
.sfLinks.grid.iconboxes .links {
  padding-top: 30px;
}
.sfLinks.grid.iconboxes .links .row {
  display: flex;
  flex-wrap: wrap;
}
.sfLinks.grid.iconboxes .links .row > * {
  flex: 0 0 auto;
}
.sfLinks.grid.iconboxes .links .row > DIV {
  margin-bottom: 50px;
}
.sfLinks.grid.iconboxes .linkContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 3px solid #9A2325;
  padding: 15px;
  background: #E7E7E7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.sfLinks.grid.iconboxes .linkContainer .logo {
  flex-grow: 0;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  border: 5px solid #9A2325;
  width: 66% !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #CCCCCC;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.25)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
  background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
  background-color: #9A2325;
  margin-top: -40px;
}
.sfLinks.grid.iconboxes .linkContainer .logo IMG {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  border: 2px solid #FFF;
}
.sfLinks.grid.iconboxes .linkContainer .name {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  flex-grow: 0;
  text-align: center;
  margin-bottom: 15px;
  color: #9A2325;
  font-size: 24px;
}
.sfLinks.grid.iconboxes .linkContainer .name A {
  color: #9A2325;
}
.sfLinks.grid.iconboxes .linkContainer .description {
  flex-grow: 1;
  text-align: center;
  margin-bottom: 20px;
}
.sfLinks.grid.iconboxes .linkContainer .buttonContainer {
  flex-grow: 0;
}
.sfLinks.groupedrotator {
  vertical-align: top;
}
.sfLinks.groupedrotator .carousel {
  vertical-align: top;
}
.sfLinks.groupedrotator .carousel .carousel-inner {
  width: 90%;
  margin: 0 auto;
  vertical-align: top;
}
.sfLinks.groupedrotator .carousel .carousel-inner .item {
  text-align: center;
  vertical-align: top;
}
.sfLinks.groupedrotator .carousel .carousel-inner .item > DIV {
  display: inline-block;
  margin: 0 -5px;
  float: none;
  bottom: inherit;
  top: 0;
  vertical-align: top;
  margin-bottom: 20px;
}
.sfLinks.groupedrotator .carousel .carousel-inner .item > DIV .logo {
  vertical-align: top;
}
.sfLinks.groupedrotator .carousel .carousel-inner .item > DIV .logo A {
  color: #000;
}
.sfLinks.groupedrotator .carousel .carousel-inner .item .details {
  vertical-align: top;
}
.sfLinks.groupedrotator .carousel .carousel-inner .item .details .carousel-caption {
  left: inherit;
  right: inherit;
  bottom: inherit;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  color: #000;
  position: relative;
}
.sfLinks.groupedrotator .carousel .carousel-inner .item .details .carousel-caption .name {
  font-size: 10px;
  margin-bottom: 0;
  margin-top: 5px;
}
.sfLinks.groupedrotator .carousel .carousel-inner .item .details .carousel-caption .description {
  font-size: 10px;
  color: #AAAAAA;
}
.sfLinks.groupedrotator .carousel .controls A SPAN {
  color: #AAAAAA;
}
.sfLinks.groupedrotator .carousel .controls A.left {
  left: -10px;
}
.sfLinks.groupedrotator .carousel .controls A.right {
  right: -10px;
}
.sfLinks.slidedown div.linkcontent {
  display: none;
}
.sfLinks.slidedown .row.columns-1 .sflink {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfLinks.slidedown .row.columns-1 .sflink {
    float: left;
    width: 100%;
  }
}
.sfLinks.slidedown .row.columns-2 .sflink {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfLinks.slidedown .row.columns-2 .sflink {
    float: left;
    width: 50%;
  }
}
.sfLinks.slidedown .row.columns-3 .sflink {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfLinks.slidedown .row.columns-3 .sflink {
    float: left;
    width: 33.33333333%;
  }
}
.sfLinks.slidedown .row.columns-4 .sflink {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfLinks.slidedown .row.columns-4 .sflink {
    float: left;
    width: 25%;
  }
}
.sfLinks.slidedown .row.columns-6 .sflink {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfLinks.slidedown .row.columns-6 .sflink {
    float: left;
    width: 16.66666667%;
  }
}
.sfLinks.slidedown .row.columns-12 .sflink {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfLinks.slidedown .row.columns-12 .sflink {
    float: left;
    width: 8.33333333%;
  }
}
.sfLinks.slidedown .row.align-left .sflink {
  text-align: left;
}
.sfLinks.slidedown .row.align-center .sflink {
  text-align: center;
}
.sfLinks.slidedown .row.align-right .sflink {
  text-align: right;
}
.sfLinks.logos {
  clear: both;
}
.sfLinks.logos UL {
  display: flex;
  flex-wrap: wrap;
}
.sfLinks.logos UL > * {
  flex: 0 0 auto;
}
.sfLinks.logos UL LI {
  margin-bottom: 20px;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sfLinks.logos UL LI {
    float: left;
    width: 25%;
  }
}
.sfLinks.logos UL LI .linkContainer {
  text-align: center;
  font-size: 12px;
}
.sfLinks.logos UL LI .linkContainer .logo {
  margin-bottom: 10px;
}
.sfLinks.logos UL LI .linkContainer .logo IMG {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #E7E7E7;
}
.sfLinks.logos UL LI .linkContainer .logo IMG[src*="rev"],
.sfLinks.logos UL LI .linkContainer .logo IMG[src*="wht"] {
  border: 1px solid #666666;
  background: #666666;
}
.sfLinks.logos UL LI .linkContainer .logo IMG[src*="wht-alt"],
.sfLinks.logos UL LI .linkContainer .logo IMG[src*="wht%2Dalt"] {
  border: 1px solid #9A2325;
  background: #9A2325;
}
.sfLinks.logos UL LI .linkContainer .description {
  color: #999999;
}
.sfLinks.logos UL LI .linkContainer .links {
  text-transform: uppercase;
  color: #AAAAAA;
}
.sfLinks.logos UL LI .linkContainer .links A:not(:first-child):BEFORE {
  content: " | ";
  color: #AAAAAA;
}
.sfLinks.logos UL LI[data-name*="reverse"] IMG {
  border: 1px solid #333333;
  background: #666666;
}
@media (max-width: 767px) {
  .sfLinks.thumbnailswithhovers UL LI {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 10px;
  }
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer > A {
  display: block;
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer .logo {
  margin: 0;
  padding-bottom: 0;
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer .logo A {
  cursor: pointer;
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer .logo IMG {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .sfLinks.thumbnailswithhovers UL LI .linkContainer .logo IMG {
    padding: 5px;
  }
}
A .sfLinks.thumbnailswithhovers UL LI .linkContainer .logo IMG:HOVER {
  border: 1px solid #174E89;
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer .logo IMG.gallery,
.sfLinks.thumbnailswithhovers UL LI .linkContainer .logo IMG.thin-padding,
.sfLinks.thumbnailswithhovers UL LI .linkContainer .logo IMG.thin {
  padding: 5px;
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer .logo IMG IMG {
  border: 1px solid #E7E7E7;
}
@media (max-width: 767px) {
  .sfLinks.thumbnailswithhovers UL LI .linkContainer .logo IMG {
    padding: 5px !important;
  }
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer .dataContainer {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sfLinks.thumbnailswithhovers UL LI .linkContainer .dataContainer {
    padding: 7px;
  }
}
@media (max-width: 767px) {
  .sfLinks.thumbnailswithhovers UL LI .linkContainer .dataContainer {
    left: 6px !important;
    right: 6px !important;
    bottom: 6px !important;
  }
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer .dataContainer .name {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .sfLinks.thumbnailswithhovers UL LI .linkContainer .dataContainer .name {
    font-size: 16px;
  }
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer .dataContainer .name A {
  color: #FFF;
  display: block;
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer .dataContainer .name A:HOVER {
  color: #ffcc00;
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer .dataContainer .description {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  max-height: 0;
  transition: max-height 0.5s, opacity 0.5s linear;
  line-height: 1;
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer .dataContainer .description A {
  color: #FFF;
  display: block;
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer .dataContainer .description A.btn {
  margin: 7px 0 0 0;
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer:HOVER .logo A IMG {
  border: 1px solid #174E89;
  background: #FFF;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer:HOVER .dataContainer {
  background: rgba(0, 0, 0, 0.8);
}
.sfLinks.thumbnailswithhovers UL LI .linkContainer:HOVER .name A {
  color: #ffcc00;
}
@media (min-width: 768px) {
  .sfLinks.thumbnailswithhovers UL LI .linkContainer:HOVER .dataContainer .description {
    max-height: 200px !important;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
.sfLinks.fanzone .image {
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
.sfLinks.fanzone .image IMG {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .sfLinks.fanzone .image {
    padding: 5px;
  }
}
A .sfLinks.fanzone .image:HOVER {
  border: 1px solid #174E89;
}
.sfLinks.fanzone .image.gallery,
.sfLinks.fanzone .image.thin-padding,
.sfLinks.fanzone .image.thin {
  padding: 5px;
}
.sfLinks.fanzone .image IMG {
  border: 1px solid #E7E7E7;
}
.sfLinks.fanzone .image IMG {
  width: 100%;
  height: auto;
}
.sfLinks.fanzone .logo A IMG {
  padding: 10px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.sfLinks.fanzone .logo A:HOVER IMG {
  transform: scale(1.1);
}
.sfLinks.fanzone .modal-header {
  padding: 15px 15px 10px 15px;
}
.sfLinks.fanzone .modal-title {
  line-height: 1;
  font-size: 18px;
}
.sfLinks.fanzone .modal-body .col-sm-4 {
  text-align: center;
}
.sfLinks.fanzone .modal-body .col-sm-4 IMG {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .sfLinks.fanzone .modal-body .col-sm-4 IMG {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
  }
}
/*---- SUBNAV CODE ----*/
[data-toggle*="collapse"] {
  cursor: pointer;
}
[data-visibility*="hidden"] {
  display: none;
}
.subnav .head {
  margin: 0 !important;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  background: #174E89;
  margin-bottom: 0;
}
.subnav .head H2 {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #FFF !important;
  padding: 10px;
  margin: 0 !important;
  font-size: 16px;
  font-weight: 300;
  padding: 10px !important;
}
.navbar-sub {
  margin-bottom: 20px;
}
.navbar-sub .navbar-sub-header {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  background: #174E89;
  color: #FFF;
  padding: 10px;
  border: 1px solid #CCCCCC;
}
.navbar-sub .navbar-sub-header H2 {
  font-size: 16px !important;
  margin: 0 !important;
  padding-right: 20px;
}
.navbar-sub .navbar-sub-header BUTTON {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border-color: transparent;
  padding: 6px;
  line-height: normal;
}
.navbar-sub .navbar-sub-header BUTTON I {
  color: #FFF;
  font-size: 18px;
}
.navbar-sub .navbar-sub-header BUTTON I:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\e0ad";
}
.navbar-sub .navbar-sub-header BUTTON:FOCUS {
  outline: none;
}
/*---- COMMON SUBNAV ELEMENTS ----*/
.subnav,
.navbar-sub {
  line-height: 1.4 !important;
}
.subnav UL.links,
.navbar-sub UL.links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.subnav UL.links LI,
.navbar-sub UL.links LI {
  padding: 0;
  margin: 0;
  position: relative;
}
.subnav UL.links LI .linkContainer,
.navbar-sub UL.links LI .linkContainer {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 18px;
  margin: 0;
  background: #E7E7E7;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.subnav UL.links LI .linkContainer .dataContainer .name A,
.navbar-sub UL.links LI .linkContainer .dataContainer .name A {
  padding: 10px 20px 10px 10px;
  display: block;
  font-weight: normal;
}
.subnav UL.links LI A.toggle,
.navbar-sub UL.links LI A.toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  /* MOBILE */
}
.subnav UL.links LI A.toggle:BEFORE,
.navbar-sub UL.links LI A.toggle:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f0d7";
}
.subnav UL.links LI A.toggle.collapsed:BEFORE,
.navbar-sub UL.links LI A.toggle.collapsed:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f0da";
}
@media (max-width: 767px) {
  #left .subnav UL.links LI A.toggle,
  #left .navbar-sub UL.links LI A.toggle {
    display: none !important;
  }
}
.subnav UL.links LI UL.submenu,
.navbar-sub UL.links LI UL.submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #CCCCCC;
}
.subnav UL.links LI UL.submenu LI,
.navbar-sub UL.links LI UL.submenu LI {
  padding: 0;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.subnav UL.links LI UL.submenu LI.active,
.navbar-sub UL.links LI UL.submenu LI.active {
  background-color: #eff6fc;
}
.subnav UL.links LI UL.submenu LI A,
.navbar-sub UL.links LI UL.submenu LI A {
  display: block;
  padding: 5px 10px;
}
.subnav UL.links LI UL.submenu LI A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI A:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f05a";
  text-align: center;
  width: 1.25em;
}
.subnav UL.links LI UL.submenu LI.subnav-tickets A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-tickets A:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f145";
}
.subnav UL.links LI UL.submenu LI.subnav-premium A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-premium A:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f005";
}
.subnav UL.links LI UL.submenu LI.subnav-camping A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-camping A:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f6bb";
}
.subnav UL.links LI UL.submenu LI.subnav-upgrades A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-upgrades A:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f346";
}
.subnav UL.links LI UL.submenu LI.subnav-parking A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-parking A:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f5e4";
}
.subnav UL.links LI UL.submenu LI.subnav-entertainment A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-entertainment A:BEFORE,
.subnav UL.links LI UL.submenu LI.subnav-appearances A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-appearances A:BEFORE,
.subnav UL.links LI UL.submenu LI.subnav-schedule A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-schedule A:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f073";
}
.subnav UL.links LI UL.submenu LI.subnav-faninfo A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-faninfo A:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f007";
}
.subnav UL.links LI UL.submenu LI.subnav-registration A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-registration A:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f31c";
}
.subnav UL.links LI UL.submenu LI.subnav-fans A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-fans A:BEFORE,
.subnav UL.links LI UL.submenu LI.subnav-consumer A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-consumer A:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f0c0";
}
.subnav UL.links LI UL.submenu LI.subnav-business A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-business A:BEFORE,
.subnav UL.links LI UL.submenu LI.subnav-corporate A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-corporate A:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f1ad";
}
.subnav UL.links LI UL.submenu LI.subnav-fundraising A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-fundraising A:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f2e9";
}
.subnav UL.links LI UL.submenu LI.subnav-performance A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-performance A:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f001";
}
.subnav UL.links LI UL.submenu LI.subnav-leaders A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-leaders A:BEFORE,
.subnav UL.links LI UL.submenu LI.subnav-groupleaders A:BEFORE,
.navbar-sub UL.links LI UL.submenu LI.subnav-groupleaders A:BEFORE {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f007";
}
/*  --------------------------------------------------
COMMON/TEMPLATES/LOGO.LESS
--------------------------------------------------  */
/*------------------ SITE FEATURE ------------------*/
.sfLogos {
  /*-- FRAMEWORK --*/
}
.sfLogos UL LI {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 768px) {
  .sfLogos UL LI {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .sfLogos UL LI {
    float: left;
    width: 25%;
  }
}
.sfLogos UL LI .links {
  text-transform: uppercase;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/NEWS.LESS
--------------------------------------------------  */
#news UL LI P {
  margin: 0;
}
/*-- FILTER --*/
#news UL.filter {
  margin-bottom: 20px;
  list-style: none;
  text-align: center;
}
#news UL.filter LI {
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  border-left: 1px solid #CCCCCC;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
}
#news UL.filter li.all {
  border: none;
}
/*-- LIST --*/
#news .list UL.style {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  clear: both;
}
#news .list UL.style LI {
  margin: 0;
  padding: 0;
  position: relative;
}
#news .list UL.style LI.daterow {
  color: #666;
  text-transform: uppercase;
  font-size: 10px;
  border-bottom: 1px solid #666;
  padding: 5px;
}
#news .list UL.style LI .thumbnail {
  display: none;
}
#news .list UL.style LI .headlineWrapper {
  margin-bottom: 5px;
}
#news .list UL.style LI .date {
  float: left;
  color: #666;
  padding: 5px;
}
#news .list UL.style LI .headline {
  margin-left: 55px;
  padding: 5px;
}
/*-- THUMBNAILS --*/
#news .thumbnails UL.style {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#news .thumbnails UL.style > * {
  flex: 0 0 auto;
}
#news .thumbnails UL.style LI {
  margin: 0 0 20px 0;
  padding: 0;
  float: left;
  overflow: hidden;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #news .thumbnails UL.style LI {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #news .thumbnails UL.style LI {
    float: left;
    width: 25%;
  }
}
#news .thumbnails UL.style LI.emptyrow {
  display: none;
}
#news .thumbnails UL.style LI.daterow {
  display: none;
}
#news .thumbnails UL.style LI .smi-thumbnail {
  margin-bottom: 5px;
}
#news .thumbnails UL.style LI .smi-thumbnail img {
  width: 100%;
  height: auto;
}
#news .thumbnails UL.style LI .headlineWrapper {
  width: 90%;
  text-align: center;
}
#news .thumbnails UL.style LI .date {
  color: #666;
  display: none;
}
#news .thumbnails UL.style LI .headline {
  display: inline;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/PHOTOS.LESS
--------------------------------------------------  */
/*------------------ TEMPLATE ------------------*/
#photoGallery .galleryhead .date {
  color: #666666;
}
#photoGallery .archive ul,
#photoGallery .sfComponent .archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
#photoGallery .archive ul > *,
#photoGallery .sfComponent .archive ul > * {
  flex: 0 0 auto;
}
#photoGallery .archive ul li,
#photoGallery .sfComponent .archive ul li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  color: #999999;
  line-height: 1;
}
@media (min-width: 768px) {
  #photoGallery .archive ul li,
  #photoGallery .sfComponent .archive ul li {
    float: left;
    width: 25%;
  }
}
#photoGallery .archive ul li .details > A,
#photoGallery .sfComponent .archive ul li .details > A {
  /*-- display: block; position: relative; color: #FFF;
                        &:BEFORE { content: "\f00a"; .fontawesome; position: absolute; top: 50%; left: 0; right: 0; font-size: 72px; margin-top: -36px; line-height: 1; text-align: center; .opacity(.33); }
                        &:HOVER { 
                            &:BEFORE { .opacity(.66); }
                        }
                        --*/
}
#photoGallery .archive ul li .details > A IMG,
#photoGallery .sfComponent .archive ul li .details > A IMG {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #photoGallery .archive ul li .details > A IMG,
  #photoGallery .sfComponent .archive ul li .details > A IMG {
    padding: 5px;
  }
}
A #photoGallery .archive ul li .details > A IMG:HOVER,
A #photoGallery .sfComponent .archive ul li .details > A IMG:HOVER {
  border: 1px solid #174E89;
}
#photoGallery .archive ul li .details > A IMG.gallery,
#photoGallery .sfComponent .archive ul li .details > A IMG.gallery,
#photoGallery .archive ul li .details > A IMG.thin-padding,
#photoGallery .sfComponent .archive ul li .details > A IMG.thin-padding,
#photoGallery .archive ul li .details > A IMG.thin,
#photoGallery .sfComponent .archive ul li .details > A IMG.thin {
  padding: 5px;
}
#photoGallery .archive ul li .details > A IMG IMG,
#photoGallery .sfComponent .archive ul li .details > A IMG IMG {
  border: 1px solid #E7E7E7;
}
#photoGallery .archive ul li .details .title,
#photoGallery .sfComponent .archive ul li .details .title {
  margin-bottom: 5px;
}
#photoGallery .archive ul li .details .date,
#photoGallery .sfComponent .archive ul li .details .date {
  font-size: 12px;
}
#photoGallery #gallerycomments {
  padding-right: 15px;
}
#photoGallery #articletools {
  margin-top: 0;
}
.sfGallery {
  margin: 0 0 40px 0;
}
.sfGallery .galleryhead {
  margin: 0 0 20px 0;
}
.sfGallery .galleryhead .date,
.sfGallery .galleryhead .description {
  margin: 0 0 10px 0;
}
.sfGallery ul li .image img {
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .sfGallery ul li .image img {
    padding: 5px;
  }
}
A .sfGallery ul li .image img:HOVER {
  border: 1px solid #174E89;
}
.sfGallery ul li .image img.gallery,
.sfGallery ul li .image img.thin-padding,
.sfGallery ul li .image img.thin {
  padding: 5px;
}
.sfGallery ul li .image img IMG {
  border: 1px solid #E7E7E7;
}
.sfGallery ul li .image img:hover {
  border: 1px solid #174E89;
}
.sfGallery ul li .caption {
  display: none;
  margin-top: 5px;
}
.sfGallery ul li .credit {
  display: none;
  color: #666;
  white-space: nowrap;
}
.sfGallery .buttons {
  clear: both;
}
/*------------------ SITE FEATURE ------------------*/
.sfPhotoGallery {
  clear: both;
  /* FILMSTRIP */
  /* SPOTLIGHT */
}
.sfPhotoGallery A.download {
  text-align: center;
  font-size: 11px;
  display: block;
  text-transform: uppercase;
}
.sfPhotoGallery A.download:BEFORE {
  content: "\f01a";
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.sfPhotoGallery.thumbnails .description {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sfPhotoGallery.filmstrip .tns-outer {
    margin: 0 25px;
  }
}
.sfPhotoGallery.filmstrip .tns-outer .tns-controls BUTTON:DISABLED {
  cursor: default;
}
.sfPhotoGallery.filmstrip .tns-outer .tns-controls BUTTON:DISABLED:BEFORE {
  -moz-opacity: 0.05;
  -khtml-opacity: 0.05;
  -webkit-opacity: 0.05;
  opacity: 0.05;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
  filter: alpha(opacity=5);
}
.sfPhotoGallery.filmstrip .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image {
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.sfPhotoGallery.filmstrip .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image IMG {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .sfPhotoGallery.filmstrip .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image {
    padding: 5px;
  }
}
A .sfPhotoGallery.filmstrip .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image:HOVER {
  border: 1px solid #174E89;
}
.sfPhotoGallery.filmstrip .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image.gallery,
.sfPhotoGallery.filmstrip .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image.thin-padding,
.sfPhotoGallery.filmstrip .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image.thin {
  padding: 5px;
}
.sfPhotoGallery.filmstrip .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image IMG {
  border: 1px solid #E7E7E7;
}
.sfPhotoGallery.spotlight {
  margin-bottom: 0 !important;
}
.sfPhotoGallery.spotlight .tns-outer .tns-controls BUTTON[data-controls="prev"] {
  left: 15px;
  text-align: right;
  z-index: 2;
}
.sfPhotoGallery.spotlight .tns-outer .tns-controls BUTTON[data-controls="prev"]:BEFORE {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
}
.sfPhotoGallery.spotlight .tns-outer .tns-controls BUTTON[data-controls="next"] {
  right: 15px;
  z-index: 2;
  text-align: left;
}
.sfPhotoGallery.spotlight .tns-outer .tns-controls BUTTON[data-controls="next"]:BEFORE {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
}
.sfPhotoGallery.spotlight .tns-outer .tns-controls BUTTON {
  width: 30px;
}
.sfPhotoGallery.spotlight .tns-outer .tns-controls BUTTON:BEFORE {
  color: #FFF;
}
.sfPhotoGallery.spotlight .tns-outer .tns-controls BUTTON:DISABLED {
  cursor: default;
}
.sfPhotoGallery.spotlight .tns-outer .tns-controls BUTTON:DISABLED:BEFORE {
  -moz-opacity: 0.2 !important;
  -khtml-opacity: 0.2 !important;
  -webkit-opacity: 0.2 !important;
  opacity: 0.2 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20) !important;
  filter: alpha(opacity=20) !important;
}
.sfPhotoGallery.spotlight .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image {
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
}
.sfPhotoGallery.spotlight .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image IMG {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .sfPhotoGallery.spotlight .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image {
    padding: 5px;
  }
}
A .sfPhotoGallery.spotlight .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image:HOVER {
  border: 1px solid #174E89;
}
.sfPhotoGallery.spotlight .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image.gallery,
.sfPhotoGallery.spotlight .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image.thin-padding,
.sfPhotoGallery.spotlight .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image.thin {
  padding: 5px;
}
.sfPhotoGallery.spotlight .tns-outer .tns-ovh .tns-inner .tns-slider .tns-item A .image IMG {
  border: 1px solid #E7E7E7;
}
.posTabs .sfPhotoGallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.posTabs .sfPhotoGallery ul li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 20%;
  padding: 10px;
}
.posTabs .sfPhotoGallery ul li .image IMG {
  width: 100%;
  height: auto;
}
.posTabs .sfPhotoGallery ul li .caption,
.posTabs .sfPhotoGallery ul li .credit {
  display: none;
}
.fancybox-title {
  line-height: 1.2;
}
.fancybox-title H3 {
  margin: 0 0 10px 0;
  padding: 0;
}
.fancybox-title .title {
  font-size: 24px;
  color: #FFF;
}
.fancybox-title .caption {
  color: #E7E7E7;
  font-size: 18px;
}
.fancybox-title .credit {
  font-size: 10px;
  color: #AAAAAA;
  font-size: 14px;
}
.fancybox-title .credit:BEFORE {
  content: "Credit: ";
}
@media (max-width: 767px) {
  .fancybox-title .title {
    font-size: 16px;
  }
  .fancybox-title .caption {
    font-size: 13px;
  }
  .fancybox-title .credit {
    font-size: 10px;
  }
}
.fancybox-container .sfPhotoGallery .row {
  margin-left: 0;
  margin-right: 0;
}
.fancybox-container .sfPhotoGallery .row DIV {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}
/*------------  ALL NEW SF PHOTO GALLERY ----------*/
.sfPhotoGallery {
  /*-- FRAMEWORK --*/
  /*-- GALLERY --*/
  /*-- ARCHIVE --*/
}
.sfPhotoGallery .row > DIV .image A IMG {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .sfPhotoGallery .row > DIV .image A IMG {
    padding: 5px;
  }
}
A .sfPhotoGallery .row > DIV .image A IMG:HOVER {
  border: 1px solid #174E89;
}
.sfPhotoGallery .row > DIV .image A IMG.gallery,
.sfPhotoGallery .row > DIV .image A IMG.thin-padding,
.sfPhotoGallery .row > DIV .image A IMG.thin {
  padding: 5px;
}
.sfPhotoGallery .row > DIV .image A IMG IMG {
  border: 1px solid #E7E7E7;
}
#cat-home .sfPhotoGallery .row > DIV .image A IMG {
  padding: 10px;
}
.sfPhotoGallery .description {
  margin-bottom: 20px;
}
.sfPhotoGallery .row > DIV {
  margin-bottom: 20px;
}
.sfPhotoGallery .row > DIV A .image {
  margin-bottom: 5px;
}
.sfPhotoGallery .row > DIV A .image IMG {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
}
@media (max-width: 767px) {
  .sfPhotoGallery .row > DIV A .image IMG {
    padding: 5px;
  }
}
A .sfPhotoGallery .row > DIV A .image IMG:HOVER {
  border: 1px solid #174E89;
}
.sfPhotoGallery .row > DIV A .image IMG.gallery,
.sfPhotoGallery .row > DIV A .image IMG.thin-padding,
.sfPhotoGallery .row > DIV A .image IMG.thin {
  padding: 5px;
}
.sfPhotoGallery .row > DIV A .image IMG IMG {
  border: 1px solid #E7E7E7;
}
.sfPhotoGallery .row > DIV A .contentContainer {
  line-height: 1;
  padding-top: 15px;
}
.sfPhotoGallery .row > DIV A .contentContainer .name {
  color: #174E89;
}
.sfPhotoGallery .row > DIV A .contentContainer .caption {
  color: #999999;
}
.sfPhotoGallery .row > DIV A .contentContainer .credit {
  font-size: 10px;
  color: #AAAAAA;
}
.sfPhotoGallery .row > DIV A:HOVER .contentContainer .name {
  /* color: @link-color-hover; */
}
.sfPhotoGallery .row > DIV A:HOVER .image IMG {
  /* .border(@link-color); */
}
/*  --------------------------------------------------
COMMON/TEMPLATES/POSITIONS.LESS
--------------------------------------------------  */
.posPageTop {
  margin-bottom: 20px;
  clear: both;
}
.posTop {
  margin-bottom: 20px;
  clear: both;
}
.posMiddle {
  margin-bottom: 20px;
  clear: both;
}
.posArticleInset {
  margin-bottom: 20px;
  width: 400px;
}
.posArticleInset #playerholder {
  border: 1px solid #E7E7E7;
  margin-bottom: 5px;
}
.posArticleInset H2 {
  margin: 0;
}
.posArticleInset .date {
  margin-bottom: 5px;
}
.posRight {
  margin-bottom: 20px;
}
.posTabs {
  margin-bottom: 20px;
}
.posTabs .galleryhead {
  display: none;
}
.posBottom {
  margin-bottom: 20px;
}
.posPageBottom {
  clear: both;
}
.posFooter {
  margin-bottom: 20px;
}
.posCode {
  margin-bottom: 0;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/PRODUCTS.LESS
--------------------------------------------------  */
/*------------------ SITE FEATURE ------------------*/
.sfProducts {
  /*--- GRID ---*/
  /*--- LEGACY ---*/
}
.sfProducts.grid .smi-container .row {
  display: flex;
  flex-wrap: wrap;
}
.sfProducts.grid .smi-container .row > DIV {
  margin-bottom: 20px;
}
.sfProducts.grid .smi-container .row .item {
  height: 100%;
  text-align: center;
}
.sfProducts.grid .smi-container .row .item > A {
  display: block;
  transition: all 0.3s ease-in-out;
}
.sfProducts.grid .smi-container .row .item .smi-thumbnail {
  margin-bottom: 10px;
  border: 1px solid #E7E7E7;
  transition: all 0.3s ease-in-out;
}
.sfProducts.grid .smi-container .row .item .smi-thumbnail IMG {
  background: #FFF;
  padding: 10px;
}
.sfProducts.grid .smi-container .row .item .title {
  font-size: 12px;
  color: #174E89;
}
.sfProducts.grid .smi-container .row .item .price {
  font-size: 12px;
}
.sfProducts.grid .smi-container .row .item .coming-soon {
  font-style: italic;
}
.sfProducts.grid .smi-container .row .item:HOVER {
  cursor: pointer;
}
.sfProducts.grid .smi-container .row .item:HOVER > A .smi-thumbnail {
  border: 1px solid #174E89;
}
.sfProducts.grid .footer-button {
  text-align: center;
}
.sfProducts.grid .footer-button A {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  line-height: 1.4 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #174E89;
  background-color: transparent;
  border-color: #10355d;
  color: #1e67b5 !important;
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.sfProducts.grid .footer-button A:focus,
.sfProducts.grid .footer-button A:active:focus,
.sfProducts.grid .footer-button A.active:focus,
.sfProducts.grid .footer-button A.focus,
.sfProducts.grid .footer-button A:active.focus,
.sfProducts.grid .footer-button A.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sfProducts.grid .footer-button A:hover,
.sfProducts.grid .footer-button A:focus,
.sfProducts.grid .footer-button A.focus {
  color: #174E89;
  text-decoration: none;
}
.sfProducts.grid .footer-button A:active,
.sfProducts.grid .footer-button A.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sfProducts.grid .footer-button A.disabled,
.sfProducts.grid .footer-button A[disabled],
fieldset[disabled] .sfProducts.grid .footer-button A {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.sfProducts.grid .footer-button A.disabled,
fieldset[disabled] a.sfProducts.grid .footer-button A {
  pointer-events: none;
}
@media (min-width: 767px) {
  .sfProducts.grid .footer-button A {
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 767px) {
  .sfProducts.grid .footer-button A {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
.sfProducts.grid .footer-button A:HOVER {
  transform: scale(1.05);
}
.sfProducts.grid .footer-button A:HOVER:BEFORE,
.sfProducts.grid .footer-button A:HOVER:AFTER {
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.sfProducts.grid .footer-button A:BEFORE,
.sfProducts.grid .footer-button A:AFTER {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
.sfProducts.grid .footer-button A:BEFORE {
  margin-right: 3px;
}
.sfProducts.grid .footer-button A:AFTER {
  margin-left: 3px;
}
.sfProducts.grid .footer-button A:focus,
.sfProducts.grid .footer-button A.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.sfProducts.grid .footer-button A:hover {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.sfProducts.grid .footer-button A:active,
.sfProducts.grid .footer-button A.active,
.open > .dropdown-toggle.sfProducts.grid .footer-button A {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.sfProducts.grid .footer-button A:active:hover,
.sfProducts.grid .footer-button A.active:hover,
.open > .dropdown-toggle.sfProducts.grid .footer-button A:hover,
.sfProducts.grid .footer-button A:active:focus,
.sfProducts.grid .footer-button A.active:focus,
.open > .dropdown-toggle.sfProducts.grid .footer-button A:focus,
.sfProducts.grid .footer-button A:active.focus,
.sfProducts.grid .footer-button A.active.focus,
.open > .dropdown-toggle.sfProducts.grid .footer-button A.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.sfProducts.grid .footer-button A:active,
.sfProducts.grid .footer-button A.active,
.open > .dropdown-toggle.sfProducts.grid .footer-button A {
  background-image: none;
}
.sfProducts.grid .footer-button A.disabled:hover,
.sfProducts.grid .footer-button A[disabled]:hover,
fieldset[disabled] .sfProducts.grid .footer-button A:hover,
.sfProducts.grid .footer-button A.disabled:focus,
.sfProducts.grid .footer-button A[disabled]:focus,
fieldset[disabled] .sfProducts.grid .footer-button A:focus,
.sfProducts.grid .footer-button A.disabled.focus,
.sfProducts.grid .footer-button A[disabled].focus,
fieldset[disabled] .sfProducts.grid .footer-button A.focus {
  background-color: transparent;
  border-color: #10355d;
}
.sfProducts.grid .footer-button A .badge {
  color: transparent;
  background-color: #174E89;
}
.sfProducts.grid .footer-button A .nofade {
  cursor: default;
}
.sfProducts.grid .footer-button A .nofade:hover,
.sfProducts.grid .footer-button A .nofade:active {
  background-color: transparent;
  border-color: #10355d;
}
.sfProducts.grid .footer-button A:focus,
.sfProducts.grid .footer-button A.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.sfProducts.grid .footer-button A:hover {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.sfProducts.grid .footer-button A:active,
.sfProducts.grid .footer-button A.active,
.open > .dropdown-toggle.sfProducts.grid .footer-button A {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.sfProducts.grid .footer-button A:active:hover,
.sfProducts.grid .footer-button A.active:hover,
.open > .dropdown-toggle.sfProducts.grid .footer-button A:hover,
.sfProducts.grid .footer-button A:active:focus,
.sfProducts.grid .footer-button A.active:focus,
.open > .dropdown-toggle.sfProducts.grid .footer-button A:focus,
.sfProducts.grid .footer-button A:active.focus,
.sfProducts.grid .footer-button A.active.focus,
.open > .dropdown-toggle.sfProducts.grid .footer-button A.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.sfProducts.grid .footer-button A:active,
.sfProducts.grid .footer-button A.active,
.open > .dropdown-toggle.sfProducts.grid .footer-button A {
  background-image: none !important;
}
.sfProducts.grid .footer-button A.disabled:hover,
.sfProducts.grid .footer-button A[disabled]:hover,
fieldset[disabled] .sfProducts.grid .footer-button A:hover,
.sfProducts.grid .footer-button A.disabled:focus,
.sfProducts.grid .footer-button A[disabled]:focus,
fieldset[disabled] .sfProducts.grid .footer-button A:focus,
.sfProducts.grid .footer-button A.disabled.focus,
.sfProducts.grid .footer-button A[disabled].focus,
fieldset[disabled] .sfProducts.grid .footer-button A.focus {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.sfProducts.grid .footer-button A .badge {
  color: transparent !important;
  background-color: #1e67b5 !important;
}
.sfProducts.grid .footer-button A .nofade {
  cursor: default !important;
}
.sfProducts.grid .footer-button A .nofade:hover,
.sfProducts.grid .footer-button A .nofade:active {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.posRight .sfProducts.grid {
  border: 1px solid #E7E7E7;
  padding: 10px;
}
.posRight .sfProducts.grid .smi-container .row .item .smi-thumbnail {
  border-color: transparent;
}
.posRight .sfProducts.grid .smi-container .row .item:HOVER .smi-thumbnail {
  border-color: transparent;
}
.posRight .sfProducts.grid .footer-button {
  text-align: center;
}
.posRight .sfProducts.grid .footer-button A {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  line-height: 1.4 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #174E89;
  background-color: transparent;
  border-color: #10355d;
  color: #1e67b5 !important;
  background-color: transparent !important;
  border-color: #1e67b5 !important;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  display: block;
  width: 100%;
}
.posRight .sfProducts.grid .footer-button A:focus,
.posRight .sfProducts.grid .footer-button A:active:focus,
.posRight .sfProducts.grid .footer-button A.active:focus,
.posRight .sfProducts.grid .footer-button A.focus,
.posRight .sfProducts.grid .footer-button A:active.focus,
.posRight .sfProducts.grid .footer-button A.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.posRight .sfProducts.grid .footer-button A:hover,
.posRight .sfProducts.grid .footer-button A:focus,
.posRight .sfProducts.grid .footer-button A.focus {
  color: #174E89;
  text-decoration: none;
}
.posRight .sfProducts.grid .footer-button A:active,
.posRight .sfProducts.grid .footer-button A.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.posRight .sfProducts.grid .footer-button A.disabled,
.posRight .sfProducts.grid .footer-button A[disabled],
fieldset[disabled] .posRight .sfProducts.grid .footer-button A {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.posRight .sfProducts.grid .footer-button A.disabled,
fieldset[disabled] a.posRight .sfProducts.grid .footer-button A {
  pointer-events: none;
}
@media (min-width: 767px) {
  .posRight .sfProducts.grid .footer-button A {
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 767px) {
  .posRight .sfProducts.grid .footer-button A {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
.posRight .sfProducts.grid .footer-button A:HOVER {
  transform: scale(1.05);
}
.posRight .sfProducts.grid .footer-button A:HOVER:BEFORE,
.posRight .sfProducts.grid .footer-button A:HOVER:AFTER {
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.posRight .sfProducts.grid .footer-button A:BEFORE,
.posRight .sfProducts.grid .footer-button A:AFTER {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
.posRight .sfProducts.grid .footer-button A:BEFORE {
  margin-right: 3px;
}
.posRight .sfProducts.grid .footer-button A:AFTER {
  margin-left: 3px;
}
.posRight .sfProducts.grid .footer-button A:focus,
.posRight .sfProducts.grid .footer-button A.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.posRight .sfProducts.grid .footer-button A:hover {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.posRight .sfProducts.grid .footer-button A:active,
.posRight .sfProducts.grid .footer-button A.active,
.open > .dropdown-toggle.posRight .sfProducts.grid .footer-button A {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.posRight .sfProducts.grid .footer-button A:active:hover,
.posRight .sfProducts.grid .footer-button A.active:hover,
.open > .dropdown-toggle.posRight .sfProducts.grid .footer-button A:hover,
.posRight .sfProducts.grid .footer-button A:active:focus,
.posRight .sfProducts.grid .footer-button A.active:focus,
.open > .dropdown-toggle.posRight .sfProducts.grid .footer-button A:focus,
.posRight .sfProducts.grid .footer-button A:active.focus,
.posRight .sfProducts.grid .footer-button A.active.focus,
.open > .dropdown-toggle.posRight .sfProducts.grid .footer-button A.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.posRight .sfProducts.grid .footer-button A:active,
.posRight .sfProducts.grid .footer-button A.active,
.open > .dropdown-toggle.posRight .sfProducts.grid .footer-button A {
  background-image: none;
}
.posRight .sfProducts.grid .footer-button A.disabled:hover,
.posRight .sfProducts.grid .footer-button A[disabled]:hover,
fieldset[disabled] .posRight .sfProducts.grid .footer-button A:hover,
.posRight .sfProducts.grid .footer-button A.disabled:focus,
.posRight .sfProducts.grid .footer-button A[disabled]:focus,
fieldset[disabled] .posRight .sfProducts.grid .footer-button A:focus,
.posRight .sfProducts.grid .footer-button A.disabled.focus,
.posRight .sfProducts.grid .footer-button A[disabled].focus,
fieldset[disabled] .posRight .sfProducts.grid .footer-button A.focus {
  background-color: transparent;
  border-color: #10355d;
}
.posRight .sfProducts.grid .footer-button A .badge {
  color: transparent;
  background-color: #174E89;
}
.posRight .sfProducts.grid .footer-button A .nofade {
  cursor: default;
}
.posRight .sfProducts.grid .footer-button A .nofade:hover,
.posRight .sfProducts.grid .footer-button A .nofade:active {
  background-color: transparent;
  border-color: #10355d;
}
.posRight .sfProducts.grid .footer-button A:focus,
.posRight .sfProducts.grid .footer-button A.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.posRight .sfProducts.grid .footer-button A:hover {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.posRight .sfProducts.grid .footer-button A:active,
.posRight .sfProducts.grid .footer-button A.active,
.open > .dropdown-toggle.posRight .sfProducts.grid .footer-button A {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.posRight .sfProducts.grid .footer-button A:active:hover,
.posRight .sfProducts.grid .footer-button A.active:hover,
.open > .dropdown-toggle.posRight .sfProducts.grid .footer-button A:hover,
.posRight .sfProducts.grid .footer-button A:active:focus,
.posRight .sfProducts.grid .footer-button A.active:focus,
.open > .dropdown-toggle.posRight .sfProducts.grid .footer-button A:focus,
.posRight .sfProducts.grid .footer-button A:active.focus,
.posRight .sfProducts.grid .footer-button A.active.focus,
.open > .dropdown-toggle.posRight .sfProducts.grid .footer-button A.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.posRight .sfProducts.grid .footer-button A:active,
.posRight .sfProducts.grid .footer-button A.active,
.open > .dropdown-toggle.posRight .sfProducts.grid .footer-button A {
  background-image: none !important;
}
.posRight .sfProducts.grid .footer-button A.disabled:hover,
.posRight .sfProducts.grid .footer-button A[disabled]:hover,
fieldset[disabled] .posRight .sfProducts.grid .footer-button A:hover,
.posRight .sfProducts.grid .footer-button A.disabled:focus,
.posRight .sfProducts.grid .footer-button A[disabled]:focus,
fieldset[disabled] .posRight .sfProducts.grid .footer-button A:focus,
.posRight .sfProducts.grid .footer-button A.disabled.focus,
.posRight .sfProducts.grid .footer-button A[disabled].focus,
fieldset[disabled] .posRight .sfProducts.grid .footer-button A.focus {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.posRight .sfProducts.grid .footer-button A .badge {
  color: transparent !important;
  background-color: #1e67b5 !important;
}
.posRight .sfProducts.grid .footer-button A .nofade {
  cursor: default !important;
}
.posRight .sfProducts.grid .footer-button A .nofade:hover,
.posRight .sfProducts.grid .footer-button A .nofade:active {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.sfProducts.legacy UL {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sfProducts.legacy UL .smi-container .row {
  display: flex;
  flex-wrap: wrap;
}
.sfProducts.legacy UL .smi-container .row > DIV {
  margin-bottom: 20px;
}
.sfProducts.legacy UL .smi-container .row .item {
  height: 100%;
  text-align: center;
}
.sfProducts.legacy UL .smi-container .row .item > A {
  display: block;
  transition: all 0.3s ease-in-out;
}
.sfProducts.legacy UL .smi-container .row .item .smi-thumbnail {
  margin-bottom: 10px;
  border: 1px solid #E7E7E7;
  transition: all 0.3s ease-in-out;
}
.sfProducts.legacy UL .smi-container .row .item .smi-thumbnail IMG {
  background: #FFF;
  padding: 10px;
}
.sfProducts.legacy UL .smi-container .row .item .title {
  font-size: 12px;
  color: #174E89;
}
.sfProducts.legacy UL .smi-container .row .item .price {
  font-size: 12px;
}
.sfProducts.legacy UL .smi-container .row .item .coming-soon {
  font-style: italic;
}
.sfProducts.legacy UL .smi-container .row .item:HOVER {
  cursor: pointer;
}
.sfProducts.legacy UL .smi-container .row .item:HOVER > A .smi-thumbnail {
  border: 1px solid #174E89;
}
.sfProducts.legacy UL .footer-button {
  text-align: center;
}
.sfProducts.legacy UL .footer-button A {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  line-height: 1.4 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #174E89;
  background-color: transparent;
  border-color: #10355d;
  color: #1e67b5 !important;
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.sfProducts.legacy UL .footer-button A:focus,
.sfProducts.legacy UL .footer-button A:active:focus,
.sfProducts.legacy UL .footer-button A.active:focus,
.sfProducts.legacy UL .footer-button A.focus,
.sfProducts.legacy UL .footer-button A:active.focus,
.sfProducts.legacy UL .footer-button A.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sfProducts.legacy UL .footer-button A:hover,
.sfProducts.legacy UL .footer-button A:focus,
.sfProducts.legacy UL .footer-button A.focus {
  color: #174E89;
  text-decoration: none;
}
.sfProducts.legacy UL .footer-button A:active,
.sfProducts.legacy UL .footer-button A.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sfProducts.legacy UL .footer-button A.disabled,
.sfProducts.legacy UL .footer-button A[disabled],
fieldset[disabled] .sfProducts.legacy UL .footer-button A {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.sfProducts.legacy UL .footer-button A.disabled,
fieldset[disabled] a.sfProducts.legacy UL .footer-button A {
  pointer-events: none;
}
@media (min-width: 767px) {
  .sfProducts.legacy UL .footer-button A {
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 767px) {
  .sfProducts.legacy UL .footer-button A {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
.sfProducts.legacy UL .footer-button A:HOVER {
  transform: scale(1.05);
}
.sfProducts.legacy UL .footer-button A:HOVER:BEFORE,
.sfProducts.legacy UL .footer-button A:HOVER:AFTER {
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.sfProducts.legacy UL .footer-button A:BEFORE,
.sfProducts.legacy UL .footer-button A:AFTER {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
.sfProducts.legacy UL .footer-button A:BEFORE {
  margin-right: 3px;
}
.sfProducts.legacy UL .footer-button A:AFTER {
  margin-left: 3px;
}
.sfProducts.legacy UL .footer-button A:focus,
.sfProducts.legacy UL .footer-button A.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.sfProducts.legacy UL .footer-button A:hover {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.sfProducts.legacy UL .footer-button A:active,
.sfProducts.legacy UL .footer-button A.active,
.open > .dropdown-toggle.sfProducts.legacy UL .footer-button A {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.sfProducts.legacy UL .footer-button A:active:hover,
.sfProducts.legacy UL .footer-button A.active:hover,
.open > .dropdown-toggle.sfProducts.legacy UL .footer-button A:hover,
.sfProducts.legacy UL .footer-button A:active:focus,
.sfProducts.legacy UL .footer-button A.active:focus,
.open > .dropdown-toggle.sfProducts.legacy UL .footer-button A:focus,
.sfProducts.legacy UL .footer-button A:active.focus,
.sfProducts.legacy UL .footer-button A.active.focus,
.open > .dropdown-toggle.sfProducts.legacy UL .footer-button A.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.sfProducts.legacy UL .footer-button A:active,
.sfProducts.legacy UL .footer-button A.active,
.open > .dropdown-toggle.sfProducts.legacy UL .footer-button A {
  background-image: none;
}
.sfProducts.legacy UL .footer-button A.disabled:hover,
.sfProducts.legacy UL .footer-button A[disabled]:hover,
fieldset[disabled] .sfProducts.legacy UL .footer-button A:hover,
.sfProducts.legacy UL .footer-button A.disabled:focus,
.sfProducts.legacy UL .footer-button A[disabled]:focus,
fieldset[disabled] .sfProducts.legacy UL .footer-button A:focus,
.sfProducts.legacy UL .footer-button A.disabled.focus,
.sfProducts.legacy UL .footer-button A[disabled].focus,
fieldset[disabled] .sfProducts.legacy UL .footer-button A.focus {
  background-color: transparent;
  border-color: #10355d;
}
.sfProducts.legacy UL .footer-button A .badge {
  color: transparent;
  background-color: #174E89;
}
.sfProducts.legacy UL .footer-button A .nofade {
  cursor: default;
}
.sfProducts.legacy UL .footer-button A .nofade:hover,
.sfProducts.legacy UL .footer-button A .nofade:active {
  background-color: transparent;
  border-color: #10355d;
}
.sfProducts.legacy UL .footer-button A:focus,
.sfProducts.legacy UL .footer-button A.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.sfProducts.legacy UL .footer-button A:hover {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.sfProducts.legacy UL .footer-button A:active,
.sfProducts.legacy UL .footer-button A.active,
.open > .dropdown-toggle.sfProducts.legacy UL .footer-button A {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.sfProducts.legacy UL .footer-button A:active:hover,
.sfProducts.legacy UL .footer-button A.active:hover,
.open > .dropdown-toggle.sfProducts.legacy UL .footer-button A:hover,
.sfProducts.legacy UL .footer-button A:active:focus,
.sfProducts.legacy UL .footer-button A.active:focus,
.open > .dropdown-toggle.sfProducts.legacy UL .footer-button A:focus,
.sfProducts.legacy UL .footer-button A:active.focus,
.sfProducts.legacy UL .footer-button A.active.focus,
.open > .dropdown-toggle.sfProducts.legacy UL .footer-button A.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.sfProducts.legacy UL .footer-button A:active,
.sfProducts.legacy UL .footer-button A.active,
.open > .dropdown-toggle.sfProducts.legacy UL .footer-button A {
  background-image: none !important;
}
.sfProducts.legacy UL .footer-button A.disabled:hover,
.sfProducts.legacy UL .footer-button A[disabled]:hover,
fieldset[disabled] .sfProducts.legacy UL .footer-button A:hover,
.sfProducts.legacy UL .footer-button A.disabled:focus,
.sfProducts.legacy UL .footer-button A[disabled]:focus,
fieldset[disabled] .sfProducts.legacy UL .footer-button A:focus,
.sfProducts.legacy UL .footer-button A.disabled.focus,
.sfProducts.legacy UL .footer-button A[disabled].focus,
fieldset[disabled] .sfProducts.legacy UL .footer-button A.focus {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.sfProducts.legacy UL .footer-button A .badge {
  color: transparent !important;
  background-color: #1e67b5 !important;
}
.sfProducts.legacy UL .footer-button A .nofade {
  cursor: default !important;
}
.sfProducts.legacy UL .footer-button A .nofade:hover,
.sfProducts.legacy UL .footer-button A .nofade:active {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.posRight .sfProducts.legacy UL {
  border: 1px solid #E7E7E7;
  padding: 10px;
}
.posRight .sfProducts.legacy UL .smi-container .row .item .smi-thumbnail {
  border-color: transparent;
}
.posRight .sfProducts.legacy UL .smi-container .row .item:HOVER .smi-thumbnail {
  border-color: transparent;
}
.posRight .sfProducts.legacy UL .footer-button {
  text-align: center;
}
.posRight .sfProducts.legacy UL .footer-button A {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  line-height: 1.4 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #174E89;
  background-color: transparent;
  border-color: #10355d;
  color: #1e67b5 !important;
  background-color: transparent !important;
  border-color: #1e67b5 !important;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  display: block;
  width: 100%;
}
.posRight .sfProducts.legacy UL .footer-button A:focus,
.posRight .sfProducts.legacy UL .footer-button A:active:focus,
.posRight .sfProducts.legacy UL .footer-button A.active:focus,
.posRight .sfProducts.legacy UL .footer-button A.focus,
.posRight .sfProducts.legacy UL .footer-button A:active.focus,
.posRight .sfProducts.legacy UL .footer-button A.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.posRight .sfProducts.legacy UL .footer-button A:hover,
.posRight .sfProducts.legacy UL .footer-button A:focus,
.posRight .sfProducts.legacy UL .footer-button A.focus {
  color: #174E89;
  text-decoration: none;
}
.posRight .sfProducts.legacy UL .footer-button A:active,
.posRight .sfProducts.legacy UL .footer-button A.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.posRight .sfProducts.legacy UL .footer-button A.disabled,
.posRight .sfProducts.legacy UL .footer-button A[disabled],
fieldset[disabled] .posRight .sfProducts.legacy UL .footer-button A {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.posRight .sfProducts.legacy UL .footer-button A.disabled,
fieldset[disabled] a.posRight .sfProducts.legacy UL .footer-button A {
  pointer-events: none;
}
@media (min-width: 767px) {
  .posRight .sfProducts.legacy UL .footer-button A {
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 767px) {
  .posRight .sfProducts.legacy UL .footer-button A {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
.posRight .sfProducts.legacy UL .footer-button A:HOVER {
  transform: scale(1.05);
}
.posRight .sfProducts.legacy UL .footer-button A:HOVER:BEFORE,
.posRight .sfProducts.legacy UL .footer-button A:HOVER:AFTER {
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.posRight .sfProducts.legacy UL .footer-button A:BEFORE,
.posRight .sfProducts.legacy UL .footer-button A:AFTER {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
.posRight .sfProducts.legacy UL .footer-button A:BEFORE {
  margin-right: 3px;
}
.posRight .sfProducts.legacy UL .footer-button A:AFTER {
  margin-left: 3px;
}
.posRight .sfProducts.legacy UL .footer-button A:focus,
.posRight .sfProducts.legacy UL .footer-button A.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.posRight .sfProducts.legacy UL .footer-button A:hover {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.posRight .sfProducts.legacy UL .footer-button A:active,
.posRight .sfProducts.legacy UL .footer-button A.active,
.open > .dropdown-toggle.posRight .sfProducts.legacy UL .footer-button A {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #071729;
}
.posRight .sfProducts.legacy UL .footer-button A:active:hover,
.posRight .sfProducts.legacy UL .footer-button A.active:hover,
.open > .dropdown-toggle.posRight .sfProducts.legacy UL .footer-button A:hover,
.posRight .sfProducts.legacy UL .footer-button A:active:focus,
.posRight .sfProducts.legacy UL .footer-button A.active:focus,
.open > .dropdown-toggle.posRight .sfProducts.legacy UL .footer-button A:focus,
.posRight .sfProducts.legacy UL .footer-button A:active.focus,
.posRight .sfProducts.legacy UL .footer-button A.active.focus,
.open > .dropdown-toggle.posRight .sfProducts.legacy UL .footer-button A.focus {
  color: #174E89;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.posRight .sfProducts.legacy UL .footer-button A:active,
.posRight .sfProducts.legacy UL .footer-button A.active,
.open > .dropdown-toggle.posRight .sfProducts.legacy UL .footer-button A {
  background-image: none;
}
.posRight .sfProducts.legacy UL .footer-button A.disabled:hover,
.posRight .sfProducts.legacy UL .footer-button A[disabled]:hover,
fieldset[disabled] .posRight .sfProducts.legacy UL .footer-button A:hover,
.posRight .sfProducts.legacy UL .footer-button A.disabled:focus,
.posRight .sfProducts.legacy UL .footer-button A[disabled]:focus,
fieldset[disabled] .posRight .sfProducts.legacy UL .footer-button A:focus,
.posRight .sfProducts.legacy UL .footer-button A.disabled.focus,
.posRight .sfProducts.legacy UL .footer-button A[disabled].focus,
fieldset[disabled] .posRight .sfProducts.legacy UL .footer-button A.focus {
  background-color: transparent;
  border-color: #10355d;
}
.posRight .sfProducts.legacy UL .footer-button A .badge {
  color: transparent;
  background-color: #174E89;
}
.posRight .sfProducts.legacy UL .footer-button A .nofade {
  cursor: default;
}
.posRight .sfProducts.legacy UL .footer-button A .nofade:hover,
.posRight .sfProducts.legacy UL .footer-button A .nofade:active {
  background-color: transparent;
  border-color: #10355d;
}
.posRight .sfProducts.legacy UL .footer-button A:focus,
.posRight .sfProducts.legacy UL .footer-button A.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.posRight .sfProducts.legacy UL .footer-button A:hover {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.posRight .sfProducts.legacy UL .footer-button A:active,
.posRight .sfProducts.legacy UL .footer-button A.active,
.open > .dropdown-toggle.posRight .sfProducts.legacy UL .footer-button A {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #164980 !important;
}
.posRight .sfProducts.legacy UL .footer-button A:active:hover,
.posRight .sfProducts.legacy UL .footer-button A.active:hover,
.open > .dropdown-toggle.posRight .sfProducts.legacy UL .footer-button A:hover,
.posRight .sfProducts.legacy UL .footer-button A:active:focus,
.posRight .sfProducts.legacy UL .footer-button A.active:focus,
.open > .dropdown-toggle.posRight .sfProducts.legacy UL .footer-button A:focus,
.posRight .sfProducts.legacy UL .footer-button A:active.focus,
.posRight .sfProducts.legacy UL .footer-button A.active.focus,
.open > .dropdown-toggle.posRight .sfProducts.legacy UL .footer-button A.focus {
  color: #1e67b5 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #0c2947 !important;
}
.posRight .sfProducts.legacy UL .footer-button A:active,
.posRight .sfProducts.legacy UL .footer-button A.active,
.open > .dropdown-toggle.posRight .sfProducts.legacy UL .footer-button A {
  background-image: none !important;
}
.posRight .sfProducts.legacy UL .footer-button A.disabled:hover,
.posRight .sfProducts.legacy UL .footer-button A[disabled]:hover,
fieldset[disabled] .posRight .sfProducts.legacy UL .footer-button A:hover,
.posRight .sfProducts.legacy UL .footer-button A.disabled:focus,
.posRight .sfProducts.legacy UL .footer-button A[disabled]:focus,
fieldset[disabled] .posRight .sfProducts.legacy UL .footer-button A:focus,
.posRight .sfProducts.legacy UL .footer-button A.disabled.focus,
.posRight .sfProducts.legacy UL .footer-button A[disabled].focus,
fieldset[disabled] .posRight .sfProducts.legacy UL .footer-button A.focus {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.posRight .sfProducts.legacy UL .footer-button A .badge {
  color: transparent !important;
  background-color: #1e67b5 !important;
}
.posRight .sfProducts.legacy UL .footer-button A .nofade {
  cursor: default !important;
}
.posRight .sfProducts.legacy UL .footer-button A .nofade:hover,
.posRight .sfProducts.legacy UL .footer-button A .nofade:active {
  background-color: transparent !important;
  border-color: #1e67b5 !important;
}
.sfProducts.legacy UL.columns-1 LI {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfProducts.legacy UL.columns-1 LI {
    float: left;
    width: 100%;
  }
}
.sfProducts.legacy UL.columns-2 LI {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfProducts.legacy UL.columns-2 LI {
    float: left;
    width: 50%;
  }
}
.sfProducts.legacy UL.columns-3 LI {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfProducts.legacy UL.columns-3 LI {
    float: left;
    width: 33.33333333%;
  }
}
.sfProducts.legacy UL.columns-4 LI {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfProducts.legacy UL.columns-4 LI {
    float: left;
    width: 25%;
  }
}
.sfProducts.legacy UL.columns-6 LI {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfProducts.legacy UL.columns-6 LI {
    float: left;
    width: 16.66666667%;
  }
}
.sfProducts.legacy UL.columns-12 LI {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfProducts.legacy UL.columns-12 LI {
    float: left;
    width: 8.33333333%;
  }
}
.sfProducts.legacy UL LI {
  /* .price:before { content: "Suggested Retail Price:"; display: block; font-size: 12px; font-style: italic; color: @grey; margin-top: 10px; } */
}
.sfProducts.legacy UL LI .productContainer {
  margin-bottom: 20px;
  border: 1px solid transparent;
  padding: 15px;
  cursor: pointer;
  text-align: center;
}
.sfProducts.legacy UL LI .productContainer:HOVER {
  border: 1px solid #ddd;
  transition: all 0.3s ease-in-out;
}
.sfProducts.legacy UL LI H2 {
  margin: 0;
  padding: 0 0 10px 0;
  color: #666666;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
#main .sfProducts.legacy UL LI H2 {
  font-size: 28px;
  margin-bottom: 0;
}
.sfProducts.legacy UL LI .smi-thumbnail {
  margin-bottom: 15px;
  text-align: center;
  /* background-color: @grey-lightest; .border; overflow: hidden; --for testing only-- */
}
.sfProducts.legacy UL LI .smi-thumbnail IMG {
  /* height: auto; width: auto; */
}
.sfProducts.legacy UL LI .price {
  color: #174E89;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.sfProducts.legacy UL LI .links {
  text-align: center;
}
.sfProducts.legacy UL LI .links A {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  line-height: 1.4 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  /* &.details { margin-right: ; .btn-info; } */
}
.sfProducts.legacy UL LI .links A:focus,
.sfProducts.legacy UL LI .links A:active:focus,
.sfProducts.legacy UL LI .links A.active:focus,
.sfProducts.legacy UL LI .links A.focus,
.sfProducts.legacy UL LI .links A:active.focus,
.sfProducts.legacy UL LI .links A.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sfProducts.legacy UL LI .links A:hover,
.sfProducts.legacy UL LI .links A:focus,
.sfProducts.legacy UL LI .links A.focus {
  color: #174E89;
  text-decoration: none;
}
.sfProducts.legacy UL LI .links A:active,
.sfProducts.legacy UL LI .links A.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sfProducts.legacy UL LI .links A.disabled,
.sfProducts.legacy UL LI .links A[disabled],
fieldset[disabled] .sfProducts.legacy UL LI .links A {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.sfProducts.legacy UL LI .links A.disabled,
fieldset[disabled] a.sfProducts.legacy UL LI .links A {
  pointer-events: none;
}
@media (min-width: 767px) {
  .sfProducts.legacy UL LI .links A {
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 767px) {
  .sfProducts.legacy UL LI .links A {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
.sfProducts.legacy UL LI .links A:HOVER {
  transform: scale(1.05);
}
.sfProducts.legacy UL LI .links A:HOVER:BEFORE,
.sfProducts.legacy UL LI .links A:HOVER:AFTER {
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.sfProducts.legacy UL LI .links A:BEFORE,
.sfProducts.legacy UL LI .links A:AFTER {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
.sfProducts.legacy UL LI .links A:BEFORE {
  margin-right: 3px;
}
.sfProducts.legacy UL LI .links A:AFTER {
  margin-left: 3px;
}
.sfProducts.legacy UL LI .links A.buy {
  color: #FFF;
  background-color: #174E89;
  border-color: #10355d;
}
.sfProducts.legacy UL LI .links A.buy:focus,
.sfProducts.legacy UL LI .links A.buy.focus {
  color: #FFF;
  background-color: #10355d;
  border-color: #000000;
}
.sfProducts.legacy UL LI .links A.buy:hover {
  color: #FFF;
  background-color: #10355d;
  border-color: #071729;
}
.sfProducts.legacy UL LI .links A.buy:active,
.sfProducts.legacy UL LI .links A.buy.active,
.open > .dropdown-toggle.sfProducts.legacy UL LI .links A.buy {
  color: #FFF;
  background-color: #10355d;
  border-color: #071729;
}
.sfProducts.legacy UL LI .links A.buy:active:hover,
.sfProducts.legacy UL LI .links A.buy.active:hover,
.open > .dropdown-toggle.sfProducts.legacy UL LI .links A.buy:hover,
.sfProducts.legacy UL LI .links A.buy:active:focus,
.sfProducts.legacy UL LI .links A.buy.active:focus,
.open > .dropdown-toggle.sfProducts.legacy UL LI .links A.buy:focus,
.sfProducts.legacy UL LI .links A.buy:active.focus,
.sfProducts.legacy UL LI .links A.buy.active.focus,
.open > .dropdown-toggle.sfProducts.legacy UL LI .links A.buy.focus {
  color: #FFF;
  background-color: #0b243f;
  border-color: #000000;
}
.sfProducts.legacy UL LI .links A.buy:active,
.sfProducts.legacy UL LI .links A.buy.active,
.open > .dropdown-toggle.sfProducts.legacy UL LI .links A.buy {
  background-image: none;
}
.sfProducts.legacy UL LI .links A.buy.disabled:hover,
.sfProducts.legacy UL LI .links A.buy[disabled]:hover,
fieldset[disabled] .sfProducts.legacy UL LI .links A.buy:hover,
.sfProducts.legacy UL LI .links A.buy.disabled:focus,
.sfProducts.legacy UL LI .links A.buy[disabled]:focus,
fieldset[disabled] .sfProducts.legacy UL LI .links A.buy:focus,
.sfProducts.legacy UL LI .links A.buy.disabled.focus,
.sfProducts.legacy UL LI .links A.buy[disabled].focus,
fieldset[disabled] .sfProducts.legacy UL LI .links A.buy.focus {
  background-color: #174E89;
  border-color: #10355d;
}
.sfProducts.legacy UL LI .links A.buy .badge {
  color: #174E89;
  background-color: #FFF;
}
.sfProducts.legacy UL LI .links A.buy .nofade {
  cursor: default;
}
.sfProducts.legacy UL LI .links A.buy .nofade:hover,
.sfProducts.legacy UL LI .links A.buy .nofade:active {
  background-color: #174E89;
  border-color: #10355d;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/POLL.LESS
--------------------------------------------------  */
/*---- COMMON ELEMENTS----*/
#pollquestion UL {
  margin: 0;
  padding: 0;
  list-style: none;
}
#pollquestion UL LI {
  margin: 0;
  padding: 0;
}
/*---- TEMPLATE----*/
#poll FORM {
  margin-bottom: 40px;
}
#poll FORM #pollquestion UL {
  margin: 0;
  padding: 0;
  list-style: none;
}
#poll FORM #pollquestion UL LI {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}
#poll #pollresult {
  margin-bottom: 40px;
}
#poll #pollresult UL {
  margin: 0;
  padding: 0;
  list-style: none;
}
#poll #pollresult UL LI {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
#poll #pollresult UL LI .answer {
  display: inline-block;
}
#poll #pollresult UL LI .percent {
  display: inline-block;
}
#poll #pollresult UL LI .graph {
  margin-top: 3px;
  display: block;
  background-color: #AAAAAA;
  height: 25px;
}
#poll #pollresult UL LI .votes {
  display: none !important;
}
#poll TABLE .date {
  width: 60px;
  color: #AAAAAA;
}
/*---- SITE FEATURE ----*/
/*---- OLD 
#poll {
    .description {

    }
    form {
    }
    .chart {}
    #pollquestion {
        ul {
            
            li {
                
                input {}
            }
        }
    }
    #pollresult {
        h1, h2 {
            span {}
        }
        ul {
            
            li {

                .answer {

                }
                .percent {

                }
                .graph {
                    
                    
  
                }
                .votes {

                }
            }
        }
    }
    TABLE {

        TH {

        }
        TD.date {

        }
    }
    #question {

    }
}
----*/
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}
.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}
.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__captions .plyr__caption div {
  display: inline;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}
.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}
a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after,
a.plyr__control::before {
  display: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff;
}
.plyr--video .plyr__control svg {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff;
}
.plyr__control--overlaid {
  background: rgba(26, 175, 255, 0.8);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #1aafff;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__menu,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls .plyr__volume,
.plyr__controls > .plyr__control {
  margin-left: 5px;
}
.plyr__controls .plyr__menu + .plyr__control,
.plyr__controls .plyr__progress + .plyr__control,
.plyr__controls > .plyr__control + .plyr__control,
.plyr__controls > .plyr__control + .plyr__menu {
  margin-left: 2px;
}
.plyr__controls > .plyr__control:first-child,
.plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__controls .plyr__menu,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time,
  .plyr__controls .plyr__volume,
  .plyr__controls > .plyr__control {
    margin-left: 10px;
  }
}
.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px;
}
.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}
.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}
.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.plyr__video-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}
.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: 7px;
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4f5b5f;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px;
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px;
}
.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #1aafff;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}
.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #1aafff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0;
}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(183, 197, 205, 0.66);
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr__time {
  font-size: 14px;
}
.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}
.plyr--video {
  background: #000;
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}
.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__progress {
  flex: 1;
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}
.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66);
}
.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66);
}
.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}
.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}
.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #b7c5cd;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}
.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--no-transition {
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0!important;
  height: 1px!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/SEARCH.LESS
--------------------------------------------------  */
/*------------------ CATEGORY ------------------*/
#template-search #searchForm {
  padding: 20px 20px 20px 15px;
  margin-bottom: 40px;
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  overflow: auto;
}
#template-search #ss360-layer {
  padding: 0;
}
#template-search #ss360-layer #ss360-search-result-heading {
  color: #AAAAAA;
}
#template-search #ss360-layer .content-group-heading {
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  color: #666666;
  display: none !important;
}
/*------------------ SITE FEATURE ------------------*/
#searchForm {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
#searchForm DIV {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 75%;
}
@media (min-width: 768px) {
  #searchForm DIV {
    float: left;
    width: 83.33333333%;
  }
}
#searchForm DIV INPUT[type=text] {
  font-size: 20px;
  height: auto;
}
#searchForm BUTTON {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #searchForm BUTTON {
    float: left;
    width: 16.66666667%;
  }
}
#searchForm BUTTON:BEFORE {
  content: "\f002";
  margin-right: 3px;
}
/*------------------------------------------------------
RESPONSIVE MEDIA QUERIES
------------------------------------------------------*/
/*---- MOBILE ----*/
/*---- TABLETS AND UP ----*/
/*---- SM-DESKTOP AND UP ----*/
/*---- TABLETS ----*/
/*---- SM-DESKTOP ----*/
/*---- LG-DESKTOP ----*/
/*  --------------------------------------------------
COMMON/TEMPLATES/SITE-FEATUREDS.LESS
--------------------------------------------------  */
.sfModule {
  /*-- FRAMEWORK --*/
}
.posMiddle .sfModule {
  clear: both;
}
.sfModule .head {
  margin-bottom: 20px;
}
.sfModule .head H2 {
  margin: 0;
}
.sfModule .sfHeaderImage {
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
.sfModule .sfHeaderImage IMG {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .sfModule .sfHeaderImage {
    padding: 5px;
  }
}
A .sfModule .sfHeaderImage:HOVER {
  border: 1px solid #174E89;
}
.sfModule .sfHeaderImage.gallery,
.sfModule .sfHeaderImage.thin-padding,
.sfModule .sfHeaderImage.thin {
  padding: 5px;
}
.sfModule .sfHeaderImage IMG {
  border: 1px solid #E7E7E7;
}
.sfModule .sfHeaderImage IMG {
  width: 100%;
  height: auto;
}
#cat-home #left .sfContainer .sfModule .head H2,
#cat-home #main .sfContainer .sfModule .head H2,
#cat-home #right .sfContainer .sfModule .head H2 {
  margin: 0;
  padding: 0;
}
#left .sfContainer .sfModule,
#main .sfContainer .sfModule,
#right .sfContainer .sfModule {
  margin-bottom: 20px;
}
#left .sfContainer .sfModule .head H2,
#main .sfContainer .sfModule .head H2,
#right .sfContainer .sfModule .head H2 {
  margin: 0 0 15px 0;
  padding: 0;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/SLICK.LESS
--------------------------------------------------  */
/* Slider */
.slick-slider {
  margin-bottom: 20px;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .slick-list {
    margin: 0 15px;
  }
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 7.5px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 35%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 0.5;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
@media (max-width: 767px) {
  .slick-prev {
    left: -5px;
  }
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f053";
}
[dir="rtl"] .slick-prev:before {
  content: "\f054";
}
.slick-next {
  right: -25px;
}
@media (max-width: 767px) {
  .slick-next {
    right: -5px;
  }
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f054";
}
[dir="rtl"] .slick-next:before {
  content: "\f053";
}
/*------------------------------------------------------
RESPONSIVE MEDIA QUERIES
------------------------------------------------------*/
/*---- MOBILE ----*/
/*---- TABLETS AND UP ----*/
/*---- SM-DESKTOP AND UP ----*/
/*------------------------------------------------------*/
/*---- TABLETS ----*/
/*---- SM-DESKTOP ----*/
/*---- LG-DESKTOP ----*/
/*  --------------------------------------------------
COMMON/TEMPLATES/SLIDES.LESS
--------------------------------------------------  */
/*------------------ SITE FEATURE ------------------*/
@media (max-width: 767px) {
  .sfSlides .carousel.fullscreen-xs .item .carousel-caption .logo IMG {
    max-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sfSlides .carousel.fullscreen-sm .item .carousel-caption .logo IMG {
    max-height: 300px;
  }
}
@media (min-width: 992px) {
  .sfSlides .carousel.fullscreen-md .item .carousel-caption .logo IMG {
    max-height: 400px;
  }
}
.sfSlides .carousel .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sfSlides .carousel .item .caption-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75), transparent);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75), transparent);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75), transparent);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75), transparent);
}
.sfSlides .carousel .item .carousel-caption {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background: transparent;
  left: inherit !important;
  right: inherit !important;
  bottom: inherit !important;
  top: inherit !important;
  padding: 70px 20px 20px 20px;
}
@media (min-width: 768px) {
  .sfSlides .carousel .item .carousel-caption {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .sfSlides .carousel .item .carousel-caption {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .sfSlides .carousel .item .carousel-caption {
    width: 1170px;
  }
}
.sfSlides .carousel .item .carousel-caption > .navbar-header,
.sfSlides .carousel .item .carousel-caption > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .sfSlides .carousel .item .carousel-caption > .navbar-header,
  .sfSlides .carousel .item .carousel-caption > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sfSlides .carousel .item .carousel-caption {
    width: 100%;
    padding-top: 20px;
  }
}
.sfSlides .carousel .item .carousel-caption .logo {
  margin-bottom: 20px;
}
.sfSlides .carousel .item .carousel-caption .logo IMG {
  -webkit-filter: 3px 3px 2px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
}
@media (max-width: 767px) {
  .sfSlides .carousel .item .carousel-caption .logo IMG {
    max-width: 100%;
    max-height: 75px;
    width: auto;
  }
}
.sfSlides .carousel .item .carousel-caption .name {
  margin-bottom: 10px !important;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 64px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .sfSlides .carousel .item .carousel-caption .name {
    font-size: 36px;
  }
}
.sfSlides .carousel .item .carousel-caption .description {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
  font-size: 32px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .sfSlides .carousel .item .carousel-caption .description {
    font-size: 16px;
  }
}
.sfSlides .carousel .item .carousel-caption .slides-buttons {
  margin-top: 20px;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A {
  cursor: pointer;
}
@media (max-width: 767px) {
  .sfSlides .carousel .item .carousel-caption .slides-buttons A {
    display: block;
    width: 100%;
  }
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #FFF !important;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default:focus,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default.focus {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #bfbfbf !important;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default:hover {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #e0e0e0 !important;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default:active,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default.active,
.open > .dropdown-toggle.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #e0e0e0 !important;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default:active:hover,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default.active:hover,
.open > .dropdown-toggle.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default:hover,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default:active:focus,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default.active:focus,
.open > .dropdown-toggle.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default:focus,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default:active.focus,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default.active.focus,
.open > .dropdown-toggle.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default.focus {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #bfbfbf !important;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default:active,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default.active,
.open > .dropdown-toggle.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default {
  background-image: none !important;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default.disabled:hover,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default[disabled]:hover,
fieldset[disabled] .sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default:hover,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default.disabled:focus,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default[disabled]:focus,
fieldset[disabled] .sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default:focus,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default.disabled.focus,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default[disabled].focus,
fieldset[disabled] .sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default.focus {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #FFF !important;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default .badge {
  color: rgba(0, 0, 0, 0.5) !important;
  background-color: #FFF !important;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default .nofade {
  cursor: default !important;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default .nofade:hover,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default .nofade:active {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: #FFF !important;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-default:HOVER {
  background-color: #134273 !important;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary {
  color: #FFF;
  background-color: #174E89;
  border-color: #10355d;
  border: 1px solid #FFF;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary:focus,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary.focus {
  color: #FFF;
  background-color: #10355d;
  border-color: #000000;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary:hover {
  color: #FFF;
  background-color: #10355d;
  border-color: #071729;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary:active,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary.active,
.open > .dropdown-toggle.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary {
  color: #FFF;
  background-color: #10355d;
  border-color: #071729;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary:active:hover,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary.active:hover,
.open > .dropdown-toggle.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary:hover,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary:active:focus,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary.active:focus,
.open > .dropdown-toggle.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary:focus,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary:active.focus,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary.active.focus,
.open > .dropdown-toggle.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary.focus {
  color: #FFF;
  background-color: #0b243f;
  border-color: #000000;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary:active,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary.active,
.open > .dropdown-toggle.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary {
  background-image: none;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary.disabled:hover,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary[disabled]:hover,
fieldset[disabled] .sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary:hover,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary.disabled:focus,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary[disabled]:focus,
fieldset[disabled] .sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary:focus,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary.disabled.focus,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary[disabled].focus,
fieldset[disabled] .sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary.focus {
  background-color: #174E89;
  border-color: #10355d;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary .badge {
  color: #174E89;
  background-color: #FFF;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary .nofade {
  cursor: default;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary .nofade:hover,
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary .nofade:active {
  background-color: #174E89;
  border-color: #10355d;
}
.sfSlides .carousel .item .carousel-caption .slides-buttons A.btn-primary:HOVER {
  border: 1px solid #FFF;
}
.sfSlides .carousel IMG {
  width: auto;
  height: auto;
}
DIV[data-name="sf-weekly-broadcast"] {
  text-align: center;
}
DIV[data-name="sf-weekly-broadcast"] .image {
  margin-bottom: 20px;
}
DIV[data-name="sf-weekly-follow-ups"] {
  text-align: center;
}
DIV[data-name="sf-weekly-follow-ups"] > DIV {
  margin-bottom: 20px;
}
DIV[data-name="sf-weekly-follow-ups"] .image {
  margin-bottom: 15px;
}
DIV[data-name="sf-weekly-follow-ups"] .title {
  font-size: 14px;
}
DIV[data-name="sf-weekly-follow-ups"] .title A {
  color: #000;
}
/*------------------------------------------------------
RESPONSIVE MEDIA QUERIES
------------------------------------------------------*/
/*---- MOBILE ----*/
/*---- TABLETS AND UP ----*/
/*---- SM-DESKTOP AND UP ----*/
/*------------------------------------------------------*/
/*---- TABLETS ----*/
/*---- SM-DESKTOP ----*/
/*---- LG-DESKTOP ----*/
/*  --------------------------------------------------
COMMON/TEMPLATES/SWFPLAYER.LESS
--------------------------------------------------  */
#swfplayer {
  margin-bottom: 20px;
}
#swfplayer .head {
  font-family: "nimbus-sans-extended";
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#swfplayer .head H2 {
  font-size: 18px !important;
}
#swfplayer .content H2 {
  margin: 0;
}
#swfplayer .head {
  display: none;
}
#swfplayer .head h2 {
  margin-bottom: 20px;
}
#swfplayer .videocontainer {
  margin-bottom: 20px;
}
#swfplayer .content .description {
  padding-top: 15px;
}
#swfplayer .content .description .title {
  font-size: 18px;
}
#swfplayer .content .description .gallery {
  font-weight: bold;
}
#swfplayer .content .description .published {
  color: #999999;
  margin-bottom: 5px;
}
#swfplayer .content .description .commentcount {
  display: none;
}
#swfplayer .content .description #share {
  height: 50px;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  text-align: left;
  border: 1px solid red;
}
#swfplayer .content .description #share span {
  margin: 0 3px 0 0;
  border: 1px solid #ccc;
}
#swfplayer .content .description #share span.title {
  display: block;
  width: 15px;
  background: none;
  border: none;
  margin-right: 300px;
}
#swfplayer .content .description #share span.title b,
#swfplayer .content .description #share span.title strong {
  display: block;
  color: #999;
  font-size: 9px;
  font-weight: normal;
  text-transform: uppercase;
}
#swfplayer .content .description #share span.title b span,
#swfplayer .content .description #share span.title strong span {
  display: none;
}
#swfplayer .content #flvplayerholder {
  float: left;
}
#swfplayer .content .buttons {
  text-align: left;
}
#swfplayer.articleFeature .head {
  display: none;
}
#swfplayer.articleFeature .content #description {
  margin-top: 15px;
  display: none !important;
}
#swfplayer.articleFeature .content #description .data span {
  display: none;
}
#swfplayer.articleFeature .content #description #title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
#player {
  float: left;
}
/*  --------------------------------------------------
COMMON/TEMPLATES/VIDEO.LESS
--------------------------------------------------  */
.plyr {
  margin-bottom: 20px;
}
.plyr__poster {
  background-size: cover !important;
}
/*------------------ TEMPLATE ------------------*/
#video #swfplayer .description .gallery {
  display: none;
}
#videoArchive {
  margin-top: 20px;
}
#videoArchive h3 {
  margin: 15px 0;
  color: #777777;
}
#videoArchive UL {
  padding-left: 0;
  margin: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
#videoArchive UL > * {
  flex: 0 0 auto;
}
#videoArchive UL LI {
  padding: 0;
  margin: 0;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  color: #999999;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #videoArchive UL LI {
    float: left;
    width: 25%;
  }
}
#videoArchive UL LI .smi-thumbnail {
  margin-bottom: 5px;
}
#videoArchive UL LI .smi-thumbnail A IMG {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #videoArchive UL LI .smi-thumbnail A IMG {
    padding: 5px;
  }
}
A #videoArchive UL LI .smi-thumbnail A IMG:HOVER {
  border: 1px solid #174E89;
}
#videoArchive UL LI .smi-thumbnail A IMG.gallery,
#videoArchive UL LI .smi-thumbnail A IMG.thin-padding,
#videoArchive UL LI .smi-thumbnail A IMG.thin {
  padding: 5px;
}
#videoArchive UL LI .smi-thumbnail A IMG IMG {
  border: 1px solid #E7E7E7;
}
#videoArchive UL LI .details .title {
  font-size: 14px;
  margin-bottom: 5px;
}
#videoArchive UL LI .details .date {
  display: block;
  font-size: 12px;
}
.videoembed {
  margin: 0 0 10px 0;
  padding: 20px 0;
  text-align: center;
  clear: both;
  border: 1px solid #CCCCCC;
  background: #EEE;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/*-- PLAY BUTTON --*/
A.play {
  text-decoration: none;
  display: block;
  position: relative;
}
A:HOVER.play {
  text-decoration: none;
}
A.play:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: "\f144";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  opacity: 0.5;
  text-shadow: 0px 0px 8px #000;
  font-size: 64px;
  margin-top: -35px;
  margin-left: -35px;
}
A:HOVER.play:before {
  opacity: 0.75;
}
A.play.sm:BEFORE {
  font-size: 32px;
  margin-top: -19px;
  margin-left: -19px;
}
A.play.lg:BEFORE {
  font-size: 96px;
  margin-top: -71px;
  margin-left: -51px;
}
#video #playerholder,
#video #playerholder_wrapper {
  float: left;
}
#playerholder,
#playerholder_wrapper {
  float: left;
}
/*-- GALLERY BUTTON --*/
A.gallery {
  text-decoration: none;
  display: block;
  position: relative;
}
A:HOVER.gallery {
  text-decoration: none;
}
A.gallery:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\f00a";
  color: #FFF;
  opacity: 0.5;
  text-shadow: 0px 0px 8px #000;
  font-size: 64px;
  margin-top: -35px;
  margin-left: -35px;
}
A:HOVER.gallery:before {
  opacity: 0.75;
}
A.gallery.sm:BEFORE {
  font-size: 32px;
  margin-top: -19px;
  margin-left: -19px;
}
A.gallery.lg:BEFORE {
  font-size: 96px;
  margin-top: -71px;
  margin-left: -51px;
}
/*------------------ SITE FEATURE ------------------*/
.sfVideo.player {
  position: relative;
}
.sfVideo.preview .head {
  margin-bottom: 15px;
}
.sfVideo.preview .content {
  margin-left: -15px;
  margin-right: -15px;
}
.sfVideo.preview .content > DIV {
  margin-bottom: 20px;
  font-size: 14px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .sfVideo.preview .content > DIV {
    float: left;
    width: 100%;
  }
}
.sfVideo.preview .content > DIV .image {
  margin-bottom: 10px;
}
.sfVideo.preview .image A {
  display: block;
  position: relative;
}
.sfVideo.preview .row > DIV {
  margin-bottom: 20px;
}
.sfVideo .video {
  margin-bottom: 10px;
}
.sfVideo #eventDetails #videoArchive {
  padding-top: 20px;
}
.posMiddle .sfVideo {
  margin-bottom: 20px;
}
/* Responsive embed video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Responsive 16:9 youtube video */
.responsive-embed-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  margin-bottom: 25px;
}
.responsive-embed-video iframe {
  position: absolute;
  width: 100%!important;
  height: 100%!important;
}
/*------------------ COMMON - STUBS ------------------*/
#stubPoll .head H2 {
  color: #666666;
  font-size: 16px;
  margin: 0 0 20px 0;
}
#pollquestion #question H2 {
  margin: 0 0 20px 0;
  padding: 0;
}
#pollquestion UL {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
#pollquestion UL LI {
  margin: 0;
  padding: 0 0 5px 0;
}
#submit {
  text-align: center;
}
#submit INPUT {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  line-height: 1.4 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #FFF;
  background-color: #174E89;
  border-color: #10355d;
}
#submit INPUT:focus,
#submit INPUT:active:focus,
#submit INPUT.active:focus,
#submit INPUT.focus,
#submit INPUT:active.focus,
#submit INPUT.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#submit INPUT:hover,
#submit INPUT:focus,
#submit INPUT.focus {
  color: #174E89;
  text-decoration: none;
}
#submit INPUT:active,
#submit INPUT.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#submit INPUT.disabled,
#submit INPUT[disabled],
fieldset[disabled] #submit INPUT {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a#submit INPUT.disabled,
fieldset[disabled] a#submit INPUT {
  pointer-events: none;
}
@media (min-width: 767px) {
  #submit INPUT {
    margin: 0 2px 5px 2px;
  }
}
@media (max-width: 767px) {
  #submit INPUT {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
#submit INPUT:HOVER {
  transform: scale(1.05);
}
#submit INPUT:HOVER:BEFORE,
#submit INPUT:HOVER:AFTER {
  transform: scale(1.05);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#submit INPUT:BEFORE,
#submit INPUT:AFTER {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.3s ease-in-out;
}
#submit INPUT:BEFORE {
  margin-right: 3px;
}
#submit INPUT:AFTER {
  margin-left: 3px;
}
#submit INPUT:focus,
#submit INPUT.focus {
  color: #FFF;
  background-color: #10355d;
  border-color: #000000;
}
#submit INPUT:hover {
  color: #FFF;
  background-color: #10355d;
  border-color: #071729;
}
#submit INPUT:active,
#submit INPUT.active,
.open > .dropdown-toggle#submit INPUT {
  color: #FFF;
  background-color: #10355d;
  border-color: #071729;
}
#submit INPUT:active:hover,
#submit INPUT.active:hover,
.open > .dropdown-toggle#submit INPUT:hover,
#submit INPUT:active:focus,
#submit INPUT.active:focus,
.open > .dropdown-toggle#submit INPUT:focus,
#submit INPUT:active.focus,
#submit INPUT.active.focus,
.open > .dropdown-toggle#submit INPUT.focus {
  color: #FFF;
  background-color: #0b243f;
  border-color: #000000;
}
#submit INPUT:active,
#submit INPUT.active,
.open > .dropdown-toggle#submit INPUT {
  background-image: none;
}
#submit INPUT.disabled:hover,
#submit INPUT[disabled]:hover,
fieldset[disabled] #submit INPUT:hover,
#submit INPUT.disabled:focus,
#submit INPUT[disabled]:focus,
fieldset[disabled] #submit INPUT:focus,
#submit INPUT.disabled.focus,
#submit INPUT[disabled].focus,
fieldset[disabled] #submit INPUT.focus {
  background-color: #174E89;
  border-color: #10355d;
}
#submit INPUT .badge {
  color: #174E89;
  background-color: #FFF;
}
#submit INPUT .nofade {
  cursor: default;
}
#submit INPUT .nofade:hover,
#submit INPUT .nofade:active {
  background-color: #174E89;
  border-color: #10355d;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
#cat-fan-fi .app-buttons:before,
#cat-fan-fi .app-buttons:after,
#cat_nhra_rotator #pageContent:before,
#cat_nhra_rotator #pageContent:after,
#cat-fan-cam-rotator #pageContent:before,
#cat-fan-cam-rotator #pageContent:after,
.multiColumn:before,
.multiColumn:after,
.sfEvents.raceweek .head H2:before,
.sfEvents.raceweek .head H2:after,
.sfEvents.raceweek .content:before,
.sfEvents.raceweek .content:after,
.sfAlerts .alert:before,
.sfAlerts .alert:after,
.sfArticles.feature .content .articleContainer:before,
.sfArticles.feature .content .articleContainer:after,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container:before,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container:after,
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-list:before,
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-list:after,
.sfForm FORM #dynamicform .fields:before,
.sfForm FORM #dynamicform .fields:after,
.sfPaymentForm FORM #dynamicform .fields:before,
.sfPaymentForm FORM #dynamicform .fields:after,
#photoGallery .archive ul:before,
#photoGallery .archive ul:after,
#photoGallery .sfComponent .archive ul:before,
#photoGallery .sfComponent .archive ul:after,
.sfProducts.legacy UL:before,
.sfProducts.legacy UL:after,
.sfSlides .carousel .item .carousel-caption:before,
.sfSlides .carousel .item .carousel-caption:after,
#videoArchive UL:before,
#videoArchive UL:after,
.sfVideo.preview .content:before,
.sfVideo.preview .content:after,
.smi-row:before,
.smi-row:after,
.smi-container:before,
.smi-container:after,
#footer .posFooter:before,
#footer .posFooter:after,
DIV[data-name=sf-weekly-shows]:before,
DIV[data-name=sf-weekly-shows]:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
#cat-fan-fi .app-buttons:after,
#cat_nhra_rotator #pageContent:after,
#cat-fan-cam-rotator #pageContent:after,
.multiColumn:after,
.sfEvents.raceweek .head H2:after,
.sfEvents.raceweek .content:after,
.sfAlerts .alert:after,
.sfArticles.feature .content .articleContainer:after,
.sfEvents.calendar.full .custom-calendar-list .fc-list-container:after,
.sfEventOption .eventOptions .optionContainer .eventOptions-container .eventoption-body .eventoption-list:after,
.sfForm FORM #dynamicform .fields:after,
.sfPaymentForm FORM #dynamicform .fields:after,
#photoGallery .archive ul:after,
#photoGallery .sfComponent .archive ul:after,
.sfProducts.legacy UL:after,
.sfSlides .carousel .item .carousel-caption:after,
#videoArchive UL:after,
.sfVideo.preview .content:after,
.smi-row:after,
.smi-container:after,
#footer .posFooter:after,
DIV[data-name=sf-weekly-shows]: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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.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: 767px) {
  .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: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) 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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) 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: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) 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;
  }
}
/*-- MODULE PRESETS --*/
/* NAVBAR TEXT COLOR? */
/* NAVBAR BG COLOR */
/* TAB TEXT */
/* TAB TEXT ON HOVER */
/* TAB BG HOVER */
/* TAB TEXT OPEN */
/* TAB BG OPEN */
/* @import "prn-carousel.less"; */
/*------------------ COMPNENTS ------------------*/
.sfComponent {
  background: #F8F8F8;
  border: 1px solid #E7E7E7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 15px;
}
.sfComponent .head H2 {
  color: #AAAAAA;
  font-size: 16px;
  margin: 0 0 20px 0;
}
.sfComponent.Headlines .content TD.date {
  color: #AAAAAA;
  font-size: 11px;
  width: 60px;
  padding-top: 8px;
}
.sfAudio .head H2 {
  display: none;
}
.sfModule.posMiddle .sfLinks.thumbnails UL LI {
  width: 25%;
  height: 200px;
  text-align: center;
}
.sfModule.posMiddle .sfLinks.list UL LI {
  margin: 0 0 20px;
}
#csf39651 .name {
  font-size: 18px;
}
#csf39651 .name A:HOVER {
  text-decoraton: none;
}
#csf39651 .name SPAN I {
  display: inline-block;
  width: 40px;
  text-align: center;
}
#stubPoll {
  padding: 15px;
  border: 1px solid #E7E7E7;
  background: #F8F8F8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/*---------- FONTS ------------ */
/*-- TYPEKIT --*/
.fontBody,
BODY {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fontAccent,
.nimbus-condensed {
  font-family: "nimbus-sans-condensed";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}
.fontHeadline,
.headlineFont,
.nimbus-extended {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A {
  padding: 0;
}
.monthHeader:NOT(:first-child) {
  margin-top: 0;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .logo IMG {
  width: 120px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .date {
  font-size: 16px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .series {
  font-size: 16px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .details .location {
  font-size: 16px;
}
.sfEvents.calendar.full .custom-calendar-list .fc-list-container .eventContainer A .logo IMG {
  object-fit: contain;
  height: auto;
}
.sfEvents.calendar.full .custom-calendar-list.expanded .fc-list-container .eventContainer A {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .sfEvents.calendar.full .custom-calendar-list.expanded .fc-list-container .eventContainer A .logo {
    margin-right: 20px;
    width: 125px;
  }
}
.dropdown-menu {
  border-top: 0 !important;
}
DIV[data-name="sf-featured-artist"] .logo {
  margin-bottom: 10px;
}
DIV[data-name="sf-featured-artist"] .name {
  margin-bottom: 5px;
  font-size: 24px;
  font-family: "nimbus-sans-condensed";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}
.templatehead > * {
  line-height: 1.2;
}
.templatehead H1 SPAN {
  display: block;
  font-size: 80%;
}
/*---- LINKS ----*/
A {
  color: #174E89;
  text-decoration: none;
}
A:HOVER {
  color: #05101c;
  text-decoration: none;
}
.nav-wrapper .navbar .navbar-nav > LI .dropdown-menu LI.head {
  padding-left: 0;
}
/*---- FONTS ----*/
.carousel-caption .description {
  font-family: "nimbus-sans-condensed";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}
.carousel-caption .name,
#categoryHeader H1 {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.smi-row {
  margin-left: -15px;
  margin-right: -15px;
}
.smi-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .smi-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .smi-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .smi-container {
    width: 1170px;
  }
}
.smi-container > .navbar-header,
.smi-container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .smi-container > .navbar-header,
  .smi-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#pageBody {
  margin-top: 20px;
}
/*---- TOPBAR ----*/
#topbar {
  display: none !important;
}
/*---- HEADER ----*/
.nav > li > a {
  font-family: "nimbus-sans-condensed";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  font-size: 28px;
  text-transform: none;
  font-weight: 400;
}
/*---- SOCIAL ICONS ----*/
/*---- Note: Additional styles for Social Icons are located in prn-elements.less ----*/
#csf39652 UL {
  /* 6/11/2018 - Adjust height of TuneIn's list item to fix background circle alignment issue */
}
#csf39652 UL LI {
  display: inline-block;
  margin-right: 10px;
}
#csf39652 UL LI .name A {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  font-size: 26px;
  color: #da3841;
  display: block;
  text-align: center;
  width: 35px;
  height: 35px;
  background: #FFF;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  /* 6/11/2018 - New TuneIn logo requires using an image instead of icon font */
}
#csf39652 UL LI .name A:HOVER {
  text-decoration: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#csf39652 UL LI .name A SPAN {
  display: none;
}
#csf39652 UL LI .name A I.tunein {
  display: block;
  width: 27px;
  height: 19px;
  position: relative;
  top: 9px;
  left: 5px;
  background: url(/layout/tunein@2x.png) no-repeat;
  background-size: 27px 19px;
}
#csf39652 UL LI#csf39652_6 {
  height: 28px;
}
/*---- FOOTER ----*/
#footer {
  background-color: #CCCCCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#222222));
  background: -webkit-linear-gradient(top, #555555, #222222);
  background: -moz-linear-gradient(top, #555555, #222222);
  background: -ms-linear-gradient(top, #555555, #222222);
  background: -o-linear-gradient(top, #555555, #222222);
  padding: 15px;
  padding-top: 0;
  color: #FFF;
  font-size: 12px;
}
#footer .posFooter {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #footer .posFooter {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #footer .posFooter {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #footer .posFooter {
    width: 1170px;
  }
}
#footer .posFooter > .navbar-header,
#footer .posFooter > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  #footer .posFooter > .navbar-header,
  #footer .posFooter > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#footer .posFooter H2 {
  font-size: 14px;
  color: #CCCCCC;
}
#footer .posFooter A {
  color: #FFFFFF;
}
#footer .posFooter A:HOVER {
  color: #E5E6B7;
}
/*---- HOME ----*/
.section {
  padding-bottom: 15px;
}
.section:BEFORE {
  content: "";
  display: block;
  height: 35px;
  padding-top: 0;
  background: url(/layout/bg_dropShadow2.png) no-repeat top center;
}
.section#promo {
  padding-bottom: 0;
}
.section#promo:BEFORE {
  display: none;
}
.section#header {
  padding-bottom: 0;
}
.section#header:BEFORE {
  display: none;
}
.section#breaking {
  background-color: #CCCCCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E7E7E7));
  background: -webkit-linear-gradient(top, #FFFFFF, #E7E7E7);
  background: -moz-linear-gradient(top, #FFFFFF, #E7E7E7);
  background: -ms-linear-gradient(top, #FFFFFF, #E7E7E7);
  background: -o-linear-gradient(top, #FFFFFF, #E7E7E7);
}
.section#racing {
  background-color: #CCCCCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E7E7E7));
  background: -webkit-linear-gradient(top, #FFFFFF, #E7E7E7);
  background: -moz-linear-gradient(top, #FFFFFF, #E7E7E7);
  background: -ms-linear-gradient(top, #FFFFFF, #E7E7E7);
  background: -o-linear-gradient(top, #FFFFFF, #E7E7E7);
}
.section#shows {
  background-color: #CCCCCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#AAAAAA));
  background: -webkit-linear-gradient(top, #CCCCCC, #AAAAAA);
  background: -moz-linear-gradient(top, #CCCCCC, #AAAAAA);
  background: -ms-linear-gradient(top, #CCCCCC, #AAAAAA);
  background: -o-linear-gradient(top, #CCCCCC, #AAAAAA);
}
.section#shows .smi-row H2 {
  color: #666666;
}
.section#shows .smi-row SPAN B,
.section#shows .smi-row SPAN I {
  border-top: 1px solid #666666;
}
.section#social {
  background-color: #CCCCCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E7E7E7));
  background: -webkit-linear-gradient(top, #FFFFFF, #E7E7E7);
  background: -moz-linear-gradient(top, #FFFFFF, #E7E7E7);
  background: -ms-linear-gradient(top, #FFFFFF, #E7E7E7);
  background: -o-linear-gradient(top, #FFFFFF, #E7E7E7);
}
.section#sponsors {
  background-color: #CCCCCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E7E7E7));
  background: -webkit-linear-gradient(top, #FFFFFF, #E7E7E7);
  background: -moz-linear-gradient(top, #FFFFFF, #E7E7E7);
  background: -ms-linear-gradient(top, #FFFFFF, #E7E7E7);
  background: -o-linear-gradient(top, #FFFFFF, #E7E7E7);
}
.posBannerHome,
.posBannerBottom {
  overflow: auto;
  margin-bottom: 20px;
}
.banner {
  text-align: center;
}
.banner.rectangle IMG {
  width: 100%;
  height: auto;
}
.leaderboard,
.smallboard {
  overflow: hidden;
  padding: 0;
}
.smi-row > H2 {
  margin: 0 0 40px 0;
  text-align: center;
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  line-height: 1;
  font-weight: 900;
  font-size: 24px;
  color: #AAAAAA;
  text-transform: uppercase;
  overflow: hidden;
}
.smi-row > H2 SPAN {
  position: relative;
}
.smi-row > H2 SPAN B {
  border-top: 1px solid #CCCCCC;
  display: block;
  position: absolute;
  top: 15px;
  left: -830px;
  width: 800px;
}
.smi-row > H2 SPAN I {
  border-top: 1px solid #CCCCCC;
  display: block;
  position: absolute;
  top: 15px;
  right: -830px;
  width: 800px;
}
#breaking {
  text-align: center;
}
#breaking .head {
  display: none;
}
#breaking .content {
  overflow: auto;
}
#breaking H1 {
  margin-bottom: 0;
  font-weight: bold;
}
#breaking H1 A:HOVER {
  text-decoration: none;
}
#breaking .image {
  float: right;
  margin: 0 0 20px 20px;
  display: none;
}
#breaking .image A IMG {
  height: 150px;
  width: auto;
}
#breaking .description {
  font-size: 18px;
}
#sponsors .smi-row > H2 {
  color: #999999;
}
#sponsors .smi-row > H2 B,
#sponsors .smi-row > H2 I {
  border-top: 1px solid #999999;
}
#sponsors .head {
  display: none;
}
#sponsors .content .head H2 {
  font-family: "nimbus-sans-extended";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #999999;
}
#sponsors .content UL {
  overflow: auto;
  text-align: center;
}
#sponsors .content UL LI {
  display: inline-block;
  margin: 0 10px;
  float: none;
  width: auto;
}
#sponsors .content UL LI .logo {
  margin: 0;
}
/* SOCIAL */
#social .module {
  margin-bottom: 40px;
}
/* FROM THE TRACK */
#racing .smi-row {
  margin-bottom: 20px;
}
#lastRace {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #lastRace {
    float: left;
    width: 33.33333333%;
  }
}
#lastRace thumbnail {
  position: relative;
  margin-bottom: 10px;
}
#lastRace H2 {
  margin: 0 0 3px 0;
  padding: 0;
  font-family: "nimbus-sans-condensed";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  font-size: 28px;
}
#lastRace .description {
  margin: 0;
}
#nextRace {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #nextRace {
    float: left;
    width: 66.66666667%;
  }
}
#nextRace .content {
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #E7E7E7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #CCCCCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#E7E7E7));
  background: -webkit-linear-gradient(top, #F8F8F8, #E7E7E7);
  background: -moz-linear-gradient(top, #F8F8F8, #E7E7E7);
  background: -ms-linear-gradient(top, #F8F8F8, #E7E7E7);
  background: -o-linear-gradient(top, #F8F8F8, #E7E7E7);
}
#nextRace .nextevent .logo {
  width: 33%;
  float: right;
  padding: 0;
  border: 0;
  background: transparent;
}
#nextRace .nextevent H2 {
  margin-bottom: 0;
  font-size: 36px;
  font-family: "nimbus-sans-condensed";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  line-height: 36px;
}
#nextRace .nextevent .series {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
  font-family: "nimbus-sans-condensed";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: #666666;
}
#nextRace .nextevent .location {
  margin-bottom: 0;
  font-weight: bold;
  color: #666666;
}
#nextRace .nextevent .location A:AFTER {
  content: "\00bb";
  padding-left: 5px;
}
#nextRace .nextevent .date {
  display: inline-block;
  color: #666666;
}
#nextRace .nextevent .time {
  display: inline-block;
  color: #666666;
}
#nextRace .nextevent .buttons {
  display: inline-block;
  text-align: left;
  margin: 10px 0;
}
#nextRace .nextevent .buttons .button {
  margin-left: 0;
  margin-right: 6px;
  font-size: 36px;
}
#nextRace .nextevent .buttons A {
  text-transform: uppercase;
  color: #fff;
  background-color: #9A2325;
  border-color: #701a1b;
}
#nextRace .nextevent .buttons A:focus,
#nextRace .nextevent .buttons A.focus {
  color: #fff;
  background-color: #701a1b;
  border-color: #090202;
}
#nextRace .nextevent .buttons A:hover {
  color: #fff;
  background-color: #701a1b;
  border-color: #3f0e0f;
}
#nextRace .nextevent .buttons A:active,
#nextRace .nextevent .buttons A.active,
.open > .dropdown-toggle#nextRace .nextevent .buttons A {
  color: #fff;
  background-color: #701a1b;
  border-color: #3f0e0f;
}
#nextRace .nextevent .buttons A:active:hover,
#nextRace .nextevent .buttons A.active:hover,
.open > .dropdown-toggle#nextRace .nextevent .buttons A:hover,
#nextRace .nextevent .buttons A:active:focus,
#nextRace .nextevent .buttons A.active:focus,
.open > .dropdown-toggle#nextRace .nextevent .buttons A:focus,
#nextRace .nextevent .buttons A:active.focus,
#nextRace .nextevent .buttons A.active.focus,
.open > .dropdown-toggle#nextRace .nextevent .buttons A.focus {
  color: #fff;
  background-color: #531314;
  border-color: #090202;
}
#nextRace .nextevent .buttons A:active,
#nextRace .nextevent .buttons A.active,
.open > .dropdown-toggle#nextRace .nextevent .buttons A {
  background-image: none;
}
#nextRace .nextevent .buttons A.disabled:hover,
#nextRace .nextevent .buttons A[disabled]:hover,
fieldset[disabled] #nextRace .nextevent .buttons A:hover,
#nextRace .nextevent .buttons A.disabled:focus,
#nextRace .nextevent .buttons A[disabled]:focus,
fieldset[disabled] #nextRace .nextevent .buttons A:focus,
#nextRace .nextevent .buttons A.disabled.focus,
#nextRace .nextevent .buttons A[disabled].focus,
fieldset[disabled] #nextRace .nextevent .buttons A.focus {
  background-color: #9A2325;
  border-color: #701a1b;
}
#nextRace .nextevent .buttons A .badge {
  color: #9A2325;
  background-color: #fff;
}
#nextRace .nextevent .buttons A .nofade {
  cursor: default;
}
#nextRace .nextevent .buttons A .nofade:hover,
#nextRace .nextevent .buttons A .nofade:active {
  background-color: #9A2325;
  border-color: #701a1b;
}
#nextRace .otherevents {
  clear: both;
  overflow: auto;
  border-top: 1px solid #CCCCCC;
}
#nextRace .otherevents > DIV {
  position: relative;
  float: left;
  margin-top: 20px;
}
#nextRace .otherevents > DIV:first-child {
  margin-right: 20px;
}
#nextRace .otherevents .logo {
  position: absolute;
  top: 0;
  left: 0;
}
#nextRace .otherevents h3 {
  font-size: 24px;
  font-family: "nimbus-sans-condensed";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  line-height: 24px;
  padding: 0;
  margin: 0;
  margin-left: 60px;
}
#nextRace .otherevents .series {
  font-size: 18px;
  font-family: "nimbus-sans-condensed";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  line-height: 24px;
  padding: 0;
  margin: 0;
  color: #666666;
  margin-left: 60px;
}
#nextRace .otherevents .date {
  margin-left: 60px;
  display: inline-block;
  color: #666666;
}
#nextRace .otherevents .time {
  display: inline-block;
  color: #666666;
}
/* WEEKLY SHOWS */
DIV[data-name=sf-weekly-shows] {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
DIV[data-name=sf-weekly-shows] > .navbar-header,
DIV[data-name=sf-weekly-shows] > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  DIV[data-name=sf-weekly-shows] > .navbar-header,
  DIV[data-name=sf-weekly-shows] > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
DIV[data-name=sf-weekly-shows] .row {
  justify-content: center;
}
DIV[data-name=sf-weekly-shows] .sflink {
  margin-bottom: 40px !important;
}
DIV[data-name=sf-weekly-shows] .linkContainer {
  border: 1px solid #CCCCCC;
  background: #F8F8F8;
  padding: 20px;
  border-radius: 6px;
}
DIV[data-name=sf-weekly-shows] .logo {
  margin-bottom: 10px !important;
}
DIV[data-name=sf-weekly-shows] .logo IMG {
  border: 1px solid #CCCCCC;
  padding: 5px;
}
DIV[data-name=sf-weekly-shows] .name A {
  font-family: "nimbus-sans-condensed";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  font-size: 32px;
  color: #666666;
}
/* CONNECT */
#newsletter .content {
  background: #CCCCCC;
  height: 400px;
}
#newsletter .content IMG {
  width: 100%;
  height: auto;
}
#newsletter .content .description {
  padding: 20px;
}
#newsletter .content .formInput {
  padding: 20px;
  text-align: center;
}
#newsletter .content .formInput input[type=text] {
  margin-right: 5px;
  margin-bottom: 10px;
  width: 80%;
}
#newsletter .content .formInput input[type=submit] {
  margin-right: 5px;
  text-align: center;
}
/* MODULE */
.module .head,
.sfModule .head {
  font-family: "nimbus-sans-extended";
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.module .head H2,
.sfModule .head H2 {
  font-size: 18px !important;
}
.module .content H2,
.sfModule .content H2 {
  margin: 0;
}
.banners .banner {
  margin-bottom: 10px;
}
/*---------- XS - MOBILE  ----------*/
@media (max-width: 767px) {
  #header {
    background: #c12f36;
    padding-top: 5px;
  }
  #header .smi-container {
    padding-left: 0;
    padding-right: 0;
  }
  #header .navbar-toggle {
    margin: 15px 15px 20px 0;
  }
  #header .navbar-default {
    border: 0;
  }
  #header .navbar-default .navbar-collapse,
  #header .navbar-default .navbar-form {
    border: 0;
  }
  #header .item1 {
    display: none !important;
  }
  #header .item2 {
    display: none !important;
  }
  #header .item3 {
    display: none !important;
  }
  div.posWeeklyShows .sfLinks.thumbnails ul li {
    width: 100%;
  }
  .banners .banner IMG {
    width: 100%;
    height: auto;
  }
  .banners .banner.two IMG {
    width: 25%;
    height: auto;
  }
  #footer .sfModule {
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    background-color: transparent;
  }
  #newsletter .content {
    height: auto;
  }
}
/*---------- SM+ - TABLET AND LARGER ----------*/
@media (min-width: 768px) {
  #header {
    background: #c12f36 url(/layout/bg_header2.jpg) no-repeat top center;
    background-size: cover;
    border: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }
  #header .posHeader {
    z-index: 10;
  }
  #header .sfContainer {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  #header #csf38980 {
    position: absolute;
    top: 0;
    left: 0;
  }
  #header #csf39652 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
  }
  #header #csf57583 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #header A.logo {
    display: block;
    margin: 0;
    /* background: url(/layout/bg_logo.png) no-repeat top center; */
  }
  #header A.logo SPAN {
    display: none;
  }
  #header A.logo IMG {
    width: 100%;
    height: auto;
  }
  .nav-wrapper .navbar .navbar-nav {
    text-align: right;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  #nav-sub-shows LI:first-child A {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "nimbus-sans-extended";
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
    line-height: 1.4 !important;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #9A2325;
    border-color: #701a1b;
    display: block;
    width: 100%;
    margin-top: 5px;
    text-transform: uppercase;
    color: #FFF !important;
    margin: 20px 0 !important;
  }
  #nav-sub-shows LI:first-child A:focus,
  #nav-sub-shows LI:first-child A:active:focus,
  #nav-sub-shows LI:first-child A.active:focus,
  #nav-sub-shows LI:first-child A.focus,
  #nav-sub-shows LI:first-child A:active.focus,
  #nav-sub-shows LI:first-child A.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  #nav-sub-shows LI:first-child A:hover,
  #nav-sub-shows LI:first-child A:focus,
  #nav-sub-shows LI:first-child A.focus {
    color: #174E89;
    text-decoration: none;
  }
  #nav-sub-shows LI:first-child A:active,
  #nav-sub-shows LI:first-child A.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  #nav-sub-shows LI:first-child A.disabled,
  #nav-sub-shows LI:first-child A[disabled],
  fieldset[disabled] #nav-sub-shows LI:first-child A {
    cursor: not-allowed;
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    -webkit-opacity: 0.65;
    opacity: 0.65;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  a#nav-sub-shows LI:first-child A.disabled,
  fieldset[disabled] a#nav-sub-shows LI:first-child A {
    pointer-events: none;
  }
  #nav-sub-shows LI:first-child A:HOVER {
    transform: scale(1.05);
  }
  #nav-sub-shows LI:first-child A:HOVER:BEFORE,
  #nav-sub-shows LI:first-child A:HOVER:AFTER {
    transform: scale(1.05);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  #nav-sub-shows LI:first-child A:BEFORE,
  #nav-sub-shows LI:first-child A:AFTER {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    transition: all 0.3s ease-in-out;
  }
  #nav-sub-shows LI:first-child A:BEFORE {
    margin-right: 3px;
  }
  #nav-sub-shows LI:first-child A:AFTER {
    margin-left: 3px;
  }
  #nav-sub-shows LI:first-child A:focus,
  #nav-sub-shows LI:first-child A.focus {
    color: #fff;
    background-color: #701a1b;
    border-color: #090202;
  }
  #nav-sub-shows LI:first-child A:hover {
    color: #fff;
    background-color: #701a1b;
    border-color: #3f0e0f;
  }
  #nav-sub-shows LI:first-child A:active,
  #nav-sub-shows LI:first-child A.active,
  .open > .dropdown-toggle#nav-sub-shows LI:first-child A {
    color: #fff;
    background-color: #701a1b;
    border-color: #3f0e0f;
  }
  #nav-sub-shows LI:first-child A:active:hover,
  #nav-sub-shows LI:first-child A.active:hover,
  .open > .dropdown-toggle#nav-sub-shows LI:first-child A:hover,
  #nav-sub-shows LI:first-child A:active:focus,
  #nav-sub-shows LI:first-child A.active:focus,
  .open > .dropdown-toggle#nav-sub-shows LI:first-child A:focus,
  #nav-sub-shows LI:first-child A:active.focus,
  #nav-sub-shows LI:first-child A.active.focus,
  .open > .dropdown-toggle#nav-sub-shows LI:first-child A.focus {
    color: #fff;
    background-color: #531314;
    border-color: #090202;
  }
  #nav-sub-shows LI:first-child A:active,
  #nav-sub-shows LI:first-child A.active,
  .open > .dropdown-toggle#nav-sub-shows LI:first-child A {
    background-image: none;
  }
  #nav-sub-shows LI:first-child A.disabled:hover,
  #nav-sub-shows LI:first-child A[disabled]:hover,
  fieldset[disabled] #nav-sub-shows LI:first-child A:hover,
  #nav-sub-shows LI:first-child A.disabled:focus,
  #nav-sub-shows LI:first-child A[disabled]:focus,
  fieldset[disabled] #nav-sub-shows LI:first-child A:focus,
  #nav-sub-shows LI:first-child A.disabled.focus,
  #nav-sub-shows LI:first-child A[disabled].focus,
  fieldset[disabled] #nav-sub-shows LI:first-child A.focus {
    background-color: #9A2325;
    border-color: #701a1b;
  }
  #nav-sub-shows LI:first-child A .badge {
    color: #9A2325;
    background-color: #fff;
  }
  #nav-sub-shows LI:first-child A .nofade {
    cursor: default;
  }
  #nav-sub-shows LI:first-child A .nofade:hover,
  #nav-sub-shows LI:first-child A .nofade:active {
    background-color: #9A2325;
    border-color: #701a1b;
  }
  #nav-sub-shows LI:first-child A:BEFORE {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: "\f6a8";
    margin-right: 10px;
    font-size: 80%;
  }
  #footer .sfModule[data-name="sf-speedway-motorsports"] {
    text-align: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #header #csf39652 {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  #header #csf57583 {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .nav-wrapper .navbar .navbar-nav {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 767px) {
  #nav-sub-shows LI:first-child A {
    margin: 0 2px 5px 2px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #nav-sub-shows LI:first-child A {
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }
}
.sfSlides .carousel .item .caption-container {
  background: none !important;
}
/*---------- SM - TABLETS ONLY ----------*/
@media (min-width: 768px) and (max-width: 991px) {
  #header A.logo {
    margin-left: 10px;
  }
  #header A.logo IMG {
    width: 60%;
    height: auto;
  }
  .nav-wrapper .navbar .navbar-nav {
    text-align: center;
  }
  .nav > li > a {
    font-size: 24px;
  }
}
/*---------- MD - DESKTOP ONLY ----------*/
/*---------- LG - DESKTOP ONLY ----------*/
