﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.footer {
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #495663;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    margin-bottom: 50px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}


/* Image gallery styles */

.lightbox-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.lightbox-image-link {
    float: left;
    margin: 0 0.5rem 1rem 0.5rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,e1e1e1+0,f1f1f1+12,ffffff+100 */
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f6f6f6 0%, #e1e1e1 0%, #f1f1f1 12%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f6f6f6 0%,#e1e1e1 0%,#f1f1f1 12%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f6f6f6 0%,#e1e1e1 0%,#f1f1f1 12%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    line-height: 0;
    border-radius: 2px;
    border: solid 1px #f4f4f6;
    transition: background-color 0.5s ease-out;
    height: 14rem;
    width: 16rem;
}

.minimargin {
    margin: 5px;
}


.selectedListItem {
    background-color: #f5f5f5;
}

.newBoxTitle {
    color: #5b7a96;
    font-weight: bolder;
}

.level1Href {
    font-size: larger;
    font-style: oblique;
}

.level2Href {
    padding-left: 20px;
}

.negativeLink {
    color: #ebebeb;
}

    .negativeLink:hover {
        color: white;
        text-decoration: underline;
    }


.cookieLink {
    color: #DDDDDD;
    font-weight: normal;
    text-decoration: underline;
    font-weight: bolder;
}

    .cookieLink:hover {
        color: white;
        cursor: pointer;
        text-decoration: underline;
    }

.cookiesBanner {
    background-color: #333333;
    color: white;
    padding: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow: hidden;
    z-index: 1000;
}
