/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* Custom */

.dropdown-menu.index-dd {
    background-color: #fff;
}
.navbar-prelim .navbar-toggle .icon-bar {
    background-color: #1E3669;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #fff;
}

.carousel {
    position: relative;
    margin-top: 2%;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #1E3669;
    border-radius: 4px;
}

.navbar-prelim, .navbar-prelim .navbar-nav>li>a, .navbar-nav>ul>li>a {
    color: #1E3669;
    font-weight: bolder;
    font-size: 18px;
    background-color: #fff;
}


.navbar-prelim .navbar-nav>a, .navbar-prelim .navbar-nav>.open>a:focus, .navbar-prelim .navbar-nav>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-prelim .navbar-nav>li>a:focus, .navbar-prelim .navbar-nav>li>a:hover, .navbar-prelim .navbar-nav>.active>a, .navbar-prelim .navbar-nav>.active>a:focus, .navbar-prelim .navbar-nav>.active>a:hover  {
    color: #D53D33;
}

.dropdown-menu {
    font-size: 18px;
    background-color: transparent;
}

.dropdown-menu>li>a {
    color: #1E3669;
}

.navbar-brand {
    padding: 0px 0px 4px 0px;
    height: 60px;
    /*margin-top: -10px;*/
}

.navbar-nav>li>.dropdown-menu {
    margin-right: 5px;
}

@media(min-width: 768px) {
   .navbar-right {
        margin-right: 0px;
    } 
}

.navbar-prelim .navbar-brand {
    color: #9d9d9d;
    padding: 5px 5px 5px 5px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 12px 15px;
}

.navbar-nav>li>a {
    line-height: 40px;
}

/*body of knowledge list css*/

.bokList {
    list-style-type: none;
}

.bokList>li {
    list-style-type: none;
    font-weight: bold;
}

.bokList>li>ul> {
    margin-left: 2%;
}

.bokList>li>ul>li, .bokList>li>ul>li>ul>li, .bokList>li>ul>li>ul>li>ul>li {
    list-style-type: none;
    font-weight: normal;
}

.bokList>li>ul>li>ul {
    margin-left: 3%;
}

.bokList>li>ul>li>ul>li>ul {
    margin-left: 4%;
}

.mtLink {
    cursor: pointer;
}

.undercon {
    font-size: 2em;
    text-align: center;
}

.undercon-div {
    border-style: solid;
    border-color: #FCF847;
}

.permImg, .dcImg, .lcImg {
     -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.slideBtnLeft {
    position: absolute;
    top: 50%;
    left: 5%;
    background-color: transparent;
}

.slideBtnRight {
    position: absolute;
    top: 50%;
    right: 5%;
    background-color: transparent;
}

.padLogos {
    padding-left: 4em;
    padding-right: 4em;
}

.pdfLinx {
    color: black;

}

.pdfLinx:hover {
    color: black;
    text-decoration: none;
    
}

.grid-sizer,
.grid-item { 
    width: 20%; 
}
/* 2 columns wide */
.grid-item--width2 { width: 40%; }

.modal-body.prodModalBody {
    padding: 0px;
}

.modal-header.prodModalHead {

}

.filterButtonMouseover {
    cursor: pointer;
}

.dropdown.open {
    border-right: 1px solid rgba(0,0,0,.15);
    border-left: 1px solid rgba(0,0,0,.15);;
}

.prodsRow, .prodsFilter {
    display: none;
}

#lubestores, #remotelube {
    padding-top: 50px;
}