body.admin-bar
{
	margin-top:32px;
}

#header {
    background: #edddc2;
    padding: 16px 0;
}

.btn.btn-blue {
    background: #0d2447;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 12px 30px;
}

#banner {
    background: url(../images/hdr-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 75px 0;
}

#banner h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.4;
    color: #FFFFFF;
}

#container {
    padding: 25px 0;
    background: #E5E5E5;
}

.board-login-box {
    max-width: 420px;
    margin: 50px auto;
    width: 100%;
}

.lost-password-link
{
    text-decoration: none;
    color: #000;
    margin-left: 5px;
}

.board-login-box form label
{
    display: inline-block;
    margin-bottom: 5px;
}

.board-login-box form .input, .board-login-box input[type=password], .board-login-box input[type=text] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: 0.0625rem;
    padding: 0.1875rem 0.3125rem;
    margin:0;
    min-height: 40px;
    max-height: none;
    border: 1px solid #ddd;
}

.board-login-box form .login-submit
{
    margin-bottom: 0;
}

 
.board-login-box form #wp-submit
{
    background: #0d2447;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    padding: 8px 25px 10px;
    border: none;
    text-transform: uppercase;
}


.board-pannel, .board-login-box{
    background: #FFFFFF;
    border: 1px solid #DFE0EB;
    border-radius: 2px;
    padding: 24px;
}

.b-label {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1875;
    color: #31374C;
}

.b-label.has-border {
    border-bottom: 1px solid #DDDEE3;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.b-type {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1875;
    color: rgba(68, 68, 68, 0.5);
}

.b-filter-radio label {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #444444;
}

.b-filter-select .form-control {
    border: 1px solid #DFE0EB;
    height: 38px;
    border-radius: 2px;
}

.b-filter-radio label input {
    margin-right: 10px;
}

.year-dropdown .dropbtn {
    border: 1px solid #DFE0EB;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 32px;
    padding-right: 10px;
    background: url(../images/icon-calender.svg) no-repeat 10px center;
}

.year-dropdown {
    position: relative;
    display: block;
}

.year-dropdown-content {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 16px;
}

.year-dropdown-content span {
    color: #444444;
    padding: 12px;
    display: block;
    flex: 0 0 25%;
    text-align: center;
    cursor: pointer;
}

.year-dropdown-content span:hover,
.year-dropdown-content span.active {
    background-color: #EDEDED;
}

.b-pannel-box {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    padding: 16px;
    margin-top: 4px;
}

.b-pannel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b-pannel-header h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #31374C;
    margin: 0;
}

.b-pannel-content {
    border-top: 1px solid #DDDEE3;
}

.icon-pdf {
    background: url(../images/icon-pdf.svg) no-repeat;
    width: 18px;
    height: 24px;
    display: inline-block;
}

.b-pdf-viewer
{
   margin: 20px 0;
   position: relative;
   min-height: 40px;
}

.icon-download {
    background: url(../images/icon-download.svg) no-repeat;
    width: 16px;
    height: 12px;
    display: inline-block;
}


.close-btn {
    cursor: pointer;
    color: #000;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 999;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.50);
}

.close-btn:after {
    content: '✖';
    color: #000;
    display: block;
}



.b-pdf-icon {
    align-items: center;
}

.b-pdf-icon a
{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #222;
}

.b-pdf-icon i {
    margin-right: 5px;
}

.b-pdf-download a {
    text-decoration: none;
}

.b-doc-title {
    font-weight: 700;
}

.b-doc-item {
    font-size: 14px;
}

.b-item-toggle
{
    margin-left: auto;
}

.b-doc-has-child
{
    padding-right: 23px;
}

.b-doc-has-child .b-item-toggle
{
   margin-left: 15px;
}

.b-doc-item-content .b-doc-title
{
    padding-left: 30px;
}

.b-pannel-toggle, .b-item-toggle  {
    display: flex;
    width: 40px;
    height: 40px;
    background: #FAFAFA;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.b-pannel-toggle .icon-plus-minus, .b-doc-item .icon-plus-minus {
    display: block;
    background: url(../images/icon-plus.svg) no-repeat center center;
    width: 14px;
    height: 14px;
}

.b-pannel-box.open .b-pannel-toggle, .b-doc-item.open .b-item-toggle {
    background: none;
}

.b-pannel-box.open .b-pannel-toggle .icon-plus-minus, .b-doc-item.open .b-item-toggle .icon-plus-minus {
    background: url(../images/icon-minus.svg) no-repeat center center;
}

#footer {
    background: #444444;
    color: #fff;
    font-size: 14px;
    padding: 28px 0;
}