﻿@charset "UTF-8";

.MainContent {
    width: 1000px !important;
	padding-top: 1em;
    height: auto;
    display: table;
    font-family: 'Montserrat', sans-serif !important;
}

.MainContent a, .MainContent a:visited {
    color: #3333FF !important;
    text-decoration: underline;
}


body {
    font-size: 100% !important;
}

.tooltip {
    z-index: 9;
}
.ttlBar {
    background: #094b6e;
    width: 100%;
    color: #fff !important;
    font-size: 1.4em;
    padding: 6px;
    margin-top: -5px;
}

.story {
    margin-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #dadada;
    height: 150px;
}


.story img {
    width: 100%;
}

a .story h3 {
    margin-top: 0;
    font-size: 1.2em;
    color: #094b6e;
    font-weight: bold;
}


a .story p {
    color: #000;
}
.MainContent h1 {
    color: #104172;
    font-size: 1.85em;
}

.MainContent h2 {
    color: #104172;
    font-size: 1.5em;
}

.MainContent h3 {
    color: #373737;
    font-size: 1.4em;
}

.BackToTop a {
    padding-left: 0;
    background: none;
    font-size: 1em;
}


.carousel {
    max-width: 1000px !important;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

a.carousel-control {
    color: #fff !important;
    cursor: pointer;
    height: auto;
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1em;
    width: 100%;
    text-align: left;
    padding: 4px 100px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff !important;
}

    .carousel-caption h2 {
        font-size: 2em;
        font-weight: bold;
        color: #fff !important;
    }

.carousel-caption2 {
    position: absolute;
    top: 5%;
    font-size: 2em;
    font-weight: bold;
    left: 0 !important;
    width: 100%;
    color: #fff;
    text-align: center;
}


.carousel-control {
    top: unset !important;
    bottom: 40% !important;
}

.miniDesc {
   width: 32.7%;
}

.titlesBlock {
    text-transform: uppercase;
    font-size: 1.5em !important;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}

.titles {
    text-transform: uppercase;
    font-size: 1.35em;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    background:#094b6e;
    color: #fff;
    padding: 31px 15px;
    width: auto;
}

.solutionsTop {
    border-top: 1px solid #094b6e;
    padding-top: 10px;
}

.dataBar {
    color: #1fb0ab;
    padding: 15px 0;
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0;
}

.dataBar img {
    width: 100px;
    margin-bottom: 10px;
}

    .dataBar a, .dataBar a:visited {
        color: #1fb0ab !important;
        font-weight: bold;
        text-decoration: none;
    }

   

    .dataBar .markers {
        margin-top: 4px;
        padding-top: 4px;
        font-size: 1em !important;
    }
    .dataBar .fa, .dataBar .fas {
        font-size: 1.5em !important;
        vertical-align: bottom;
    }
.solutionBar {
    padding: 30px 10px;
}

.solutionBar a {
    text-decoration: none;
}

.blueTtl img {
    height: 3em;
    margin-right: 10px;
}

.blueTtl {
    color: #104172;
    font-weight: bold;
    display: table;
    vertical-align: middle;
}

a .solutionTxt {
    color: #373737;
    text-decoration: none;
    line-height: 1.5em;
    font-size: .9em;
}

a.hpLinks, a:visited.hpLinks {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    color: #104172 !important;
}

.upSize {
    font-size: 1.3em;
    font-weight: bold;
    color: #104172;
}

.instructions {
    /*width: 565px;*/
    margin-right: 5px;
    text-align: justify;
    margin-bottom: 25px;
}

.storyMap {
    border: 1px solid #dadada;
    background: url(image/light.png);
    padding: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 545px;
    height: 145px;
    float: left;
    display: table !important;
    position: relative;
    cursor: pointer;
}

@media (max-width: 1250px) {
    .storyMap {
        margin-right: 0px;
        float: none;
        width: auto;
    }

    .instructions {
        width: auto;
    }
}

.storyMap.highlight {
    background: url(image/lighter.png);
}

.storyMapImage {
    float: left;
    height: 130px;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}

.storyMapOwner {
    color: #999999;
}

.new {
    position: absolute;
    top: 0px;
    left: 0px;
}

.historical {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.dateAdded {
    color: #666666;
    font-size: .9em;
    font-style: italic;
}

@media (min-width: 1200px) {
    .container {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .MainContent {
        width: 100% !important;
        margin-right: 2px !important;
        margin-left: 4px !important;
    }

    .titles {
        padding: 10px;
    }

    .solutionsTop {
        border: none;
    }

    .miniDesc {
        width: 100%;
    }

    .solutionBar div.col-md-4 {
        margin: 20px auto;
    }

    .dataBar img {
        width: 10%;
    }
}

@media (max-width: 768px) {
    .MainContent {
        width: 100% !important;
        margin-right: 2px !important;
        margin-left: 4px !important;
    }

    .carousel-caption, .carousel-caption2 {
        font-size: 1.5em !important;
    }

    .titles {
        padding: 10px;
    }

    .solutionsTop {
        border: none;
    }

    .miniDesc {
        width: 100%;
    }

    .solutionBar div.col-md-4 {
        margin: 20px auto;
    }
    .dataBar img {
        width: 10%;
    }
}


@media (max-width: 468px) {
    .MainContent {
        width: 100% !important;
        margin-right: 2px !important;
        margin-left: 4px !important;
    }
    .carousel-caption, .carousel-caption2 {
        font-size: 1em !important;
    }

    .titles {
        padding: 10px;
    }

    .solutionsTop {
        border: none;
    }
    .miniDesc {
        width: 100%;
    }

    .solutionBar div.col-md-4 {
        margin: 20px auto;
    }
    .dataBar img {
        width: 10%;
    }
}