body#admin {
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff; }
  body#admin .container {
    background-image: none; }
  body#admin textarea {
    width: 100%; }
  body#admin h1, body#admin h2, body#admin h3, body#admin h4, body#admin p {
    color: #3f3f3f; }
  body#admin .content a:not(.btn) {
    color: blue; }
  body#admin .content div {
    color: black; }
  body#admin .admin_list li {
    margin-bottom: 20px; }
  body#admin .input div.alert {
    width: 200px; }
  body#admin div.alert-success {
    color: #0f5706; }
  body#admin div.alert-error {
    color: #810c0c; }
  body#admin .topbar h3 a, body#admin .topbar .brand {
    padding: 10px 6px 8px;
    margin-left: -20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
    line-height: 1; }
  body#admin ul.nav li.active a {
    color: #fff5b4; }

.video-sub-images {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; }

.item-row-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: black; }
  .item-row-flex > div {
    margin-right: 10px; }
  .item-row-flex div:nth-child(1) {
    width: 2%; }
  .item-row-flex div:nth-child(2) {
    width: 10%; }
  .item-row-flex div:nth-child(3) {
    width: 16%; }
  .item-row-flex div:nth-child(4) {
    width: 16%; }
  .item-row-flex div:nth-child(5) {
    width: 7%; }
  .item-row-flex div:nth-child(6) {
    width: 16%; }
  .item-row-flex div:nth-child(7) {
    width: 13%; }
  .item-row-flex div:nth-child(8) {
    width: 20%; }

.meta-text {
  font-size: 80%; }

.user-profile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e6e6e6; }
  .user-profile-header h2 {
    margin: 0; }

.user-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin-bottom: 30px; }

.stat-card {
  background: #fafafa;
  border: 1px solid gainsboro;
  border-radius: 6px;
  padding: 14px;
  text-align: center; }
  .stat-card .stat-label {
    display: block;
    font-size: 80%;
    color: #646464;
    text-transform: uppercase;
    margin-bottom: 6px; }
  .stat-card .stat-value {
    display: block;
    font-size: 130%;
    font-weight: bold;
    color: #3c3c3c; }

.user-detail-section {
  margin-bottom: 30px; }
  .user-detail-section h3 {
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid gainsboro; }

.payment-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 20px; }

.payment-stat {
  background: #fafafa;
  border: 1px solid gainsboro;
  border-radius: 6px;
  padding: 12px; }
  .payment-stat .payment-label {
    display: block;
    font-size: 80%;
    color: #646464;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .payment-stat .payment-value {
    display: block;
    font-size: 110%;
    font-weight: bold;
    color: #3c3c3c; }

.status-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase; }
  .status-badge.status-active {
    background-color: #28a745;
    color: white; }
  .status-badge.status-inactive {
    background-color: #6c757d;
    color: white; }
  .status-badge.status-locked {
    background-color: #dc3545;
    color: white; }

.data-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px; }
  .data-table th, .data-table td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid gainsboro; }
  .data-table th {
    background-color: whitesmoke;
    font-weight: bold;
    color: #3c3c3c; }
  .data-table tbody tr:hover {
    background-color: #fafafa; }

.transaction-type {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase; }
  .transaction-type.transaction-add {
    background-color: #28a745;
    color: white; }
  .transaction-type.transaction-rebill {
    background-color: #007bff;
    color: white; }
  .transaction-type.transaction-cancel {
    background-color: #ffc107;
    color: black; }
  .transaction-type.transaction-delete {
    background-color: #dc3545;
    color: white; }
  .transaction-type.transaction-modify {
    background-color: #6c757d;
    color: white; }

.admin-chart-section {
  background: #fafafa;
  border: 1px solid gainsboro;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  position: relative; }

.admin-chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }
  .admin-chart-header h3 {
    margin: 0; }

.admin-chart-controls button {
  margin-left: 6px; }

.admin-chart-container {
  position: relative;
  width: 100%;
  height: 360px; }
  .admin-chart-container canvas {
    display: block;
    width: 100%;
    height: 100%; }

.admin-chart-tooltip {
  position: absolute;
  pointer-events: none;
  z-index: 5;
  background: rgba(30, 30, 30, 0.92);
  color: #fff;
  font: 12px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  white-space: pre;
  max-width: 260px; }

.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin-bottom: 12px; }

.admin-quick-links {
  margin-bottom: 20px; }
  .admin-quick-links a {
    margin-right: 8px; }

.section-header-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 24px 0 12px; }
  .section-header-row h2 {
    margin: 0; }
  .section-header-row .section-meta {
    color: #646464;
    font-size: 90%; }

.stat-card-emphasis {
  border-color: #28a745;
  background: #edf7ef; }
  .stat-card-emphasis .stat-value {
    color: #1c6e2f; }

.users-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid gainsboro;
  padding-left: 4px; }
  .users-tabs .users-tab {
    display: inline-block;
    padding: 8px 14px;
    text-decoration: none;
    color: #505050;
    border: 1px solid transparent;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    background: transparent;
    font-size: 95%; }
    .users-tabs .users-tab:hover {
      background: whitesmoke;
      color: #282828; }
    .users-tabs .users-tab.users-tab-active {
      background: #fff;
      border-color: gainsboro;
      border-bottom: 2px solid #fff;
      margin-bottom: -1px;
      color: #1e1e1e;
      font-weight: bold; }

.users-tab-help {
  margin-bottom: 16px; }

#user-container .user-line-item.inactive-row {
  opacity: 0.55; }
  #user-container .user-line-item.inactive-row #name {
    color: #787878;
    font-style: italic; }
  #user-container .user-line-item.inactive-row:hover {
    opacity: 0.85; }

.ip-analysis-summary {
  margin-bottom: 12px; }

.subnet-highlight {
  background-color: #fff8e1; }

.alert-warning {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  color: #856404;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 12px; }

ol.admin_list {
  counter-reset: section; }
  ol.admin_list a:not(.btn) {
    color: blue; }
  ol.admin_list li::before {
    counter-increment: section;
    content: counter(section);
    margin-right: 20px; }

#user-container {
  margin-top: 20px; }
  #user-container #name-header,
  #user-container #name {
    flex-basis: 26%; }
  #user-container #created-at-header,
  #user-container #created-at {
    flex-basis: 15%; }
  #user-container #login-count-header,
  #user-container #login-count {
    flex-basis: 12%; }
  #user-container #ip-count-header,
  #user-container #ip-count {
    flex-basis: 10%; }
  #user-container #lifetime-revenue-header,
  #user-container #lifetime-revenue {
    flex-basis: 14%;
    text-align: right;
    padding-left: 12px;
    padding-right: 12px; }
  #user-container #last-login-header,
  #user-container #last-login {
    flex-basis: 23%;
    padding-left: 8px; }
  #user-container .user-line-header,
  #user-container .user-line-item {
    display: flex;
    flex-direction: row; }
  #user-container .user-line-header {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #969696;
    padding-bottom: 6px; }
    #user-container .user-line-header a.sortable-column {
      color: #3c3c3c;
      text-decoration: none;
      border-bottom: 1px dashed transparent; }
      #user-container .user-line-header a.sortable-column:hover {
        color: #141414;
        border-bottom-color: #969696; }
      #user-container .user-line-header a.sortable-column.sortable-column-active {
        color: #145aa0;
        font-weight: bold; }
  #user-container .user-line-item {
    border-bottom: 1px dashed #d7d7d7;
    margin-bottom: 4px;
    margin-top: 4px;
    padding-top: 4px; }
    #user-container .user-line-item.locked {
      background-color: #ffe6e6; }
    #user-container .user-line-item a.user-name-link {
      color: #145aa0;
      text-decoration: none; }
      #user-container .user-line-item a.user-name-link:hover {
        text-decoration: underline; }
  #user-container .user-line-details {
    padding-left: 18%;
    margin-bottom: 12px;
    font-size: 90%; }
    #user-container .user-line-details ul {
      margin: 4px 0;
      padding-left: 20px; }
  #user-container .risk-badge {
    padding: 2px 8px;
    border-radius: 4px;
    color: white;
    font-size: 80%;
    text-transform: uppercase; }
    #user-container .risk-badge.risk-green {
      background-color: #28a745; }
    #user-container .risk-badge.risk-yellow {
      background-color: #ffc107;
      color: black; }
    #user-container .risk-badge.risk-red {
      background-color: #dc3545; }
  #user-container .btn-small {
    padding: 2px 8px;
    font-size: 80%;
    margin-right: 4px; }

.dark-mode-toggle {
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 8px 6px; }
  .dark-mode-toggle:hover {
    color: #fff5b4; }

html.admin-dark body#admin {
  background-color: #1e1f22;
  color: #e3e3e6; }
  html.admin-dark body#admin h1, html.admin-dark body#admin h2, html.admin-dark body#admin h3, html.admin-dark body#admin h4, html.admin-dark body#admin p {
    color: #e3e3e6; }
  html.admin-dark body#admin .content a:not(.btn) {
    color: #7fb0ff; }
  html.admin-dark body#admin .content div {
    color: #e3e3e6; }
  html.admin-dark body#admin div.alert-success {
    color: #7ed957; }
  html.admin-dark body#admin div.alert-error {
    color: #ff8080; }
  html.admin-dark body#admin input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="reset"]),
  html.admin-dark body#admin textarea,
  html.admin-dark body#admin select,
  html.admin-dark body#admin .form-control,
  html.admin-dark body#admin .uneditable-input {
    background-color: #35373c;
    color: #e3e3e6;
    border-color: #45474d; }
  html.admin-dark body#admin label {
    color: #e3e3e6; }
  html.admin-dark body#admin .actions {
    background: #2b2d31;
    border-top-color: #45474d; }
  html.admin-dark body#admin input:focus,
  html.admin-dark body#admin textarea:focus,
  html.admin-dark body#admin select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    background-color: #2b2d31;
    color: #e3e3e6; }
  html.admin-dark body#admin ::placeholder {
    color: #a6a7ab; }
  html.admin-dark body#admin :-moz-placeholder {
    color: #a6a7ab;
    opacity: 1; }
  html.admin-dark body#admin ::-moz-placeholder {
    color: #a6a7ab;
    opacity: 1; }
  html.admin-dark body#admin :-ms-input-placeholder {
    color: #a6a7ab; }
  html.admin-dark body#admin ::-webkit-input-placeholder {
    color: #a6a7ab; }
  html.admin-dark body#admin input:-webkit-autofill,
  html.admin-dark body#admin input:-webkit-autofill:focus,
  html.admin-dark body#admin textarea:-webkit-autofill {
    -webkit-text-fill-color: #e3e3e6;
    -webkit-box-shadow: 0 0 0 1000px #35373c inset; }

html.admin-dark .item-row-flex {
  color: #e3e3e6; }

html.admin-dark .user-profile-header {
  border-bottom-color: #45474d; }

html.admin-dark .stat-card,
html.admin-dark .payment-stat,
html.admin-dark .admin-chart-section {
  background: #2b2d31;
  border-color: #45474d; }
  html.admin-dark .stat-card .stat-label,
  html.admin-dark .stat-card .payment-label,
  html.admin-dark .payment-stat .stat-label,
  html.admin-dark .payment-stat .payment-label,
  html.admin-dark .admin-chart-section .stat-label,
  html.admin-dark .admin-chart-section .payment-label {
    color: #a6a7ab; }
  html.admin-dark .stat-card .stat-value,
  html.admin-dark .stat-card .payment-value,
  html.admin-dark .payment-stat .stat-value,
  html.admin-dark .payment-stat .payment-value,
  html.admin-dark .admin-chart-section .stat-value,
  html.admin-dark .admin-chart-section .payment-value {
    color: #e3e3e6; }

html.admin-dark .user-detail-section h3 {
  border-bottom-color: #45474d; }

html.admin-dark .data-table th, html.admin-dark .data-table td {
  border-bottom-color: #45474d; }

html.admin-dark .data-table th {
  background-color: #35373c;
  color: #e3e3e6; }

html.admin-dark .data-table tbody tr:hover {
  background-color: #2b2d31; }

html.admin-dark .alert-warning {
  background-color: #3d3414;
  border-color: #665722;
  color: #ffe082; }

html.admin-dark .subnet-highlight {
  background-color: #3d371e; }

html.admin-dark ol.admin_list a:not(.btn) {
  color: #7fb0ff; }

html.admin-dark .stat-card-emphasis {
  background: #223226;
  border-color: #3a6e46; }

html.admin-dark .section-header-row .section-meta {
  color: #a6a7ab; }

html.admin-dark .users-tabs {
  border-bottom-color: #45474d; }
  html.admin-dark .users-tabs .users-tab {
    color: #a6a7ab; }
    html.admin-dark .users-tabs .users-tab:hover {
      background: #35373c;
      color: #e3e3e6; }
    html.admin-dark .users-tabs .users-tab.users-tab-active {
      background: #2b2d31;
      border-color: #45474d;
      border-bottom-color: #2b2d31;
      color: #e3e3e6; }

html.admin-dark #user-container .user-line-item.inactive-row #name {
  color: #a6a7ab; }

html.admin-dark #user-container .user-line-header {
  border-bottom-color: #787a80; }
  html.admin-dark #user-container .user-line-header a.sortable-column {
    color: #a6a7ab; }
    html.admin-dark #user-container .user-line-header a.sortable-column:hover {
      color: #e3e3e6;
      border-bottom-color: #45474d; }
    html.admin-dark #user-container .user-line-header a.sortable-column.sortable-column-active {
      color: #9cc8ff;
      font-weight: bold; }

html.admin-dark #user-container .user-line-item {
  border-bottom-color: #45474d; }
  html.admin-dark #user-container .user-line-item.locked {
    background-color: #4a2020; }
  html.admin-dark #user-container .user-line-item a.user-name-link {
    color: #9cc8ff; }
    html.admin-dark #user-container .user-line-item a.user-name-link:hover {
      text-decoration: underline; }

html.admin-dark #user-container .risk-badge.risk-yellow {
  color: black; }

.admin-nav-toggle {
  display: none; }

.user-list-mobile {
  display: none; }

@media (max-width: 767px) {
  body#admin {
    padding-top: 50px;
    padding-left: 12px;
    padding-right: 12px; }
  .topbar .topbar-inner .container {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    position: relative;
    overflow: visible; }
  .topbar .admin-brand-link {
    flex: 0 1 auto; }
  .topbar .admin-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none; }
  .topbar .admin-nav-toggle:focus-visible {
    outline: 2px solid #fff5b4;
    outline-offset: -4px; }
  .admin-nav-toggle-icon {
    position: relative;
    width: 20px;
    height: 14px;
    display: inline-block;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: transparent;
    border-radius: 1px; }
  .admin-nav-toggle-icon::before,
  .admin-nav-toggle-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    top: 5px; }
  .admin-nav-toggle-active .admin-nav-toggle-icon {
    border: 0;
    background: transparent;
    height: 18px; }
  .admin-nav-toggle-active .admin-nav-toggle-icon::before {
    top: 8px;
    transform: rotate(45deg); }
  .admin-nav-toggle-active .admin-nav-toggle-icon::after {
    top: 8px;
    transform: rotate(-45deg); }
  .topbar ul.nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 4px 0 8px;
    float: none;
    flex-direction: column;
    align-items: stretch;
    background: #222;
    background: linear-gradient(to bottom, #2a2a2a, #1a1a1a);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    z-index: 10001; }
    .topbar ul.nav li {
      display: block;
      float: none; }
    .topbar ul.nav li a {
      display: block;
      float: none;
      padding: 12px 16px;
      min-height: 44px;
      box-sizing: border-box;
      font-size: 16px;
      color: #d8d8d8;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
      .topbar ul.nav li a:hover {
        background: rgba(255, 255, 255, 0.06);
        color: #fff; }
    .topbar ul.nav li:last-child a {
      border-bottom: 0; }
    .topbar ul.nav li.admin-nav-dark-toggle-li .dark-mode-toggle {
      width: 100%;
      text-align: left;
      padding: 12px 16px;
      min-height: 44px;
      font-size: 16px;
      color: #d8d8d8; }
      .topbar ul.nav li.admin-nav-dark-toggle-li .dark-mode-toggle:hover {
        background: rgba(255, 255, 255, 0.06);
        color: #fff5b4; }
    .topbar ul.nav.admin-nav-open {
      display: flex; } }

@media (max-width: 768px) {
  .admin-chart-container {
    height: 220px; }
  .admin-chart-section {
    padding: 14px; }
  .admin-chart-header {
    flex-direction: column;
    align-items: stretch;
    gap: 10px; }
    .admin-chart-header h3 {
      font-size: 15px; }
    .admin-chart-header .admin-chart-controls {
      display: flex;
      gap: 6px; }
      .admin-chart-header .admin-chart-controls .btn {
        flex: 1 1 0;
        margin-left: 0;
        padding: 8px 6px;
        font-size: 13px;
        min-height: 40px;
        text-align: center; } }

@media (max-width: 640px) {
  #user-container {
    margin-top: 14px; }
    #user-container .user-list-desktop {
      display: none; }
    #user-container .user-list-mobile {
      display: block; }
  .user-card {
    position: relative;
    background: #fafafa;
    border: 1px solid gainsboro;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 10px; }
    .user-card.user-card-locked {
      background: #ffe9e9;
      border-color: #f3c3c3; }
    .user-card.user-card-inactive {
      opacity: 0.55; }
  .user-card-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
  .user-card-name-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0; }
  .user-card-name {
    font-size: 17px;
    font-weight: bold;
    color: #145aa0;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .user-card-name:hover {
      text-decoration: underline; }
  .user-card-locked-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 10px;
    background: #dc3545;
    color: #fff;
    font-size: 70%;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    flex: 0 0 auto; }
  .user-card-revenue {
    font-size: 17px;
    font-weight: bold;
    color: #1c6e2f;
    white-space: nowrap;
    flex: 0 0 auto; }
  .user-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 14px; }
  .user-card-cell {
    display: flex;
    flex-direction: column;
    min-height: 36px;
    justify-content: center;
    position: relative;
    z-index: 1; }
  .user-card-cell-label {
    font-size: 70%;
    color: #787878;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 1px; }
  .user-card-cell-value {
    font-size: 14px;
    color: #3c3c3c; }
  .user-card-stretched-link {
    position: absolute;
    inset: 0;
    z-index: 0;
    text-indent: -9999px;
    overflow: hidden; }
  .user-card-locked .user-card-revenue {
    color: #781e28; }
  .admin-quick-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px; }
    .admin-quick-links .btn {
      margin-right: 0; }
  .section-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px; }
  .admin-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
  .stat-card {
    padding: 16px 12px;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .stat-card .stat-label {
      font-size: 75%; }
    .stat-card .stat-value {
      font-size: 165%; }
  .stat-card-emphasis {
    grid-column: 1 / -1; }
  .user-profile-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; }
  .form-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 6px; }
    .form-inline .form-control {
      flex: 1 1 100%; }
    .form-inline .btn {
      flex: 1 1 auto;
      min-height: 40px; }
  .users-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    border-bottom: 1px solid gainsboro;
    padding: 4px; }
    .users-tabs .users-tab {
      white-space: nowrap;
      text-align: center;
      border: 1px solid transparent;
      border-radius: 6px;
      padding: 12px 10px;
      min-height: 44px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .users-tabs .users-tab.users-tab-active {
        border-color: gainsboro;
        background: #fff;
        border-bottom: 2px solid #28a745;
        margin-bottom: 0; }
  .pagination a, .pagination span {
    padding: 8px 10px;
    min-height: 40px;
    display: inline-flex;
    align-items: center; } }

@media (max-width: 767px) {
  html.admin-dark .topbar ul.nav {
    background: linear-gradient(to bottom, #2b2d31, #1e1f22);
    border-top-color: #45474d;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6); }
    html.admin-dark .topbar ul.nav li a {
      color: #e3e3e6; }
      html.admin-dark .topbar ul.nav li a:hover {
        background: rgba(255, 255, 255, 0.05);
        color: #fff; }
    html.admin-dark .topbar ul.nav li.admin-nav-dark-toggle-li .dark-mode-toggle {
      color: #e3e3e6; }
      html.admin-dark .topbar ul.nav li.admin-nav-dark-toggle-li .dark-mode-toggle:hover {
        background: rgba(255, 255, 255, 0.05);
        color: #fff5b4; } }

@media (max-width: 640px) {
  html.admin-dark .user-card {
    background: #2b2d31;
    border-color: #45474d; }
    html.admin-dark .user-card.user-card-locked {
      background: #4a2020;
      border-color: #6e3232; }
  html.admin-dark .user-card-name {
    color: #9cc8ff; }
    html.admin-dark .user-card-name:hover {
      text-decoration: underline; }
  html.admin-dark .user-card-cell-label {
    color: #a6a7ab; }
  html.admin-dark .user-card-cell-value {
    color: #e3e3e6; }
  html.admin-dark .user-card-revenue {
    color: #78dc96; }
  html.admin-dark .user-card-locked .user-card-revenue {
    color: #e69696; }
  html.admin-dark .users-tabs {
    border-bottom-color: #45474d; }
    html.admin-dark .users-tabs .users-tab {
      color: #a6a7ab; }
      html.admin-dark .users-tabs .users-tab:hover {
        background: #35373c;
        color: #e3e3e6; }
      html.admin-dark .users-tabs .users-tab.users-tab-active {
        background: #2b2d31;
        border-color: #45474d;
        border-bottom-color: #28a745;
        color: #e3e3e6; } }

@media (max-width: 640px) {
  .alt-tabs-wrapper .buttonWrapper {
    flex-wrap: wrap;
    gap: 6px; }
    .alt-tabs-wrapper .buttonWrapper button {
      flex: 1 1 auto;
      min-height: 40px;
      padding: 8px 10px;
      font-size: 13px;
      text-align: center;
      white-space: nowrap; }
  .item-row-flex {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px 0;
    border-bottom: 1px solid gainsboro; }
    .item-row-flex > div {
      width: 100% !important;
      margin-right: 0 !important;
      padding: 2px 0; }
    .item-row-flex > div:first-child {
      display: none; }
    .item-row-flex > div:nth-child(2) {
      width: 80px !important;
      float: left;
      margin-right: 10px !important;
      margin-bottom: 6px; }
      .item-row-flex > div:nth-child(2) img {
        max-width: 80px;
        height: auto; }
    .item-row-flex > div:nth-child(3) {
      font-weight: bold;
      font-size: 15px; }
      .item-row-flex > div:nth-child(3) a {
        color: #145aa0; }
    .item-row-flex > div:has(.btn) {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: 4px;
      padding-top: 6px;
      clear: both; }
      .item-row-flex > div:has(.btn) .btn {
        flex: 1 1 auto;
        min-height: 40px;
        padding: 8px 10px;
        font-size: 13px;
        text-align: center;
        margin: 0 !important; }
    .item-row-flex > div:last-child {
      border-top: 1px solid #ebebeb;
      margin-top: 8px;
      padding-top: 8px; }
  ol.admin_list {
    padding-left: 0; }
    ol.admin_list li::before {
      content: none !important;
      margin-right: 0 !important; }
  fieldset {
    border: 0;
    padding: 8px 0;
    margin: 0; }
    fieldset label {
      display: block;
      margin-bottom: 4px;
      font-weight: bold;
      font-size: 14px; }
    fieldset .input {
      width: 100% !important; }
    fieldset input[type="text"],
    fieldset input[type="email"],
    fieldset input[type="url"],
    fieldset input[type="file"],
    fieldset input[type="password"],
    fieldset textarea,
    fieldset select {
      width: 100%;
      box-sizing: border-box;
      font-size: 16px; } }

@media (max-width: 640px) {
  html.admin-dark .item-row-flex {
    border-bottom-color: #3c3c41; }
    html.admin-dark .item-row-flex > div:last-child {
      border-top-color: #3c3c41; }
    html.admin-dark .item-row-flex > div:nth-child(3) a {
      color: #9cc8ff; } }

body#admin.sessions-new {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 40px; }
  body#admin.sessions-new *,
  body#admin.sessions-new *::before,
  body#admin.sessions-new *::after {
    box-sizing: border-box; }
  body#admin.sessions-new .topbar .topbar-inner .container ul#admin-nav {
    display: none !important; }
  body#admin.sessions-new .topbar .topbar-inner .container .admin-nav-toggle {
    display: none !important; }
  body#admin.sessions-new .login-card-wrap {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    width: 100%;
    max-width: 100%; }

.login-card {
  width: 100%;
  max-width: 380px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid gainsboro;
  border-radius: 10px;
  padding: 28px 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06); }

.login-card-header {
  text-align: center;
  margin-bottom: 24px; }
  .login-card-header .login-card-brand {
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #969696;
    margin-bottom: 6px; }
  .login-card-header h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #1e1e1e; }

.login-alert {
  background: #fdebeb;
  border: 1px solid #f5c3c3;
  color: #961e1e;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 16px;
  text-align: center; }

.login-form .login-field {
  margin-bottom: 16px; }
  .login-form .login-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #3c3c3c;
    margin-bottom: 6px; }
  .login-form .login-field input[type="text"],
  .login-form .login-field input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font-size: 16px;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    background: #fff;
    color: #1e1e1e; }
    .login-form .login-field input[type="text"]:focus,
    .login-form .login-field input[type="password"]:focus {
      outline: none;
      border-color: #145aa0;
      box-shadow: 0 0 0 3px rgba(20, 90, 160, 0.15); }

.login-form .login-submit {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #145aa0;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 4px; }
  .login-form .login-submit:hover {
    background: #0f4682; }
  .login-form .login-submit:active {
    transform: translateY(1px); }

html.admin-dark .login-card {
  background: #2b2d31;
  border-color: #45474d;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4); }

html.admin-dark .login-card-header h1 {
  color: #e3e3e6; }

html.admin-dark .login-card-header .login-card-brand {
  color: #a6a7ab; }

html.admin-dark .login-form .login-field label {
  color: #c5c6ca; }

html.admin-dark .login-form .login-field input[type="text"],
html.admin-dark .login-form .login-field input[type="password"] {
  background: #1e1f22;
  border-color: #45474d;
  color: #e3e3e6; }
  html.admin-dark .login-form .login-field input[type="text"]:focus,
  html.admin-dark .login-form .login-field input[type="password"]:focus {
    border-color: #9cc8ff;
    box-shadow: 0 0 0 3px rgba(156, 200, 255, 0.2); }

html.admin-dark .login-submit {
  background: #326eb4; }
  html.admin-dark .login-submit:hover {
    background: #285a96; }

html.admin-dark .login-alert {
  background: rgba(220, 53, 69, 0.15);
  border-color: rgba(220, 53, 69, 0.4);
  color: #eba0a0; }

@media (max-width: 480px) {
  .login-card {
    padding: 22px 18px; }
  .login-card-header h1 {
    font-size: 22px; } }

.admin-nav-group .admin-nav-group-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 14px 16px;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #c9c9c9;
  font-size: 13px;
  font-family: inherit;
  white-space: nowrap;
  line-height: 1; }
  .admin-nav-group .admin-nav-group-label:hover, .admin-nav-group .admin-nav-group-label[aria-expanded="true"] {
    color: #fff5b4;
    background: rgba(255, 255, 255, 0.04); }

.admin-nav-group .admin-nav-group-caret {
  font-size: 10px;
  opacity: 0.7;
  transition: transform 0.12s ease; }

.admin-nav-group .admin-nav-group-label[aria-expanded="true"] .admin-nav-group-caret {
  transform: rotate(180deg); }

.tippy-box[data-theme="admin-nav-popover"] {
  background: #2b2d31;
  border: 1px solid #45474d;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35); }
  .tippy-box[data-theme="admin-nav-popover"] > .tippy-arrow {
    color: #2b2d31; }
  .tippy-box[data-theme="admin-nav-popover"] .admin-nav-sub {
    list-style: none;
    margin: 0;
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 200px; }
    .tippy-box[data-theme="admin-nav-popover"] .admin-nav-sub li a {
      display: block;
      padding: 10px 14px;
      font-size: 13px;
      color: #e3e3e6;
      text-decoration: none;
      border-radius: 5px;
      white-space: nowrap; }
      .tippy-box[data-theme="admin-nav-popover"] .admin-nav-sub li a:hover {
        color: #fff5b4;
        background: rgba(255, 255, 255, 0.06); }

html.admin-dark .admin-nav-group .admin-nav-group-label {
  color: #a6a7ab; }
  html.admin-dark .admin-nav-group .admin-nav-group-label:hover, html.admin-dark .admin-nav-group .admin-nav-group-label[aria-expanded="true"] {
    color: #fff5b4;
    background: rgba(255, 255, 255, 0.05); }

@media (max-width: 767px) {
  .admin-nav-group .admin-nav-group-label {
    display: flex;
    width: 100%;
    padding: 12px 16px;
    min-height: 44px;
    font-size: 16px; }
  .tippy-box[data-theme="admin-nav-popover"] .admin-nav-sub li a {
    padding: 12px 14px;
    font-size: 15px; } }
#age-verification-page {
  max-width: 560px;
  margin: 40px auto;
  padding: 0 16px;
  font-family: "Asap", "Open Sans", sans-serif; }

.av-card {
  background: #fff;
  border: 1px solid #e6e6eb;
  border-radius: 8px;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); }
  .av-card h1 {
    font-size: 1.6rem;
    margin: 0 0 12px 0;
    color: #1a1a2e; }
  .av-card h2 {
    font-size: 1.15rem;
    margin: 24px 0 8px 0;
    color: #1a1a2e; }

.av-explanation {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #3a3a4a;
  margin-bottom: 20px; }

.av-alert {
  background: #fde8e8;
  border: 1px solid #f5b5b5;
  color: #8a1f1f;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 0.9rem;
  margin-bottom: 16px; }

.av-notice {
  background: #e7f5e8;
  border: 1px solid #a9d4ab;
  color: #1f5a25;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 0.9rem;
  margin-bottom: 16px; }

.av-privacy {
  font-size: 0.85rem;
  color: #5a5a6a;
  margin: 8px 0 16px 0;
  line-height: 1.5; }

.av-vendor-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0; }

.av-vendor-button {
  display: block;
  width: 100%;
  padding: 14px 18px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border: 2px solid #1a1a2e;
  background: #fff;
  color: #1a1a2e;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease; }

.av-vendor-button:hover {
  background: #1a1a2e;
  color: #fff; }

.av-checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 20px 0; }
  .av-checkbox-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .av-checkbox-row label {
    font-size: 0.95rem;
    color: #1a1a2e;
    cursor: pointer; }

.av-submit-row {
  margin-top: 12px; }

.av-submit {
  display: inline-block;
  width: 100%;
  padding: 14px 18px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border: none;
  background: #1a1a2e;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.15s ease; }

.av-submit:hover {
  background: #2a2a4e; }

.av-jurisdiction-note {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid #e6e6eb;
  font-size: 0.8rem;
  color: #7a7a8a;
  line-height: 1.5; }
  .av-jurisdiction-note strong {
    color: #1a1a2e; }

.av-underage-exit {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #5a5a6a; }
  .av-underage-exit a {
    color: #1a1a2e;
    text-decoration: underline; }

.av-help {
  margin-top: 20px;
  font-size: 0.85rem;
  color: #5a5a6a; }
  .av-help a {
    color: #1a1a2e;
    text-decoration: underline; }

@media (max-width: 600px) {
  #age-verification-page {
    margin: 16px auto; }
  .av-card {
    padding: 20px 16px; }
    .av-card h1 {
      font-size: 1.35rem; }
    .av-card h2 {
      font-size: 1.05rem; }
  .av-vendor-button,
  .av-submit {
    padding: 16px 14px;
    font-size: 0.95rem; } }
/*!
 * Bootstrap v1.4.0
 *
 * Copyright 2011 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 * Date: Sun Dec 25 20:18:31 PST 2011
 */
/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Variables.less
 * Variables to customize the look and feel of Bootstrap
 * ----------------------------------------------------- */
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
/*
 * Scaffolding
 * Basic and global styles for generating a grid system, structural layout, and page templates
 * ------------------------------------------------------------------------------------------- */
body {
  background-color: #161616;
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #404040;
}

.container {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  zoom: 1;
}
.container:after {
  clear: both;
}
.container-fluid {
  position: relative;
  min-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  zoom: 1;
}
.container-fluid:after {
  clear: both;
}
.container-fluid > .sidebar {
  position: absolute;
  top: 0;
  left: 20px;
  width: 220px;
}
.container-fluid > .content {
  margin-left: 240px;
}

a {
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}

a:hover {
  text-decoration: underline;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.row {
  zoom: 1;
  margin-left: -20px;
}
.row:before, .row:after {
  display: table;
  content: "";
  zoom: 1;
}
.row:after {
  clear: both;
}
.row > [class*="span"] {
  display: inline;
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 40px;
}
.span2 {
  width: 100px;
}
.span3 {
  width: 160px;
}
.span4 {
  width: 220px;
}
.span5 {
  width: 280px;
}
.span6 {
  width: 340px;
}
.span7 {
  width: 400px;
}
.span8 {
  width: 460px;
}
.span9 {
  width: 520px;
}
.span10 {
  width: 580px;
}
.span11 {
  width: 640px;
}
.span12 {
  width: 700px;
}
.span13 {
  width: 760px;
}
.span14 {
  width: 820px;
}
.span15 {
  width: 880px;
}
.span16 {
  width: 940px;
}
.span17 {
  width: 1000px;
}
.span18 {
  width: 1060px;
}
.span19 {
  width: 1120px;
}
.span20 {
  width: 1180px;
}
.span21 {
  width: 1240px;
}
.span22 {
  width: 1300px;
}
.span23 {
  width: 1360px;
}
.span24 {
  width: 1420px;
}
.row > .offset1 {
  margin-left: 80px;
}
.row > .offset2 {
  margin-left: 140px;
}
.row > .offset3 {
  margin-left: 200px;
}
.row > .offset4 {
  margin-left: 260px;
}
.row > .offset5 {
  margin-left: 320px;
}
.row > .offset6 {
  margin-left: 380px;
}
.row > .offset7 {
  margin-left: 440px;
}
.row > .offset8 {
  margin-left: 500px;
}
.row > .offset9 {
  margin-left: 560px;
}
.row > .offset10 {
  margin-left: 620px;
}
.row > .offset11 {
  margin-left: 680px;
}
.row > .offset12 {
  margin-left: 740px;
}
.span-one-third {
  width: 300px;
}
.span-two-thirds {
  width: 620px;
}
.row > .offset-one-third {
  margin-left: 340px;
}
.row > .offset-two-thirds {
  margin-left: 660px;
}
/* Typography.less
 * Headings, body text, lists, code, and more for a versatile and durable typography system
 * ---------------------------------------------------------------------------------------- */
p small {
  font-size: 11px;
  color: #bfbfbf;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #404040;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #bfbfbf;
}
h1 {
  margin-bottom: 4px;
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 small {
  font-size: 14px;
}
h3,
h4,
h5,
h6 {
  line-height: 36px;
}
h3 {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 {
  font-size: 16px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
  color: #bfbfbf;
  text-transform: uppercase;
}
ul, ol {
  margin: 0 0 18px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;

}
ul.unstyled {
  list-style: none;
  margin-left: 0;
}
dl {
  margin-bottom: 18px;
}
dl dt, dl dd {
  line-height: 18px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 9px;
}
hr {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #6b6b6b;
}
strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
.muted {
  color: #bfbfbf;
}
blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #eee;
  padding-left: 15px;
}
blockquote p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
}
blockquote small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #bfbfbf;
}
blockquote small:before {
  content: '\2014 \00A0';
}
address {
  display: block;
  line-height: 18px;
  margin-bottom: 18px;
}
code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  background-color: #fee9cc;
  color: rgba(0, 0, 0, 0.75);
  padding: 1px 3px;
}
pre {
  background-color: #f5f5f5;
  display: block;
  padding: 8.5px;
  margin: 0 0 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* Forms.less
 * Base styles for various input types, form layouts, and states
 * ------------------------------------------------------------- */
form {
  margin-bottom: 18px;
}
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
fieldset legend {
  display: block;
  padding-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #404040;
  *padding: 0 0 5px 145px;
  /* IE6-7 */

  *line-height: 1.5;
  /* IE6-7 */

}
form .clearfix {
  margin-bottom: 18px;
  zoom: 1;
}
form .clearfix:before, form .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
}
form .clearfix:after {
  clear: both;
}
label,
input,
select,
textarea {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
  color: #404040;
}
form .input {
  margin-left: 150px;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
select {
  padding: initial;
}
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}
input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto;
}
select, input[type=file] {
  height: 27px;
  *height: auto;
  line-height: 27px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

}
select[multiple] {
  height: inherit;
  background-color: #ffffff;
}
textarea {
  height: auto;
}
.uneditable-input {
  background-color: #ffffff;
  display: block;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
form .clearfix.error > label, form .clearfix.error .help-block, form .clearfix.error .help-inline {
  color: #b94a48;
}
form .clearfix.error input, form .clearfix.error textarea {
  color: #b94a48;
  border-color: #ee5f5b;
}
form .clearfix.error input:focus, form .clearfix.error textarea:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
form .clearfix.error .input-prepend .add-on, form .clearfix.error .input-append .add-on {
  color: #b94a48;
  background-color: #fce6e6;
  border-color: #b94a48;
}
form .clearfix.warning > label, form .clearfix.warning .help-block, form .clearfix.warning .help-inline {
  color: #c09853;
}
form .clearfix.warning input, form .clearfix.warning textarea {
  color: #c09853;
  border-color: #ccae64;
}
form .clearfix.warning input:focus, form .clearfix.warning textarea:focus {
  border-color: #be9a3f;
  -webkit-box-shadow: 0 0 6px #e5d6b1;
  -moz-box-shadow: 0 0 6px #e5d6b1;
  box-shadow: 0 0 6px #e5d6b1;
}
form .clearfix.warning .input-prepend .add-on, form .clearfix.warning .input-append .add-on {
  color: #c09853;
  background-color: #d2b877;
  border-color: #c09853;
}
form .clearfix.success > label, form .clearfix.success .help-block, form .clearfix.success .help-inline {
  color: #468847;
}
form .clearfix.success input, form .clearfix.success textarea {
  color: #468847;
  border-color: #57a957;
}
form .clearfix.success input:focus, form .clearfix.success textarea:focus {
  border-color: #458845;
  -webkit-box-shadow: 0 0 6px #9acc9a;
  -moz-box-shadow: 0 0 6px #9acc9a;
  box-shadow: 0 0 6px #9acc9a;
}
form .clearfix.success .input-prepend .add-on, form .clearfix.success .input-append .add-on {
  color: #468847;
  background-color: #bcddbc;
  border-color: #468847;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
}
textarea.xxlarge {
  overflow-y: auto;
}
input.span1, textarea.span1 {
  display: inline-block;
  float: none;
  width: 30px;
  margin-left: 0;
}
input.span2, textarea.span2 {
  display: inline-block;
  float: none;
  width: 90px;
  margin-left: 0;
}
input.span3, textarea.span3 {
  display: inline-block;
  float: none;
  width: 150px;
  margin-left: 0;
}
input.span4, textarea.span4 {
  display: inline-block;
  float: none;
  width: 210px;
  margin-left: 0;
}
input.span5, textarea.span5 {
  display: inline-block;
  float: none;
  width: 270px;
  margin-left: 0;
}
input.span6, textarea.span6 {
  display: inline-block;
  float: none;
  width: 330px;
  margin-left: 0;
}
input.span7, textarea.span7 {
  display: inline-block;
  float: none;
  width: 390px;
  margin-left: 0;
}
input.span8, textarea.span8 {
  display: inline-block;
  float: none;
  width: 450px;
  margin-left: 0;
}
input.span9, textarea.span9 {
  display: inline-block;
  float: none;
  width: 510px;
  margin-left: 0;
}
input.span10, textarea.span10 {
  display: inline-block;
  float: none;
  width: 570px;
  margin-left: 0;
}
input.span11, textarea.span11 {
  display: inline-block;
  float: none;
  width: 630px;
  margin-left: 0;
}
input.span12, textarea.span12 {
  display: inline-block;
  float: none;
  width: 690px;
  margin-left: 0;
}
input.span13, textarea.span13 {
  display: inline-block;
  float: none;
  width: 750px;
  margin-left: 0;
}
input.span14, textarea.span14 {
  display: inline-block;
  float: none;
  width: 810px;
  margin-left: 0;
}
input.span15, textarea.span15 {
  display: inline-block;
  float: none;
  width: 870px;
  margin-left: 0;
}
input.span16, textarea.span16 {
  display: inline-block;
  float: none;
  width: 930px;
  margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}
.help-inline, .help-block {
  font-size: 13px;
  line-height: 18px;
  color: #bfbfbf;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */

  *top: -5px;
  /* IE6-7 */

}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: #808080;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input, .input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  margin-left: 20px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong {
  color: #808080;
}
.inputs-list label small {
  font-size: 11px;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
  margin-bottom: 0;
  margin-left: -20px;
  float: left;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 9px;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
/*
 * Tables.less
 * Tables for, you guessed it, tabular data
 * ---------------------------------------- */
table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
}
table th, table td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
table td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.condensed-table th, .condensed-table td {
  padding: 5px 5px 4px;
}
.bordered-table {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bordered-table th + th, .bordered-table td + td, .bordered-table th + td {
  border-left: 1px solid #ddd;
}
.bordered-table thead tr:first-child th:first-child, .bordered-table tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.bordered-table thead tr:first-child th:last-child, .bordered-table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.bordered-table tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.bordered-table tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
table .span1 {
  width: 20px;
}
table .span2 {
  width: 60px;
}
table .span3 {
  width: 100px;
}
table .span4 {
  width: 140px;
}
table .span5 {
  width: 180px;
}
table .span6 {
  width: 220px;
}
table .span7 {
  width: 260px;
}
table .span8 {
  width: 300px;
}
table .span9 {
  width: 340px;
}
table .span10 {
  width: 380px;
}
table .span11 {
  width: 420px;
}
table .span12 {
  width: 460px;
}
table .span13 {
  width: 500px;
}
table .span14 {
  width: 540px;
}
table .span15 {
  width: 580px;
}
table .span16 {
  width: 620px;
}
.zebra-striped tbody tr:nth-child(odd) td, .zebra-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.zebra-striped tbody tr:hover td, .zebra-striped tbody tr:hover th {
  background-color: #f5f5f5;
}
table .header {
  cursor: pointer;
}
table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}
table .headerSortUp, table .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table .header:hover:after {
  visibility: visible;
}
table .headerSortDown:after, table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .blue {
  color: #049cdb;
  border-bottom-color: #049cdb;
}
table .headerSortUp.blue, table .headerSortDown.blue {
  background-color: #ade6fe;
}
table .green {
  color: #46a546;
  border-bottom-color: #46a546;
}
table .headerSortUp.green, table .headerSortDown.green {
  background-color: #cdeacd;
}
table .red {
  color: #9d261d;
  border-bottom-color: #9d261d;
}
table .headerSortUp.red, table .headerSortDown.red {
  background-color: #f4c8c5;
}
table .yellow {
  color: #ffc40d;
  border-bottom-color: #ffc40d;
}
table .headerSortUp.yellow, table .headerSortDown.yellow {
  background-color: #fff6d9;
}
table .orange {
  color: #f89406;
  border-bottom-color: #f89406;
}
table .headerSortUp.orange, table .headerSortDown.orange {
  background-color: #fee9cc;
}
table .purple {
  color: #7a43b6;
  border-bottom-color: #7a43b6;
}
table .headerSortUp.purple, table .headerSortDown.purple {
  background-color: #e2d5f0;
}
/* Patterns.less
 * Repeatable UI elements outside the base styles provided from the scaffolding
 * ---------------------------------------------------------------------------- */
.topbar {
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  overflow: visible;
}
.topbar a {
  color: #bfbfbf;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a {
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
}
.topbar h3 {
  position: relative;
}
.topbar h3 a, .topbar .brand {
  float: left;
  display: block;
  padding: 10px 6px 8px;
  margin-left: -20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  line-height: 1;
}
.topbar p {
  margin: 0;
  line-height: 40px;
}
.topbar p a:hover {
  background-color: transparent;
  color: #ffffff;
}
.topbar form {
  float: left;
  margin: 5px 0 0 0;
  position: relative;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.topbar form.pull-right {
  float: right;
}
.topbar input {
  background-color: #444;
  background-color: rgba(255, 255, 255, 0.3);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: normal;
  font-weight: 13px;
  line-height: 1;
  padding: 4px 9px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #111;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.topbar input:-moz-placeholder {
  color: #e6e6e6;
}
.topbar input::-webkit-input-placeholder {
  color: #e6e6e6;
}
.topbar input:hover {
  background-color: #bfbfbf;
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.topbar input:focus, .topbar input.focused {
  outline: 0;
  background-color: #ffffff;
  color: #404040;
  text-shadow: 0 1px 0 #ffffff;
  border: 0;
  padding: 5px 10px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.topbar-inner, .topbar .fill {
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.topbar div > ul, .nav {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  left: 0;
  font-size:0.9em;
}
.topbar div > ul > li, .nav > li {
  display: block;
  float: left;
}
.topbar div > ul a, .nav a {
  display: block;
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  text-decoration: none;
}
.topbar div > ul a:hover, .nav a:hover {
  color: #ffffff;
  text-decoration: none;
}
.topbar div > ul .active > a, .nav .active > a {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
}
.topbar div > ul.secondary-nav, .nav.secondary-nav {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.topbar div > ul.secondary-nav .menu-dropdown,
.nav.secondary-nav .menu-dropdown,
.topbar div > ul.secondary-nav .dropdown-menu,
.nav.secondary-nav .dropdown-menu {
  right: 0;
  border: 0;
}
.topbar div > ul a.menu:hover,
.nav a.menu:hover,
.topbar div > ul li.open .menu,
.nav li.open .menu,
.topbar div > ul .dropdown-toggle:hover,
.nav .dropdown-toggle:hover,
.topbar div > ul .dropdown.open .dropdown-toggle,
.nav .dropdown.open .dropdown-toggle {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown,
.nav .menu-dropdown,
.topbar div > ul .dropdown-menu,
.nav .dropdown-menu {
  background-color: #333;
}
.topbar div > ul .menu-dropdown a.menu,
.nav .menu-dropdown a.menu,
.topbar div > ul .dropdown-menu a.menu,
.nav .dropdown-menu a.menu,
.topbar div > ul .menu-dropdown .dropdown-toggle,
.nav .menu-dropdown .dropdown-toggle,
.topbar div > ul .dropdown-menu .dropdown-toggle,
.nav .dropdown-menu .dropdown-toggle {
  color: #ffffff;
}
.topbar div > ul .menu-dropdown a.menu.open,
.nav .menu-dropdown a.menu.open,
.topbar div > ul .dropdown-menu a.menu.open,
.nav .dropdown-menu a.menu.open,
.topbar div > ul .menu-dropdown .dropdown-toggle.open,
.nav .menu-dropdown .dropdown-toggle.open,
.topbar div > ul .dropdown-menu .dropdown-toggle.open,
.nav .dropdown-menu .dropdown-toggle.open {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown li a,
.nav .menu-dropdown li a,
.topbar div > ul .dropdown-menu li a,
.nav .dropdown-menu li a {
  color: #999;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.topbar div > ul .menu-dropdown li a:hover,
.nav .menu-dropdown li a:hover,
.topbar div > ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover {
  background-color: #191919;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
  background-image: -moz-linear-gradient(top, #292929, #191919);
  background-image: -ms-linear-gradient(top, #292929, #191919);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
  background-image: -webkit-linear-gradient(top, #292929, #191919);
  background-image: -o-linear-gradient(top, #292929, #191919);
  background-image: linear-gradient(top, #292929, #191919);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
  color: #ffffff;
}
.topbar div > ul .menu-dropdown .active a,
.nav .menu-dropdown .active a,
.topbar div > ul .dropdown-menu .active a,
.nav .dropdown-menu .active a {
  color: #ffffff;
}
.topbar div > ul .menu-dropdown .divider,
.nav .menu-dropdown .divider,
.topbar div > ul .dropdown-menu .divider,
.nav .dropdown-menu .divider {
  background-color: #222;
  border-color: #444;
}
.topbar ul .menu-dropdown li a, .topbar ul .dropdown-menu li a {
  padding: 4px 15px;
}
li.menu, .dropdown {
  position: relative;
}
a.menu:after, .dropdown-toggle:after {
  width: 0;
  height: 0;
  display: inline-block;
  content: "&darr;";
  text-indent: -99999px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.menu-dropdown, .dropdown-menu {
  background-color: #ffffff;
  float: left;
  display: none;
  position: absolute;
  top: 40px;
  z-index: 900;
  min-width: 160px;
  max-width: 220px;
  _width: 160px;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 0;
  zoom: 1;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.menu-dropdown li, .dropdown-menu li {
  float: none;
  display: block;
  background-color: none;
}
.menu-dropdown .divider, .dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #eee;
  border-bottom: 1px solid #ffffff;
}
.topbar .dropdown-menu a, .dropdown-menu a {
  display: block;
  padding: 4px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #808080;
  text-shadow: 0 1px 0 #ffffff;
}
.topbar .dropdown-menu a:hover,
.dropdown-menu a:hover,
.topbar .dropdown-menu a.hover,
.dropdown-menu a.hover {
  background-color: #dddddd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(top, #eeeeee, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
  color: #404040;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
}
.open .menu,
.dropdown.open .menu,
.open .dropdown-toggle,
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.open .menu-dropdown,
.dropdown.open .menu-dropdown,
.open .dropdown-menu,
.dropdown.open .dropdown-menu {
  display: block;
}
.tabs, .pills {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
  zoom: 1;
}
.tabs:after, .pills:after {
  clear: both;
}
.tabs > li, .pills > li {
  float: left;
}
.tabs > li > a, .pills > li > a {
  display: block;
}
.tabs {
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px;
}
.tabs > li {
  position: relative;
  margin-bottom: -1px;
}
.tabs > li > a {
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs .active > a, .tabs .active > a:hover {
  color: #808080;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tabs .menu-dropdown, .tabs .dropdown-menu {
  top: 35px;
  border-width: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tabs a.menu:after, .tabs .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}
.pills a {
  margin: 5px 3px 5px 0;
  padding: 0 15px;
  line-height: 30px;
  text-shadow: 0 1px 1px #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pills a:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #00438a;
}
.pills .active a {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #0069d6;
}
.pills-vertical > li {
  float: none;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane,
.tab-content > div,
.pill-content > div {
  display: none;
}
.tab-content > .active, .pill-content > .active {
  display: block;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #bfbfbf;
}
.breadcrumb .active a {
  color: #404040;
}
.hero-unit {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}
footer {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid #eee;
}
.page-header {
  margin-bottom: 17px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.page-header h1 {
  margin-bottom: 8px;
}
.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(https://stickyasian18.com/assets/glyphicons-halflings-80dfe6854eab05fef99752d65528b45078554ce65a627dd140d535da5509cbc8.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url(https://stickyasian18.com/assets/glyphicons-halflings-white-0f383ca656fb92a3438f873049f4c292f09f463a873b6e214a4ccce6d2fc0165.png);
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.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;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          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);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          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-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-error,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-error h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.well {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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);
}
.modal-backdrop {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11000;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal .close {
  margin-top: 7px;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  border-bottom: 1px solid #eee;
  padding: 5px 15px;
}
.modal-body {
  padding: 15px;
}
.modal-body form {
  margin-bottom: 0;
}
.modal-footer {
  background-color: #f5f5f5;
  padding: 14px 15px 15px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  zoom: 1;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
}
.modal .popover, .modal .twipsy {
  z-index: 12000;
}
.twipsy {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  z-index: 1000;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.above .twipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.twipsy.left .twipsy-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.twipsy.below .twipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.twipsy.right .twipsy-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.twipsy-inner {
  padding: 3px 8px;
  background-color: #000000;
  color: white;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px;
  display: none;
}
.popover.above .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.below .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover .inner {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px;
  overflow: hidden;
  width: 280px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover .title {
  background-color: #f5f5f5;
  padding: 9px 15px;
  line-height: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
}
.popover .content {
  background-color: #ffffff;
  padding: 14px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover .content p, .popover .content ul, .popover .content ol {
  margin-bottom: 0;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.label {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: none;
}
.label.important {
  background-color: #c43c35;
}
.label.warning {
  background-color: #f89406;
}
.label.success {
  background-color: #46a546;
}
.label.notice {
  background-color: #62cffc;
}
.media-grid {
  margin-left: -20px;
  margin-bottom: 0;
  zoom: 1;
}
.media-grid:before, .media-grid:after {
  display: table;
  content: "";
  zoom: 1;
}
.media-grid:after {
  clear: both;
}
.media-grid li {
  display: inline;
}
.media-grid a {
  float: left;
  padding: 4px;
  margin: 0 0 18px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.media-grid a img {
  display: block;
}
.media-grid a:hover {
  border-color: #0069d6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.direct-upload {
  display: inline-block;
  position: relative;
  padding: 2px 4px;
  margin: 0 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px;
}

.direct-upload--pending {
  opacity: 0.6;
}

.direct-upload__progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  background: #0076ff;
  transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
  transform: translate3d(0, 0, 0);
}

.direct-upload--complete .direct-upload__progress {
  opacity: 0.4;
}

.direct-upload--error {
  border-color: red;
}

input[type=file][data-direct-upload-url][disabled] {
  display: none;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
.members_banner {
  margin-left: 353px;
  margin-top: 20px; }

.alert-error {
  background: #FE9A9A;
  border: 1px solid #FC4D5C;
  text-shadow: none; }
  .alert-error p {
    color: #CD112E; }
  .alert-error h4 {
    color: #CD112E; }

.alert-info {
  background-color: #daedf8;
  border: 1px solid #9AC1F6; }
  .alert-info p {
    color: #3f86b4; }
  .alert-info h4 {
    color: #3f86b4; }

.member_content p {
  color: #818181; }

#member-menu {
  background: #ff02d4;
  border: 1px solid white;
  border-right: none;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 30px; }
  #member-menu a {
    border: 1px solid white;
    color: white;
    text-align: center;
    padding: 8px 2px 8px 2px;
    font-size: 90%;
    text-transform: uppercase; }
    #member-menu a:hover {
      text-decoration: none !important;
      background-color: #e401bd; }
  #member-menu .current {
    color: yellow;
    background-color: #ab008d; }

.affiliate-image {
  max-width: 100%; }
@media (max-width: 1340px) {
  .container {
    width: auto;
    max-width: 1300px;
    padding-left: 12px;
    padding-right: 12px; } }

@media (max-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 100%;
    max-width: 100%; } }

video {
  max-width: 100%;
  height: auto; }

.episode video {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block; }

.video-play-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%; }

.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: background 0.15s ease;
  z-index: 2; }
  .video-play-overlay::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(255, 2, 212, 0.85);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
    transition: transform 0.15s ease, background 0.15s ease; }
  .video-play-overlay i.fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 38px;
    color: #fff;
    transform: translate(-50%, -50%) translateX(3px);
    pointer-events: none; }
  .video-play-overlay:hover {
    background: rgba(0, 0, 0, 0.18); }
    .video-play-overlay:hover::before {
      transform: translate(-50%, -50%) scale(1.06);
      background: #ff02d4; }
  .video-play-overlay:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px; }
  .video-play-overlay.is-hidden {
    display: none; }

@media (max-width: 768px) {
  .video-play-overlay::before {
    width: 64px;
    height: 64px; }
  .video-play-overlay i.fa-play {
    font-size: 28px; } }

img {
  max-width: 100%;
  height: auto; }

a.video {
  max-width: 100%; }

@media (max-width: 1340px) {
  .episode {
    width: auto;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 768px) {
  .episode {
    margin: 0;
    padding: 0 0 40px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box; }
    .episode h2 {
      font-size: 1.4rem;
      line-height: 1.3;
      margin: 0 0 12px 0;
      padding: 0 16px; }
    .episode .description {
      font-size: 1.1em;
      margin: 0 0 16px 0;
      padding: 0 16px; }
    .episode video {
      display: block;
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important;
      margin: 0; }
    .episode .video-sub-images {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 8px;
      margin: 16px 0 0 0;
      padding: 0 16px;
      box-sizing: border-box; }
      .episode .video-sub-images img {
        width: 100%;
        height: auto; }
    .episode .image-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 10px;
      padding: 0 16px;
      box-sizing: border-box; }
      .episode .image-container img {
        width: 100%;
        height: auto; }
      .episode .image-container > div {
        margin-right: 0; }
  body .page-heading {
    font-size: 1.8rem;
    line-height: 1.25;
    margin: 16px 0 20px 0;
    padding: 0 16px;
    box-sizing: border-box; } }

.nav-toggle {
  display: none; }

@media (max-width: 1000px) {
  .top-menu nav:not(.pagination) {
    flex-wrap: wrap;
    width: auto;
    justify-content: flex-start; }
    .top-menu nav:not(.pagination) a {
      padding: 10px 14px;
      min-height: 44px;
      display: flex;
      align-items: center;
      justify-content: center; } }

@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    min-height: 48px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: #ab008d;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .nav-toggle:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px; }
  .nav-toggle-icon {
    position: relative;
    width: 20px;
    height: 14px;
    display: inline-block; }
  .nav-toggle-icon,
  .nav-toggle-icon::before,
  .nav-toggle-icon::after {
    background: #fff;
    border-radius: 1px; }
  .nav-toggle-icon::before,
  .nav-toggle-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px; }
  .nav-toggle-icon::before {
    top: 0; }
  .nav-toggle-icon::after {
    bottom: 0; }
  .nav-toggle-icon {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: transparent; }
  .nav-toggle-active .nav-toggle-icon {
    border: 0;
    background: transparent;
    height: 18px; }
  .nav-toggle-active .nav-toggle-icon::before {
    top: 8px;
    transform: rotate(45deg); }
  .nav-toggle-active .nav-toggle-icon::after {
    bottom: 8px;
    transform: rotate(-45deg); }
  .top-menu nav:not(.pagination) {
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: #ab008d;
    margin: 0 0 0 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    .top-menu nav:not(.pagination) a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 9px 12px;
      min-height: 40px;
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      font-size: 18px;
      text-transform: none;
      color: #fff; }
      .top-menu nav:not(.pagination) a:last-child {
        border-bottom: 0; }
      .top-menu nav:not(.pagination) a:hover, .top-menu nav:not(.pagination) a.current {
        background: #e401bd;
        text-decoration: none; }
    .top-menu nav.nav-open:not(.pagination) {
      display: flex; } }

@media (max-width: 768px) {
  .footer {
    padding: 24px 16px; }
  .footer .footer-flex-row {
    flex-direction: column; }
    .footer .footer-flex-row > div {
      max-width: 100%;
      margin-bottom: 24px;
      text-align: center; }
      .footer .footer-flex-row > div:last-child {
        margin-bottom: 0; }
      .footer .footer-flex-row > div p {
        margin: 0 0 12px 0;
        line-height: 1.55; }
        .footer .footer-flex-row > div p:last-child {
          margin-bottom: 0; }
      .footer .footer-flex-row > div h3 {
        margin-top: 0;
        margin-bottom: 8px; }
  .footer .footer-text {
    padding: 20px 16px; }
    .footer .footer-text h3 {
      margin-top: 18px;
      margin-bottom: 6px; }
      .footer .footer-text h3:first-child {
        margin-top: 0; }
    .footer .footer-text p {
      margin: 0 0 12px 0;
      line-height: 1.55; }
      .footer .footer-text p:last-child {
        margin-bottom: 0; }
  .footer .footer-menu {
    padding: 16px; }
    .footer .footer-menu h3 {
      margin-bottom: 10px; }
    .footer .footer-menu ul.horizontal {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px 14px;
      padding: 0;
      margin: 0;
      list-style: none; }
      .footer .footer-menu ul.horizontal li {
        display: list-item;
        list-style: none; }
      .footer .footer-menu ul.horizontal a {
        display: inline-block;
        padding: 6px 4px;
        min-height: 36px;
        line-height: 1.4; } }

@media (max-width: 1340px) {
  .members_banner {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%; } }

@media (max-width: 600px) {
  #member-menu {
    grid-template-columns: repeat(3, 1fr); }
    #member-menu a {
      min-height: 44px;
      display: flex;
      align-items: center;
      justify-content: center; } }

@media (max-width: 600px) {
  #join_page h1.shout {
    font-size: 2em; }
  #join_page .join-button {
    font-size: 1.1em;
    padding: 14px 18px;
    display: inline-block;
    max-width: 100%; } }

@media (max-width: 1000px) {
  .contact_us .left_col,
  .contact_us .right_col {
    width: auto;
    float: none;
    padding: 0;
    max-width: 100%; } }

@media (max-width: 1000px) {
  .review_link_text {
    width: auto;
    max-width: 100%;
    float: none; }
  .review_link img {
    max-width: 100%;
    height: auto; } }

@media (max-width: 768px) {
  .photo {
    width: auto;
    max-width: 100%;
    float: none; }
  .photo_left,
  .photo_right {
    margin: 0 0 12px 0; } }

@media (max-width: 600px) {
  nav.pagination a,
  nav.pagination li,
  nav.pagination span,
  .paginated a,
  .paginated li,
  .paginated span {
    padding: 8px 10px !important;
    display: inline-block; }
  nav.pagination li,
  .paginated li {
    font-size: 1.2em; } }

@media (max-width: 600px) {
  #age-gate-container {
    padding: 20px 16px;
    gap: 20px;
    justify-content: flex-start; }
  .age-gate-hero {
    max-width: 100%;
    margin-top: 16px; }
  .age-gate-logo {
    max-width: 200px; }
  .age-gate-tagline {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.04em; }
  .age-gate-content-box {
    padding: 24px 20px; }
  .age-gate-content-box h1 {
    font-size: 22px;
    margin-bottom: 10px; }
  .age-gate-content-box p {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.5; }
  .age-gate-enter-btn {
    min-height: 52px;
    font-size: 16px;
    padding: 16px 20px; } }
p.photo_hint {
  text-align: center;
  font-size: 0.9em; }
  p.photo_hint a {
    color: #cecece; }

.photo img {
  border: 1px solid #878787; }
  .photo img:hover {
    border: 1px solid #dbdbdb; }

.photo {
  width: 495px;
  float: left; }

.photo_left {
  margin: 0 10px 0 0; }

.photo_right {
  margin: 0; }

.image-container {
  display: flex;
  flex-direction: row; }
  .image-container > div {
    margin-right: 10px; }
.alt-tabs-wrapper {
  margin-top: 20px; }
  .alt-tabs-wrapper .buttonWrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline; }
  .alt-tabs-wrapper button {
    border: 1px solid #cfcfcf;
    padding: 4px;
    cursor: pointer;
    opacity: 0.4; }
  .alt-tabs-wrapper button.active {
    opacity: 1; }
  .alt-tabs-wrapper .tab-published {
    background-color: #e7ffe1;
    border: 1px solid #337813;
    color: #337813; }
  .alt-tabs-wrapper .tab-unpublished {
    background-color: #fcd1d1;
    border: 1px solid #891325;
    color: #891325; }
  .alt-tabs-wrapper .tab-content {
    display: none;
    padding: 10px 20px; }
  .alt-tabs-wrapper .tab-content.active {
    display: block; }
@charset "UTF-8";
h1, h2, h3, h4 {
  color: #ff02d4;
  font-family: 'Open Sans', sans-serif; }

.page-heading {
  font-size: 36px;
  line-height: 42px;
  margin: 20px 0;
  text-align: center; }

.no_list_style {
  list-style-type: none; }

h2 {
  margin-bottom: 4px;
  font-size: 30px;
  line-height: 36px; }

h3 {
  font-size: 18px; }

p {
  line-height: 18px;
  margin-bottom: 9px; }

ol, ul, p {
  font-family: 'Asap', sans-serif;
  color: #cecece;
  font-size: 1.1em;
  line-height: 1.1em; }

.admin_text, a.admin_text {
  color: #3f3f3f; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.review_link {
  overflow: hidden;
  margin: 0 0 10px 0; }
  .review_link img {
    border: 1px solid #fff; }

.review_link_text {
  width: 735px;
  margin: 4px 0 0 0; }

.footer ul li {
  font-size: 1.2em; }

.footer #col2 {
  width: 300px;
  margin-left: 40px; }

.footer .span-one-third {
  width: 320px; }

.footer a {
  color: yellow; }

.episode {
  margin: 0 auto 50px auto;
  max-width: 1080px; }
  .episode .description {
    margin-bottom: 10px;
    font-size: 1.4em;
    line-height: 1.1em;
    color: #cecece; }
  .episode .images {
    overflow: hidden;
    margin: 8px 0 0 0; }
  .episode .image {
    max-width: 324px;
    width: 100%;
    float: left;
    box-sizing: border-box; }
  .episode .image_left {
    margin: 0 50px 0 0; }
  .episode .image_center {
    margin: 0 50px 0 0; }
  .episode .large_link {
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    color: #cecece; }
  .episode .episode-meta {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .episode .episode-meta a {
      margin-right: 6px; }

#public_nav {
  margin: 16px 0 16px 0;
  overflow: hidden; }
  #public_nav li {
    background: url(https://stickyasian18.com/assets/nav-3d6330f5765045d9360219cc578b29ba8f4a9e705747255ff04e6047a5b156e9.png) no-repeat;
    display: block;
    float: left;
    height: 45px;
    text-indent: -9999px; }
    #public_nav li a {
      display: block;
      height: 45px; }
  #public_nav #home {
    background-position: 0 0;
    width: 59px; }
    #public_nav #home:hover {
      background-position: 0 -47px; }
    #public_nav #home:active {
      background-position: 0 -94px; }
  #public_nav #home.current {
    background-position: 0 -141px; }
  #public_nav #cams {
    background-position: -59px 0;
    width: 129px; }
    #public_nav #cams:hover {
      background-position: -59px -47px; }
    #public_nav #cams:active {
      background-position: -59px -94px; }
  #public_nav #cams.current {
    background-position: -59px -141px; }
  #public_nav #fashion {
    background-position: -188px 0;
    width: 127px; }
    #public_nav #fashion:hover {
      background-position: -188px -47px; }
    #public_nav #fashion:active {
      background-position: -188px -94px; }
  #public_nav #fashion.current {
    background-position: -188px -141px; }
  #public_nav #models {
    background-position: -315px 0;
    width: 125px; }
    #public_nav #models:hover {
      background-position: -315px -47px; }
    #public_nav #models:active {
      background-position: -315px -94px; }
  #public_nav #models.current {
    background-position: -315px -141px; }
  #public_nav #updates {
    background-position: -440px 0;
    width: 179px; }
    #public_nav #updates:hover {
      background-position: -440px -47px; }
    #public_nav #updates:active {
      background-position: -440px -94px; }
  #public_nav #updates.current {
    background-position: -440px -141px; }
  #public_nav #blank {
    background-position: -619px 0;
    width: 213px; }
  #public_nav #members {
    background-position: -832px 0;
    width: 84px; }
    #public_nav #members:hover {
      background-position: -832px -47px; }
    #public_nav #members:active {
      background-position: -832px -94px; }
  #public_nav #join {
    background-position: -916px 0;
    width: 86px; }
    #public_nav #join:hover {
      background-position: -916px -47px; }
    #public_nav #join:active {
      background-position: -916px -94px; }
  #public_nav #join.current {
    background-position: -916px -141px; }

ul.horizontal li {
  display: inline;
  list-style-type: none; }

nav:not(.pagination) {
  background: #ff02d4;
  border: 1px solid white;
  margin: 0 auto 20px auto;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  nav:not(.pagination) a {
    border: 1px solid white;
    color: white;
    text-align: center;
    padding: 8px 36px;
    font-size: 90%;
    text-transform: uppercase; }
    nav:not(.pagination) a:hover {
      text-decoration: none !important;
      background-color: #e401bd; }
  nav:not(.pagination) .current {
    color: yellow;
    background-color: #ab008d; }

@media (max-width: 430px) {
  nav {
    font-size: .8em; }
  nav ul li {
    display: block;
    border-bottom: 1px solid #ccc; } }

.footer h3 {
  text-align: center; }

.footer .footer-text, .footer .footer-menu {
  text-align: center;
  padding: 20px; }

.footer .footer-menu li {
  margin-right: 10px; }

a.video {
  display: block;
  max-width: 100%;
  height: auto; }

.contact_us {
  margin: 30px 0px; }
  .contact_us p {
    font-size: 1.3em;
    padding-right: 20px; }
  .contact_us h3 {
    line-height: 20px;
    margin-bottom: 6px; }
  .contact_us .left_col {
    width: 450px;
    float: left;
    padding: 0 30px 0 0; }
  .contact_us .right_col {
    width: 450px;
    float: right; }

.paginated ul {
  text-align: center;
  margin-top: 61px;
  margin-bottom: 39px; }

.paginated li {
  margin-right: 6px;
  font-size: 1.7em;
  border: 1px solid #ff02d4;
  padding: 6px; }

#join_page {
  text-align: center;
  margin-top: 47px; }
  #join_page h1.shout {
    font-size: 2.5em;
    color: #ab0b90;
    border: 1px solid #eee;
    padding: 5px 0 8px 0;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    margin: 0 auto;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fa6fe3), to(#e308bd));
    background: -moz-linear-gradient(top, #fa6fe3, #e308bd);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fa6fe3, endColorStr=#e308bd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fa6fe3, endColorStr=#e308bd); }
  #join_page p {
    width: 80%;
    margin: 20px auto; }
  #join_page p.small {
    font-size: 0.9em; }
  #join_page input {
    height: 86px;
    border: none; }
  #join_page ul {
    list-style-type: none;
    margin: 20px 0; }
    #join_page ul li {
      margin: 20px 0 30px 0; }

.join-button {
  color: #ffffff;
  font-size: 22px;
  padding: 16px;
  text-decoration: none;
  border-radius: 12px;
  text-shadow: 1px 1px 3px #666666;
  border: solid #099e2c 3px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#3ffa64), to(#21c400));
  background: -webkit-linear-gradient(top, #3ffa64, #21c400);
  background: -moz-linear-gradient(top, #3ffa64, #21c400);
  background: -o-linear-gradient(top, #3ffa64, #21c400);
  background: -ms-linear-gradient(top, #3ffa64, #21c400);
  background: linear-gradient(top, #3ffa64, #21c400);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3ffa64, endColorStr=#21c400);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3ffa64, endColorStr=#21c400);
  display: inline-block;
  /* IE is so silly */
  white-space: nowrap; }
  .join-button:hover {
    border: solid white 3px;
    text-decoration: none; }
  .join-button:focus, .join-button:active {
    text-decoration: none; }

.border {
  border: 1px solid #e2e2e2;
  border-radius: 4px; }

.footer-flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .footer-flex-row > div {
    max-width: 30%; }

nav.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px; }
  nav.pagination a {
    color: white;
    text-transform: uppercase;
    border: 1px solid white;
    padding: 8px;
    background-color: #fe06d4; }
    nav.pagination a:hover {
      text-decoration: none;
      background-color: #e204bd; }
  nav.pagination .current {
    color: white;
    text-transform: uppercase;
    border: 1px solid white;
    padding: 8px;
    background-color: black; }

#age-gate-container {
  display: flex;
  flex-direction: column;
  /* stack hero + content-box vertically */
  justify-content: center;
  align-items: center;
  gap: 28px;
  /* space between hero and gate box */
  min-height: 100vh;
  padding: 32px 20px;
  box-sizing: border-box;
  /* Dark gradient background — brand-forward, no imagery, looks premium
     without crossing into "harmful to minors" territory. */ }

/* Brand hero — logo + tagline, sits above the gate box.
 * No model imagery. Compliance-safe. */
.age-gate-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 520px;
  width: 100%; }

.age-gate-logo {
  max-width: 280px;
  width: 100%;
  height: auto;
  display: block;
  /* Subtle lift so the wordmark reads against the dark gradient. */
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.4)); }

.age-gate-tagline {
  margin: 16px 0 0 0;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #b8b8c8;
  line-height: 1.5; }

.age-gate-content-box {
  background-color: white;
  padding: 32px 28px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  text-align: center;
  max-width: 450px;
  width: 100%; }

.age-gate-content-box h1 {
  margin-top: 0;
  margin-bottom: 15px; }

.age-gate-content-box p {
  margin-bottom: 20px;
  color: black; }

.age-gate-content-box form div {
  margin-bottom: 15px;
  /* Adds some spacing between form elements */ }

.age-gate-content-box form div:last-child {
  margin-bottom: 0; }

/* Button-style gate (replaces checkbox form). Single primary CTA + exit link.
 * Touch-friendly (>=44px tap target), mobile-first, full-width on small screens. */
.age-gate-form {
  margin: 0 0 16px 0; }

.age-gate-enter-btn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 14px 24px;
  min-height: 48px;
  /* WCAG touch target */
  font-size: 16px;
  /* >=16px prevents iOS Safari zoom-on-focus */
  font-weight: 600;
  color: #fff;
  background-color: #0071e3;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.15s ease; }

.age-gate-enter-btn:hover,
.age-gate-enter-btn:focus {
  background-color: #0058b0; }

.age-gate-enter-btn:active {
  background-color: #00428a; }

.age-gate-enter-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px; }

.age-gate-exit-link {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  color: #6e6e73;
  text-decoration: underline; }

.age-gate-exit-link:hover {
  color: #1d1d1f; }

/* Email capture form (homepage, join page, confirmation landing)
 * Inline-styled so it renders correctly on both the public layout and the
 * standalone confirmation page. Mobile-first; centered; max-width 520px.
 */
.email-capture {
  width: 100%;
  max-width: 520px;
  margin: 40px auto;
  padding: 28px 24px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5ea;
  text-align: center;
  box-sizing: border-box; }

.email-capture-inner h3 {
  margin: 0 0 6px 0;
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1f; }

.email-capture-inner p.small {
  margin: 0 auto 18px auto;
  max-width: 380px;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.5; }

.email-capture-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 10px; }

.email-capture-row input[type=email] {
  flex: 1 1 240px;
  min-width: 0;
  max-width: 320px;
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  background: #fff;
  color: #1d1d1f;
  box-sizing: border-box; }

.email-capture-row input[type=email]:focus {
  outline: none;
  border-color: #0071e3;
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.15); }

.email-capture .join-button.small {
  flex: 0 0 auto;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600; }

.email-capture-inner p.tiny {
  margin: 0 auto;
  max-width: 380px;
  color: #86868b;
  font-size: 11px;
  line-height: 1.4; }

/* Confirmation landing page */
.email-confirm-page {
  width: 100%;
  max-width: 560px;
  margin: 60px auto;
  padding: 0 16px;
  box-sizing: border-box; }

.email-confirm-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  border: 1px solid #e5e5ea; }

.email-confirm-card h1 {
  margin: 0 0 12px 0;
  font-size: 28px;
  font-weight: 600; }

.email-confirm-card p {
  color: #424245;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 12px 0; }

.email-confirm-card .small {
  font-size: 13px;
  color: #6e6e73; }

@media (max-width: 600px) {
  .email-capture {
    margin: 24px auto;
    padding: 20px 16px; }
  .email-capture-row {
    flex-direction: column; }
  .email-capture-row input[type=email],
  .email-capture .join-button.small {
    max-width: 100%;
    width: 100%; }
  .email-confirm-card {
    padding: 20px; } }

.join-trust-row {
  list-style: none;
  margin: 0;
  padding: 0; }

#join_page {
  text-align: left;
  margin-top: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  #join_page .join-pricing p,
  #join_page .join-hero p,
  #join_page .join-gallery p {
    width: auto; }
  #join_page .join-hero {
    position: relative;
    margin: 0 0 32px 0;
    border-radius: 14px;
    overflow: hidden;
    background: #111;
    min-height: 480px;
    display: flex;
    align-items: flex-end; }
  #join_page .join-hero-image-wrap {
    position: absolute;
    inset: 0;
    z-index: 0; }
  #join_page .join-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  #join_page .join-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.15) 100%); }
  #join_page .join-hero-content {
    position: relative;
    z-index: 1;
    padding: 32px;
    max-width: 640px;
    color: #fff; }
  #join_page .join-hero-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffd1ec;
    background: rgba(255, 2, 212, 0.18);
    border: 1px solid rgba(255, 2, 212, 0.5);
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 12px; }
  #join_page .join-hero-headline {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 12px 0;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6); }
  #join_page .join-hero-subhead {
    font-size: 17px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 22px 0;
    max-width: 560px;
    overflow-wrap: break-word;
    word-break: break-word; }
  #join_page .join-cta-form {
    margin: 0 0 20px 0; }
  #join_page #join_page .join-button,
  #join_page .join-button.join-button-primary {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 800;
    padding: 18px 40px;
    min-height: 72px;
    border-radius: 12px;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    border: 0;
    background: linear-gradient(180deg, #ff4ad8 0%, #ff02d4 100%);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(255, 2, 212, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: transform 0.12s ease, box-shadow 0.12s ease; }
    #join_page #join_page .join-button:hover,
    #join_page .join-button.join-button-primary:hover {
      transform: translateY(-1px);
      box-shadow: 0 8px 22px rgba(255, 2, 212, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
      border: 0;
      text-decoration: none; }
    #join_page #join_page .join-button:active,
    #join_page .join-button.join-button-primary:active {
      transform: translateY(1px); }
    #join_page #join_page .join-button:focus, #join_page #join_page .join-button:focus-visible,
    #join_page .join-button.join-button-primary:focus,
    #join_page .join-button.join-button-primary:focus-visible {
      text-decoration: none; }
    #join_page #join_page .join-button .join-button-label,
    #join_page .join-button.join-button-primary .join-button-label {
      font-size: 19px;
      line-height: 1.1;
      white-space: nowrap; }
    #join_page #join_page .join-button .join-button-sub,
    #join_page .join-button.join-button-primary .join-button-sub {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.02em;
      opacity: 0.92;
      white-space: nowrap; }
  #join_page .join-trust-row {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.92); }
    #join_page .join-trust-row li {
      display: inline-flex;
      align-items: center;
      gap: 6px; }
      #join_page .join-trust-row li span[aria-hidden="true"] {
        color: #6ee7a8;
        font-weight: 700; }
  #join_page .join-pricing {
    padding: 40px 0 32px 0;
    text-align: center; }
  #join_page .join-section-heading {
    font-size: 28px;
    margin: 0 0 8px 0;
    text-align: center; }
  #join_page .join-section-heading--clamped {
    overflow-wrap: break-word;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  #join_page .join-section-sub {
    font-size: 15px;
    color: #666;
    margin: 0 0 28px 0;
    text-align: center; }
  #join_page .join-pricing-copy {
    max-width: 760px;
    margin: 0 auto; }
  #join_page .join-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 760px;
    margin: 0 auto 24px auto; }
  #join_page .join-plan-card {
    position: relative;
    text-align: center;
    padding: 28px 22px 24px 22px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease; }
    #join_page .join-plan-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      border-color: #ccc; }
    #join_page .join-plan-card:active {
      transform: translateY(0); }
  #join_page .join-plan-card-featured {
    border-color: #ff02d4;
    box-shadow: 0 4px 14px rgba(255, 2, 212, 0.12); }
    #join_page .join-plan-card-featured:hover {
      border-color: #ff02d4;
      box-shadow: 0 6px 18px rgba(255, 2, 212, 0.22); }
  #join_page .join-plan-cta {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #ff02d4;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
  #join_page .join-plan-badge {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff02d4;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px; }
  #join_page .join-plan-name {
    font-size: 18px;
    margin: 0 0 8px 0;
    color: #333; }
  #join_page .join-plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 6px; }
  #join_page .join-plan-price-amount {
    font-size: 36px;
    font-weight: 800;
    color: #ff02d4;
    font-family: 'Open Sans', sans-serif; }
  #join_page .join-plan-price-cadence {
    font-size: 14px;
    color: #888; }
  #join_page .join-plan-detail {
    font-size: 13px;
    color: #777;
    margin: 0; }
  #join_page .join-plan-help {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 8px; }
    #join_page .join-plan-help a {
      color: #ff02d4; }
  #join_page .join-gallery {
    padding: 16px 0 40px 0; }
  #join_page .join-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 1200px;
    margin: 0 auto; }
  #join_page .join-gallery-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    display: block;
    border-radius: 8px; }

@media (max-width: 768px) {
  #join_page .join-hero {
    min-height: 420px; }
  #join_page .join-hero-content {
    padding: 22px 18px;
    max-width: 100%; }
  #join_page .join-hero-headline {
    font-size: 26px; }
  #join_page .join-hero-subhead {
    font-size: 15px; }
  #join_page .join-cta-form .join-button.join-button-primary {
    width: 100%;
    display: flex;
    padding: 16px 20px; }
  #join_page .join-plan-grid {
    grid-template-columns: 1fr;
    gap: 16px; }
  #join_page .join-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; } }

@media (max-width: 480px) {
  #join_page .join-hero {
    min-height: 380px; }
  #join_page .join-hero-headline {
    font-size: 22px; }
  #join_page .join-hero-eyebrow {
    font-size: 11px; }
  #join_page .join-trust-row {
    gap: 6px 14px;
    font-size: 12px; }
  #join_page .join-section-heading {
    font-size: 22px; }
  #join_page .join-plan-price-amount {
    font-size: 30px; }
  #join_page .join-gallery-grid {
    grid-template-columns: 1fr; } }

@media (prefers-color-scheme: dark) {
  #join_page .join-plan-card {
    background: #1f1f23;
    border-color: #3a3a40;
    color: #d8d8db; }
    #join_page .join-plan-card:hover {
      border-color: #5a5a62;
      background: #26262b; }
  #join_page .join-plan-card-featured {
    border-color: #ff02d4; }
  #join_page .join-plan-name,
  #join_page .join-plan-detail,
  #join_page .join-plan-help {
    color: #d8d8db; }
  #join_page .join-plan-detail {
    color: #9b9ba0; }
  #join_page .join-section-sub {
    color: #9b9ba0; } }

#join_thanks_page.join-thanks-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px 64px; }

#join_thanks_page .join-thanks-card {
  max-width: 640px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 16px;
  padding: 48px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); }

#join_thanks_page .thanks-hero {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center; }

#join_thanks_page .thanks-hero-image-wrap {
  position: absolute;
  inset: 0;
  z-index: 0; }

#join_thanks_page .thanks-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

#join_thanks_page .thanks-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.35) 100%); }

#join_thanks_page .thanks-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 24px;
  max-width: 640px;
  color: #fff; }

#join_thanks_page .thanks-hero-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(110, 231, 168, 0.18);
  border: 2px solid #6ee7a8;
  color: #6ee7a8;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 16px;
  box-shadow: 0 0 24px rgba(110, 231, 168, 0.35); }

#join_thanks_page .thanks-hero-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffd1ec;
  margin-bottom: 8px; }

#join_thanks_page .thanks-hero-headline {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 12px 0;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6); }

#join_thanks_page .thanks-hero-sub {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 auto 24px;
  max-width: 480px; }

#join_thanks_page .thanks-hero-cta {
  margin: 0 auto; }

#join_thanks_page .thanks-gallery {
  width: 100%;
  max-width: 1200px; }

#join_thanks_page .thanks-gallery-heading {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #333; }

#join_thanks_page .thanks-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px; }

#join_thanks_page .thanks-gallery-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 8px; }

#join_thanks_page .join-thanks-check {
  font-size: 56px;
  line-height: 1;
  color: #ff02d4;
  margin-bottom: 16px; }

#join_thanks_page .join-thanks-headline {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.2; }

#join_thanks_page .join-thanks-sub {
  margin: 0 auto 28px;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.5;
  color: #d8d8db; }

#join_thanks_page .join-thanks-cta {
  margin: 0 auto 24px; }

#join_thanks_page .join-thanks-trust-row,
#join_thanks_page .join-trust-row {
  list-style: none;
  padding: 0;
  justify-content: center;
  margin: 0 auto 24px; }

#join_thanks_page .join-thanks-receipt {
  margin: 24px 0 0;
  font-size: 13px;
  color: #8b949e;
  line-height: 1.6; }
  #join_thanks_page .join-thanks-receipt code {
    background: #0d1117;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: ui-monospace, SFMono-Regular, monospace;
    color: #e6edf3; }
  #join_thanks_page .join-thanks-receipt a {
    color: #ff02d4; }

@media (max-width: 768px) {
  #join_thanks_page.join-thanks-page {
    gap: 24px;
    padding: 16px 12px 48px; }
  #join_thanks_page .thanks-hero {
    min-height: 420px; }
  #join_thanks_page .thanks-hero-content {
    padding: 28px 18px; }
  #join_thanks_page .thanks-hero-headline {
    font-size: 28px; }
  #join_thanks_page .thanks-hero-sub {
    font-size: 15px; }
  #join_thanks_page .thanks-hero-cta {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    padding: 16px 20px; }
  #join_thanks_page .thanks-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; } }

@media (max-width: 600px) {
  #join_thanks_page.join-thanks-page {
    padding: 12px 10px 40px; }
  #join_thanks_page .join-thanks-card {
    padding: 32px 20px; }
  #join_thanks_page .join-thanks-headline {
    font-size: 26px; }
  #join_thanks_page .join-thanks-check {
    font-size: 44px; } }

@media (max-width: 480px) {
  #join_thanks_page .thanks-hero {
    min-height: 380px; }
  #join_thanks_page .thanks-hero-check {
    width: 56px;
    height: 56px;
    font-size: 28px; }
  #join_thanks_page .thanks-hero-headline {
    font-size: 24px; }
  #join_thanks_page .thanks-hero-eyebrow {
    font-size: 11px; }
  #join_thanks_page .thanks-gallery-heading {
    font-size: 19px; }
  #join_thanks_page .thanks-gallery-grid {
    grid-template-columns: 1fr; } }

@media (prefers-color-scheme: dark) {
  #join_thanks_page .thanks-gallery-heading {
    color: #e6edf3; } }

#cancel_winback_page.winback-page {
  display: flex;
  justify-content: center;
  padding: 48px 16px 80px; }

#cancel_winback_page .winback-card {
  max-width: 640px;
  width: 100%;
  text-align: center;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); }

#cancel_winback_page .winback-ack {
  padding-bottom: 24px;
  border-bottom: 1px solid #30363d;
  margin-bottom: 28px; }

#cancel_winback_page .winback-headline {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.2; }

#cancel_winback_page .winback-sub {
  margin: 0 auto;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.5;
  color: #d8d8db; }

#cancel_winback_page .winback-reference {
  margin: 16px 0 0;
  font-size: 13px;
  color: #8b949e; }
  #cancel_winback_page .winback-reference code {
    background: #0d1117;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: ui-monospace, SFMono-Regular, monospace;
    color: #e6edf3; }

#cancel_winback_page .winback-pitch-heading {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 10px; }

#cancel_winback_page .winback-pitch-body {
  margin: 0 auto 24px;
  max-width: 480px;
  font-size: 15px;
  line-height: 1.55;
  color: #d8d8db; }
  #cancel_winback_page .winback-pitch-body strong {
    color: #ffffff; }

#cancel_winback_page .winback-cta {
  margin: 0 auto 20px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 800;
  padding: 16px 32px;
  min-height: 64px;
  border-radius: 12px;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  border: 0;
  background: linear-gradient(180deg, #ff4ad8 0%, #ff02d4 100%);
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(255, 2, 212, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.12s ease, box-shadow 0.12s ease; }
  #cancel_winback_page .winback-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(255, 2, 212, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    text-decoration: none; }
  #cancel_winback_page .winback-cta:active {
    transform: translateY(1px); }
  #cancel_winback_page .winback-cta:focus, #cancel_winback_page .winback-cta:focus-visible {
    text-decoration: none; }
  #cancel_winback_page .winback-cta .join-button-label {
    font-size: 17px;
    line-height: 1.1;
    white-space: nowrap; }
  #cancel_winback_page .winback-cta .join-button-sub {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    opacity: 0.92;
    white-space: nowrap; }

#cancel_winback_page .winback-trust-row {
  list-style: none;
  margin: 0 auto 24px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
  justify-content: center; }
  #cancel_winback_page .winback-trust-row li {
    display: inline-flex;
    align-items: center;
    gap: 6px; }
    #cancel_winback_page .winback-trust-row li span[aria-hidden="true"] {
      color: #6ee7a8;
      font-weight: 700; }

#cancel_winback_page .winback-footer {
  margin: 24px 0 12px;
  font-size: 13px;
  color: #8b949e;
  line-height: 1.6; }
  #cancel_winback_page .winback-footer a {
    color: #ff02d4; }

#cancel_winback_page .winback-rejoin {
  margin: 8px 0 0;
  font-size: 12px;
  color: #6e7681; }
  #cancel_winback_page .winback-rejoin a {
    color: #8b949e;
    text-decoration: underline; }
    #cancel_winback_page .winback-rejoin a:hover {
      color: #ff02d4; }

@media (max-width: 600px) {
  #cancel_winback_page.winback-page {
    padding: 24px 12px 48px; }
  #cancel_winback_page .winback-card {
    padding: 28px 20px; }
  #cancel_winback_page .winback-headline {
    font-size: 24px; }
  #cancel_winback_page .winback-pitch-heading {
    font-size: 20px; }
  #cancel_winback_page .winback-cta {
    width: 100%;
    padding: 14px 20px; } }

@media (prefers-color-scheme: dark) {
  body:has(#cancel_winback_page) {
    background: #0d1117; } }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
