@font-face {
    font-family: PingFang SC;
    src: url('/font/PingFang-SC-Regular.ttf') format('truetype');
}

html, body{
    margin: 0;
    padding: 0;
    font-family: PingFang SC;
}

body{
    font-family: PingFang SC!important;
}

a {
    text-decoration: none!important;
}

img{
    width: 100%;
}

ul, li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ir-inner{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.sidebar-label{
    line-height: 1.5;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0;
    color: #a27751;
    border-bottom: 1px dashed #a27751;
}

.sidebar-box aside{
    width: 288px;
    display: flex;
    flex-direction: column;
}

.sidebar-box aside a {
    color: #666;
    line-height: 1.5;
    font-weight: 500;
    font-size: 19px;
    padding: 20px 0;
    border-bottom: 1px dashed #a27751;
}

.sidebar-box aside a.active{
    color: #a27751;
}

.sidebar-box aside a:hover{
    color: #a27751;
}

.master-content-box{
    width: 100%;
    padding-left: 60px;
}

.highlight-img{
    max-width: 800px;
}

.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot{
    background-color: #a27751;
}

.ir-title {
    margin-bottom: 60px;
    font-size: 40px;
    font-weight: 200;
    color: #a27751;
}

.ir-label{
    font-size: 22px;
    margin-bottom: 15px;
    font-size: px;
    font-weight: 600;
    color: #a27751;
}

.ir-label2{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ir-board-name{
    padding-top: 15px;
}

.ir-board-name a{
    color: #a27751;
}

.ir-board-name a:hover{
    font-weight: bold;
}

.ir-row{
    margin-bottom: 40px;
}

.ir-board-name{
    font-size: 18px;
}

.ir-intro p{
    font-size: 18px;
}

.ir-pdf{
    margin-bottom: 20px;
}

.ir-pdf a{
    font-size: 16px;
    text-decoration: none;
    color: #a27751;
}

.ir-pdf a:hover{
    font-weight: bold;
}

#ReportSpan1, #ReportSpan2{
    font-size: 18px;
    color: #a27751;
}

.ir-form-item{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ir-form-label{
    width: 175px;
    color: #a27751;
}

.ir-form-row{
    width: 100%;
}

.ir-form-row2{
    display: flex;
    flex-direction: row;
}

.ir-form-row2 p{
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.ir-form-row2 a{
    color: #a27751;
    text-decoration: underline!important;
}

.ir-form-row2 a:hover{
    font-weight: bold;
}

.ir-form-row .dx-collection{
    display: flex;
    flex-direction: row;
}

.ir-form-row .dx-collection .dx-item{
    margin-right: 40px;
}

.ir-form-item{
    width: 100%;
    margin-bottom: 30px;
}

.ir-form-button-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.ir-form-button{
    width: 45%;
    margin: 0 20px;
    padding: 20px;
    text-align: center;
    border: 1px solid #a27751;
    background-color: white;
    color: #a27751;
    cursor: pointer;
}

.ir-form-button:hover{
    background-color: #a27751;
    color: white;
}

.ir-contact-form{
    margin-bottom: 100px;
}

.cg-committee-box{
    margin: 40px 0;
}

.cg-committee-box>div{
    margin-bottom: 10px;
}

.cg-board-box{
    margin-bottom: 30px;
}

.cg-board-box>div{
    margin-bottom: 10px;
}

.cg-board-master-box{
    margin: 40px 0;
}

.ir-ci-board-label{
    margin: .5em 0;
    line-height: 2;
    font-size: 22px;
    font-weight: 600;
    color: #a27751;
}

.ir-ci-item-label{
    line-height: 2;
    font-size: 22px;
    font-weight: 600;
    color: #a27751;
}

.ir-ci-row {
    margin-bottom: 30px;
}

.ir-ci-row ul{
    font-size: 19px;
}

.ir-ci-content{
    font-size: 19px;
}

.ir-gov-category-navbar{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 3px solid lightgrey;
}

.ir-gov-category-item{
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.ir-gov-category-item.active{
    background-color: #a27751;
    color: white;
}

.ir-gov-category-item:hover{
    background-color: #a27751;
    color: white;
}

.ir-gov-content{
    display: none;
    padding: 40px 0;
}

.ir-gov-content.active{
    display: block;
}

.ir-dcc-p{
    margin: 0 0 40px 0;
}

@media screen and (max-width: 991px) {
    .sidebar-box{
        display: none;
    }

    .master-content-box{
        padding-left: 0;
    }
}

