﻿/*
  VIB Website
  Author: DARS Webmasters
    Based on bootstrap 4.0 - 4.1 
*/
/*------ General Items ----------------------------------*/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../fonts/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v13-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body, h1, h2, h3, h4, h5 {
    font-family: 'Open Sans';
}


#header {   
    top: 0;
    left: 0;
    right: 0;
  }

#skipNav {
    margin-top: -1.5rem;
}

.container-extended {
    margin: auto 15% 25px 15%;
    padding: 0 10px;
}


a {
    color: #1d2172 /*171695*/;
    font-weight: 600;
    text-decoration: underline;
}

    a:hover {
        color: #559516;        
    }


/*-----  #Navigation   ------------------*/

    /*Navigation Colors AND width*/
      .nav > li > a:hover, .nav > li > a:focus {
        background-color: #1d2172;
        color: #fff;
        border-radius: 4px;
        line-height: 10px;
        margin-top: 2px;
    }


@media (min-width: 992px) and (max-width: 1500px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
}

    /*------------ # Sections -------------------*/
    /* ------ Sections Header -------*/
    .section-header .section-title {
        font-size: 32px;
        color: #111;
        text-align: center;
        font-weight: 400;
    }

    .section-header .section-subtitle {
        font-size: 28px;
        color: #111;
        text-align: center;
        font-weight: 300;
    }

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #111;
    font-style: italic;
    /*-- SortSite will report this color and background as a low color contrast warning, but WebAim and other testing tools do not --- */
}

    .section-header .section-divider {
        display: block;
        width: 60px;
        height: 3px;
        background: #559516;
        background: linear-gradient(#88e130, #2b9516, #559516 100%);
        margin: 0 auto;
        margin-bottom: 20px;
    }

    /* ----/sectionheaders ----- */

    hr.section-divider /*blue*/ {
        display: block;
        width: 100%;
        height: 10px;
        background: #1d2172;
        margin: 0;
    }

    hr.section-divider2 /*gold*/ {
        display: block;
        width: 100%;
        height: 10px;
        background: #FCB82F;
        margin: 0;
    }

    hr.section-divider3 /*green*/ {
        display: block;
        width: 100%;
        height: 10px;
        background: #559516;
        margin: 0;
    }

    hr.section-divider4 {
        display: block;
        width: 100%;
        height: 1px;
        background: rgba(242, 241, 241, 0.20);
        margin-bottom: 10px;
    }
    /* --------- Section with background -------------- */
    .section-bg {
        background: #efe5ca;
    }
    /*-- SortSite will report this color and foreground as a low color contrast warning, but WebAim and other testing tools do not --- */

    /* About & Shop Sections
--------------------------------*/
    #about, #shop, #about_prod{
        padding: 60px 0;
        overflow: hidden;
    }


        /*#about .about-img {
            height: 510px;
            overflow: hidden;
        }*/

        /*#about .about-img img {
                margin-left: -15px;
                max-width: 100%;
            }

    @media (max-width: 768px) {
        #about .about-img {
            height: auto;
        }

            #about .about-img img {
                margin-left: 0;
                padding-bottom: 30px;
            }
    }*/

        #about .content .h2, #shop .content .h2 {
            color: #333;
            font-weight: 300;
            font-size: 24px;
        }
             

        #about .content p, #shop .content p{
            line-height: 26px;
        }

            #about .content p:last-child, #shop .content p:last-child {
                margin-bottom: 0;
            }

        #about .content i, #shop .content i {
            font-size: 20px;
            padding-right: 4px;
            color: #1d2172;
        }

        #about .content ul, #shop .content ul {
            /* list-style: none; */
								padding-left: 15px;
								margin-left:15px;
        }

            #about .content ul li {
                padding-bottom: 10px;
            }

        #about .btn-read-more {
            font-weight: 400;
            font-size: 16px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 8px 28px;
            border-radius: 50px;
            transition: 0.5s;
            margin: 10px;
            border: 2px solid #1d2172;
            color: #1d2172;
        }

            #about .btn-read-more:hover {
                color: #1d2172;
                background: #fff;
            }


    #mission, #glossary {
        padding: 30px 0;
        overflow: hidden;
    }
    /*--------------- Product Features Section -------------*/
    #features, #features2 {
        padding: 60px 0 0 0;
        overflow: hidden;       
    }

        #features .features-img, #features2 .features-img {
            text-align: center;
            padding-top: 20px;
        }

    @media (min-width: 769px) {
        #features .features-img, #features2 .features-img {
            padding-top: 120px;
            margin-top: -200px;
            margin-bottom: 20px;
        }
    }

#features .features-img img, #features2 .features-img img {
    max-width: 100%;
}

    #features .box {
        margin-bottom: 15px;
        text-align: center;
    }

    #features .icon {
        margin-bottom: 10px;
    }

        #features .icon i {
            color: #666666;
            font-size: 40px;
            transition: 0.5s;
        }

            #features .icon i:before {
                background: #1dc8cd;
                background: linear-gradient(45deg, #FCB82F 0%, #efb94d 100%);
                background-clip: border-box;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

    #features .title {
        font-weight: 300;
        margin-bottom: 15px;
        font-size: 22px;
    }

        #features .title a {
            color: #111;
        }

    #features .description {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    #features .section-description {
        padding-bottom: 10px;
    }


#tabs, #tabs2 {
    padding: 60px 0 0 0;
    overflow: hidden;
    width: 100%; /* -- IE hack -- */
}

    #tabs .tab-content, #tabs2 .tab-content {
        width: 100%; /* -- IE hack -- */
    }




    /*-------------  Advanced Features Section   -----------*/
    #advanced-features {
        overflow: hidden;
    }

        #advanced-features .features-row {
            padding: 30px;
        }

        #advanced-features h2 {
            font-size: 26px;
            font-weight: 700;
            color: #000;
        }

        #advanced-features h3 {
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            font-style: italic;
            color: #999;
        }

        #advanced-features p {
            line-height: 24px;
            /*color: #777;*/
            margin-bottom: 30px;
            margin-top: 15px;
        }

        #advanced-features img {
            transition: 0.5s;
            float: left;
            padding: 0 15px 0px 0;
            line-height: 1;
        }

       #advanced-features .advanced-feature-img-right {
            max-width: 80%;
            float: right;
            padding: 0 0 30px 30px;
            margin-right: 20%;
        }

        #advanced-features .advanced-feature-img-left, #about .about-feature-img-left {
            max-width: 100%;
            float: left;
            padding: 0 30px 30px 0;
        }

    

    @media (max-width: 767px) {
        #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
            max-width: 100%;
            float: none;
            padding: 0 0 30px 0;
        }
    }

@media (max-width: 991px) {
    #advanced-features .centermd, #advanced-features .centersm {
        margin-right: 25%;
        margin-left: 25%;
    }
}

    /* More Features Section
--------------------------------*/
    #more-features {
        padding: 60px 0 60px 0;
        overflow: hidden;
    }

        #more-features .box {
            padding: 40px 40px 40px 25px;          
            margin-bottom: 20px;
            box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
            background: #fff;
            transition: 0.4s;
            min-height: 95%;
        }

        #more-features .icon {
            float: left;
        }

            #more-features .icon i {
                color: #666666;
                font-size: 80px;
                transition: 0.5s;
                line-height: 0;
            }

                #more-features .icon i:before {
                    background: #1dc8cd;
                    background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

        #more-features h4 {
            margin-left: 100px;
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 18px;
        }

            /*#more-features h4 a {
                color: #111;
            }*/

        #more-features p.section-description {
            /*font-size: 14px;*/
            margin-bottom: 0;
            line-height: 24px;
        }

    .indent {
        margin-left: 100px;
    }

@media (max-width: 767px) {
    #more-features .box {
        margin-bottom: 20px;
    }

    #more-features .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #more-features h4, #more-features p {
        margin-left: 0;
        text-align: center;
    }
}
@media (max-width: 991px) {
    #more-features .mb-5 {
        margin-bottom: 5px !important;
    }
}


/*  ------------------ #Call To Action Section  ------------------------------*/
    #call-to-action {
        overflow: hidden;
        background-color: #171695;
        background-size: cover;
        border-top: 5px solid #559516;
        border-bottom: 5px solid #559516;
        padding: 60px 0;
        margin-bottom: 65px;
    }


        #call-to-action .cta-title {
            color: #fff;
            font-size: 28px;
            font-weight: 700;
        }

        #call-to-action .cta-text {
            color: #fff;
        }

        #call-to-action a {
            color: #fff;
            text-decoration: underline;
        }

            #call-to-action a:hover {
                color: #FCB82F;
            }

        #call-to-action .cta-btn-container {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }


        #call-to-action .cta-btn {
            font-weight: 500;
            font-size: 16px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 8px 30px;
            border-radius: 25px;
            transition: background 0.5s;
            margin: 10px;
            border: 2px solid #fff;
            background-color: #FCB82F;
            color: #171695;
        }

            #call-to-action .cta-btn:hover {
                background: #fff;
                border: 2px solid #fff;
                color: #171695;
            }

@media (min-width: 769px) and (max-width: 1199px) {
      

    #call-to-action .cta-btn {
        font-weight: 400;
        font-size: 14px;
        padding: 5px 25px;
        margin: 8px;
    }
   
}




    /* --------- Call to Action for Directory Page -------- */
    #call-to-action-CS {
        overflow: hidden;
        background-color: #fff;
        background-size: cover;
        border-top: 10px double #FCB82F;
        border-bottom: 10px double #FCB82F;
        padding: 5px 10px 0 30px;
    }

        #call-to-action-CS .cta-title {
            font-size: 22px;
            font-weight: 500;
        }

        #call-to-action-CS .cta-text {
            padding-bottom: 0;
        }

        #call-to-action-CS .cta-btn {
            font-weight: 500;
            font-size: 16px;
            letter-spacing: 2px;
            display: inline-block;
            background-color: rgba(252, 184, 47, 0.325);
            padding: 8px 30px;
            border-radius: 25px;
            transition: background 0.5s;
            margin: 10px;
            border: 2px solid #FCB82F; /* #559516; */
        }

            #call-to-action-CS .cta-btn:hover {
                background: #1d2172;
                border: 2px solid #1d2172;
                color: #fff;
            }

@media (min-width: 576px) and (max-width: 1199px) {
    #call-to-action-CS .cta-btn-container {
        /*display: flex;*/
        align-items: center;
        justify-content: flex-end;
    }
    
    #call-to-action-CS .cta-btn {
        font-weight: 400;
        font-size: 14px;
        padding: 5px 25px;
        margin: 8px;
    }
}
@media (min-width: 376px) and (max-width: 575px) {
    #call-to-action-CS .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    #call-to-action-CS .cta-btn {
        font-weight: 300;
        font-size: 12px;
        padding: 3px 20px;
        margin: 5px;
    }
}


/* --------- Call to Action for Cust Serv Page -------- */
#call-to-action2 {
    overflow: hidden;
    /*background-color: #559516;*/
    background-color: rgba(85, 149, 22, 5);
    background-size: cover;
    border: 5px solid #1d2172;
    border-radius: 8px;
    /*border-top: 5px solid #1d2172;*/
    /*border-bottom: 5px solid #1d2172;*/
    padding: 10px;
}

    #call-to-action2 .cta-title {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        min-width: 125px;
    }

    #call-to-action2 .cta-text {
        padding-bottom: 0;
    }

    #call-to-action2 .cta-btn {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 2px;
        display: inline-block;
        background-color: rgba(29, 33, 114, 5.0);
        padding: 8px 30px;
        border-radius: 25px;
        transition: background 0.5s;
        margin: 10px;
        border: 2px solid #fff; 
        color: #fff;
    }

        #call-to-action2 .cta-btn:hover {
            background: #FCB82F;
            border: 2px solid #FCB82F;
            color: #1d2172;
        }


		
		#call-to-action3 {
    overflow: hidden;
    /*background-color: #559516;*/
    background-color: red;
    background-size: cover;
    border: 5px solid #1d2172;
    border-radius: 8px;
    /*border-top: 5px solid #1d2172;*/
    /*border-bottom: 5px solid #1d2172;*/
    padding: 10px;
}

    #call-to-action3 .cta-title {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
    }

    #call-to-action3 .cta-text {
        padding-bottom: 0;
    }

    #call-to-action3 .cta-btn {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 2px;
        display: inline-block;
        background-color: rgba(29, 33, 114, 5.0);
        padding: 8px 30px;
        border-radius: 25px;
        transition: background 0.5s;
        margin: 10px;
        border: 2px solid #fff; 
        color: #fff;
    }

        #call-to-action3 .cta-btn:hover {
            background: #FCB82F;
            border: 2px solid #FCB82F;
            color: #1d2172;
        }




/* --------------- Contract  Section --------------------------------*/
#contractServices {
    padding: 60px 0;
    overflow: hidden;
}


    #contractServices .box {
        padding: 40px 10px;
        margin-bottom: 30px;
        box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
        background: #fff;
        text-align: center;
        height: 100%;
   
    }

@media  (max-width: 992px) {
    #contractServices .box {       
        height: 95%;
    }
}

    #contractServices h3 {
        font-weight: 400;
        margin-bottom: 15px;
        font-size: 28px;
    }

    #contractServices h4 {
        font-size: 46px;
        color: #1dc8cd;
        font-weight: 300;
    }


    #contractServices .get-started-btn {
        background: #1d2172;
        display: inline-block;
        padding: 6px 30px;
        border-radius: 20px;
        color: #fff;
        transition: none;
        font-size: 14px;
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        margin-bottom: auto;
    }

    #contractServices .featured {
        border: 2px solid #559516;
    }

        #contractServices .featured .get-started-btn {
            background: #559516;
        }

    #contractServices .bfeatured {
        border: 2px solid #1d2172;
    }

        #contractServices .bfeatured .get-started-btn {
            background: #1d2172;
        }

@media (min-width: 768px) and (max-width: 992px) {
    .col-knitting-service {
        padding-top: 10px;
    }
}

 /* ---------- Gallery Section ------------------*/
    #gallery {
        background: #fff;
        padding: 60px 0 60px 0;
        overflow: hidden;
    }

        #gallery .container-fluid {
            padding: 0px;
        }

        #gallery .gallery-overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 1;
            -webkit-transition: all ease-in-out 0.4s;
            transition: all ease-in-out 0.4s;
        }

        #gallery .gallery-item {
            overflow: hidden;
            position: relative;
            padding: 0;
            vertical-align: middle;
            text-align: center;
        }

            #gallery .gallery-item img {
                -webkit-transition: all ease-in-out 0.4s;
                transition: all ease-in-out 0.4s;
                width: 100%;
            }

            #gallery .gallery-item:hover img {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

            #gallery .gallery-item:hover .gallery-overlay {
                opacity: 1;
                background: rgba(0, 0, 0, 0.7);
            }


/* --------------- Gallery Content -----------------------*/
#galleryContent {
    padding: 30px 0 30px 0;
    border-top: 2px solid #559516;
    overflow: hidden;
}
    #galleryContent .container-fluid {
        padding: 0 50px;
    }

    /*#galleryContent .box {
        padding: 40px;
        margin-bottom: 30px;
        box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
        background: #fff;
        text-align: center;
    }*/


    #galleryContent ul {
        padding-left: 25px;
        list-style: none;
        /*color: #1d2172;*/
        text-align: left;
        line-height: 20px;
    }

        #galleryContent ul li {
            padding-bottom: 12px;
            padding-left: 15px;
        }

            #galleryContent ul li::before {
                content: "•"; /* Insert content that looks like bullets */
                padding-right: 8px;
                color: #559516;
            }

    #galleryContent .get-started-btn {
        background: #515e61;
        display: inline-block;
        padding: 6px 30px;
        border-radius: 20px;
        color: #fff;
        transition: none;
        font-size: 14px;
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
    }

    #galleryContent .featured {
        border: 2px solid #1dc8cd;
    }

        #galleryContent .featured .get-started-btn {
            background: linear-gradient(45deg, #1de099, #1dc8cd);
        }

/* --- offices/frame content ----*/
.container-fluid.RadGrid.RadGrid_Default {
    border: 0;
}
/* --------------- page navigation buttons -----------------------*/
a.btn1 {
					background-color: #1D2172;
					color: #FFF;
					padding: 25px;
					border-radius: 8px;
					text-decoration: none;
					text-align: center
					/* border: 2px solid #FDB824; */
						}
a.btn2 {
					background-color: #FDB824;
					color: #000;
					padding: 25px;
					border-radius: 8px;
					text-decoration: none;
					text-align: center;
					border: 5px solid #d50000; 
						}

/* ---------------Footer ---------------------*/
#footer {
    /*height: 225px;*/
    background-color: #1d2172; /*171695;*/
    margin-top: -25px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #000;
}

    .footer2 {
        background-color: #fff;
        padding: 10px;
    }

    .footer3 {
        background-color: #1d2172;
        color: #fff;
    }

        .footer3 a {
            color: #FDB824;   
            text-decoration: none;   
            font-weight: 400;
        }

        .footer3 a:hover {
            text-decoration: underline;            
        }
          

    #footer h3 {
        padding: 3px;
        color: #1d2172;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
    }

    .footerhead {
        color: #fff;
        font-weight: 600;
        padding-top: 10px;
        font-size: 125%;
    }


/* ----------LOADING ICON Offices Pg----------*/
#circle {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
}

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid #FCB82F;
    border-top: 8px solid #1d2172;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
} 

.breadcrumb a {
color: #0065A4;
border-radius: 5px;
padding: 0px;
}




/**** RETAIL PAGE - supply_stores.htm page ****/
hr.sectiondivide {
    border: none;
height: 10px;
/* Set the hr color */
color: #171695; /* old IE */
background-color: #171695; /* Modern Browsers */

margin: 0.5% 0 1.5% 0;
}

hr.sectiondivide2 {
    border: none;
height: 10px;
/* Set the hr color */
color: #FDB824; /* old IE */
background-color: #FDB824; /* Modern Browsers */

margin: 0.5% 0 1.5% 0;
}


.expo-section {
    text-align: center;
    padding: 50px 30px 60px 30px;
}
.expo-title {
    font-weight: 700;
    text-align: center;
}
.expo-subtitle {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}
.expo-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    margin: 25px 0px 25px 0px;
}
.expo-card-container a {
    text-decoration: none;
}
.expo-card-container a[href$='.pdf']::after {
    display: none;
}
.expo-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #000000;
    background-color: #FDB824;
    width: 250px;
    height: 240px;
    padding: 20px 20px 20px 20px;
    border: 3px solid #171695;
    border-radius: 10px;
    text-decoration: inherit;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
.expo-card:hover {
    text-decoration: none;
    background-color: #171695;
    color: #FDB824;
    /* border: 3px solid #FDB824; */
}
.expo-card:active {
    text-decoration: none;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
    /* color: #171695; */
}
.expo-card h4 {
    text-decoration: underline;
}
.expo-card p:nth-child(2) {
    font-weight: 700;
}
.expo-card p:nth-child(3) {
    font-weight: 400;
    margin: 0px 0px 0px 0px;
}
.expo-card-title {
    font-size: 20px;
    font-weight: 700;
}

@media screen and (min-width: 800px) {
    .expo-card-container {
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 50px;
    }
}

/* Multi-column CSS styles for AbilityOne agencies and Virginia small businesses listings - supply_stores.htm page */
.dbvi-columns-01-container,
.dbvi-columns-02-container {
    color: #000000;
    background-color: #FDB824;
    max-width: 1100px;
    padding: 20px 20px 0px 20px;
    margin: 40px auto 0px auto;
    border: 3px solid #171695;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
.dbvi-columns-02-container {
    margin-top: 75px;
    margin-bottom: 20px;
}
.dbvi-columns-01-container h3,
.dbvi-columns-02-container h3 {
    /* color: #000000; */
    font-weight: 700;
    margin-top: 5px;
}
.dbvi-columns-01,
.dbvi-columns-02 {
    column-count: 1;
    list-style-type: none;
    width: 100%;
    padding-left: 0px;
    margin-top: 25px;
    margin-bottom: 30px;
    column-gap: 25px;
}
.dbvi-columns-01 li span,
.dbvi-columns-02 li span {
    font-weight: 400;
}
.dbvi-columns-01 li,
.dbvi-columns-02 li {
    font-weight: 700;
    margin: 0px auto 20px auto;
}
.dbvi-columns-01 li:last-child,
.dbvi-columns-02 li:last-child {
    margin-bottom: 0px;
}

@media (min-width: 725px) and (max-width: 1050px) {
    .dbvi-columns-01 {
        column-count: 2;
    }
}
@media screen and (min-width: 1050px) {
    .dbvi-columns-01 {
        column-count: 3;
    }
}
@media (min-width: 576px) and (max-width: 820px) {
    .dbvi-columns-02 {
        column-count: 2;
    }
}
@media screen and (min-width: 820px) {
    .dbvi-columns-02 {
        column-count: 3;
    }
    /* .dbvi-columns-02 li {
        width: max-content;
    } */
}




/* EXPO ANNOUNCEMENT CALL TO ACTION AND/OR AD LINE  - supply_stores.htm PAGE */
.expo-announce-container {
    display: block;
    width: fit-content;
    font-weight: 700;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 0, 0);
    padding: 5px 25px 5px 25px;
    margin: 0px auto 20px auto;
    border-radius: 75px;
}
.expo-announce-container p {
    margin: 0px 0px 0px 0px;
}
.expo-announce-container p a {
    color: rgb(255, 255, 255);
}

/* STYLES FOR customerservice.htm PAGE - START */
.helpful-links {
    padding: 0px;
    margin: 0px auto 0px auto;
}
.helpful-links .container-fluid {
    padding: 0px;
}
/* STYLES FOR customerservice.htm PAGE - END */
