﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12px;
    min-height: 81vh;
}

h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.75rem;
}

h3, .h3 {
    font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.25rem;
}

h5, .h5 {
    font-size: 1rem;
}

h6, .h6 {
    font-size: 1rem;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

a {
    color: #09347A;
}

    a:hover {
        text-decoration: none !important;
    }

.card {
    border-color: #cecccc;
}

.bg-dark {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#09347a+0,09347a+94,0f5ebf+100 */
    background: #09347a; /* Old browsers */
    background: -moz-linear-gradient(top, #09347a 0%, #09347a 94%, #0f5ebf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #09347a 0%,#09347a 94%,#0f5ebf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #09347a 0%,#09347a 94%,#0f5ebf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09347a', endColorstr='#0f5ebf',GradientType=0 ); /* IE6-9 */
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7)
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: white;
    }

.btn-dark {
    background-color: #09347A;
    border-color: #619cfb;
    cursor: pointer;
}

    .btn-dark:hover {
        background-color: #062961;
    }

.logo {
    height: 60px;
    margin-top: -8px;
    margin-bottom: -8px;
}

.carousel {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px;
}

    .carousel .blue-text h1 {
        margin-bottom: 0px;
        padding-bottom: 10px;
        color: #fff;
        text-shadow: 1px 1px 0 #051a3c, -1px 1px 0 #051a3c, 1px -1px 0 #051a3c, -1px -1px 0 #051a3c, 0px 1px 0 #051a3c, 0px -1px 0 #051a3c, -1px 0px 0 #051a3c, 1px 0px 0 #051a3c, 2px 2px 0 #051a3c, -2px 2px 0 #051a3c, 2px -2px 0 #051a3c, -2px -2px 0 #051a3c, 0px 2px 0 #051a3c, 0px -2px 0 #051a3c, -2px 0px 0 #051a3c, 2px 0px 0 #051a3c, 1px 2px 0 #051a3c, -1px 2px 0 #051a3c, 1px -2px 0 #051a3c, -1px -2px 0 #051a3c, 2px 1px 0 #051a3c, -2px 1px 0 #051a3c, 2px -1px 0 #051a3c, -2px -1px 0 #051a3c;
    }

    .carousel .blue-text p {
        color: #051a3c;
        padding-bottom: 10px;
        font-weight: 500;
        text-shadow: 1px 1px 4px #fff, -1px -1px 4px #fff; /* horizontal-offset vertical-offset 'blur' colour */
        -moz-text-shadow: 0 0 4px #fff, -1px -1px 4px #fff;
        -webkit-text-shadow: 0 0 4px #fff, -1px -1px 4px #fff;
    }
    
    .carousel .fade-bgd {
        background-color: rgba(255, 255, 255, 0.4);
    }

footer {
    padding-top: 10px;
    padding-bottom: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f5ebf+0,09347a+3,09347a+100 */
    background: #0f5ebf; /* Old browsers */
    background: -moz-linear-gradient(top, #0f5ebf 0%, #09347a 5%, #09347a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0f5ebf 0%,#09347a 5%,#09347a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0f5ebf 0%,#09347a 5%,#09347a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5ebf', endColorstr='#09347a',GradientType=0 ); /* IE6-9 */
}

.footer-contact {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

    .footer-contact p {
        margin-bottom: 2px;
    }

    .footer-contact a {
        margin-bottom: 2px;
        color: rgba(255, 255, 255, 0.7);
    }

        .footer-contact a:hover {
            color: white;
        }

.home-categories {
    margin-top: 30px;
}

    .home-categories .card-title {
        font-size: 1.5rem;
    }

.home-news {
    margin-bottom: 30px;
}

    .home-news h2, .right-news h2 {
        color: #ab0404;
        padding-bottom: 20px;
        padding-top: 0px;
    }

.news li {
    padding-left: 12px;
    padding-right: 12px;
}

.news .right {
    padding-left: 70px;
}

.news .news-img {
    width: 50px;
}

.news .date {
    font-size: 12px;
    font-style: italic;
}

.extend-left-right-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.secondary-banner {
    margin-top: 40px;
}

    .secondary-banner .banner-img {
        width: 100%;
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

.cmscontent .cmsbody {
    position: relative;
    text-align: justify;
}

.cmscontent .cmscontent-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    max-width: 200px;
    max-height: 200px;
}

.validation-summary-errors ul {
    color: red;
    list-style: none;
    padding-left: 0px;
}

/****************** CAREERS FORM******************/

.careers-form h2 {
    color: #09347A;
}

.careers-form .btn-dark, .careers .form input {
    width: 100%;
}

.careers-form .success {
    color: green;
    margin-bottom: 15px;
}

.careers-form .upload-file {
    position: relative;
    margin-top: 15px;
}

    .careers-form .upload-file .upload-btn {
        top: -53px;
        right: 0px;
        position: absolute !important;
        padding: 6px;
        font-size: 16px;
        font-weight: normal;
        width: 100px;
    }

    .careers-form .upload-file .ajax-file-upload-error {
        color: red;
    }

.careers-form .ajax-file-upload-statusbar {
    display: none;
}

/****************** CONTACT FORM******************/

.contact-form h2 {
    color: #09347A;
}

.contact-form .btn-dark, .contact .form input {
    width: 100%;
}

.contact-form textarea {
    min-height: 180px;
}

.contact-form .success {
    color: green;
    margin-bottom: 15px;
}
/*@media (max-width: 575px) {
    
}

@media (min-width: 576px) and (max-width: 767px) {
    
}

@media (min-width: 768px) and (max-width: 991px) {
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    
}

@media (min-width: 1200px) {
    
}*/
@media (max-width:768px) {
    .carousel-caption {
        left: 10%;
        right: 10%;
    }

        .carousel-caption h1 {
            font-size: 1.5rem;
        }
}

@media (max-width: 992px) {
    .secondary-banner {
        margin-top: 16px;
    }

        .secondary-banner .banner-img {
            height: 100px;
        }

    .carousel {
        margin-top: 16px;
    }

    .breadcrumb {
        display: none;
    }
}

.error {
    color: #ab0404;
}
