main {
	padding-top: 53px;
}

.intro {
	padding-top: 19px;
	background: linear-gradient(#ecf1ff,#f8f9fa);
}

.topIndexText a {
	text-decoration: none!important;
}

.topIndexText a:hover {
	text-decoration: underline!important;
}

.topIndexText a:visited {
	color: rgb(0, 0, 238);
}

.smallCapsStamp {
	margin-bottom: 0;
	font-variant: small-caps;
	font-size: 0.9rem;
}

.dateStamp {
    margin-bottom: 0;
    font-variant: small-caps;
    font-size: 0.7rem;
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border-radius: var(--bs-card-border-radius);
	box-shadow: 1px 1px 3px #808080;
	border: 1px solid #808080!important;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
}
.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
}

.modelCard .card-body {
	color: black;
} 

.modelCard .card-title {
	color: black;
}

.modelCard:hover {
	box-shadow: 1px 1px 8px #515151!important;
}

.gy-3 {
--bs-gutter-y: 1rem;
}

.gy-2 {
--bs-gutter-y: .5rem;
}

.gx-2 {
--bs-gutter-x: 0.5rem;
}

.gx-3 {
--bs-gutter-x: 1rem;
}	

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.makeMenu {
	margin-top: 0.7rem;
	margin-bottom: 1.2rem;
}

.center {
	margin-right: auto !important;
    margin-left: auto !important;
}

.h2main {
	margin-top: 0!important;
	margin-bottom: 24px!important;
	padding-top: 8px;
	text-transform: uppercase;
    font-style: italic;
	font-size: 1.15rem;
	font-weight: 600;
}

.h2spacer {
	margin-bottom: 1.4rem!important;
	overflow: hidden;
	text-align: center;
	color: rgb(33,37,41);
	margin-left: calc(var(--bs-gutter-x)* -0.5);
	margin-right: calc(var(--bs-gutter-x)* -0.5);
}

.h2spacer::before,
.h2spacer::after {
  background-color: #a72020;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.h2spacer::before {
  right: 0.5em;
  margin-left: -50%;
}

.h2spacer::after {
  left: 0.5em;
  margin-right: -50%;
}

.btn {
    --bs-btn-line-height: 1.5;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    display: inline-block;
    padding: 8px 12px 8px 12px;
    font-family: "Montserrat Variable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 550!important;
	font-size: 0.8rem;
    line-height: var(--bs-btn-line-height);
	letter-spacing: 0.1rem;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: 0;
	box-shadow: 1px 1px 2px #181818;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	background-color: #0468fc;
    color: #fff;
    border-radius: 0;
}

.btn:hover {
    color: white;
    background-color: rgb(13, 77, 253)!important;
    border-color: rgb(13, 77, 253);
	box-shadow: 1px 1px 2px #515151;
}
ul.dropdown-menu.maxheight {
  max-height: 266px;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: 0.2em;
    content: "";
    border-top: 0.4em solid #8fbaff;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: 0px !important;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {

    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }

}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
.dropdown-item {
    display: block;
    width: 100%;
	margin-left: -3px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
    clear: both;
	font-size: 1.1rem;
    font-weight: 600;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-left: 5px solid transparent;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:focus,
.dropdown-item:hover {
	border-left: 5px solid #aaacaa;
	font-weight: 700;
}
.dropdown-item:active {
	border-left: 5px solid var(--red);
}
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
}
.dropdown-menu {
    border: 2px solid #0468fc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
	min-width: 235px;
	max-width: 100%;
	overflow: auto;
}
.dropdown-toggle {
    white-space: revert !important;
}
.dropdownFit {
    padding-right: 0.5rem;
}
.dropdownFit a {
    text-decoration: none;
    color: #2c2d2c !important;
}
.dropdownLink {
    display: block;
    width: 100%;
	margin-left: -3px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 6px;
    clear: both;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-left: 5px solid transparent;
	border-right: 5px solid transparent;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
	font-size: 1.1rem;
	font-weight: 550;
}
.dropdownLink:focus,
.dropdownLink:hover {
	border-left: 5px solid #aaacaa;
	border-right: 3px solid transparent;
	font-weight: 700;
}
.dropdownLink:active {
	border-left: 5px solid var(--red);
}
.dropdown-item::after {
	display: block;
	content: attr(data-text);
	height: 0;
	visibility: hidden;
	overflow: hidden;
	user-select: none;
	pointer-events: none;
	font-weight: 700;

	@media speech {
		display: none;
	}

}
/*@media (max-width: 575.98px) {
	.dropdown-item {
		font-size: 0.95rem;
	}
}

@media (max-width: 380px) {
	.dropdown-item {
		font-size: 0.9rem;
	}
}

@media (max-width: 359px) {
	.dropdown-item {
		font-size: 0.8rem;
	}
}
@media (max-width: 310px) {
	.dropdown-item {
		font-size: 0.7rem;
	}
}*/
.redlineHeading::before {
	content: "";
	display: block;
	margin-bottom: 8px;
	width: 35px;
	height: 4px;
	background: var(--red);		
}
.redlineHeading {
	display: inline-block;
	padding-bottom: 12px;
	margin-bottom: 0!important;		
	margin-top: 0!important;
}

.h2style {
  font-family: 'Montserrat Variable',system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.8rem;
  font-weight: 600!important;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1.2;
}

.h3style {
  font-family: 'Montserrat Variable',system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.5rem;
  font-weight: 600!important;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1.2;
}

@media (max-width: 575px) {
	
	.makeHeading {
		margin-left: calc(var(--bs-gutter-x) * -.5);
		padding-left: calc(var(--bs-gutter-x) * 0.5);
	}
}

@media (min-width: 576px) and (max-width: 767px) {

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
	
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 768px ) and (max-width:991px) {
	.col-md-6 {
	flex: 0 0 auto;
	width: 50%;
	}
}

@media (min-width: 992px) {
	
	.col-lg-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
	}

	.col-lg-12 {
	flex: 0 0 auto;
	width: 100%;
	}

}

	
