﻿/* blue: #0d2142 */
/* red: #af1426 */
/* cream: #E9E8DC */
/* gold: #ffcc33 */

h1 {
    color: #fff;
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
}

    h1 span {
        font-size: .75em;
        text-transform: uppercase;
    }

    h1 span span {
        text-transform: lowercase;
    }

p {
    font-size: 1.1rem;
}

.inner-wrap {
    background-color: #fff;
}

.content h2 {
    font-size: 1.375em;
    color: #000;
    text-transform: none;
}

h3, .content h3 {
    font-size: 1.275em;
    color: #000;
}

.main-content {
    padding-top: 0;
}

.banner-am250 {
    display: block;
    width: 100%;
    padding: 60px 0;
    background-color: #0d2142;
    border-bottom: 20px solid #af1426;
}

.banner-container {
    display: grid;
    grid-template-columns: .75fr;
    justify-content: center;
    align-items: center;
    gap: 40px 0px;
    max-width: 1190px;
    text-align: center;
}

    .banner-container div img {
        width: auto;
        max-height: 220px;
    }

.content-row {
    padding: 40px 10px;
}

.heading-col {
    width: 420px;
    margin: 0 auto;
}

.heading-col h1 {
    margin-top: 0;
}

.star-container {
    display: flex;
    justify-content: space-evenly;
}

.icon2-star-full {
    color: #ffcc33;
    font-size: 3em
}

.multi-button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 100%;
    padding: 10px;
}

.button-250 {
    width: 150px;
    padding: 8px 20px;
    background-color: #af1426;
    color: #fff !important;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
}

.gray-bg, .blue-bg {
    display: block;
    width: 100%;
    padding: 40px 10px;
}

.gray-bg {
    background-color: #e7e9ed;
}

.owl-carousel-container.blue-ctas {
    display: block;
    max-width: 475px;
    margin: 0 auto;
}

.blue-ctas .owl-item {
    padding: 20px;
    background-color: #0d2142;
    border-radius: 20px;
}

    .blue-ctas .owl-item img {
        display: block;
        margin-bottom: 15px;
        padding: 0;
        border-radius: 20px;
    }

.blue-ctas .carousel-item {
    position: relative;
    padding-bottom: 60px;
}

.blue-ctas .owl-item p {
    margin-bottom: 15px;
    color: #fff;
} 

.blue-ctas .owl-item-heading {
    font-size: 1.3em;
    font-weight: bold;
}

.blue-ctas .button-250 {
    display: block;
}

.blue-ctas .owl-item .carousel-item p:last-child {
    position: absolute;
    bottom: 0px;
}

.blue-ctas .owl-nav {
    display: flex;
    justify-content: center;
    margin: 20px 0 0px 0;
}

    .blue-ctas .owl-nav button span {
        color: #808184;
        font-weight: bold;
        font-size: 3em;
    }

.blue-bg {
    background-color: #0d2142;
}

    .blue-bg p {
        color: #fff;
    }

.factoids {
    display: grid;
    grid-template-columns: 24px 1fr 24px;
    padding-top: 20px;
    margin: 0 auto;
}

.factoid {
    display: block;
    width: 65%;
    margin: 0px auto;
    text-align: center;
}

    .factoid .factoid-number {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 170px;
        height: 170px;
        margin: 0px auto 20px auto;
        line-height: 0;
        border-radius: 50%;
        text-align: center;
        font-size: 3.5em;
        font-weight: bold;
        border: solid 4px #ffcc33;
    }

.factoid .factoid-text {
    margin-bottom: 0;
}

.owl-carousel-container.factoids .owl-carousel {
    overflow: hidden;
}

.factoids .owl-carousel {
    position: relative;
}

.owl-carousel-container .nav-left, .owl-carousel-container .nav-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .owl-carousel-container .nav-left button, .owl-carousel-container .nav-right button {
        margin-top: -20px;
        border: 0;
    }

.owl-nav button span, .nav-left button span, .nav-right button span {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
}

.pageBuilderLayout {
    margin-top: 40px;
}

.pagePresentationLayoutRow h2 {
    text-transform: none;
    background: linear-gradient(to bottom, #af1426 2px, transparent 1px);
    background-size: 100% 16px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    /*width: 100%;
    display: block;*/
    background-position-x: 130px;
}

.squeezebox-spc .squeezebox-navigation-spc .squeezebox-button-container a {
    font-size: 20px;
    text-transform: uppercase;
}

@media only screen and (min-width: 40.063em) { /* ~623px medium break point*/
}

@media only screen and (min-width: 48.0625em) { /* ~751px large break point */
    
                                                
    .content-row {
        max-width: 800px;
        padding: 40px 40px;
    }
                                                
    .owl-carousel-container.blue-ctas, .owl-carousel-container.factoids {
        max-width: 700px;
    }
}

@media only screen and (min-width: 965px) {
    .banner-container {
        grid-template-columns: 35% 35% 26%;
        gap: 2%;
        margin: 0 auto;
    }

    .heading-col {
        width: auto;
    }
}

@media only screen and (min-width: 64.063em) { /* ~1008px xlarge breakpoint */
    .owl-carousel-container.blue-ctas, .owl-carousel-container.factoids {
        max-width: 900px;
    }

    .multi-button-row {
        gap: 100px;
    }
}

@media only screen and (min-width: 75em){ /* ~1182px xxlarge break point */
    .banner-container {
        width: 80%;
    }
                                          
    .owl-carousel-container.blue-ctas, .owl-carousel-container.factoids {
        max-width: 1190px;
    }
}