:root {
  --bs-font-sans-serif: 'Inter', sans-serif !important;
}

.bootstrap .row {
  max-width: 100% !important;
}
.bootstrap .main-footer .row {
  width: 100%;
}
.bootstrap .main:not(.container) .reg-view .row.mx-auto,
.bootstrap .wideview .row.mx-auto {
  max-width: 75% !important;
}

.bootstrap ol,
.bootstrap ul {
  margin-left: 0;
}

.bootstrap .text-white {
  width: auto;
  font-weight: normal;
  text-transform: none;
}
.bootstrap .header-coverage .text-white,
.bootstrap #page-header-subtitle.text-white {
  width: 100%;
}
.bootstrap .container {
  gap: 0;
  margin-top: 0 !important;
}
.bootstrap .modal.show {
  opacity: 1;
}
.modal-open .modal-backdrop.show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

#navbarCollapse {
  height: unset;
  overflow: unset;
}
#navbarCollapse .nav-link .fa-chevron-down {
  font-size: inherit;
}
.table-corner {
  display: none;
}

header.header-coverages {
  z-index: 1;
  color: #fff;
}
.header-coverage h1,
h2.header-coverage-title {
  color: #fff;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
}
/* override theme */
.header-coverage h1 span.text-light-blue,
h1.text-light-blue,
h2.header-coverage-title,
h2.header-coverage-title .gmi {
  color: #fff !important;
}
.bootstrap .phoneNum {
  display: block;
}
.bootstrap .form-control-sm {
  box-shadow: none;
  min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2) !important;
  border-radius: var(--bs-border-radius-sm);
}
header.header-coverage,
header.header-coverage.page-header-news {
  position: static;
}
.full-header header {
  position: relative;
  z-index: 1050;
}

.full-header .logo-globe img {
  max-width: 100%;
}

.sticky-top-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.btn-bs-blue.btn-primary {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
  color: #fff !important;
}
.btn-bs-blue.btn-primary:hover {
  background-color: #0b5ed7 !important;
  border-color: #0a58ca !important;
  color: #fff !important;
}

.text-bs-primary-blue {
  color: #0d6efd;
}
.text-bs-primary-blue:hover {
  color: #0b5ed7;
}

.login-fields .btn.btn-sm {
  height: 29px;
  font-size: 75%;
}
.login-fields #password-input,
.login-fields #username-input {
  min-height: 29px !important;
}

.sticky-top {
  z-index: 500 !important;
}

.dropdown > button {
  width: 100%;
}

.bootstrap h4.view-industries {
  font-size: 1.5rem;
}
.bootstrap .field-category-title {
  font-size: 1rem;
}

.members-nav-menu {
  margin: 0 auto !important;
}

#factorsCarousel .carousel-item > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#factorsCarousel .carousel-item > .row img {
  max-height: 100px;
}

/* Tooltip overrides */
.boostrap .tooltip {
  background-color: transparent !important;
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.boostrap .tooltip::before {
  display: none;
}
.boostrap .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.boostrap .tooltip .boostrap .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.boostrap .tooltip .boostrap .tooltip-arrow::before {
  position: absolute;
  content: '';
  border-color: transparent;
  border-style: solid;
}
.bootstrap .bs-tooltip-top .boostrap .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^='top'] .boostrap .tooltip-arrow {
  bottom: 0;
}
.bootstrap .bs-tooltip-top .boostrap .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^='top'] .boostrap .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bootstrap .bs-tooltip-end .boostrap .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^='right'] .boostrap .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bootstrap .bs-tooltip-end .boostrap .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^='right'] .boostrap .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height)
    calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bootstrap .bs-tooltip-bottom .boostrap .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^='bottom'] .boostrap .tooltip-arrow {
  top: 0;
}
.bootstrap .bs-tooltip-bottom .boostrap .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^='bottom'] .boostrap .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bootstrap .bs-tooltip-start .boostrap .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^='left'] .boostrap .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bootstrap .bs-tooltip-start .boostrap .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^='left'] .boostrap .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0
    calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.boostrap .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* Popover overrides */
.bootstrap .popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.bootstrap .popover .bootstrap .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.bootstrap .popover .bootstrap .popover-arrow::before,
.bootstrap .popover .bootstrap .popover-arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bootstrap .bs-popover-top > .bootstrap .popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bootstrap .bs-popover-top > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-top > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bootstrap .bs-popover-top > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bootstrap .bs-popover-top > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='top'] > .bootstrap .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bootstrap .bs-popover-end > .bootstrap .popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bootstrap .bs-popover-end > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-end > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height)
    calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bootstrap .bs-popover-end > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bootstrap .bs-popover-end > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='right'] > .bootstrap .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bootstrap .bs-popover-bottom > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] > .bootstrap .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bootstrap .bs-popover-bottom .bootstrap .popover-header::before,
.bootstrap .bs-popover-auto[data-popper-placement^='bottom'] .bootstrap .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: '';
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bootstrap .bs-popover-start > .bootstrap .popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bootstrap .bs-popover-start > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-start > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0
    calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bootstrap .bs-popover-start > .bootstrap .popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bootstrap .bs-popover-start > .bootstrap .popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^='left'] > .bootstrap .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bootstrap .popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.bootstrap .popover-header:empty {
  display: none;
}

.bootstrap .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.z-400 {
  z-index: 400 !important;
}
:root {
  /* Logo Based Colors */
  --logo-light-blue: #4197cb;
  --logo-dark-blue: #194f90;
  --logo-orange: #f88d2b;
  --logo-orange-dark: #b05706;
  /* Primary Colors */
  --primary-darkest-blue: #00041f;
  --primary-dark-blue: #00263d;
  --primary-teal: #0094a2;
  --primary-light-blue: #66ffff;
  --primary-grey: #e3e3e3;
  --primary-light-grey: #f7f8fa;
}

/**
 * Background Color Classes
 */
.bg-darkest-blue {
  background-color: var(--primary-darkest-blue) !important;
}
.bg-dark-blue {
  background-color: var(--primary-dark-blue) !important;
}
.bg-light-blue {
  background-color: var(--primary-light-blue) !important;
}
.bg-teal {
  background-color: var(--primary-teal) !important;
}
.bg-orange {
  background-color: var(--logo-orange) !important;
}
.bg-grey {
  background-color: var(--primary-grey) !important;
}
.bg-light-grey {
  background-color: var(--primary-light-grey) !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-white {
  background-color: #ffffff !important;
}

.bg-hover-darkest-blue:hover {
  background-color: var(--primary-darkest-blue) !important;
}
.bg-hover-dark-blue:hover {
  background-color: var(--primary-dark-blue) !important;
}
.bg-hover-light-blue:hover {
  background-color: var(--primary-light-blue) !important;
}
.bg-hover-teal:hover {
  background-color: var(--primary-teal) !important;
}
.bg-hover-orange:hover {
  background-color: var(--logo-orange) !important;
}
.bg-hover-grey:hover {
  background-color: var(--primary-grey) !important;
}
.bg-hover-light-grey:hover {
  background-color: var(--primary-light-grey) !important;
}
.bg-hover-black:hover {
  background-color: #000000 !important;
}
.bg-hover-white:hover {
  background-color: #ffffff !important;
}

/**
 * Text Color Classes
 */
.text-darkest-blue {
  color: var(--primary-darkest-blue);
}
.text-dark-blue {
  color: var(--primary-dark-blue) !important;
}
.text-light-blue {
  color: var(--primary-light-blue) !important;
}
.text-teal {
  color: var(--primary-teal) !important;
}
.text-orange {
  color: var(--logo-orange) !important;
}
.text-logo-orange {
  color: var(--logo-orange);
}
.text-logo-dark-blue {
  color: var(--logo-dark-blue);
}
.text-logo-light-blue {
  color: var(--logo-light-blue);
}
.text-grey {
  color: var(--primary-grey);
}
.text-light-grey {
  color: var(--primary-light-grey);
}
.text-black {
  color: #000000;
}
.text-white {
  color: #ffffff;
}

/**
 * Text Hover Color Classes
 */
.text-hover-darkest-blue:hover {
  color: var(--primary-darkest-blue) !important;
}
.text-hover-dark-blue:hover {
  color: var(--primary-dark-blue) !important;
}
.text-hover-light-blue:hover {
  color: var(--primary-light-blue) !important;
}
.text-hover-teal:hover {
  color: var(--primary-teal) !important;
}
.text-hover-orange:hover {
  color: var(--logo-orange) !important;
}
.text-hover-black:hover {
  color: #000000 !important;
}
.text-hover-white:hover {
  color: #ffffff !important;
}
.text-hover-grey:hover {
  color: var(--primary-grey) !important;
}
.text-hover-light-grey:hover {
  color: var(--primary-light-grey) !important;
}

/**
 * Border Color Classes
 * Compatible with localized Bootstrap
 */
.border-darkest-blue,
.bootstrap .border-darkest-blue {
  border-color: var(--primary-darkest-blue) !important;
}
.border-dark-blue,
.bootstrap .border-dark-blue {
  border-color: var(--primary-dark-blue) !important;
}
.border-light-blue,
.bootstrap .border-light-blue {
  border-color: var(--primary-light-blue) !important;
}
.border-teal,
.bootstrap .border-teal,
.bootstrap .border-bottom.border-teal {
  border-color: var(--primary-teal) !important;
}
.border-orange,
.bootstrap .border-orange,
.bootstrap .border-bottom.border-orange {
  border-color: var(--logo-orange) !important;
}
.border-logo-orange {
  border-color: var(--logo-orange) !important;
}
.border-logo-dark-blue {
  border-color: var(--logo-dark-blue) !important;
}
.border-logo-light-blue {
  border-color: var(--logo-light-blue) !important;
}
.border-grey,
.bootstrap .border-grey {
  border-color: var(--primary-grey) !important;
}
.border-light-grey,
.bootstrap .border-light-grey {
  border-color: var(--primary-light-grey) !important;
}
.border-black {
  border-color: #000000;
}
.border-white,
.bootstrap .border-white {
  border-color: #ffffff;
}

.border-hover-darkest-blue:hover,
.bootstrap .border-hover-darkest-blue:hover {
  border-color: var(--primary-darkest-blue) !important;
}
.border-hover-dark-blue:hover,
.bootstrap .border-hover-dark-blue:hover {
  border-color: var(--primary-dark-blue) !important;
}
.border-hover-light-blue:hover,
.bootstrap .border-hover-light-blue:hover {
  border-color: var(--primary-light-blue) !important;
}
.border-hover-teal:hover,
.bootstrap .border-hover-teal:hover {
  border-color: var(--primary-teal) !important;
}
.border-hover-orange:hover,
.bootstrap .border-hover-orange:hover {
  border-color: var(--logo-orange) !important;
}
.border-hover-logo-orange:hover {
  border-color: var(--logo-orange) !important;
}
.border-hover-logo-dark-blue:hover {
  border-color: var(--logo-dark-blue) !important;
}
.border-hover-logo-light-blue:hover {
  border-color: var(--logo-light-blue) !important;
}
.border-hover-grey:hover,
.bootstrap .border-hover-grey:hover {
  border-color: var(--primary-grey) !important;
}
.border-hover-light-grey:hover,
.bootstrap .border-hover-light-grey:hover {
  border-color: var(--primary-light-grey) !important;
}
.border-hover-black:hover {
  border-color: #000000;
}
.border-hover-white:hover,
.bootstrap .border-hover-white:hover {
  border-color: #ffffff;
}
