﻿
p, li {
    font-size: large;
}

    p .lead {
        font-size: x-large;
    }



a {
    color: #cb3727;
}

    a:hover {
        color: #0A1B33;
        cursor: pointer;
    }

    a.normal {
        color: inherit;
        text-decoration: none;
    }


.btn-jc {
    background-color: #BF311A;
    color: #FFF;
}

.rating {
    font-size:larger;
    color: #BF311A;
}



.font-jc {
    color: #BF311A;
}

    .font-jc :hover {
        color: #0A1B33;
    }

.navback {
    background-color: #343434;
}

.header {
    background-color: #0e6d99;
    color: #fff;
}

    .header a {
        color: #fff;
        text-decoration: underline;
    }

    .header .btn-jc {
        color: #fff;
        background-color: #333F47;
        text-decoration: none;
    }



ul.share-buttons {
    list-style: none;
    padding-inline-start: 0;
    margin-top: 0.5rem;
    margin-left: 0;
}

    ul.share-buttons li {
        display: inline;
    }

    ul.share-buttons .sr-only {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

    ul.share-buttons img {
        width: 48px;
    }


.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
}

    .validation-summary-errors ul {
        padding-left: 0;
        margin-bottom: 15px;
        list-style: none;
    }

    .validation-summary-errors li {
        background: #fff0f0;
        border-color: #ebccd1;
        padding: 5px;
        display: block;
        float: none;
        margin-bottom: 5px;
    }



.site-footer, .site-footer a {
    color: #455560
}

.font-large {
    font-size: large;
}

.font-x3-large {
    font-size: xxx-large;
}

.font-x2-large {
    font-size: xx-large;
}

.font-x-large {
    font-size: x-large;
}



/* 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;
}



article {
    font-size: large;
}

    article h1 {
        font-size: xxx-large;
    }

    article h2 {
        font-size: xx-large;
        font-weight: normal;
    }

    article h3 {
        font-weight: normal;
    }

    article .lead {
        font-size: x-large;
    }


ol.flush, ul.flush {
    margin-left: 0px;
    padding-left: 1.2em;
}

tr.subhead {
    background-color: #f0f0f0;
}



.jumbo-wrap {
    background-size: cover;
    color: #fff;
    width: 100%;
    display: table;
}

.jumbo-in {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.jumbo-home {
    background-color: #0A1B33;
}




body {
    color: #0A1B33;
    font-family: "Asap", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
}

.dark {
    background: #2a2723;
    color: #fff;
}

.light {
    background: #fff;
    color: #000;
}


.site-footer, .alt, blockquote {
    background-color: #F8F8F8;
}



.home.scrolled .site-header {
    background-color: #0A1B33;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.home.scrolled .site-header__logo {
    width: 8rem;
}

    .home.scrolled .site-header__logo .logo-scrolled {
        left: 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        width: 4.2rem;
    }

.home.scrolled .site-header__menu {
    padding-top: 1rem;
}

.home .site-header .inner {
    padding-top: 6rem;
}

@media (max-width: 1023px) {
    .home .site-header .inner {
        padding-top: 4rem;
    }
}

@media (max-width: 767px) {


    .home .site-header {
        background-color: #0A1B33;
        -webkit-transition: background-color 0.5s;
        transition: background-color 0.5s;
    }

        .home .site-header .inner {
            padding-top: 2rem;
        }


    .md-3-sm {
        margin-bottom: 1.5rem;
    }
}

.home .site-header__logo .logo-scrolled {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 42%;
}

.home .site-header__menu {
    padding-top: 7.5rem;
}

@media (max-width: 1279px) {
    .home .site-header__menu {
        padding-top: 5rem;
    }
}

.natural-size {
    width: auto; /* natural size */
    height: auto;
}


.hello-section {
    background-color: #343434;
    color: #ccc;
}