/* Underpage styles */
.inner-banner {
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    z-index: 5;
}

.desc {
    background: url(/Content/Uploads/LBWCCredesign/images/header.png);
    position: absolute;
    z-index: 5;
    max-height: 300px;
    width: auto;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    background-position: center;
    /*background-size: contain;*/
}
.inner-banner img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.inner-banner h2 {
    color: white;
    position: absolute;
    margin-top: 70px;
    left: 13%;
    font-family: 'Roboto', sans-serif;
    font-size: 4rem;
    font-weight: 500;
}
.underpage > .content {
	min-height: 223px;
	padding: 10px;
}
.breadcrumbs {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    padding: 10px 9%;
    margin-bottom: 1rem;
    background-color: #002159;
    color:white;
}
.underpage .content .breadcrumbs a{
    color: white;
    padding: 0px 5px;
    text-decoration: none;
}
.icon-block {
    position: absolute;
    right: 10%;
    font-weight:800;
}
.content h1, .content h2, .content h3, .content h4 {
    color: #002159;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 1.8rem;
}
.content h1 {
    font-size: 3rem;
}
.content h2 {
    font-size: 2.5rem;
}
.content h3 {
    font-size: 2rem;
}
.content h4 {
    font-size: 1.5rem;
}
.content p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    margin: 0 0 2.4rem;
}
.content ul {
    list-style-type: disc !important;
    margin-left: 40px;
    font-family: arial;
    font-size: 1.5rem;
    padding-bottom: 1.4rem;
}
.content ol {
    margin-left: 40px;
    font-family: arial;
    padding-bottom: 1.4rem;
}
.underpage .content a {
    color: #002159;
    text-decoration: underline;
}
.ecards .radio-list {
    display: flex;
}

/* Underpage menu*/
#main {
    padding: 0;
    margin: auto;
}
#main .sidebar {
  /* min-width: 28.0rem;*/
    padding: 6.0rem 3.0rem;
    margin: 0 1.0rem 0 0;
    background-color: #002159;
}
#main .sidebar nav {
    text-align: right;
}
#main .sidebar nav ul{
   list-style-type:none;
   font-family: 'Roboto', sans-serif;
   font-size: 2rem;
}
#main .sidebar nav ul li {
    padding-bottom:20px;
    font-size: 20px;
    line-height: 1;
}
#main .sidebar nav ul li:last-of-type {
    padding-bottom:0px;
}
#main .sidebar nav ul li a{
    color: white;
}
#main .sidebar nav > ul > li > ul._sub {
    padding-top: 5px;
    padding-bottom: 0;
}
#main .sidebar nav > ul > li > ul._sub > li {
    padding-bottom: 5px;
}    
#main .sidebar nav > ul > li > ul._sub > li > a {
    font-size: 15px;
}
#main .sidebar nav > ul > li > ul > li > ul > li a {
    font-size: 15px;
    color: white;
}
#main .sidebar nav > ul li > a.currentNode {
    font-weight: bold;
}
#main #content {
    padding: 2rem;
}

/* underpage slider */
.slick-prev:before, .slick-next:before {color: #000 !important; text-shadow: 0px 0px 20px #fff; opacity: 1 !important;}
.slick-prev {left: 10px !important; z-index: 100;}
.slick-next {right: 10px !important;}
.slick-slider {margin-bottom: 0px !important;}

.slick-dots {bottom: 0px !important;}
.slick-dots li button::before {color: #fff !important;}
.slick-slide {outline: none}
.slick-slide a {outline: none}

.slick-slider { display: none; }
.slick-slider .slick-initialized { display: block; }

#underpage-gallery .slick-slide {margin: 0 0.5rem;}

/*================ Underpage Menu Gallery ================*/
#underpage-gallery {max-width:80%;margin:0 auto;}
#underpage-gallery .slick-prev:before, .slick-next:before {color: #1c3f95!important;}
#underpage-gallery .slick-slide img {height: 300px;width: auto;margin: 0 auto;}
#underpage-gallery .slick-dots {padding:0;}
#underpage-gallery .slick-dots li button:before {font-size: 16px;line-height: 52px;}
#underpage-gallery .slick-dots li {background:none;line-height: normal;padding: 0 0 2px 4px;}
.galleryCaption {
    text-align: center;
}
#underpage-gallery .fa-arrow-left.slick-arrow {
    position: absolute;
    z-index: 5;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
#underpage-gallery .fa-arrow-right.slick-arrow {
    position: absolute;
    z-index: 5;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}