/* Variables */
.color-main {
  color: #004996;
}

.btnRegister:hover {
  color: #fff;
}

.btnLogin:hover {
  color: #fff;
}

.btnEmailSend:hover {
  color: #fff;
}

.help-block {
  color: red;
  font-size: 80%;
}

.re-btn-confirm {
  background-color: #ef7c01;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.re-btn-basic {
  background-color: transparent;
  border: 1px solid #ef7c01;
  color: #ef7c01;
  text-transform: uppercase;
  font-weight: 700;
}

.re-btn-m {
  padding: 15px 20px;
  min-width: 200px;
}

@media (max-width: 480px) {
  .re-btn-confirm,
  .re-btn-basic {
    width: 100%;
  }
}

.re-navbar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  /* Navbar Points */
  /* Navbar Hamburger */
  /* Main Menu */
}

.re-navbar-wrapper .re-navbar {
  background-color: #fff;
}

.re-navbar-wrapper .navbar-inner {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.re-navbar-wrapper .navbar-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.re-navbar-wrapper .navbar-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
  text-decoration: none;
  color: #004996;
  font-size: 14px;
  font-weight: 800;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}

.re-navbar-wrapper .navbar-logo {
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}

.re-navbar-wrapper .navbar-action-avatar {
  border-radius: 50%;
}

.re-navbar-wrapper .navbar-action-icon {
  margin-right: 10px;
  position: relative;
}

.re-navbar-wrapper .navbar-action-icon svg {
  height: 30px;
}

.re-navbar-wrapper .navbar-action-arrow {
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}

.re-navbar-wrapper .navbar-action-badge {
  font-size: 9px;
  background-color: #ef7c01;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: -5px;
  padding: 2px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.re-navbar-wrapper .navbar-points-list,
.re-navbar-wrapper .navbar-points-controls {
  padding: 2px 10px;
  background-color: #e6edf5;
  color: #004996;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.re-navbar-wrapper .navbar-points-controls {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 700;
  display: none;
}

.re-navbar-wrapper .navbar-points-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}

.re-navbar-wrapper .nps-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
}

.re-navbar-wrapper .navbar-points {
  position: relative;
  z-index: 2;
}

.re-navbar-wrapper .navbar-points-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background-color: #ef7c01;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 50%;
  cursor: help;
  padding: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.re-navbar-wrapper .navbar-action-hamburger {
  display: none;
}

.re-navbar-wrapper .navbar-action-hamburger .navbar-action-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.re-navbar-wrapper .navbar-action-hamburger:focus, .re-navbar-wrapper .navbar-action-hamburger:active {
  outline: none;
}

.re-navbar-wrapper .nah-line {
  width: 20px;
  height: 3px;
  background-color: #004996;
  border-radius: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.re-navbar-wrapper .npc-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.re-navbar-wrapper .npc-status-ico {
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}

.re-navbar-wrapper .main-menu-wrapper {
  background-color: #004996;
}

.re-navbar-wrapper .main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.re-navbar-wrapper .main-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #2c66a4;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.re-navbar-wrapper .main-menu a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #004996;
  width: 100%;
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
}

.re-navbar-wrapper .main-menu a:hover {
  background-color: #0a62bf;
}

.re-navbar-wrapper .main-menu li:first-of-type {
  border-left: 1px solid #2c66a4;
}

.re-navbar-wrapper .main-menu-dropdown-ico {
  margin-left: 8px;
}

body.points-are-visible .npc-status-ico {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.menu-is-visible .main-menu-wrapper {
  display: block;
}

@media (max-width: 1200px) {
  .re-navbar-wrapper .main-menu li {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (max-width: 1024px) {
  .re-navbar-wrapper .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .re-navbar-wrapper .main-menu-wrapper {
    display: none;
  }
  .re-navbar-wrapper .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .re-navbar-wrapper .main-menu li,
  .re-navbar-wrapper .main-menu li:first-of-type {
    border: none;
  }
  .re-navbar-wrapper .navbar-inner {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  }
  .re-navbar-wrapper .navbar-logo img {
    width: 140px;
    height: auto;
  }
  .re-navbar-wrapper .navbar-action-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .re-navbar-wrapper .navbar-action-user .navbar-action-label {
    display: none;
  }
  .re-navbar-wrapper .navbar-action {
    margin-left: 15px;
  }
  .re-navbar-wrapper .navbar-points-single {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  body.points-are-visible .navbar-points-list {
    display: -ms-grid;
    display: grid;
  }
  .website-is-scrolled .navbar-logo {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    margin-top: -35px;
    opacity: 0;
    pointer-events: none;
  }
  .re-navbar-wrapper .navbar-logo {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .re-navbar-wrapper .navbar-logo img {
    width: 120px;
    height: auto;
  }
  .re-navbar-wrapper .navbar-points-list,
  .re-navbar-wrapper .navbar-points-controls {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .re-navbar-wrapper .navbar-action-label,
  .re-navbar-wrapper .navbar-action-arrow {
    display: none;
  }
  .re-navbar-wrapper .navbar-points-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .re-navbar-wrapper .navbar-points-list {
    display: none;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 10px 30px;
    padding: 10px;
    border-bottom: 1px solid #cfdceb;
  }
  .re-navbar-wrapper .navbar-points-list .navbar-points-single {
    margin-bottom: 10px;
  }
  .re-navbar-wrapper .npc-status {
    cursor: pointer;
  }
  .re-navbar-wrapper .navbar-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .re-navbar-wrapper .navbar-actions {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .re-navbar-wrapper .navbar-action {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 340px) {
  .re-navbar-wrapper .navbar-points-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.re-breadcrumb {
  background-color: transparent;
  font-size: 13px;
  color: #363636;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}

.re-breadcrumb a {
  color: #004996;
}

.re-breadcrumb .breadcrumb-item.active {
  color: #363636;
}

.re-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '>';
  color: #363636;
}

.re-user-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 18px;
}

.re-user-awards {
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
}

.re-user-awards img {
  margin-right: 5px;
}

.badge-user {
  background-color: rgba(0, 73, 150, 0.1);
  color: #004996;
  font-size: 14px;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .re-user-awards img {
    max-height: 20px;
  }
}

@media (max-width: 1024px) {
  .re-user-card-meta {
    width: 100%;
  }
}

.re-form-field {
  margin-bottom: 5px;
}

/* Custom Checkbox */
.re-form-checkbox {
  padding-left: 0;
}

.re-form-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.re-form-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 5px;
  height: 12px;
  border: solid #ef7c01;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.re-form-checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.re-form-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #e9e9e9;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  left: 0;
  top: 3px;
  margin-right: 5px;
}

.re-form-checkbox label a {
  text-transform: uppercase;
  color: #ef7c01;
  font-weight: 900;
  margin-left: 3px;
}

.re-form-checkbox.small label {
  padding-top: 3px;
}

/* Custom Radio */
.re-form-radio {
  padding-left: 0;
}

.re-form-radio input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.re-form-radio input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ef7c01;
}

.re-form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.re-form-radio label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  left: 0;
  top: 3px;
  margin-right: 5px;
}

/* Textarea Label */
.label-small {
  text-transform: uppercase;
  font-size: 12px;
  color: #8a8a8a;
}

/* Summary */
.gam-summary-awards img {
  max-height: 30px;
  margin-right: 5px;
}

.re-hub {
  /*background-size: 100%;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-attachment: fixed;
}

.hub-block {
  background-color: #fff;
}

.hub-block-info {
  background-color: #d9e3ef;
  font-size: 14px;
}

.hub-block-info a {
  color: #004996;
}

.hub-text-muted {
  color: #306aab;
}

/* HUB Typography */
.hub-title {
  font-size: 28px;
  font-weight: 900;
}

.hub-subtitle {
  font-size: 21px;
  font-weight: 900;
}

.hub-hr {
  border-bottom: solid 1px rgba(48, 106, 171, 0.3);
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .re-hub {
    background-color: #f2f6fa;
    background-image: none !important;
  }
  .hub-block {
    -webkit-box-shadow: 0 2px 4px 0 #d9e3ef;
            box-shadow: 0 2px 4px 0 #d9e3ef;
  }
  .hub-block-info {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.hub-text,
.hub-text-title,
.hub-text-subtitle {
  font-size: 13px;
}

.hub-text-title {
  font-weight: 900;
  border-bottom: solid 1px rgba(48, 106, 171, 0.3);
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.hub-text-subtitle {
  font-weight: 900;
  margin-bottom: 3px;
}

.hub-text a {
  color: #ef7c01;
  font-weight: 900;
}

.hub-text ul {
  padding-left: 25px;
}

.hub-text ul li {
  padding-left: 10px;
}

/* Basic Typography */
body {
  font-family: Lato, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #f2f6fa;
  color: #363636;
}
/*# sourceMappingURL=styles.css.map */