/*
#hero_top .caption_container {
    position: relative;
}

#hero_top .caption_container:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 200px;
    height: 200px;
    z-index: 9;
    visibility: visible;
    background-image: url(/wp-content/uploads/2023/12/BOA-Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
*/

.floating-logo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 25px;
}

.floating-logo img {
    width: auto;
    height: 130px;
}

@media (min-width: 990px) {
    .floating-logo {
        position: absolute;
        right: 0;
        top: -75px;
    }
}

@media (max-width: 989px) {
    .floating-logo {
        transform: translateY(-50px);
    }
}

.hero-slider {
    clip-path: polygon(100% 0, 100% 90%, 75% 100%, 0 85%, 0 0);;
}

#hero_top .slideshow_align_caption {
    background-color: #002661B8 !important;
    display: flex !important;
    flex-direction: column;
    padding: 25px;
}

@media (min-width: 768px) {
    #hero_top .slideshow_align_caption {
        padding: 40px;
        width: 505px !important;
        max-width: 100% !important;
    }
    
    #hero_top .slideshow_caption {
        width: 605px !important;
    }
}

@media (max-width: 767px) {
    #hero_top .slideshow_align_caption {
        margin-top: 5%;
    }
}

h1.hero-title {
    margin-bottom: -15px !important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1 !important;
}

.hero-subtitle {
    font-weight: 100;
    margin-bottom: 20px;
    display: inline-block;
}

.double-curve {
    margin-bottom: -1px;
}

.double-curve .av-section-color-overlay {
    clip-path: polygon(0 15%, 75% 0%, 100% 10%, 100% 100%, 0 100%, 0 100%);
}

.double-curve .av-section-color-overlay-wrap {
    clip-path: polygon(0 15%, 75% 0%, 100% 10%, 100% 100%, 0 100%, 0 100%);
    background-image: url(/wp-content/uploads/2023/10/Choose-Americas-Best-Choice.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
}

.icon-column {
    border: 2px solid #244C8B !important;
    text-align: center;
    transition: .5s;
    width: 100% !important;
}

.icon-column:hover {
    background-image: linear-gradient(135deg, #002661 50%, #da2129);
    transform: scale(0.98);
}
/*
.product-block {
    margin: 0 !important;
}

.product-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

@media (min-width: 768px) {
    .icon-column {
        width: calc(50% - 15px) !important;
    }
}

@media (min-width: 1251px) {
    .icon-column:nth-child(n+3) {
        width: calc(33.33% - 20px) !important;
    }
}
*/

#products .av-section-color-overlay {
    background-color: transparent;
    background-image: linear-gradient(to top,#002661, rgb(0 38 97 / 85%), rgb(0 38 97 / 75%)) !important;
    opacity: 1;
}

#product_block .av-section-color-overlay {
    background-color: transparent;
    background-image: linear-gradient(to bottom,#002661, rgb(0 38 97 / 85%), rgb(0 38 97 / 75%), #002661) !important;
    opacity: 1;
}

.icon-column svg {
    margin-inline: auto;
    margin-bottom: 15px;
    fill: #fff;
	  width: auto;
    height: 60px;
}