
/*
    HEX		#104577
    RGBA	rgba(16, 69, 119, 1)
*/
    .navigation a.expand span {
        background-color:#104577; background-color:rgba(16, 69, 119, 1);
        }
    @media (max-width:767px) {

    .navigation nav.main ul li i {
        background-color:#104577; background-color:rgba(16, 69, 119, 1)
        }

    }

    a,
    .highlight,
    a h1, a h2, a h3, a h4, a h5, a h6, a .heading,
    .listing .item a,
    .promo_pods p.heading,
    .navigation nav.main ul li i.fa-external-link {
        color:#104577; color:rgba(16, 69, 119, 1);
        }
    a:link {
        -webkit-tap-highlight-color: #104577; -webkit-tap-highlight-color:rgba(16, 69, 119, 1);
        }
    a:hover,
    a:focus {
        color: #3F6A92;
        }
    .btn-primary {
        background-color: #104577; background-color:rgba(16, 69, 119, 1);
        border-color: #6F8FAD;
        }
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-color: #3F6A92;
        border-color: #6F8FAD;
        }
    .form-control:focus {
        border-color: #104577;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(16, 69, 119, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(16, 69, 119, 0.6);
        }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #104577;
        }
    .owl-prev {
	    background-color: rgba(16, 69, 119, 0.4);
        }
    .owl-prev:hover{
        background-color: rgba(16, 69, 119, 0.9);
        }
    .owl-next {
	    background-color: rgba(16, 69, 119, 0.4);
        }
    .owl-next:hover{
        background-color: rgba(16, 69, 119, 0.9);
        }

body > header {
    background-color: #fff; background-color: rgba(255, 255, 255, 1);
}

