﻿

body {
    overflow-x: hidden;
}

.photo-icon-home {
    top: 11rem;
    right: 1rem;
}

.btn-primary, .btn.primary {
    background-color: #0177AE;
    border-color: #0177AE;
    color: #ffffff
}

.btn-primary:hover, .btn.primary:hover {
    background-color: #0177AE;
    text-decoration: none;

}

.col-faux {
    background: #f6f6f6
}

.search-field-inline-home{
    display:flex;
}

.green-triangle-btn-home {
    position: relative;
}

/*Bootstrap overrides */
a {
    text-decoration: none;
}

/* Adjust breadcrumb to match older version of Bootstrap */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0.25rem;
}

.breadcrumb > .active{
    color: #777;
}

    @media(min-width:768px) {
        .col-faux {
        height: 100%
    }
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

table {
    caption-side: top !important;
}

.text-right {
    text-align: right !important;
}


.carousel-msg-box {
    display: block;
}

.wide{
    width:100%;
}