/******************** CUSTOM FONT ********************/
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    color: #262626;
    font-weight: 400;
    background-color: #F3E3D0;
}
strong,
h2 {
    font-weight: 400;
}
a:link,
a:visited {
    color: #262626;
    text-decoration: none;
    border-bottom: dotted 1px #262626;
}
a:hover,
a:active {
    color: #262626;
    text-decoration: none;
    border-bottom: dotted 1px #262626;
}
.panel {
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background: none;
}
.panel .panel-body {
    padding: 0;
}
header {
    text-align: center;
}
header .logo {
    border: none;
    margin: 0 0 20px;
    width: 150px;
    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: #d0021b;
    color: #ffffff;
    font-size: 22px;
    margin: 0 -20px 15px;
    padding: 10px;
    font-weight: 400;
    text-align: center;
    border-radius: 0;
}
.ws-page-wrapper {
    height: 100%;
    background-color: #F3E3D0;
}
.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: 0;
    top: 0;
    font-size: 14px;
}
.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: #262626;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #ffffff;
    border: none;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1;
    border: none;
    border-radius: 0;
    padding: 5px 10px;
}
.tab-content {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    padding: 0 20px 20px;
    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;
    }
}