﻿/* V1.1 */

@font-face {
    font-family: "Open Sans Light";
    src: url("../Fonts/OpenSans/OpenSans-Light.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Regular";
    src: url("../Fonts/OpenSans/OpenSans-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}


html {
    width: 100%;
    height: 100%;
}

body {
    background: #F3F3F3;
    margin: 0;
    font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    position: relative;
    height: 100%;
    width: 100%;
}

.container {
    height: 100%;
    width: 1290px;
    margin: auto;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
    font-size: 48px;
    margin: 0;
}

.expand {
    background-image: url(../Images/expand.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    float: left;
}

.collapse {
    background-image: url(../Images/collapse.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    float: left;
}

.header, .main {
    background: white;
    margin-bottom: 8px;
}

.main {
    margin-bottom: 80px;
}

.popup-container {
    display: none;
    z-index: 1000;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.popup-inner-container {
    min-width: 1290px;
    background: rgba(0, 0, 0, 0.75);
    min-height: 100%;
    overflow: hidden;
}

.popup-inner {
    background: white;
    width: 1220px;
    margin: 100px auto;
    position: relative;
}

.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 24px;
    line-height: 17px;
    cursor: pointer;
}

.popup-exit {
    margin-right: 14px;
}

.popup-close-icon {
    float: right;
}

.info-header {
    font-size: 36px;
    margin-bottom: 24px;
}

.info-desc {
    margin-bottom: 24px;
}

.info-section {
    padding: 5px 0;
}

.info-section-header {
    margin-bottom: 12px;
    font-weight: bold;
}

.info-section-content {
    font-size: 16px;
}

.info-section-part {
    font-size: 16px;
    margin-bottom: 24px;
}

.info-section-part > div {
    margin-left: 30px;
}

.info-section-part-header {
    cursor: pointer;
    color: #015BA9;
    font-weight: bold;
    position: relative;
    margin-left: 0 !important;
    margin-bottom: 8px;
}

.info-section-part-header div {
    position: absolute;
}

.info-section-part-header span {
    margin-left: 30px;
    vertical-align: middle;
}

.info-section-part-content {
    display: none;
}


.close {
    background: url(../Images/close.png);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
}

.popup-content {
    padding: 80px 120px;
}

.wrapper {
    width: 1290px;
    margin-left: auto;
    margin-right: auto;
}

.inner-wrapper {
    padding: 40px 120px;
}

.bold {
    font-weight: bold;
}

a:link, a:visited {
    color: #015BA9;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

ul {
    margin: 0;
    padding: 0 0 0 16px;
}

li {
    list-style-image: url(../Images/list-item.png);
    margin: 5px 0;
}

.header-logo {
    margin-bottom: 48px;
}

.header-main {
    overflow: hidden;
}

.header-text {
    font-size: 38px;
    margin-bottom: 16px;
}

.header-desc {
    font-size: 24px;
}

.header-more {
    margin-top: 8px;
    padding-left: 24px;
    width: 35%;
    float: right;
}

.header-read-more {
    margin-bottom: 8px;
}

.header-li {
    border-top: 1px solid #E1E1E1;
    padding: 4px 0;
    font-weight: bold;
    font-size: 16px;
}
a:last-of-type .header-li {
    border-bottom: 1px solid #E1E1E1;
}

.arrow-fwd {
    background-image: url(../Images/arrow-fwd.png);
    width: 8px;
    height: 9px;
    float: left;
    margin: 6px 5px;
    background-repeat: no-repeat;

}

.arrow-bk {
    background-image: url(../Images/arrow-bk.png);
    width: 8px;
    height: 9px;
    margin: 5px;
    background-repeat: no-repeat;
    float: right;
}



.nav-bar {
    font-family: Arial, Helvetica, sans-serif;
    height: 50px;
    background: #1F2F53;
    overflow: hidden;
    position: relative;
    margin-bottom: 8px;
}

.nav-item {
    line-height: 50px;
    font-weight: bold;
    color: #B6B9CA;
    float: left;
    padding: 0 20px;
}
.nav-item:hover {
    color: white;
}
.nav-item.active {
    color: white;
}

.nav-help {
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    position: absolute;
    color: #F0F0F0;
    background: #394867;
    margin: 7px;
    padding: 0 5px;
    top: 0;
    right: 6px;
    border: 1px solid #485778;
    border-radius: 5px;
}
.nav-help:hover {
    color: white;
}




label {
    font-size: 14px;
}

.search-main {
    overflow: hidden;
    font-size: 16px;
}

.search-results-content {
    font-size: 18px;
}

.search-more {
    width: 33%;
    float: right;
    margin-top: 20px;
}

.search-more-header, .search-more-content {
    margin-left: 20px;
}

.search-more-header {
    padding-bottom: 16px;
    border-bottom: 1px solid #BFBFBD;
    margin-bottom: 14px;
    margin-right: 26px;
    font-size: 20px;
    font-weight: bold;
}

.search-more-item {
    margin: 8px 0;
}

.search-inner-box {
    margin: 26px;
}

.search-inner-box-single {
    margin: 26px;
    margin-left: 13px;
    margin-right: 10px;
    padding-left: 15px;
}

.search-inner-box-small {
    width: 50%;
    float: left;
}

.search-inner-box-small > .search-inner-box {
    margin-left: 13px;
    margin-right: 26px;
}
.search-inner-box-small:nth-of-type(2n+1) > .search-inner-box {
    margin-right: 13px;
    margin-left: 26px;
}

.search-inp {
    width: 100%;
    padding: 8px;
    font-size: 18px;
    box-sizing: border-box;
}

.search-box {
    background: #F3F2F0;
}

.search-lbl {
    margin-bottom: 8px;
}

.search-final {
    clear: left;
    height: 46px;
}

.search-btn {
    font-weight: bold;
    background: #2458AC;
    color: white;
    padding: 0 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    height: 100%;
    font-size: 18px;
    margin-right: 14px;
}

.search-adv {
    font-size: 14px;
    margin-left: 10px;
    float: left;
    line-height: 46px;
}

.search-results {
    margin-top: 30px;
}

.search-results-opts-top {
    float: right;
    width: 280px;
    font-size: 15px;
}

.search-results-opts-bot {
    float: left;
    width: 280px;
    font-size: 15px;
}

.search-results-all {
    float: left;
}

.search-results-steps {
    float: right;
}

.search-results-prev {
    float: left;
    margin-right: 6px;
}

.search-results-prev .arrow-bk {
    float: left;
}

.search-results-next {
    float: right;
    margin-left: 6px;
}

.search-results-next .arrow-fwd {
    float: right;
}

.search-results-main {
    overflow: hidden;
}

.result-inner-box {
    margin: 26px 0;
}

.result-inner-sub-box-container {
    margin: 26px 0;
}

.result-inner-sub-box {
    margin: 12px 0;
}

.result-inner-sub-box-header {
    font-size: 22px;
    margin-top: 30px;
}

.result-box-text {
    font-size: 16px;
    white-space: pre-wrap;
    font-family: monospace;
}

.body-text {
    margin-top: 40px;
    margin-bottom: 40px;
}

.search-hits {
    float: left;
}

.search-sorting {
    float: right;
}

.search-sorting-type {
    float: left;
    margin-left: 20px;
    font-size: 16px;
}

.search-results-header {
    padding-bottom: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #BFBFBF;
    overflow: hidden;
}

.search-hit {
    border-bottom: 1px solid #E0E0E0;
    padding: 16px 0;
}
.search-hit:last-of-type {
    border-bottom: none;
}

.search-hit-info {
    margin-left: 20px;
    font-size: 16px;
}

.search-hit-info-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.search-hit-info-num {
    font-size: 14px;
}

.search-results-footer {
    padding-top: 20px;
    border-top: 1px solid #BFBFBF;
    height: 30px;
}

.search-opt-prev {
    float: left;
}

.search-opt-prev .arrow-bk {
    float: left;
}

.search-opt-bk {
    float: left;
}

.search-opt-next {
    float: right;
}

.search-opt-fwd {
    float: right;
}

.search-opt-next .arrow-fwd {
    float: right;
}

.search-opt-pages {
    text-align: center;
}

.search-page {
    display: inline;
    padding: 5px 10px;
}

.search-page.active {
    border: 1px solid #C0C0C0;
}

