body {
    font-family: "Segoe UI", "Hanken Grotesk", "Metropolis", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
}
a {
    color: #1568b0;
}
a:hover,
a:focus {
    color: #10456f;
}
.wl-mast {
    position: relative;
    z-index: 5;
    background-color: #d7ecfa;
    background-image: radial-gradient(ellipse at 42% 120%, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0) 55%), linear-gradient(180deg, #b7dff5 0%, #9ed3f0 16%, #bfe4f7 40%, #ddf0fb 66%, #f2fafd 88%, #f7f8fa 100%);
    background-repeat: no-repeat;
    background-position: top center;
    border-bottom: 1px solid #cdd8de;
}
.wl-mast-inner {
    position: relative;
    z-index: 3;
    padding-bottom: 6px;
}
.ol-header-top {
    position: relative;
    padding: 12px 0 6px;
    max-width: none;
    margin: 0;
    zoom: 1;
}
.ol-logo {
    float: left;
    line-height: 30px;
}
.ol-logo-svg {
    height: 24px;
    color: #111111;
}
.ol-header-tools {
    float: right;
    zoom: 1;
}
.ol-header-tools > * {
    float: left;
    margin-left: 14px;
}
.ol-tool-wrap {
    position: relative;
}
.ol-search {
    position: relative;
    margin-top: 2px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 26px;
    border: 1px solid #7fa8c0;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}
.ol-search input {
    width: 170px;
    padding: 0 8px;
    border: 0;
    outline: 0;
    background: transparent;
    font: italic 13px "Segoe UI", Tahoma, sans-serif;
    color: #5c5c5c;
}
.ol-search-bing {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 26px;
    padding: 0 8px;
    border: 0;
    cursor: pointer;
    font: 700 14px "Segoe UI", Tahoma, sans-serif;
    color: #fff;
    background: linear-gradient(to bottom, #fbb040, #ef8b12);
}
.ol-search-bing:hover {
    background: linear-gradient(to bottom, #f7a52e, #e07f08);
}
.ol-search-form {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.ol-search-form .ol-input {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 10px;
}
.ol-icon-btn {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #111111;
}
.ol-icon-btn:hover,
.ol-icon-btn:focus {
    color: #111111;
    opacity: 1;
}
.ol-me {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #14435e;
}
.ol-me-chip {
    cursor: pointer;
    color: #14435e;
    white-space: nowrap;
}
.ol-me-chip:hover {
    color: #1568b0;
}
.ol-me-name {
    vertical-align: middle;
    font-weight: 700;
}
.ol-signin {
    font-weight: 700;
    color: #14435e;
}
.wl-mast .ol-band {
    background: transparent;
    color: #12303f;
}
.ol-band-inner {
    padding: 14px 0 20px;
}
.ol-band h1 {
    color: #14405c;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
}
.ol-band .ol-band-sub {
    margin: 3px 0 0;
    font-size: 14px;
    color: #3f6579;
}
.ol-band a,
.ol-band-inner a {
    color: #14435e;
    text-decoration: none;
}
.ol-band a:hover,
.ol-band a:focus {
    color: #10456f;
    text-decoration: underline;
}
.ol-breadcrumb-band {
    font-size: 13px;
    margin-bottom: 4px;
    color: #3f6579;
}
.ol-band-inner .ol-breadcrumb-band a {
    color: #14435e;
}
.wl-tabs {
    background: #fff;
    border-bottom: 1px solid #dfe3e7;
}
.wl-tabs-inner {
    position: relative;
}
.ol-navbar {
    max-width: none;
    margin: 0;
    padding: 0;
}
.wl-tabs .ol-nav > li > a {
    padding: 8px 14px 9px;
    color: #2b2b2b;
    font-size: 14px;
    border-bottom: 3px solid transparent;
}
.wl-tabs .ol-nav > li > a:hover,
.wl-tabs .ol-nav > li > a:focus {
    color: #1568b0;
    border-bottom-color: transparent;
}
.wl-tabs .ol-nav > li.ol-current > a {
    color: #14435e;
    font-weight: 700;
    border-bottom-color: #f5a623;
}
.ol-nav-toggle {
    border: 1px solid #a9b6bf;
    border-radius: 3px;
    background: linear-gradient(to bottom, #ffffff, #e6ebef);
    color: #2b2b2b;
    margin: 6px 0;
    padding: 4px 14px;
}
.ol-nav-toggle:hover,
.ol-nav-toggle:focus {
    background: linear-gradient(to bottom, #ffffff, #dbe2e7);
    color: #14435e;
}
.ol-btn,
.ol-btn-primary {
    border-radius: 3px;
    border: 1px solid #a9b6bf;
    padding: 6px 16px;
    font-size: 13px;
    line-height: 1.4;
    background: linear-gradient(to bottom, #ffffff, #e6ebef);
    color: #2b2b2b;
}
.ol-btn:hover,
.ol-btn:focus {
    background: linear-gradient(to bottom, #ffffff, #dbe2e7);
    border-color: #97a5af;
    color: #14435e;
}
.ol-btn-primary {
    border-color: #2f6aa8;
    background: linear-gradient(to bottom, #4a97dd, #2168b3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.ol-btn-primary:hover,
.ol-btn-primary:focus {
    background: linear-gradient(to bottom, #3d8bd3, #1c5ca1);
    border-color: #295e97;
    color: #fff;
}
.ol-btn-sm {
    padding: 3px 11px;
}
.ol-input,
.ol-select,
.ol-textarea,
.ol-search-box input {
    border: 1px solid #b9c2c9;
    border-radius: 2px;
}
.ol-input:focus,
.ol-select:focus,
.ol-textarea:focus {
    border-color: #4a97dd;
    -webkit-box-shadow: 0 0 0 2px rgba(74, 151, 221, 0.18);
    box-shadow: 0 0 0 2px rgba(74, 151, 221, 0.18);
}
.ol-card {
    border: 1px solid #dfe3e7;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.ol-card-title {
    color: #e37222;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}
.ol-sidenav a.sel {
    border-left-color: #f5a623;
    color: #14435e;
}
.ol-note {
    background: #eef6fc;
    border-color: #cfe2f0;
    color: #35617f;
    border-radius: 2px;
}
.ol-sidebox {
    border-radius: 0 3px 3px 0;
}
.ol-footer {
    background: transparent;
    border-top: 1px solid #e3e3e3;
    color: #8d8d8d;
    font-size: 12px;
}
.ol-footer a {
    color: #8d8d8d;
}
.ol-footer a:hover {
    color: #1568b0;
}
@media (max-width: 720px) {
    .ol-search {
        display: none;
    }
    .ol-band h1 {
        font-size: 24px;
    }
    .ol-nav.ol-nav-visible {
        display: block;
    }
}
