body {
    text-align: left !important;
}

.para1 {
    padding: 10px 80px 40px 120px;
}

.text-grey {
    color: #616161 !important;
}

.heading {
    font-size: 2.25rem;
    font-weight: 200;
    line-height: 1.1;
    text-indent: 0;
    margin-bottom: 60px;
    margin-top: 40px;
}

.subheading {
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.1;
    text-indent: 0;
    margin-bottom: 40px;
    font-family: "Antenna", Arial, Helvetica, "Microsoft YaHei", "微软雅黑", "STXihei", "华文细黑", "SimSun", "宋体";
}

#content ul {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 20px;
    list-style: disc;
}

#content li {
    padding: 5px 0;
    text-align: justify;
}

p {
    font-weight: 300;
    font-size: 1.15rem;
    line-height: 1.5rem;
}

#content a {
    /*color: #008cba;*/
    text-decoration: none;
}

.subhead {
    font-size: 1.2rem;
    font-weight: bold !important;
    /*padding: 5px !important;*/
}

.bggrey {
    background-color: #f7f7f7;
    padding-top: 35px;
    padding-left: 50px;
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 1.1rem;
    border-top: 1px solid #E3E3E3;
    height: 60px;
}

/*
.fa, .fa-angle-right {
    float: right;
    padding-right: 50px;
}
*/

.text-align {
    font-size: .875rem;
    line-height: 1.4rem;
    margin: 0 0 1.25em;
    font-weight: 300;
    text-align: left;
    text-rendering: optimizeLegibility;
    text-align: justify;
}

.disclaimer_subHead {
    font-size: 1.3rem;
    font-weight: 200;
    line-height: 1.1;
    text-indent: 0;
    padding-bottom: 10px;
    font-family: "Antenna", Arial, Helvetica, "Microsoft YaHei", "微软雅黑", "STXihei", "华文细黑", "SimSun", "宋体";
}

#content i {
    font-weight: 200;
    /*color: #2d96cd;*/
    float: right;
    line-height: 1;
    right: 10px;

}

#content .accordion-indicator {
    /*-webkit-transition: -webkit-transform .2s ease;
    -moz-transition: -moz-transform .2s ease;
    -ms-transition: -ms-transform .2s ease;
    transition: transform .2s ease;*/
    font-size: 16px;
    font-size: 1.125rem;
    font-weight: 200;
    margin-left: 10px;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    animation: flipdown .5s ease both;
    -webkit-font-smoothing: antialiased;
}

[class^="icon-"], [class*=" icon-"] {
    font-size: 28px;
    font-size: 1.75rem;
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"], [class^="icon"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-thin-right:before {
    content: "\e615";
}

.arrow-status {
    color: #3E9ED0;
    font-weight: 200;
    line-height: 1;
    -webkit-transition: -webkit-transform .2s ease;
    -moz-transition: -moz-transform .2s ease;
    -ms-transition: -ms-transform .2s ease;
    transition: transform .2s ease;
    font-size: 16px;
    font-size: 1rem;
    margin-left: 10px;
    display: table-cell;
    vertical-align: middle;
    font-family: 'icomoon' !important;
    content: "\e615";
}

.rotate {
    display: table-cell;
    vertical-align: middle;
    font-family: 'icomoon' !important;
    content: "\e615";
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    padding-top: 50px;
}