@charset "utf-8";

body {
    box-sizing: border-box;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
    font-size: 3.5rem;
}
}
.avTopNav {
    height: 6rem;
    padding-top: 18px;
    padding-bottom: 18px;
}
.avTopNav img {
    height: 100%;
    width: auto;
}
.avbbLogos {
    height: 4em;
    width: 100%;
}
.avBGGray {
    background-color: #414042;
}
.avBGYellow {
    background-color: #ffdf1c;
}
.avBGRed {
    background-color: #b01842;
}
.av-divider {
    margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}
.logolist {
    height: 50px;
    width: auto;
    max-width: 95px;
}
.logoContainer2 a{
	pointer-events: none !important;
	text-decoration: none !important;
	
	
}

.logoLink2{
	pointer-events: none !important;
	text-decoration: none !important;
	
}
.logolist2 {
    height: 30px;
    width: auto;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
}
.logolistBG {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: auto;
    margin-right: 20px;
    margin-bottom: 15px;
    display: inline-block;
}
.logolistBG img {
    opacity: 0.0;
}
h1 {
    font-weight: 700;
}
.carouselImageContain {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}
.carouselImageSmall img {
    width: 100%;
    height: auto;
}
.accordion-button:not(.collapsed) {
    color: #111111;
    background-color: #ffdf1c;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.accordion-body img {
    max-height: 100px;
}