.nav-light .navbar-nav > li > a, .nav-light .navbar-nav > li > a:link, .nav-light .navbar-nav > li > a:focus {
    color: #fff;
}
.nav-light .navbar, .nav-light#navigation .js-clingify-locked {
    background-color: #0f1185;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.flexslider h2.slider-title {
    color: #0f1185;
    margin-top: 5px;
}

.breadcrumb > .active {
    color: #0f1185;
}
.flex-control-nav li a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 15px;
    width: 15px;
    background: #0f1185;

}
.title-divider {
    text-align: left;
    margin-bottom: 1em;
    background: #ffffff;
    padding: 0;



.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}