﻿.carousel-item, .carousel-indicators
{
    display: none; /* hide until script and CSS loaded */
}

.carousel-indicators li
{
    border: 2px solid #000;
    background-color: #fff;
    width: 12px;
    height: 12px;
}
.carousel-indicators .active
{
    width: 16px;
    height: 16px;
}

.TechnologyHighlight 
{
    width: 253px;
    display: inline-block;
    height: 200px;
    vertical-align: top;
    line-height: 1em;
    margin: 0;
}

.TechnologyHighlight a.HomePageRedesign:link span 
{
    font-size: 12pt;
}

a.HomePageRedesign:link, a.HomePageRedesign:visited, a.HomePageRedesign:hover, a.HomePageRedesign:active
{
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-family: Verdana, Arial, Sans Serif;
}

.SolutionsHolder
{
    margin-top: 50px;
    display: inline-block;
    width: 1024px;
    vertical-align: top;
    max-width: 100%;
}

.SolutionItemHolder
{
    width: 253px;
    height: 220px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.WhoWeAre
{
    width: 495px;
    height: auto;
}

.WhoWeAreHolder
{
    display: inline-block;
    width: 495px;
    margin-bottom: 15px;
}

.WhoSolutionsNewsAnnualReportHolder 
{
    width: 1024px;
    display: block;
    max-width: 100%;
}

.WhoSolutionsNewsAnnualReportHolder a 
{
    display: flex;
}

.HorizontalLinkButton1
{
    width: 495px;
    height: auto;
    margin-bottom: 15px;
}

.HorizontalLinkButtonHolder1 
{
    display: inline-block;
    width: 495px;
    margin-left: 15px;
    position: relative;
}

.TechnologyHighlightsHolder1 
{
    margin-top: 35px;
    display: block;
    width: 1024px;
    vertical-align: top;
    max-width: 100%;
}

.TechnologyHighlightsHeader
{
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 24pt;
    color: #900028;
    font-weight: 400;
}

.topTextHolder {
    display: block;
    width: 100%;
    max-width: 1400px;
    font-family: 'Arial Black', Tahoma, Arial, sans-serif;
    font-size: 40pt;
    text-align: center;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.01em;
    transform: scale(0.85,1);
    margin-top: 15px;
}

.topTextHolder2 
{
    display: block;
    width: 70%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 30pt;
    color: #900028;
}
html, body
{
    height: 100%;
}
.swiper-slide
{
    background-size: 100% 100%;
    background-position: center;
}
.swiper-container-horizontal > div.swiper-pagination-bullets
{
    bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets span.swiper-pagination-bullet 
{
    margin: 0 12px;
    background: #fff;
}

    @media (max-width: 960px) {
        .SolutionsHolder {
            width: 510px;
        }
        .HorizontalLinkButtonHolder1 {
            margin-left: 0;
        }

    }


    @media (max-width: 480px) {
        body.body {
            margin: 8px !important;
            -webkit-text-size-adjust: 100%;
        }

        .SolutionsHolder {
            display: inline-block;
            width: 275px;
            vertical-align: top;
        }

        .SolutionItemHolder {
            width: 253px;
            height: 210px;
        }

        .topTextHolder {
            font-size: 26pt;
            margin-top: 20px;
        }

        .topTextHolder2 {
            width: 92%;
            font-size: 22pt;
        }

        .WhoWeAre {
            width: 100%;
            height: auto;
        }

        .WhoWeAreHolder {
            width: 100%;
            margin-bottom: 15px;
        }

        .WhoSolutionsNewsAnnualReportHolder {
            margin-top: 5px;
            width: 100%;
            display: inline-block;
        }

        .HorizontalLinkButton1 {
            width: 100%;
            height: auto;
            margin-bottom: 15px;
        }

        .HorizontalLinkButtonHolder1 {
            display: inline-block;
            width: 100%;
            margin: 0;
            top: 0;
        }

        .TechnologyHighlightsHolder1 {
            margin-top: 15px;
            display: inline-block;
            width: 100%;
            vertical-align: top;
        }

        .swiper-container {
            position: absolute;
            width: 100%;
            height: 660px;
            margin-left: auto;
            margin-right: auto;
        }

        #divFooter.divFooter {
            width: 100%;
            height: 40px;
            margin-left: 0px;
            margin-right: 0px;
            max-width: 600px;
        }

        .divFooterItems {
            width: 100%;
            height: 40px;
        }

        #divFooter .divFooterItem {
            height: 40px;
            margin-left: 15px;
        }

        #divFooter .divCopyright {
            text-align: center;
            width: 100%;
            float: none;
        }

        #divFooter .divSocial {
            margin-top: 20px;
            margin-bottom: 10px;
            width: 100%;
            text-align: center;
            height: 40px;
            float: none;
        }
    }