﻿@import url('/css?family=Open+Sans:300italic,400italic,700italic,300,400,700');
@import url('/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext');


@media screen and (min-width: 768px) {
.carousel .item .carousel-caption 
{    
background: rgba(0,0,0,0.4)!important;
left: 0%!important;
right: 50%!important;
padding-right: 1%;
padding-left: 10%;
padding-top: 1.5% !important;
text-shadow: none!important;
margin-bottom: 0%;

}
}

@media screen and (max-width: 768px) {
.carousel .item .carousel-caption 
{    
background: rgba(0,0,0,)!important;
}
}
@media screen and (max-width: 768px) {
.carousel .carousel-indicators
{
background:none !important;
margin-left:-35px;
}
}
@media screen and (min-width: 768px) {
.carousel .carousel-indicators
{
background:none !important;
}
}
.carousel-caption
{
text-align:left !important;
}

@media screen and (min-width: 1301px) {
.TopBanner-Headline
{
color:white !important;
font-size:50px !important;
font-family: "Roboto Slab", Helvetica,Times New Roman !important;
font-weight:500 !important;
}
.TopBanner-Blurb
{
color:white !important;
font-size:16px !important;
font-family:"Open Sans",Arial , Lucida sans !important;
font-weight:400 !important;
}
}

@media screen and (max-width: 1300px) 
{
.TopBanner-Headline
{
color:white !important;
font-size:30px !important;
font-family: "Roboto Slab", Helvetica,Times New Roman !important;
}

.TopBanner-Blurb
{
color:white !important;
font-size:16px !important;
font-family:"Open Sans",Arial , Lucida sans !important;
font-weight:400 !important;
}
}

@media screen and (max-width: 768px) {
.center-text
{
text-align:center;
}
}
.btn01
{
border:2px solid white!important;
color: #fefefe !important;
font-family: "Roboto Slab", Helvetica , Times New Roman !important;
font-weight: 700 !important;
font-style: normal !important;
}
     
.carousel .carousel-control
{
z-index:1;
border-radius: 0% !important;
background:transparent !important;
border:0px solid white;
margin: 0 25px!important;
color:#fefefe !important;
}

.hideindicator
{
display:none;
}
@media screen and (max-width: 768px) {
.hideindicator
{
display:block;
}
.margin30
{
margin-bottom:30px !important;		
}
}
/*  Start of Homepage banner */
/* FOR MOBILE VIEW - AI */
@media screen and (max-width:779px) 
{
    .AKUCaptionArea{
    /* border:1px dashed blue; */
    position:relative;
    bottom:0%;
    height:auto;
    width:100%;
    background:rgba(0,0,0, 0.4);
    -webkit-transition: -webkit-transform 2s;
    transition: transform 2s;
    }    

    .AKUCaptionTable{
    height:100%;
    width:100%;
    font-family:Open Sans;
    }
    
    .AKUTableRow1{
    /* border:1px solid blue; */
    height:auto;
    }

    .AKUTableRow2, .AKUTableRow3{
    display:none;
    }
    
    .AKUCaptionHeading{
    font-size:4.2vw;
    vertical-align:middle;  
    font-family:Roboto Slab;
    color:White !important;
    font-weight:500;
    padding-left:2%;
    }
    
    .AKUCaptionBlurbMobile, .AKUCaptionBlurbMobile a{
    text-align:right;
    color:White !important;    
    padding-right:2%;
    }

    .AKUCaptionButton{
    font-size:2.8vw;
    margin-top: 3%;
    margin-bottom: 3%;
    font-family:Roboto Slab !important;
    font-weight:500 !important;
    padding:2px 9px 2px 9px !important;
    }

    .AKUCarouselControl{
    margin-bottom: 12% !important;
    }
    
}/* mobile MEDIA QUERY */

/* FOR TABLET/DESKTOP VIEWS - AI */
    @media screen and (min-width:780px) 
{
    .AKUCaptionArea{
    /* border:2px solid red; */
    position:absolute;
    top:15%;
    height:70%;
    width:42%;
    background:rgba(0,0,0, 0.4);
    }  

    .AKUCaptionBlurbMobile{
    display:none;
    }
    
    .AKUCaptionTable{
    /* border:2px solid red; */
    height:68%;
    margin-left:20%;
    margin-right:3%;
    margin-top:5%;
    font-family:Open Sans;
    }
    
    .AKUTableRow1{
    /* border:1px solid blue; */
    height:60%;
    }

    .AKUTableRow2{
    /* border:1px solid Yellow; */
    height:5%;
    }

    .AKUTableRow3{
    /* border:1px solid Yellow; */
    height: 10%;
    border-top: 10px solid transparent;
    }

    .AKUCaptionHeading{
    font-size:3vw;
    vertical-align:bottom;
    font-family:Roboto Slab;
    font-weight:500;
    color:White !important;
    }
    
    .AKUCaptionBlurb{
    font-size:1.4vw;
    color:White !important;
    line-height: 1.4;
    margin: 0% 0% 0% 0% !important;
    }

    .AKUCaptionButton, .AKUCaptionButton a{
    font-size:1.2vw;
    font-family:Roboto Slab !important;
    color:White !important;
    font-weight:700;
    vertical-align:top;
    margin: 0% 0% 0% 0% !important;
    }

    .AKUCarouselControl{
    margin-bottom: 3% !important;
    }

} /* non-mobile MEDIA QUERY */
/*  end of Homepage banner */

