.fa-0:before {
  content: "\f14b";
}
.fa-1:before {
  content: "\f0a0";
}
.fa-2:before {
  content: "\f0c5";
}
.fa-3:before {
  content: "\f02d";
}
.fa-4:before {
  content: "\f0ae";
}
.fa-5:before {
  content: "\f0b1";
}
.fa-6:before {
  content: "\f0f6";
}
.fa-7:before {
  content: "\f108";
}
.fa-8:before {
  content: "\f109";
}
.fa-9:before {
  content: "\f10a";
}
.fa-10:before {
  content: "\f02d";
}
.fa-11:before {
  content: "\f0ae";
}
.fa-12:before {
  content: "\f0b1";
}
.fa-13:before {
  content: "\f0f6";
}

.bg-0 {
  background-color: #1F618D;
}

a.bg-0:hover,
a.bg-0:focus {
  background-color: #286090;
}
.bg-1 {
  background-color: #D35400;
}

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

.bg-2 {
  background-color: #CB4335;
}

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

.bg-3 {
  background-color: #1E8449;
}

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

.bg-4 {
  background-color: #6C3483;
}

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

.bg-5 {
  background-color: #616A6B;
}

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

.bg-6 {
  background-color: #FFBF00;
}

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

.bg-7 {
  background-color: #40E0D0;
}

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

.bg-8 {
  background-color: #F7DC6F;
}

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

.bg-9 {
  background-color: #117A65;
}

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

.bg-10 {
  background-color: #45B39D;
}

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

.bg-11 {
  background-color: #7B241C;
}

a.bg-11:hover,
a.bg-11:focus {
  background-color: #286090;
}
.bg-12 {
  background-color: #40E0D0;
}

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

.bg-13 {
  background-color: #F7DC6F;
}

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

btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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