/******************** CUSTOM FONTS ********************/
/* csslint ignore:start */
@font-face {
    font-family: maistradisplay regular;
    src: url(../fonts/MaistraDisplay-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: typoninesans pro;
    src: url(../fonts/TyponineSansPro-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: typoninesans pro;
    src: url(../fonts/TyponineSansPro-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* csslint ignore:end */
/******************** CUSTOM FONT ********************/
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: typoninesans pro, arial, sans-serif;
    font-size: 16px;
    color: #636569;
    font-weight: 400;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url(../layout/clouds.svg);
    background-position: left top;
    background-size: 100% auto;
}
.ws-page-wrapper {
    height: 100%;
    background-image: url(../layout/sea.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
strong,
h2 {
    font-weight: 500;
}
a:link,
a:visited {
    color: #636569;
    text-decoration: none;
    border-bottom: dotted 1px #636569;
}
a:hover,
a:active {
    color: #1e559a;
    text-decoration: none;
    border-bottom: dotted 1px #1e559a;
}
.panel {
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.panel .panel-body {
    padding: 0;
}
header {
    text-align: center;
    font-size: 0;
    padding: 20px 20px 15px;
}
header .logo {
    border: none;
    margin: 0;
    width: 154px;
    display: inline-block;
}
header .logo img {
    width: 100%;
    display: block;
    /* csslint ignore:start */
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    /* csslint ignore:end */
}
.page-title {
    background-color: #1e559a;
    color: #ffffff;
    font-size: 22px;
    margin: 0 -20px 20px;
    padding: 15px;
    font-weight: 400;
    font-family: maistradisplay regular;
    text-align: center;
}
.vertical-center-outer {
    display: table;
    width: 100%;
    height: 100%;
}
.vertical-center-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.vertical-center-centered {
    position: relative;
    display: inline-block;
    width: 50%;
    max-width: 700px;
}
.panel-body {
    text-align: left;
}
.nav-tabs {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 16px;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}
.nav-tabs,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #ffffff;
    color: #1e559a;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #1e559a;
    color: #ffffff;
    border: none;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
}
.tab-content {
    padding: 0 20px 20px;
    overflow: hidden;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .ws-page-wrapper {
        padding-top: 20px;
    }
    .vertical-center-inner {
        vertical-align: top;
    }
    .vertical-center-centered {
        width: 90%;
    }
}
@media (max-width: 479px) {
    header {
        text-align: left;
    }
}