.nwd-banner {
    position: relative;
    /*margin-bottom: 20px;*/
}

.nwd-banner.none {
    min-height: 150px;
}

body.front .nwd-banner.single {
    height: 720px;
}

.nwd-banner.single {
    height: 500px;
}

body.front .nwd-banner.slideshow {
    height: 720px;
    margin-bottom:0px;
}

.nwd-banner.slideshow {
    height: 500px;
    margin-bottom:0px;
}

/* breadcrumb */
div.breadcrumb-container {
    position: absolute;
    z-index: 1;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    text-align: left;
    /* margin-top: 38px; */
}

.nwd-banner.none .banner-item {
    width: 100%;
    height: inherit;
    -ms-behavior: url("/sites/all/themes/nwd/polyfills/backgroundsize.min.htc");
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    text-align: center;
    color: #ffffff;
}


body.front .banner-item {
    height: 720px;
}

.banner-item {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url("/sites/all/themes/nwd/polyfills/backgroundsize.min.htc");
    height: 500px;
}

.banner-item .wrapper {
    height: 100%;
}

.banner-item .container {
    height: 100%;
}

.banner-item .outer_content {
    display: table;
    width: 100%;
    height: 100%;
}

.banner-item .inner_content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    max-width: 50%;
}

.banner-item .inner_content .disclaimer {
  font-size: 12px;
}

.nwd-banner.slideshow .slide-arrowL {
    position: absolute;
    top: 310px;
    left: 40px;
    cursor: pointer;
    font-size: 100px;
    color: #FFF;
}

.nwd-banner.slideshow .slide-arrowR {
    position: absolute;
    top: 310px;
    right: 40px;
    cursor: pointer;
    font-size: 100px;
    color: #FFF;
}

.nwd-banner.slideshow .carousel-control {
    background: none !important;
    border: none !important;
    width: 100px;
    height: 100px;
    font-size: 100px;
}

.nwd-banner.slideshow .carousel-control {
    top: 50%;
    opacity: 1;
    color: #ffffff;
}

.slideshow .banner-item .otherpage {
    display: none !important;
}

.single .banner-item .frontpage {
    display: none !important;
}

.nwd-banner-menu-item .frontpage{
  display: none !important;
}
.nwd-banner-menu-item .disclaimer{
  display: none !important;
}
