@import url("//fonts.googleapis.com/css2?family=Old+Standard+TT:wght@700&family=Roboto:wght@400;700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-size: 12pt;
  color: #333;
  background-color: #fff;
}

.u-hide {
  display: none;
}
.u-bold {
  font-weight: bold;
}
.u-required {
  color: #d9534f;
}
.u-mb-10 {
  margin-bottom: 10px;
}
html.site {
  -webkit-font-smoothing: antialiased;
}
body.site {
  background-color: #fff;
  color: #666;
}
.site .boxed {
  background-color: #fff;
}
.site h1,
.site h2,
.site h3,
.site h4,
.site h5,
.site h6 {
  font-family: "Old Standard TT", serif;
  margin: 10px 0 17px;
}
.site h1 {
  font-size: 2.3em;
}
.site h2 {
  font-size: 2em;
}
.site h3 {
  font-size: 1.7em;
}
.site h4 {
  font-size: 1.4em;
}
.site h5 {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 10px;
}
.site h6 {
  font-size: 1em;
  font-weight: 400;
}
.site a {
  color: #0040be;
  text-decoration: none;
}
.site .strong {
  font-weight: 400;
}
.site a:hover {
  color: #000;
}
.site a.button {
  text-decoration: none;
}
.site input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.site :focus {
  outline: none !important;
}
.site ::-moz-focus-inner {
  border: 0 !important;
}
.site iframe {
  border: 0;
}
.site p.small {
  font-size: 0.9em;
}
.site .margin-small {
  margin-top: 5px;
  margin-bottom: 5px;
}
.site dt {
  color: #0099da;
}
.site dt,
.site dd {
  margin: 2px 0;
}
.site .small-font {
  font-size: 0.9em;
}
.site .primary-color {
  color: #0099da;
}
.site .alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.site .alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.site .aligncenter {
  display: block;
  margin: 0 auto;
}
.site .imageborder {
  padding: 5px;
  border: solid 1px #ddd;
}
.site img + p {
  margin-top: 20px;
}
.site img.alignleft + p,
.site img.alignright + p {
  margin-top: 0;
}
.site .p-lg {
  font-size: 1.1em;
  line-height: 180%;
}
.site .margin-bottom {
  margin-bottom: 40px;
}
.site .margin-top {
  margin-top: 40px;
}
.site .margin-top-80 {
  margin-top: 80px;
}
.site hr {
  display: block;
  border-top: 1px solid #ddd;
  margin: 25px 0;
}

.site .table-striped-primary > tbody > tr:nth-child(odd) > td,
.site .table-striped-primary > tbody > tr:nth-child(odd) > th {
  background-color: #0099da;
  color: #fff;
}
.site .popover {
  border-radius: 0;
}
.site .panel-border {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 10px;
}
.site .panel-border .panel-body {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.site .sidebar .panel-body {
  color: #444;
}
.site .sidebar .panel-body h4 {
  font-weight: 500;
}
.site .page-header {
  color: #000;
  border-bottom: solid 1px #0099da;
  margin-bottom: 30px;
  margin-top: 10px;
}

.site .card,
.site .card .card-footer {
  background-color: #f7f7f7;
}
.site .card-default {
  border-color: #e5e5e5;
}
.site .card-default .card-header {
  border-color: #e5e5e5;
}
.site .card-primary {
  border-color: #333;
}
.site .card-primary .card-header,
.site .card-primary .card-footer {
  background-color: #333;
  color: #fff;
}
.site .card-header {
  border-radius: 0;
}
.site .card-header a {
  font-weight: 500 !important;
}
.site .card-header i {
  margin-right: 5px;
  font-size: 1.1em;
}
.site .card-title {
  padding: 7px;
}
.site .card-primary .card-header a {
  color: #fff;
}
.site .card-primary .card-heading a:hover {
  background-color: none;
}
.site .card-primary .card-header a,
.site .card-primary .card-footer a {
  color: #fff;
}
.site .card .card-primary .card-header a:hover {
  background-color: transparent !important;
}
.site .card-default .card-header,
.site .card-default .card-footer {
  background-color: #f3f3f3;
  color: #333;
}

.site .breadcrumb > li + li:before {
  padding: 0 6px 0 5px;
  content: "\00bb";
}

.site .navbar {
  padding: 0;
}

.site .navbar-default {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4),
    inset 0 0 2px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4),
    inset 0 0 2px rgba(255, 255, 255, 0.75);
  background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ececec),
    to(#f4f4f4)
  );
  background-image: linear-gradient(to top, #ececec, #f4f4f4);
  margin-bottom: 0;
  border-bottom: 0;
}

@media (min-width: 767px) {
  .site .navbar-collapse {
    padding: 0;
  }
  .site .navbar-default .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }
  .site .navbar-default .navbar-nav > li > a:hover span,
  .site .navbar-default .navbar-nav > li > a:active span,
  .site .navbar-default .navbar-nav > li > a:focus span,
  .site .lang-toggle:hover span,
  .site .navbar-default .navbar-nav > .active > a:hover span,
  .site .navbar-default .navbar-nav > .active > a span {
    background-color: #000;
    border-bottom: 1px solid #fff;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .site .navbar-default .navbar-brand {
    font-size: 1.9em;
    word-spacing: -5px;
    -webkit-text-stroke: 0.007em;
    background-image: none;
    padding-left: 5px;
  }
}
.site .navbar-header .navbar-toggle {
  margin: 0;
  padding: 8px 12px 4px;
  background-color: #555;
  background-image: -webkit-linear-gradient(bottom, #4d4d4d, #666);
  background-image: -o-linear-gradient(bottom, #4d4d4d, #666);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#4d4d4d),
    to(#666)
  );
  background-image: linear-gradient(to top, #4d4d4d, #666);
  border: none;
  border-radius: 0;
  color: #fff;
  position: absolute;
  left: 0;
  height: 50px;
}
.site .navbar-header .navbar-toggle:hover,
.site .navbar-header .navbar-toggle:focus {
  background-color: #0087c1;
}
.site .navbar-header .navbar-toggle i {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 1.5em;
}
.site .sb-icon-navbar i {
  background-color: #555;
  background-image: -webkit-linear-gradient(bottom, #4d4d4d, #666);
  background-image: -o-linear-gradient(bottom, #4d4d4d, #666);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#4d4d4d),
    to(#666)
  );
  background-image: linear-gradient(to top, #4d4d4d, #666);
  color: #fff;
  padding: 11px;
  margin-left: 15px;
  vertical-align: middle;
  font-size: 1.5em;
  padding: 15px 14px 14px;
  height: 50px;
}
@media (min-width: 768px) and (max-width: 842px) {
  .site .navbar-right {
    float: left !important;
  }
}
@media (max-width: 991px) {
  .site .sb-icon-navbar i {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .site .navbar-default .navbar-brand {
    font-size: 1.2em;
    word-spacing: -4px;
    margin-left: 60px;
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}

.site input.input-lg[type="text"] {
  height: 40px !important;
}
.site .padding-20 {
  padding: 20px 0;
}
.site .padding-40 {
  padding: 40px 0;
}
.site .margin-10 {
  margin: 10px 0 !important;
}
.site .no-margin {
  margin: 0 !important;
}
.site .no-padding {
  padding: 0 !important;
}
.site .no-margin-bottom {
  margin-bottom: 0 !important;
}
.site .no-margin-top {
  margin-top: 0 !important;
}
.site .no-margin-left {
  margin-left: 0 !important;
}
.site .no-margin-right {
  margin-right: 0 !important;
}
.site .lateral-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.site .block {
  margin-bottom: 40px;
}
.site .block .nav > li > a > i {
  font-size: 1.3em;
}
.site .block ul {
  padding: 0;
}
.site .block ul.simple li {
  list-style-type: none;
  margin: 3px 0;
}
.site .block ul.simple li a {
  border-left: solid 2px #0099da;
  padding-left: 20px;
}
.site .block ul.simple li a:hover {
  border-color: #000;
}
.site .block ul.simple li ul {
  padding-left: 20px;
}
.site .post-sidebar {
  padding: 0;
}
.site .post-sidebar li {
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.site .post-sidebar img {
  float: left;
  padding: 5px;
  border: solid 1px #ccd;
  background-color: #ddd;
  margin-right: 10px;
}
.site .post-sidebar h4 {
  margin: 0;
  padding: 0;
}
.site .post-sidebar .date {
  margin-top: 10px;
  color: #666;
  display: block;
}
.site .wrap-primary {
  background-color: #0099da;
  background-color: rgba(0, 64, 90, 0.7);
  padding: 40px 0;
}
.site #header-full .secondary-color {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  color: #cdff76;
  font-weight: 300;
}
.site #header-full .lead {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-weight: 300;
  font-size: 1.6em;
  max-width: 700px;
  margin: 0 auto;
}
.site .header-full-icons {
  margin-top: 80px;
}
.site .header-full-icons {
  margin-top: 80px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.site .header-full-icons .icon-ar {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.site .header-full-icons .icon-ar:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.site #header-full h1,
.site #header-full h2,
.site #header-full h3,
.site #header-full h4,
.site #header-full h6 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  /* font-family: Muli, Lato, sans-serif; */
}
.site .head-title {
  font-size: 5em;
  font-weight: 300;
  text-align: center;
  color: #fff !important;
}
@media (min-height: 900px) {
  .site .wrap-primary {
    padding: 20px 0;
  }
  .site .header-full-icons {
    margin-top: 40px;
  }
}
@media (min-height: 990px) {
  .site .wrap-primary {
    padding: 80px 0 40px;
  }
}
@media (max-height: 900px) {
  .site .wrap-primary {
    padding: 0;
  }
  .site .header-full-icons {
    margin-top: 40px;
  }
  .site .head-title {
    font-size: 3em;
  }
  .site .head-subtitle {
    font-size: 2em;
  }
  .site .header-full-icons .icon-ar.icon-ar-xl-lg {
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 1.8;
  }
}
@media (max-height: 768px) {
  .site .head-full-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .site .wrap-primary {
    padding: 20px 0;
  }
  .site .header-full-icons {
    margin-top: 40px;
  }
  .site .head-title {
    font-size: 3em;
    font-weight: 300;
    text-align: center;
    color: #fff !important;
  }
  .site .head-subtitle {
    font-size: 2em;
  }
}
.site .paper-back {
  background-image: url("img/back.png");
  background-repeat: repeat;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.site .title-logo {
  background-image: url("img/colors/blue/logo50.png");
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 2.3em;
  font-weight: 300;
  color: #000;
  padding-top: 70px;
  margin-bottom: 20px;
  text-align: center;
}
.site .title-logo span {
  color: #0099da;
}
.site .transparent-div {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #fff;
  border: solid 1px #c3c3c3;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  color: #7e8488;
}
.site .transparent-div h1,
.site .transparent-div h2,
.site .transparent-div h3 {
  color: #7e8488;
}
.site .transparent-div h1 {
  font-size: 3.5em;
}
.site .transparent-div p {
  font-size: 1.2em;
  font-family: Lato, sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
}
.site .transparent-div .btn-ar.btn-primary {
  border: solid 1px #00638e;
  background-image: -webkit-linear-gradient(top, #0099da, #0080b6);
  background-image: -o-linear-gradient(top, #0099da, #0080b6);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0099da),
    to(#0080b6)
  );
  background-image: linear-gradient(to bottom, #0099da, #0080b6);
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
}
.site .absolute-center {
  height: 700px;
}
@media (min-width: 500px) {
  .site .absolute-center {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
.site #back-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999999;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.site #back-top a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.site #back-top a i {
  font-size: 2em;
}
@media (max-width: 767px) {
  .site #back-top a {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  .site #back-top a i {
    font-size: 1.6em;
  }
}

.site .navbar-default.navbar-inverse + .main-header {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  color: #333;
}
.site .navbar-default.navbar-inverse + .main-header .page-title,
.site .navbar-default.navbar-inverse + .main-header a {
  color: #333;
  border-color: #333;
}
.site
  .navbar-default.navbar-inverse
  + .main-header
  .breadcrumb
  > li
  + li:before {
  color: #888;
}
.site .navbar-default.navbar-inverse + .main-header li.active,
.site .navbar-default.navbar-inverse + .main-header li.current_item {
  color: #000;
  border-color: #000;
}

.site .navbar-inverse .sb-icon-navbar i {
  background-color: #444;
  background-image: none;
}

.site .navbar-dark {
  background-color: #000;
  background-image: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.site .navbar-dark a {
  background-image: none;
}
.site .navbar-default.navbar-dark .navbar-nav > li > a:hover,
.site .navbar-default.navbar-dark .navbar-nav > .active > a:hover,
.site .navbar-default.navbar-dark .navbar-nav > .active > a {
  background-image: none;
  color: #fff;
}
.site .navbar-default.navbar-dark .navbar-nav > li > a,
.site .navbar-default.navbar-dark .navbar-nav > li > a:hover,
.site .navbar-default.navbar-dark .navbar-nav > li > a:focus,
.site .navbar-default.navbar-dark .navbar-nav > .active > a,
.site .navbar-default.navbar-dark .navbar-nav > .active > a:hover,
.site .navbar-default.navbar-dark .navbar-nav > .active > a:focus {
  color: #fff;
}
.site .navbar-default.navbar-dark .navbar-nav > .open > a,
.site .navbar-default.navbar-dark .navbar-nav > .open > a:hover,
.site .navbar-default.navbar-dark .navbar-nav > .open > a:focus {
  background-color: #0099da;
  background-image: none;
  color: #fff;
}
.site .navbar-default.navbar-dark .navbar-brand {
  color: #eee;
}
.site .navbar-default.navbar-dark + .main-header {
  background-color: #f1f1f1;
  border-bottom: solid 1px #ddd;
  color: #333;
}
.site .navbar-default.navbar-dark + .main-header .page-title,
.site .navbar-default.navbar-dark + .main-header a {
  color: #333;
  border-color: #333;
}
.site .navbar-default.navbar-dark + .main-header .breadcrumb > li + li:before {
  color: #888;
}
.site .navbar-default.navbar-dark + .main-header li.active,
.site .navbar-default.navbar-dark + .main-header li.current_item {
  color: #000;
  border-color: #000;
}
.site .navbar-dark .sb-icon-navbar i {
  background-color: #0099da;
  background-image: none;
}
.site .navbar-dark .navbar-header .navbar-toggle {
  background-color: #0099da;
  background-image: none;
}
.site .navbar-header .navbar-toggle:hover,
.site .navbar-header .navbar-toggle:focus {
  background-color: #0087c1;
}
@media (max-width: 767px) {
  .site .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .site .navbar-dark .navbar-collapse {
    border-color: #555;
  }
}
.site .language-toggle {
  margin-top: 30px;
  list-style: none;
}
.site .content {
  margin-top: 30px;
}
.site #claim-iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}
.site .navbar-default .navbar-link {
  color: #fff;
}
.site .navbar-default .navbar-link:hover {
  color: #fff;
  text-decoration: none;
}

.site .home .page-header {
  display: none;
}
.site #menu-main-menu .menu-claim a,
.site #menu-main-menu .menu-reclamation a {
  color: #f0ad4e;
  font-weight: 700;
}
.site #menu-main-menu .menu-claim a:hover,
.site #menu-main-menu .menu-reclamation a:hover {
  color: #fff;
}
.site #menu-main-menu .menu-claim i,
.site #menu-main-menu .menu-reclamation i {
  margin-right: 2px;
}
.site #menu-main-menu .menu-claim.active a {
  color: #fff;
}
.site .maintenance {
  padding: 10px;
  font-weight: bold;
}

.site .faq {
  margin-bottom: 2px;
  transition: all 0.5s;
  color: #666;
}
.site .faq .faq-title {
  background-color: #fafafa;
  border: 1px solid #ddd;
  font-weight: bold;
}
.site .faq .faq-title a {
  padding: 1em;
  display: block;
}
.site .faq .faq-title a:hover {
  color: #fff;
}
.site .faq .faq-title i {
  color: #0099da;
}
.site .faq .faq-title i.fa {
  margin-right: 0.5em;
}
.site .faq .faq-content {
  padding: 1.5em 1.5em 0.3em;
  margin: 0;
  border: 1px solid #ddd;
}
.site .faq.active .faq-title,
.site .faq .faq-title:hover {
  background-color: #0099da;
  color: #fff;
}
.site .faq.active .faq-title i,
.site .faq .faq-title:hover i {
  color: #fff;
}
.site .page-home .page-title,
.site .page-accueil .page-title {
  display: none;
}
.site .page-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.site .page-block p {
  margin-top: 10px;
}

.btn-primary {
  color: #fff;
  background-color: #0040be;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-image: linear-gradient(to right, #0040be, #050b8f);
  opacity: 0.9;
}

.btn-outline-primary {
  color: #0099da;
  background-color: #fff;
  border-color: #0099da;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  color: #fff;
  background-color: #0099da !important;
  border-color: #0099da !important;
}

.text-orange {
  color: #1e78d2;
}

.u-ft-20 {
  font-size: 20px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-w-20 {
  width: 20%;
}

ul.faq-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.faq-links li {
  margin-bottom: 3px;
}

.home-img {
  max-width: 100%;
  margin-bottom: 20px;
}

.text-green {
  background-color: #dff0d8 !important;
}

.text-beige {
  background-color: #fcf8e3 !important;
}

.text-purple {
  background-color: #d9e1f2 !important;
}

.text-turqoise {
  background-color: #c8ecf3 !important;
}

.text-maroon {
  background-color: #e9e3e9 !important;
}

.text-peach {
  background-color: #fbe4d6 !important;
}

.text-green-2 {
  color: #006400;
}

.text-blue {
  color: #0099da;
}

.text-blue2 {
  color: #3b6199;
}

.text-blue-2 {
  color: #5e708f;
}

.text-purple-2 {
  color: rgb(144, 19, 254);
}

.octicon {
  display: inline-block;
  font-style: normal;
  font-size: 26px;
  font-weight: 400;
  width: 30px;
  height: 30px;
  background-color: #0099da;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
}

.octicon:hover {
  opacity: 0.9;
}

.octicon-plus:before {
  content: "+";
}
.octicon-dash:before {
  content: "-";
}

.products .col-form-label {
  font-weight: bold;
  font-size: 20px;
}

.products > .card-body > .card-title {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #ccc;
}

.alert-blue {
  color: #0040be;
  background-color: #f0f0f0;
  border-color: #ddd;
}
.alert-orange {
  color: #492c03;
  background-color: #f5e6d1;
  border-color: #d9534f;
}

.text-darkblue {
  color: #215868;
}

ol.roman {
  counter-reset: roman;
  padding-left: 0;
}
ol.alpha {
  counter-reset: alpha;
  padding-left: 20px;
}
ol.upper-alpha {
  counter-reset: upper-alpha;
  padding-left: 20px;
}
ol.alpha-full {
  counter-reset: alpha-full;
  padding-left: 20px;
}
ol.alpha li,
ol.alpha-full li,
ol.roman li,
ol.upper-alpha li {
  list-style: none;
  position: relative;
}
ol.roman > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
}

ol.alpha > li:before {
  counter-increment: alpha;
  content: counter(alpha, lower-alpha) ") ";
}
ol.alpha-full > li:before {
  counter-increment: alpha-full;
  content: "(" counter(alpha-full, lower-alpha) ") ";
  font-weight: bold;
}

ol.upper-alpha > li:before {
  counter-increment: upper-alpha;
  content: counter(upper-alpha, upper-alpha) ") ";
  position: absolute;
  left: -1.4em;
}

.faq-table ul {
  padding-left: 15px;
}

.support ul > li {
  margin-bottom: 5px;
}

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

.na {
  margin-top: 36px;
  margin-bottom: 0;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 60px 0 40px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.header > .navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-claim-link {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 15px;
  margin: 0 20px 0 15px;
}

.header-claim-link:hover {
  background-color: #fff;
  color: #000 !important;
}

.faqs img {
  max-width: 100%;
}

a.no-underline:hover {
  text-decoration: none;
  border-bottom: none;
}

#second-main-menu .nav-link {
  color: #fff;
}

#second-main-menu a.nav-link:hover span,
#second-main-menu .active > a span {
  background-color: #0040be;
}

.alert-table {
  color: #155724;
}

.alert-table thead th {
  background-color: #d4edda;
}

.text-green-3 {
  color: #155724;
}
