﻿.fops > div { padding-top: 6px; padding-bottom: 6px; }
    .fops > div.fop-selected { font-weight: 700; color: #1779ba; border: 3px solid #1779ba; }

.fop-detail { margin:10px; }

.main-header {
    width: 100%;
    background-color: #000c4f;
    border-bottom: 10px solid #ff007f;
}
.main-nav {
    height: 94px;
    background-color: #000c4f;
    padding: 0;
    line-height: 94px;
}
.pink-line {
    display: block;
    content: "";
    background-color: #ff7fbe;
    height: 10px;
}

.logo {
    max-height: 60%;
}

.top-bar-desktop, .top-bar-mobile {
    background-color: #fff;
    border-bottom: 4px solid #006AAF
}

.top-bar-desktop .brand {
    width: auto;
    color: black;
    padding: 0px;
    background-color: transparent;
}

.top-bar-mobile .brand {
    width: auto;
    color: black;
    padding: 0px;
    background-color: transparent;
}

.front-image-desktop, .front-image-mobile{ background:none; background-color: #ddd; height: auto; min-height: 100%}
