main {
	padding-top: 53px;
}

.spotlightTag {
	display: inline-block;
	background-color: #f4f4f4;
	color: var(--red);
	padding: 3px 8px 4px 16px;
	letter-spacing: 0.1rem;
	margin-left: -16px;
	margin-bottom: 0.7rem!important;
	font-size: 1.05rem;
	font-weight: 600;
	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" !important;
}
.spotlightTagDarkMode {
	color: var(--red) !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.text-uppercase { 
	font-variant: small-caps !important;
}

.noPadding {
	padding: 0!important;
}

.edgePadding {
	padding: 0 12px!important;
}

.h2main {
	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);
}

.h2spacer::before,
.h2spacer::after {
  background-color: #aaacaa;
  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%;
}

.h3style {
	margin-top: 0!important;
}

.h4style {
  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.2rem;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1.2;
}

.subheadStyle {
  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.1rem;
  font-weight: 450;
  color: #373737;
}

.subheadStyle a {
	color: rgb(0, 0, 238)!important;
	text-decoration: none!important;
}

.subheadStyle a:hover {
	text-decoration: underline!important;
}

.subheadStyle a:visited {
	color: rgb(0, 0, 238);
}

.gy-3 {
--bs-gutter-y: 1rem;
}

.gx-3 {
--bs-gutter-x: 1rem;
}	

.bigCta {
    text-transform: uppercase;
    font-weight: 550!important;
    box-shadow: 1px 1px 2px #181818;
	letter-spacing: 1.6px;
	font-size: 0.8rem!important;
}

@media (max-width: 380px) {
	.bigCta {
		font-size: 0.7rem!important;
	}
}
@media (max-width: 359px) {
	.bigCta {
		letter-spacing: 0.05rem;
	}
}
@media (max-width: 329px) {
	.bigCta {
		font-size: 0.6rem!important;
	}
}

.homeCta {
	margin: 2.5rem 0 3.5rem 0;
}

.lastUpdateStamp {
	margin-bottom: 0;
	font-variant: small-caps;
	font-size: 0.7rem;
}

.promoBox .card-text {
	font-family: 'Charter',serif;
	font-size: 1.1rem;
}

.homeTop {
	margin-left: 0;
	margin-right: 0;
}

.homeTopCard {
	border-radius: 0!important;
	border: none!important;
	background: linear-gradient(#ecf1ff,#f8f9fa)!important;
}
.homeTopCard img {
	border-radius: 0!important;
}
/*.homeTopCard::before {
  background-image: linear-gradient(to top, rgba(255,255,255, 0.7), rgba(255,255,255, 0.95));
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}*/

.homeTopModule .titleString {
	text-shadow: 1px 1px 3px #cbcccb;
	font-size: 2.55rem;
}

.homepageHeadingDarkMode {
	text-shadow: unset !important;
}

.homeTopModule {
	/*padding-top: 150px!important;*/
	padding: 35px 0 30px 0;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}
.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: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.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);
}
.card a {
	color: black;
}
.promoBox .card a:hover {
	box-shadow: 1px 1px 8px #515151;
	border-radius: 5px;
}
.heroCard {
	margin-bottom: calc(var(--bs-gutter-x));
}
.promoBox .card {
	box-shadow: 1px 1px 3px #808080;
	border: 1px solid #808080!important;
}
.gy-2 {
--bs-gutter-y: .5rem;
}
.gx-2 {
--bs-gutter-x: 0.5rem;
}	
.hideSmall {
	margin-bottom: 6px!important;
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
	background-color: #dde5ef;
    border: 1px solid #d6d6d6;
	padding: 9px 0;
}
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-group {
    border-radius: var(--bs-border-radius);
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
    margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle.home {
  max-width: 180px;
  text-transform: uppercase;
  font-weight: 550;
  box-shadow: 1px 1px 2px #181818;
}

.home ul.dropdown-menu.maxheight {
  max-height: 267px;
  overflow-y: auto;
}

.home-btn-cluster {
  padding-top: 15px;
}

.homeMenu {
	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" !important;
    font-weight: 500;
	font-size: 0.9rem !important;
	border-radius: 0;
	letter-spacing: 0.1rem;
}
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.6rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --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: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: white;
    text-align: center;
    text-decoration: none;
    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;
    background-color: #0468fc;
    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;
	box-shadow: 1px 1px #2c2d2c;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
  background-color: rgb(13, 77, 253)!important;
  color: white;
}
.dropdown,
.dropdown-center {
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    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);
    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: 2px solid #0468fc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 0px !important;
	width: 200px;
}
.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;
}
.dropdown-toggle {
	white-space: revert!important;
	margin: 0 10px;
}

.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: 550;
    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);
}

.options { /*dropdown menu that contains other places to go*/
	margin-top: 1.2rem;
	margin-bottom: 1.5rem;
}

.options .dropdown-menu, .dropdownButton .dropdown-menu {
	padding-top: .7rem;
	padding-bottom: .1rem!important;
}
		
@media (min-width: 576px) {
    .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;
    }
    .col-sm {
        flex: 1 0 0%;
    }
}	
@media (min-width: 768px) {
	.col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }	
	.col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }	
}
@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;
    }
}
@media (min-width: 992px) {
	 .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
}
@media (max-width: 1400px) {
    .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;
    }
	.homeTopModule {
		/*padding-top: 100px!important;*/
	}

}
@media (max-width: 1200px) {
    .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 (max-width: 992px) {
    .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;
    }
	.homeOverlay {
		padding-top: 0px!important;
	}
	.homeTopModule {
		/*padding-top: 90px!important;*/
	}
	.homeTopModule .titleString {
		font-size: 2.3rem;
	}
}
@media (max-width: 855px) {
	.homeMenu {
		font-size: 0.9rem!important;
	}

}
@media (max-width: 768px) {
    .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 (max-width: 575px) {
	.homeTopModule .titleString {
		font-size: 2.3rem;
	}
	.homeTopModule {
		/*padding-top: 80px!important;*/
	}
	.promoBox {
		margin-bottom: 1rem;
	}
	.heroCard {
		margin-bottom: 16px;
	}
}
@media (max-width: 410px) {
	.homeMenu {
		font-size: 0.8rem!important;
	}
	.homeTopModule .titleString {
		font-size: 2.1rem;
	}
}
@media (max-width: 380px) {
	.homeMenu {
		font-size: 0.7rem!important;
	}
}

@media (max-width: 359px) {
	.hideSmall {
		display: none;
	}
	.homeMenu {
		letter-spacing: 0.05rem;
	}
	
}
@media (max-width: 329px) {

	.homeMenu {
		font-size: 0.6rem!important;
	}	

	.dropdown-menu {
		width: auto;
	}
}