﻿/*----- Home page carousel -----*/

.carousel .item img
{
    position: absolute;
    z-index: 0;
    top: 0;
    max-width: inherit;
    min-width: 320px;
    display: block;
}
.carousel .item .container
{
    min-height: 350px;
    padding: 30px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel .item .container,
.carousel .item .container + div,
.carousel .item > :last-child {
    position: relative;
    z-index: 1;
}
.carousel-control
{
    z-index: 50;
    width: 10%;
}
.carousel-control span
{
    position: absolute;
    height: 100px;
    line-height: 100px;
    top: 50%;
    margin-top: -50px;
}
.left.carousel-control span
{
    left: 5px;
}
.right.carousel-control span
{
    right: 5px;
}
.carousel h1.xbold.xxxl
{
    text-shadow: 0 5px 5px rgba(0,0,0,.5);
    margin-bottom: 30px;
}
.carousel .btn
{
    font-size: 30px;
    font-size: 2rem;
    background: #1D4863;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
}

.carousel .item .container + div .btn:not(:first-child)
{
    margin-left: 30px;
}



/*----- Responsive Overrides -----*/

@media screen and (max-width: 479px)
{
    /* Carousel responsive styles */
    .navbar-brand, .wizardNav .navbar-brand
    {
        padding: 0;
    }
    .carousel .item
    {
        background: #7c81b8;
    }
    .carousel .item img
    {
        display: none;
    }
    .carousel .item .container
    {
        display: none;
    }
    .carousel .item .container + div.topMar2
    {
        margin-top: 0;
    }
        .carousel h1.xbold.xxxl
        {
            font-size: 60px;
            font-size: 4rem;
        }
    .carousel h2
    {
        font-size: 15px;
        font-size: 1rem;
    }
}
