.wrapper-expandable .expandeble-subtitle {
    /*	position:absolute;
top:5px;
left:10px;*/
    display: none;
}

.wrapper-expandable .box-style-wrapper .expandeble-subtitle {
    /*	background-color: #000;*/
    border-radius: 100px;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 22px;
    top: 20px;
}

.wrapper-expandable .expandable-title {
    /*	background-color:#eaecbf;
color:#55555f;
font-weight:bold;
/*	background-image: url(../images/icon_arrow_right.png);
background-repeat: no-repeat;
background-position:10px;
/*border-bottom: 1px #FFF solid;*/
    /*
border-left: 1px solid #cbd071;
border-right: 1px solid #cbd071;
border-top: 1px solid #fdffdc;
border-bottom: 1px solid #a5a960;*/
    position: relative;
}

.wrapper-expandable .expandable-title .expandable-main a {
    padding: 12px 34px 12px 18px;
    background-color: #d3d3d3;
    display: block;
    color: #000;
    text-decoration: none;
    border-radius: 0;
}

.wrapper-expandable .expandable-title .expandable-main a:after {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 0;
    transform: translateY(-50%);
}

.wrapper-expandable .expandable-title:hover {
    /*	background-color:#edeee4;
color:#333269;*/
}

.wrapper-expandable .expandable-title:hover .expandable-main a,
.wrapper-expandable .expandable-title .expandable-main a:hover,
.wrapper-expandable.active .expandable-title .expandable-main a:active,
.wrapper-expandable.active .expandable-title .expandable-main a {
    background-color: #eb6832;
    color: #fff;
}

.wrapper-expandable .expandable-title a {
    /*	padding:5px 30px 5px 50px;
display:block;
text-decoration:none;*/
}

.wrapper-expandable.active .expandable-title {
    /*	background-color:#edeee4;
color:#47508b;*/
}

.wrapper-expandable.active .expandable-title .expandable-main a {
    background-color: #eb6832;
    color: #fff;
}

.wrapper-expandable .expandable-title a {
    color: #000;
}

.wrapper-expandable .expandable-title a:hover,
.wrapper-expandable.active .expandable-title a:active {
    color: #fff;
}

.wrapper-expandable.active .expandable-title a {
    color: #fff;
}

.wrapper-expandable hr {
    /*	border-bottom: 1px solid #CED0DF;
border-top: 0px none;*/
}

.wrapper-expandable .expandable-title,
.wrapper-expandable.active .expandable-title {
    display: block;
}

.wrapper-expandable.hide .expandable-title {
    display: none;
}

.wrapper-expandable.active .box-style-wrapper {
    z-index: 1000;
    position: relative;
    height: auto;
    width: auto;
    /*-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.wrapper-expandable .box-style-wrapper,
.wrapper-expandable.hide .box-style-wrapper {
    z-index: -1;
    position: fixed;
    height: 0;
    width: 0;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    overflow: hidden;
}

.wrapper-expandable .box-style-wrapper .expandable-main {
    /*	border: 2px solid #eb6832;*/
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.wrapper-expandable.active .box-style-wrapper .expandable-main {
    /*	border-color: #eb6832;*/
}

.rightImg {
    float: right;
    width: 200px;
    margin-left: 30px;
}

.wrapper-expandable.active .box-style-wrapper {
    z-index: 1000;
    position: relative;
    height: auto;
    width: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.wrapper-expandable .box-style-wrapper,
.wrapper-expandable.hide .box-style-wrapper {
    z-index: -1;
    position: fixed;
    height: 0;
    width: 0;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    overflow: hidden;
}

.wrapper-expandable {
    margin-bottom: 10px;
}

.wrapper-expandable.active {
    margin-bottom: 0px;
}

.expandable-title {
    /*
margin-bottom:15px;*/
}

.expandable-title h3 {
    padding: 0;
    margin: 0;
}

.expandable-title a {
    /*	color:#404042 !important;*/
    text-decoration: none !important;
    padding: 20px 16px;
    padding-right: 30px;
    background-color: #c6e6f5;
    display: block;
    border-radius: 4px;
    position: relative;
}

.active .expandable-title a {
    background-color: #b9d483;
}

.expandable-title a:after {
    content: " ";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    width: 17px;
    height: 19px;
    background-image: url('../../../images/icon_expansion.png');
    background-repeat: no-repeat;
}

.active .expandable-title a:after {
    background-image: url('../../../images/icon_expansion_on.png');
}

.color_inherit {
    color: inherit;
}

.color_1681353 {
    color: rgb(168, 13, 53);
}

.pd_top_bottom_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pd_top_bottom_4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.width_5pc {
    width: 5%;
}

.width_10pc {
    width: 10%;
}

.width_45pc {
    width: 45%;
}

.width_50pc {
    width: 50%;
}

.width_100pc {
    width: 100%;
}

.width_204 {
    width: 204px;
}

.width_112 {
    width: 112px;
}

.width_184 {
    width: 184px;
}

.width_211 {
    width: 211px;
}

.width_134 {
    width: 134px;
}

.width_144 {
    width: 144px;
}

.width_108 {
    width: 108px;
}

.width_auto {
    width: auto;
}

.clear_both {
    clear: both;
}

.list_lower_roman {
    list-style-type: lower-roman;
}

.blue_bg_color {
    background-color:#2b6acf;
}

.white_font_color {
    color:#fff;
}

.text_algin_center {
    text-align: center;
}

.height_50px {
    height: 50px;
}

.height_205px {
    height: 205px;
}

.height_285px {
    height: 285px;
}

.border_1px_solid_black {
    border: 1px solid black;
}

.facts_style {
    box-sizing: border-box; 
    background: rgb(255, 255, 255); 
    color: rgb(0, 166, 210); 
    outline: 0px; 
    font-family: custom-serif, PMingLiu, MingLiu, Arial, Helvetica, sans-serif; 
    font-size: 15.6px; 
    letter-spacing: 1px;
}