


.footerContainer{
    margin-top: 30px;
}

.footerContent{
    padding: 0px;
}

.footerContent li{
    display: inline-block;
}

.footerContent li:nth-child(n+2) {
    padding-left: 12px;
    height: 70px;
}


*{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*
.btn-primary{
    background-color: #BA9210;
    border-color: #E6E6E6;
    color: #FFFFFF;
}

.btn-primary:focus,
.btn-primary.focus {
    background-color: #B08A0F;
    border-color: #E6E6E6;
    color: #FFFFFF;
}
.btn-primary:hover {
    background-color: #B08A0F;
    border-color: #E6E6E6;
    color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active {
    background-color: #BA9210;
    border-color: #E6E6E6;
    color: #FFFFFF;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
    background-color: #A7830E;
    border-color: #E6E6E6;
    color: #FFFFFF;
}
*/

#bannerContentLeft{
  height: 72px; 
  padding-left: 20px; 
  max-width: 75%;  /* without client logo */   
  max-width: 67%;  /* with client logo */   
  display: table;
}

#divPortalName{
    position: absolute;
    top:25px;
    left: 33px;
    z-index: 10;
    max-width: 60%;
    color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);background-color: white;;
}

#divPortalName h1{
    margin-top: 0;
    margin-bottom: 0;
}

#topLogo{
    position: absolute;
    top:16px;
    right: 25px;
    z-index: 10;
}


.contentIcon {
    width:100px;
}

@media screen and (max-width: 680px) {
  .contentIcon {
      display: none !important;
  }

  #divPortalName h1{
      font-size:30px !important;
  }
  .carousel-caption h1{
      font-size:20px !important;
  }
}

@media screen and (max-width: 480px) {
  #divPortalName{
    max-width:50%;
   }
/*  #divPortalName h1{
      font-size:18px !important;
  }*/
}

.modal-footer{
    padding-bottom:0px;
}

@media screen and (max-height: 650px) {
  .carousel-caption, .carousel-indicators {
      display: none !important;
  }
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 100vh;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  color: #FFFFFF;
  right: unset;
}

.carousel-indicators .active,.carousel-indicators li{
  background-color: #FFFFFF;
}

.carousel-indicators li{
    border: 1px solid #FFFFFF;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 100vh;
  background-color: #777;

  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;

}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.area2 .col-md-6 {
  margin-bottom: 20px;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 70px;
}
.area2 h2 {
  font-weight: normal;
}
.area2 .col-md-6 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* extra styling */

.carousel-caption{
    text-align:left;
    max-width:50%;
    left:30px;
}
.carousel-indicators{
    left:61px;
}

@media screen and (max-width: 600px) {
    .carousel-caption{
        display:none;
    }
    .carousel-indicators{
        display:none;
    }
}



/*****************************************************/




/* login panel 
--------------------------------------------------- */

.loginOverlay{
    position:absolute; 
    z-index:100; 
    /* width:270px; *fs*/
    width:320px; 
    top: 150px; 
    left: 33px; 
    /* border: 1px solid rgb(207,207,207); *fs*/
    /* border-radius:7px; *fs*/
    padding-left:15px;
    padding-right:15px;
    background-color:rgba(150,150,150,0.5);
    border-radius: 5px;
}


@media screen and (max-width: 600px) {
    .loginOverlay {
        right:unset;
        left:33px;
    }
}

#panelLoginText, .loginOverlay a{
    color: #fefefe; /*#FFFFFF;*/
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

#panelLoginText > *{
    margin-top:10px;
    padding-top:0px;
}

.bigNumbers {
    font-size: 30px;
    color: Blue;
    height: 50px;
    margin-right: 30px;
}








.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}


#panelLoginText .alert{
    text-shadow: initial;
}


.carousel-caption h1, .carousel-caption p{
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);background-color: white;;
}
