@import url("https://fonts.googleapis.com/css?family=Roboto:200,300,400,500|Audiowide|Open+Sans|Raleway:400,500|Ubuntu");
html, body {
  color: #333745;
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  font-smooth: always;
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5, h6
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Raleway", sans-serif !important;
  font-weight: 500; }

.logo-font {
  font-family: "Audiowide", cursive; }

p {
  padding-top: 18px;
  margin: 0; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.container:first-of-type, .container-fluid:first-of-type {
  margin-top: 112px; }

header h1 {
  color: #2699FB; }

#ribbon-wrapper {
  position: fixed;
  top: 56px;
  width: 100%;
  z-index: 10000; }
  #ribbon-wrapper .alert[role="alert"] {
    width: 100%;
    margin: 0;
    border-radius: 0; }
  #ribbon-wrapper .alert:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) ;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) ;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) ; }

.btn-primary {
  background-color: #2699FB;
  border-color: #2699FB; }

.accordion .card-header {
  padding: 0;
  background-color: #EEF0F2; }
  .accordion .card-header [data-toggle] {
    padding: 16px;
    cursor: pointer; }
    .accordion .card-header [data-toggle]:hover {
      background: rgba(0, 0, 0, 0.05); }
    .accordion .card-header [data-toggle][aria-expanded="true"] {
      background: #333745;
      color: white; }
      .accordion .card-header [data-toggle][aria-expanded="true"]:hover {
        background: #494e62; }

.modal .modal-dialog .modal-header {
  background: #EA526F; }
  .modal .modal-dialog .modal-header .modal-title {
    color: white; }

.navbar.primary {
  z-index: 20020; }
  .navbar.primary.fixed-top {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) ;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) ;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) ; }
  .navbar.primary.bg-primary {
    background: #2699FB !important; }
  .navbar.primary .navbar-brand .fas {
    margin-right: 8px; }
  .navbar.primary .navbar-brand em {
    font-style: normal;
    font-family: "Audiowide", cursive; }
  .navbar.primary .navbar-nav .nav-link {
    color: white;
    border-radius: 4px;
    transition: all 200ms ease-in-out; }
    .navbar.primary .navbar-nav .nav-link:hover {
      background: #0480ea;
      transition: all 200ms ease-in-out; }

.navbar.secondary {
  z-index: 1020;
  top: 56px;
  width: 100%;
  height: 36px;
  position: fixed;
  font-weight: normal;
  font-size: 0.9em; }
  .navbar.secondary .sub-navigation {
    background: #333745;
    color: white;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) ;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) ;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) ; }
    .navbar.secondary .sub-navigation.left {
      position: absolute;
      top: 0;
      left: 24px; }
      .navbar.secondary .sub-navigation.left::before {
        display: block;
        content: '';
        position: absolute;
        z-index: 0;
        right: 12px;
        top: 14px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 7px 0 7px;
        border-color: white transparent transparent transparent; }
    .navbar.secondary .sub-navigation.right {
      position: absolute;
      top: 0;
      right: 24px;
      min-width: 25%;
      padding: 0 18px;
      height: 42px;
      line-height: 42px;
      vertical-align: middle; }
      .navbar.secondary .sub-navigation.right .membership-info {
        float: left;
        margin-right: 24px; }
      .navbar.secondary .sub-navigation.right .membership-badge {
        float: right; }
        .navbar.secondary .sub-navigation.right .membership-badge .btn {
          font-size: 0.9em;
          padding: 2px 8px;
          margin: 0; }
          .navbar.secondary .sub-navigation.right .membership-badge .btn .fas {
            color: #2699FB; }
          .navbar.secondary .sub-navigation.right .membership-badge .btn .badge {
            font-weight: normal;
            border-radius: 50%;
            background: #EA526F;
            color: white;
            padding: 3px 6px;
            line-height: 1.1em;
            -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) ;
            -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) ;
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) ; }
      .navbar.secondary .sub-navigation.right::after {
        content: '';
        display: table;
        clear: both; }
    .navbar.secondary .sub-navigation ul {
      position: relative;
      z-index: 100;
      margin: 0;
      padding: 0;
      height: 36px;
      width: 100%;
      overflow: hidden;
      list-style: none;
      transition: all 750ms ease-in-out; }
      .navbar.secondary .sub-navigation ul li a {
        color: white;
        display: block;
        padding: 8px 12px;
        width: 120%;
        margin-right: 32px; }
        .navbar.secondary .sub-navigation ul li a:hover {
          text-decoration: none;
          background: rgba(255, 255, 255, 0.2); }
      .navbar.secondary .sub-navigation ul:hover {
        height: 100%;
        transition: all 750ms ease-in-out; }

.profile-menu {
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -19px;
  z-index: 20020;
  color: white;
  cursor: default; }
  .profile-menu .far {
    position: absolute;
    right: 4px;
    color: white;
    font-size: 38px; }
  .profile-menu::before {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    content: '';
    width: 45px;
    height: 44px;
    border-radius: 50% 50% 0 0;
    background: #0480ea;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) ;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) ;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) ;
    right: 0;
    top: -3px;
    transition: all 250ms ease-in-out;
    transition-delay: 500ms; }
  .profile-menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 8px 0 8px 0;
    width: 250px;
    top: 40px;
    position: absolute;
    right: 0;
    list-style: none;
    background: #0480ea;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) ;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) ;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) ;
    border-radius: 4px 0 4px 4px;
    transition: all 250ms ease-in-out;
    transition-delay: 500ms; }
    .profile-menu ul li a {
      display: inline-block;
      color: white;
      padding: 8px 10px;
      width: 100%; }
      .profile-menu ul li a:hover {
        text-decoration: none;
        background: rgba(0, 0, 0, 0.2); }
  .profile-menu:active ul, .profile-menu:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
    transition: all 250ms ease-in-out; }
  .profile-menu:active::before, .profile-menu:hover::before {
    opacity: 1;
    visibility: visible;
    transition: all 250ms ease-in-out; }

form label.error {
  width: 100%;
  font-size: 0.9em;
  margin: 0 auto;
  background: #ffcdd2;
  border: 1px solid #e53935;
  border-radius: 0 0 4px 4px;
  padding: 4px 8px;
  color: #e53935; }

.centered-form form {
  margin: 0 auto;
  padding: 12px;
  border-radius: 4px;
  overflow: hidden; }
  .centered-form form h2 {
    margin: 0;
    padding: 12px 0 0 0;
    color: #2699FB; }
.centered-form .form-options {
  width: 100%;
  text-align: center;
  margin-top: 14px; }
  .centered-form .form-options span {
    font-size: 0.8em;
    display: inline-block;
    background: #EEF0F2;
    color: #737a84;
    padding: 8px 12px;
    margin: 0 6px;
    border-radius: 6px; }

/* **
*
* Custom Checkbox and Radio
*
*/
.form-radio, .form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #EA526F;
  color: white;
  border: 1px solid transparent;
  top: 4px;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  text-align: center;
  transition: all 200ms ease-in-out;
  margin: 0; }
  .form-radio + label, .form-checkbox + label {
    margin: 0;
    padding: 0;
    padding-left: 4px;
    cursor: pointer; }

label .form-radio, label .form-checkbox {
  margin-right: 4px; }

.form-checkbox {
  border-radius: 2px; }
  .form-checkbox::after {
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 3px;
    background: #fff;
    left: 2px;
    top: 50%;
    margin-top: -2px; }
  .form-checkbox:hover {
    border: 1px solid #e42549; }
  .form-checkbox:checked {
    background-color: #41AD49;
    color: white;
    border: 1px solid transparent;
    transition: all 200ms ease-in-out; }
    .form-checkbox:checked:hover {
      background-color: #41AD49;
      border: 1px solid #338839; }
      .form-checkbox:checked:hover:checked::before {
        color: white; }
      .form-checkbox:checked:hover::before {
        color: #4cbc54; }
    .form-checkbox:checked::after {
      display: none; }
    .form-checkbox:checked::before {
      position: absolute;
      font: 16px 'Open Sans', sans-serif;
      left: 5px;
      top: -3px;
      line-height: 20px;
      content: '\02143';
      transform: rotate(40deg); }

.form-radio {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7); }
  .form-radio::after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.8);
    left: 4px;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%; }
  .form-radio:hover {
    border: 1px solid rgba(0, 0, 0, 0.3); }
  .form-radio:checked {
    background-color: #2699FB;
    border: 1px solid transparent;
    transition: all 200ms ease-in-out; }
    .form-radio:checked:hover {
      background-color: #2699FB;
      border: 1px solid #0480ea; }
      .form-radio:checked:hover:checked::before {
        color: white; }
      .form-radio:checked:hover::before {
        color: #3fa5fb; }

/*
*
* End: Checkbox and Radio
*
** */
table {
  width: 100%;
  table-layout: fixed;
  font-size: 0.85em; }
  table thead th {
    border-top: 5px solid white;
    font-weight: normal;
    padding: 10px 12px;
    background: #e2e3e6;
    color: #333745; }
    table thead th h1, table thead th h2, table thead th h3, table thead th h4, table thead th h5, table thead th h6 {
      margin: 0; }
  table thead:nth-child(1) th {
    border-top: 0 solid white;
    font-weight: normal;
    padding: 10px 12px;
    background: #2699FB;
    color: white; }
  table tbody td {
    padding: 2px 6px;
    background: #EEF0F2;
    border-left: 5px solid white;
    border-top: 5px solid white; }
    table tbody td:first-child {
      border-left: 0; }
    table tbody td:last-child {
      border-right: 0; }
    table tbody td input {
      margin: 0 -4px 0 -4px;
      padding: 4px;
      width: 105%;
      border-color: #e2e3e6;
      border-style: solid;
      border-width: 1px; }
  table tbody tr.notes-row {
    margin-top: -5px; }
    table tbody tr.notes-row td {
      margin-top: -5px;
      background: #F8F9FB;
      border-top: 0;
      padding: 12px; }
  table tbody tr.danger td {
    background: #EA526F;
    color: white; }
  table tbody tr.warning td {
    background: #FFB86F;
    color: white; }
  table label {
    margin: 0; }
  table ~ caption {
    padding: 18px 0; }

.table-fixed-header {
  overflow-y: auto;
  height: 300px; }
  .table-fixed-header th {
    position: sticky;
    top: 0; }

p.helper-text {
  margin: 8px 0 12px 0;
  padding: 6px 12px;
  font-size: .8em;
  font-style: italic;
  background: #f5f5f6;
  color: #737a84;
  border-radius: 6px; }

.button-row {
  text-align: right;
  padding: 12px 0; }
  .button-row.no-padding {
    padding: 0; }
  .button-row.left {
    text-align: left; }
  .button-row.center {
    text-align: center; }

.section {
  padding: 12px;
  background: #EEF0F2;
  border-radius: 6px;
  margin: 8px auto 24px auto; }
  .section.no-background {
    background: transparent; }
  .section h5 {
    color: #2699FB; }
  .section .sub-section {
    padding: 12px; }

/*# sourceMappingURL=styles.css.map */
