/* --- HC Base --- */

html {
    height: 100%;
}
body {
	font: normal 12px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;


}
.hc_lang_ko {
    font-family: "NanumGothic","Gulim","Malgun Gothic",arial,helvetica,sans-serif;
}

@font-face { 
    font-family: 'mobileicons'; 
    src: url('../Content/Fonts/mobileicons_20131205v3.eot'); 
    src: url('../Content/Fonts/mobileicons_20131205v3.eot#iefix') format('embedded-opentype'),
         url('../Content/Fonts/mobileicons_20131205v3.woff') format('woff'),
         url('../Content/Fonts/mobileicons_20131205v3.ttf') format('truetype'), 
         url('../Content/Fonts/mobileicons_20131205v3.svg') format('svg'); 
    font-weight: normal;
    font-style: normal;
}

/* HC Standard Element styles */
.hc_rtl p {
    direction: rtl;
}
.hc_rtl ul, 
.hc_rtl ol {
    direction: rtl;
}

table.hc_tbl {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
}
.hc_rtl table.hc_tbl {
    direction: rtl;
}
table.hc_tbl tr {
}
table.hc_tbl th {
    padding: 5px 10px;
    margin: 0;
    vertical-align: top;
    text-align: left;
}
.hc_rtl table.hc_tbl th {
    text-align: right;
}
table.hc_tbl td {
    padding: 5px 10px;
    margin: 0;
    vertical-align: top;
}
/* Standard links */
a { text-decoration:underline; }
a:visited { }
a:active,a:hover { }

a img {
    border: none;
}
/* end standard element styles */

/* HC Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font: bold 1em arial,helvetica,sans-serif;
    margin: 0;
    padding: 0 0 20px;

}
.hc_lang_ko h1,
.hc_lang_ko h2,
.hc_lang_ko h3,
.hc_lang_ko h4,
.hc_lang_ko h5,
.hc_lang_ko h6 {
    font-family: "NanumGothic","Gulim","Malgun Gothic",arial,helvetica,sans-serif;
}
.hc_rtl h1, 
.hc_rtl h2,
.hc_rtl h3,
.hc_rtl h4,
.hc_rtl h5,
.hc_rtl h6 {
    direction: rtl;
    text-align: right;
}
.hc_rtl h1 .hc_ltr, 
.hc_rtl h2 .hc_ltr,
.hc_rtl h3 .hc_ltr,
.hc_rtl h4 .hc_ltr,
.hc_rtl h5 .hc_ltr,
.hc_rtl h6 .hc_ltr {
    direction: ltr!important;
}

h1 {
    font-size: 1.9em;
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.25em;
    padding-top: 5px;
    padding-bottom: 7px;
}
h4 {
    margin-bottom: 5px;
    padding: 0;
}

h1.hc_pageHeading {
    font-size: 1.25em;
    font-weight: bold;

    padding: 5px 0 7px;
}
/* end HC headings */

/* clearing elements */
.cDiv {
    clear: left;
}
.cDivRight {
    clear: right;
}
.cDivBoth,
.clearBoth {
    clear: both;
}
.hc_rtl .cDiv {
    clear: right;
}
.hc_rtl .cDivRight {
    clear: left;
}
* html .clearfix {height: 1%;} /* IE5-6 */
*+html .clearfix {display: inline-block;} /* IE7not8 */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} /* FF, IE8, O, S, C, etc. */ 
/* end clearing */

/* Right to Left
 * nb. specific sections are targetted as opposed to a global rtl direction in place */
.hc_rtl {
}
/* ltr translations in rtl page layout */
.hc_rtl .hc_ltr {
   direction: ltr!important;
}

/* hiding classes */
.hc_hide {
    display: none!important;    
}
.hc_hide_abs { /* eg. for hidden fieldset elements */
    display: block;
    position: absolute!important;
    left: -9999em!important;
    top: 0!important;
    visibility: hidden;
}
.hc_hide_vis {
    visibility: hidden!important;
}
/* end hiding classes */

/* skip to content */
a.skip {
    display: none;
}
/* end skip to content */

/* font styling */
.hc_lineThrough {
    text-decoration:line-through;
    color: #999;
}
.hc_highlight {
    color: [highlight_text]!important;
}
.hc_lowlight,
.hc_dehighlight {
    color: [lowlight_text]!important;
}
/* end font styling */

/* Custom lists */
ul.hc_horizontal {
	display: block;
	position: relative;
	padding: 0;
	clear: left;
	float: left;
	margin: 0;
	left: 50%;
	text-align: center;
}
.hc_rtl ul.hc_horizontal {
    clear: right;
    float: right;
    left: auto;
    right: 50%;
    * width: 50%;
}
ul.hc_horizontal li {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	list-style: none;
	position: relative;
	right: 50%;
}
.hc_rtl ul.hc_horizontal li {
    float: right;
    left: 50%;
    right: auto;
    margin-left: 10px;
    margin-right: 0;
}
ul.hc_horizontal li a {
	padding-right: 10px;
	border-right: 1px solid #999;
}
.hc_rtl ul.hc_horizontal li a {
    padding-left: 10px;
    padding-right: 0;
    border-left: 1px solid #999;
    border-right: none;
}
ul.hc_horizontal li.hc_last a {
	border-right: none;
	padding-right: 0;
}
.hc_rtl ul.hc_horizontal li.hc_last a {
    border-left: none;
    padding-left: 0;
}

/* big green tick icon lists */
ul.hc_tick {
    padding: 0;
    margin: 0;
}
ul.hc_tick li {
    list-style: none;
    padding: 0 0 20px 20px;
    margin: 0;
}
ul.hc_tick li.last{
    font-size: 1.2em;
}
ul.hc_tick li span.hc_icon{
    display: inline-block;
    margin: -5px 10px 0 -20px;
    float: left;
}
.hc_rtl ul.hc_tick li{
    padding-right: 20px;
    padding-left: 0;
}
.hc_rtl ul.hc_tick li span.hc_icon{
    direction: rtl;
    margin: 0 -40px 0 10px;
    float: right;
}
.hc_rtl ul.hc_tick li.last{
    background: none!important;
    font-size: 1.2em;
    padding: 0 0 0 10px!important;
    text-align: center;
}
.hc_rtl ul.hc_tick li strong{
    display: inline-block;
}


a.hc_tick {
    display: block;
    position: relative;
    padding: 3px 0 10px 30px;
}
.hc_rtl a.hc_tick {
    padding-left: 0;
    padding-right: 30px;
}
a.hc_tick .hc_icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 23px;
}
.hc_rtl a.hc_tick .hc_icon {
    left: auto;
    right: 0;
}

/* orange tick icon lists */
ul.hc_tickAlt {
    padding: 0;
    margin: 0;     
}
ul.hc_tickAlt li {
    list-style: none;
    padding: 10px 0px 10px 47px;
    margin: 0; 
    border-bottom: 1px solid #EEE;
}
ul.hc_tickAlt li.hc_last {
    border-bottom: 0px;
}
.hc_rtl ul.hc_tickAlt li {
    padding-left: 0px;
    padding-right: 47px;
}
ul.hc_tickAlt li span.hc_icon {
    width: 27px;
    height: 23px;
    display: inline-block;
    margin: 0px 10px 0px -37px;
    float: left;
}
.hc_rtl ul.hc_tickAlt li span.hc_icon {
    direction: rtl;
    margin: 0px -37px 0px 10px;
    float: right;
}
ul.hc_tickAlt li span.hc_list_maintext {
    font-size: 1.4em;
    color: #659900;
    font-weight: normal;
    display: block;
    padding-bottom: 3px;
}
ul.hc_tickAlt li span.hc_list_subtext {
    display: block;
}

.hc_img {
    display: inline-block;
    margin-bottom: 10px;
}
.hc_em {
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
}


/* HC Pages initialisation */
.hc_page_home {
}
.hc_page_sr {
}
.hc_page_city {
}
.hc_page_hotel {
}
.hc_page_static {
}
.hc_page_fullStatic {
}
.hc_page_static #hc_r_1 {position: relative}

/* Specific Region-only clearing */
.hc_r_clear {
    position: relative;
	clear: left
}
.hc_rtl .hc_r_clear {
    clear: right;
}

/* Global wrapping region */
#hc_r_globalWrap {
	display: block;
}
#hc_r_globalWrap {
    * display: inline-block;
}
#hc_r_globalWrap {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
}

/* HC Body Elements */
#hc_bodyElements {
    text-align: left;    
}
.hc_rtl #hc_bodyElements {
    text-align: right;
}

/* HC Main Content region */
#hc_r_content {
    position: relative;
    padding: 0;
    * display: inline-block;
    margin: 0 auto;
    text-align: left;
}
.hc_rtl #hc_r_content {
    text-align: right;
}

/* end foundation regions */

/* --- end HC Base --- */
/* --- HC Base - Region Layouts --- */

/* Foundation Regions */

/* Full screen region */
#hc_r_v_full {
    position: relative;
    *z-index: 2;
}

/* Global wrapping region */
#hc_r_globalWrap {
    height: 100%;
    padding: 0;
    margin: 0;
    *z-index: 1;
}

/* Sticky footer */
.hc_r_stickyWrap {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding: 0;
    margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
.hc_page_fullStatic .hc_r_stickyWrap {
    width: auto;
    text-align: center;
}
.hc_r_content_push {
    height: 200px;
    padding: 0; 
    margin: 0;

    clear: left;
}

/* HC Header region */
.hc_r_hdWrap {
    display: inline-block;
}
.hc_r_hdWrap {

    display: block;
    text-align: center;
}
.hc_page_home .hc_r_hdWrap {
    margin-bottom: 20px;
}

#hc_r_hd {
    display: block;
    padding: 0 10px 15px;
    min-width: 740px;
    width: auto!important;
    width: 740px;
    * width: 972px;
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

    text-align: left;
    min-height: 100px;
    height: auto!important;
}
.hc_rtl #hc_r_hd {
    text-align: right;
}
.hc_page_fullStatic #hc_r_hd {
    min-width: 760px;
    width: auto!important;
    width: 760px;
    * width: 992px;
    max-width: 1210px;
    max-widt\h: 1190px;
    margin: 0 auto;
    text-align: left;
}
.hc_rtl.hc_page_fullStatic #hc_r_hd {
    text-align: right;
}
#hc_r_hd a {

}
#hc_r_hd a:hover {

}
#hc_r_hd a:active {

}
#hc_r_hd a:visited {

}

/* HC Main Content region */
#hc_r_content {
    position: relative;
    padding: 0;
    * display: inline-block;
    margin: 0 auto 20px;
    text-align: left;

}
.hc_rtl #hc_r_content {
    text-align: right;
}

/* HC Footer region */
.hc_r_ftWrap {
    display: block;

	min-height: 199px;
	height: auto!important;
	height: 199px;
	position: relative;
	z-index: 1;
	width: 100%;
}
#hc_r_ft {
    position: relative;
    display: block;
    min-width: 740px;
    width: auto!important;
    width: 740px;
    * width: 972px;
    max-width: 1210px;
    max-widt\h: 1190px;
    margin: 0 auto;
    padding: 20px 10px;
    font-size: 0.9em;
    text-align: left;

}
.hc_rtl #hc_r_ft {
    text-align: right;
}
#hc_r_ft a {

}
#hc_r_ft a:hover {

}
#hc_r_ft a:active {

}
#hc_r_ft a:visited {

}

/* end foundation regions */

/* Internal main content regions */

#hc_r_1,
#hc_r_2,
#hc_r_3,
#hc_r_4,
#hc_r_5,
#hc_r_6 {
    * display: inline-block;
}
#hc_r_1,
#hc_r_2,
#hc_r_3,
#hc_r_4,
#hc_r_5,
#hc_r_6 {
    display: block;
}

#hc_r_1 {
    * display: inline-block;
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
}
.hc_rtl #hc_r_1 {
    text-align: right;
}

/* Region Layout version 1 */
.hc_r_layout_v1 #hc_r_content {
	padding-top: 60px; /* to allow for hc_toolsNav */
	text-align: center;
	width: 560px;
}
.hc_r_layout_v1 .hc_r_clear {
	clear: left;
}
.hc_r_layout_v1 #hc_r_1 {
	width: 560px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
.hc_rtl .hc_r_layout_v1 #hc_r_1 {
    text-align: right;
}
.hc_r_layout_v1 #hc_r_2 {
    display: none;
}
.hc_r_layout_v1 #hc_r_3 {
    display: none;
}

/* Region Layout version 1 flexible width */



/* Region Layout version 2 */
.hc_r_layout_v2 #hc_r_content {
    position: relative;
    display: block;
    width: 992px;
    text-align: left;
}
.hc_rtl .hc_r_layout_v2 #hc_r_content {
    text-align: right;
}
.hc_r_layout_v2 #hc_r_1 {
    position: relative;
    display: block;
    padding: 25px 10px 10px; /* top padding to allow for hc_toolsnav */
}
.hc_b_simple .hc_r_layout_v2 #hc_r_1 {
    padding: 5px 10px; /* no toolsnav */
}

.hc_r_layout_v2 #hc_r_3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
* html .hc_r_layout_v2 #hc_r_3 {
    width: 992px;
}
.hc_r_layout_v2 #hc_r_3b {
    position: relative;
    * display: inline-block;
    margin: 0 220px 0 285px;
    padding-right: 10px;
}
.hc_rtl .hc_r_layout_v2 #hc_r_3b {
    margin-right: 285px;
    margin-left: 220px;
    padding-right: 0;
    padding-left: 10px;
}
.hc_r_layout_v2 #hc_r_5 {
    position: relative;
    z-index: 1;
}
.hc_r_layout_v2 #hc_r_2 {
    position: relative;
    display: block;
    float: left;
    width: 275px;
    widt\h: 265px;
    padding-left: 10px;
    margin-left: -100%;
}
* html .hc_r_layout_v2 #hc_r_2 {
    margin-left: -992px;
}
.hc_rtl .hc_r_layout_v2 #hc_r_2 {
    margin-left: -275px;
    padding-left: 0;
    padding-right: 10px;
}
.hc_r_layout_v2 #hc_r_4 {
    position: relative;
    display: none;
    float: right;
    padding-right: 10px;
    width: 210px;
    margin-left: -210px;
}
.hc_rtl .hc_r_layout_v2 #hc_r_4 {
    float: left;
    padding-right: 0;
    padding-left: 10px;
    margin-left: -100%;
}
* html .hc_rtl .hc_r_layout_v2 #hc_r_4 {
    margin-left: -992px;
}
.hc_r_layout_v2 #hc_r_3b {
    margin-right: 0!important;
}
.hc_rtl .hc_r_layout_v2 #hc_r_3b {
    margin-right: 285px!important;
    margin-left: 0!important;
}
.hc_r_layout_v2 #hc_r_6 {
    position: relative;
    display: none;
    clear: left;
    padding: 0 10px;
}
.hc_rtl .hc_r_layout_v2 #hc_r_6 {
    clear: right;
}
.hc_page_hotel .hc_r_layout_v2 #hc_r_6 {
    display: block;
}
.hc_page_hotel.hc_rtl .hc_r_layout_v2 #hc_r_6 {
    clear: both;
}


/* HC Region version 2 - flexible width */
.hc_r_layout_v2_full #hc_r_content {
    position: relative;
    display: block;
    min-width: 760px;
    * width: auto;
    max-width: 1210px;
    text-align: left;
}
* html .hc_r_layout_v2_full #hc_r_content {
    width: 992px;
}
.hc_rtl .hc_r_layout_v2_full #hc_r_content {
    text-align: right;
}
.hc_r_layout_v2_full #hc_r_1 {
    position: relative;
    display: block;
    padding: 25px 10px 10px; /* top padding to allow for hc_toolsnav */
    min-height: 25px;
    height: auto!important;
    height: 25px;
}
.hc_b_simple .hc_r_layout_v2_full #hc_r_1 {
    padding: 5px 10px; /* no toolsnav */
    min-height: 0px;
    height: auto;
}
.hc_r_layout_v2_full #hc_r_3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
* html .hc_r_layout_v2_full #hc_r_3 {
    width: 992px;
}
.hc_r_layout_v2_full #hc_r_3b {
    position: relative;
    * display: inline-block;
    margin: 0 220px 0 285px;
    padding-right: 10px;
}
.hc_rtl .hc_r_layout_v2_full #hc_r_3b {
    margin-right: 285px;
    margin-left: 220px;
    padding-right: 0;
    padding-left: 10px;
}
.hc_r_layout_v2_full #hc_r_5 {
    position: relative;
    z-index: 1;
}
.hc_r_layout_v2_full #hc_r_2 {
    position: relative;
    display: block;
    float: left;
    width: 275px;
    widt\h: 265px;
    padding-left: 10px;
    margin-left: -100%;
}
* html .hc_r_layout_v2_full #hc_r_2 {
    margin-left: -992px;
}
.hc_rtl .hc_r_layout_v2_full #hc_r_2 {
    margin-left: -275px;
    padding-left: 0;
    padding-right: 10px;
}
.hc_r_layout_v2_full #hc_r_4 {
    position: relative;
    display: none;
    float: right;
    padding-right: 10px;
    width: 220px;
    widt\h: 210px;
    margin-left: -220px;
}
.hc_rtl .hc_r_layout_v2_full #hc_r_4 {
    float: left;
    padding-right: 0;
    padding-left: 10px;
    margin-left: -100%;
}
* html .hc_rtl .hc_r_layout_v2_full #hc_r_4 {
    margin-left: -992px;
}
.hc_r_layout_v2_full #hc_r_3b {
    margin-right: 0!important;
}
.hc_rtl .hc_r_layout_v2_full #hc_r_3b {
    margin-right: 285px!important;
    margin-left: 0!important;
}
.hc_r_layout_v2_full #hc_r_6 {
    position: relative;
    display: none;
    clear: left;
    padding: 0 10px;
}
.hc_rtl .hc_r_layout_v2_full #hc_r_6 {
    clear: right;
}
.hc_page_hotel .hc_r_layout_v2_full #hc_r_6 {
    display: block;
}
.hc_page_hotel.hc_rtl .hc_r_layout_v2_full #hc_r_6 {
    clear: both;
}


/* Region Layout version 3 */
.hc_r_layout_v3 #hc_r_content {
    position: relative;
    display: block;
    width: 992px;
    text-align: left;
}
.hc_rtl .hc_r_layout_v3 #hc_r_content {
    text-align: right;
}
.hc_r_layout_v3 #hc_r_1 {
    position: relative;
    display: block;
    padding: 25px 10px 10px; /* top padding to allow for hc_toolsnav */
}
.hc_b_simple .hc_r_layout_v3 #hc_r_1 {
    padding: 5px 10px; /* no toolsnav */
}

.hc_rtl .hc_r_layout_v3 #hc_r_1 {
    display: block;
}
.hc_r_layout_v3 #hc_r_3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
* html .hc_r_layout_v3 #hc_r_3 {
    width: 992px;
}
.hc_r_layout_v3 #hc_r_3b {
    position: relative;
    * display: inline-block;
    margin: 0 220px 0 285px;
    padding-right: 10px;
}
.hc_rtl .hc_r_layout_v3 #hc_r_3b {
    margin-right: 285px;
    margin-left: 220px;
    padding-right: 0;
    padding-left: 10px;
}
.hc_r_layout_v3 #hc_r_5 {
    position: relative;
    z-index: 1;
}
.hc_r_layout_v3 #hc_r_2 {
    position: absolute;
}
.hc_r_layout_v3 #hc_r_2 {
    position: relative;
    display: block;
    float: left;
    width: 275px;
    widt\h: 265px;
    padding-left: 10px;
    margin-left: -100%;
}
* html .hc_r_layout_v3 #hc_r_2 {
    margin-left: -992px;
}
.hc_rtl .hc_r_layout_v3 #hc_r_2 {
    margin-left: -275px;
    padding-left: 0;
    padding-right: 10px;
}
.hc_r_layout_v3 #hc_r_4 {
    position: relative;
    display: block;
    float: right;
    padding-right: 10px;
    width: 210px;
    margin-left: -210px;
}
.hc_rtl .hc_r_layout_v3 #hc_r_4 {
    float: left;
    padding-right: 0;
    padding-left: 10px;
    margin-left: -100%;
}
* html .hc_rtl .hc_r_layout_v3 #hc_r_4 {
    margin-left: -992px;
}
.hc_r_layout_v3 #hc_r_6 {
    position: relative;
    display: none;
    clear: left;
    padding: 0 10px;
}
.hc_rtl .hc_r_layout_v3 #hc_r_6 {
    clear: right;
}
.hc_page_hotel .hc_r_layout_v3 #hc_r_6 {
    display: block;
}
.hc_page_hotel.hc_rtl .hc_r_layout_v3 #hc_r_6 {
    clear: both;
}


/* Region Layout version 3 full width */

.hc_r_layout_v3_full #hc_r_content {
    position: relative;
    display: block;
    min-width: 980px;
    * width: auto;
    max-width: 1210px;
    text-align: left;
}
* html .hc_r_layout_v3_full #hc_r_content {
    width: 992px;
}
.hc_rtl .hc_r_layout_v3_full #hc_r_content {
    text-align: right;
}
.hc_r_layout_v3_full #hc_r_1 {
    position: relative;
    display: block;
    padding: 25px 10px 10px; /* top padding to allow for hc_toolsnav */
}
.hc_b_simple .hc_r_layout_v3_full #hc_r_1 {
    padding: 5px 10px; /* no toolsnav */
}
.hc_rtl .hc_r_layout_v3_full #hc_r_1 {
    display: block;
}
.hc_r_layout_v3_full #hc_r_3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
* html .hc_r_layout_v3_full #hc_r_3 {
    width: 992px;
}
.hc_r_layout_v3_full #hc_r_3b {
    position: relative;
    * display: inline-block;
    margin: 0 220px 0 285px;
    padding-right: 10px;
}
.hc_rtl .hc_r_layout_v3_full #hc_r_3b {
    margin-right: 285px;
    margin-left: 220px;
    padding-right: 0;
    padding-left: 10px;
}
.hc_r_layout_v3_full #hc_r_5 {
    position: relative;
    z-index: 1;
}
.hc_r_layout_v3_full #hc_r_2 {
    position: relative;
    display: block;
    float: left;
    width: 275px;
    widt\h: 265px;
    padding-left: 10px;
    margin-left: -100%;
}
* html .hc_r_layout_v3_full #hc_r_2 {
    margin-left: -992px;
}
.hc_rtl .hc_r_layout_v3_full #hc_r_2 {
    margin-left: -275px;
    padding-left: 0;
    padding-right: 10px;
}
.hc_r_layout_v3_full #hc_r_4 {
    position: relative;
    display: block;
    float: right;
    padding-right: 10px;
    width: 220px;
    widt\h: 210px;
    margin-left: -220px;
}
.hc_rtl .hc_r_layout_v3_full #hc_r_4 {
    float: left;
    padding-right: 0;
    padding-left: 10px;
    margin-left: -100%;
}
* html .hc_rtl .hc_r_layout_v3_full #hc_r_4 {
    margin-left: -992px;
}
.hc_r_layout_v3_full #hc_r_6 {
    position: relative;
    display: none;
    clear: left;
    padding: 0 10px;
}
.hc_rtl .hc_r_layout_v3_full #hc_r_6 {
    clear: right;
}
.hc_page_hotel .hc_r_layout_v3_full #hc_r_6 {
    display: block;
}
.hc_page_hotel.hc_rtl .hc_r_layout_v3_full #hc_r_6 {
    clear: both;
}

/* Region Layout version 4 */
.hc_r_layout_v4 #hc_r_content {
	padding-top: 20px!important;
}
.hc_r_layout_v4 .hc_r_clear {
	clear: left;
}
.hc_rtl .hc_r_layout_v4 .hc_r_clear {
    clear: right;
}
.hc_r_layout_v4 #hc_r_1 {
	position: relative;
	display: inline;
	float: left;
	width: 772px;
}
.hc_rtl .hc_r_layout_v4 #hc_r_1 {
    float: right;
}
.hc_r_layout_v4 #hc_r_1 .hc_r_clear {
	clear: left;
}
.hc_rtl .hc_r_layout_v4 #hc_r_1 .hc_r_clear {
    clear: right;
}
.hc_r_layout_v4 #hc_r_2 {
	position: relative;
	display: inline;
	float: left;
	width: 200px;
	margin-left: 20px;
}
.hc_rtl .hc_r_layout_v4 #hc_r_2 {
    float: right;
    margin-left: 0;
    margin-right: 20px;
}

.hc_r_layout_v4 #hc_r_3 {
	width: 145px;
	display: inline;
	float: left;
}
.hc_rtl .hc_r_layout_v4 #hc_r_3 {
    float: right;
}
.hc_r_layout_v4 #hc_r_4 {
	margin-left: 20px;
	width: 607px;
	float: left;
	display: inline;
}
.hc_rtl .hc_r_layout_v4 #hc_r_4 {
    float: right;
    margin-left: 0;
    margin-right: 20px;
}

/* Region Layout version 5 */
.hc_r_layout_v5 #hc_r_content {
    position: relative;
    display: block;
    width: 992px;
    text-align: left;
}
.hc_rtl .hc_r_layout_v5 #hc_r_content {
    text-align: right;
}
.hc_r_layout_v5 #hc_r_1 {
    position: relative;
    display: block;
    padding: 25px 10px 10px; /* top padding to allow for hc_toolsnav */
}
.hc_b_simple .hc_r_layout_v5 #hc_r_1 {
    padding: 5px 10px; /* no toolsnav */
}
.hc_rtl .hc_r_layout_v5 #hc_r_1 {
    display: block;
}
.hc_r_layout_v5 #hc_r_3 {
    position: relative;
    display: block;
    width: 100%;
}
* html .hc_r_layout_v5 #hc_r_3 {
    width: 992px;
}
.hc_r_layout_v5 #hc_r_3b {
    position: relative;
    * display: inline-block;
    margin: 0;
    padding: 0 10px;
}
.hc_r_layout_v5 #hc_r_2,
.hc_r_layout_v5 #hc_r_4 {
    display: none;
}

/* Region Layout version 5 full width */

.hc_r_layout_v5_full #hc_r_content {
    position: relative;
    display: block;
    min-width: 760px;
    * width: auto;
    max-width: 1210px;
    text-align: left;
}
* html .hc_r_layout_v5_full #hc_r_content {
    width: 992px;
}
.hc_rtl .hc_r_layout_v5_full #hc_r_content {
    text-align: right;
}
.hc_r_layout_v5_full #hc_r_1 {
    position: relative;
    display: block;
    padding: 25px 10px 10px; /* top padding to allow for hc_toolsnav */
}
.hc_b_simple .hc_r_layout_v5_full #hc_r_1 {
    padding: 5px 10px; /* no toolsnav */
}

.hc_rtl .hc_r_layout_v5_full #hc_r_1 {
    display: block;
}
.hc_r_layout_v5_full #hc_r_3 {
    position: relative;
    display: block;
    width: 100%;
}
* html .hc_r_layout_v5_full #hc_r_3 {
    width: 992px;
}
.hc_r_layout_v5_full #hc_r_3b {
    position: relative;
    * display: inline-block;
    margin: 0;
    padding: 0 10px;
}
.hc_r_layout_v5_full #hc_r_2,
.hc_r_layout_v5_full #hc_r_4 {
    display: none;
}



/* Region Layout version 6 */
.hc_r_layout_v6 #hc_r_content {
    position: relative;
    display: block;
    width: 992px;
    text-align: left;
}
.hc_rtl .hc_r_layout_v6 #hc_r_content {
    text-align: right;
}
.hc_r_layout_v6 #hc_r_1 {
    position: relative;
    display: block;
    padding: 25px 10px 10px; /* top padding to allow for hc_toolsnav */
}
.hc_b_simple .hc_r_layout_v6 #hc_r_1 {
    padding: 5px 10px; /* no toolsnav */
}

.hc_rtl .hc_r_layout_v6 #hc_r_1 {
    display: block;
}
.hc_r_layout_v6 #hc_r_3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
* html .hc_r_layout_v6 #hc_r_3 {
    width: 992px;
}
.hc_r_layout_v6 #hc_r_3b {
    position: relative;
    * display: inline-block;
    margin: 0 220px 0 10px;
    padding-right: 10px;
}
.hc_rtl .hc_r_layout_v6 #hc_r_3b {
    margin-right: 10px;
    margin-left: 220px;
    padding-right: 0;
    padding-left: 10px;
}
.hc_r_layout_v6 #hc_r_5 {
    position: relative;
    z-index: 1;
}
.hc_r_layout_v6 #hc_r_2 {
    position: relative;
    display: none;
    float: left;
    width: 275px;
    margin-left: -100%;
}
* html .hc_r_layout_v6 #hc_r_2 {
    margin-left: -992px;
}
.hc_rtl .hc_r_layout_v6 #hc_r_2 {
    margin-left: -275px;
}
.hc_r_layout_v6 #hc_r_4 {
    position: relative;
    display: block;
    float: right;
    padding-right: 10px;
    width: 220px;
    widt\h: 210px;
    margin-left: -220px;
}
.hc_rtl .hc_r_layout_v6 #hc_r_4 {
    float: left;
    padding-right: 0;
    padding-left: 10px;
    margin-left: -100%;
}
* html .hc_rtl .hc_r_layout_v6 #hc_r_4 {
    margin-left: -992px;
}

/* Region Layout version 6 full width */

.hc_r_layout_v6_full #hc_r_content {
    position: relative;
    display: block;
    min-width: 980px;
    * width: auto;
    max-width: 1210px;
    text-align: left;
}
* html .hc_r_layout_v6_full #hc_r_content {
    width: 992px;
}
.hc_rtl .hc_r_layout_v6_full #hc_r_content {
    text-align: right;
}
.hc_r_layout_v6_full #hc_r_1 {
    position: relative;
    display: block;
    padding: 25px 10px 10px; /* top padding to allow for hc_toolsnav */
}
.hc_b_simple .hc_r_layout_v6_full #hc_r_1 {
    padding: 5px 10px; /* no toolsnav */
}

.hc_rtl .hc_r_layout_v6_full #hc_r_1 {
    display: block;
}
.hc_r_layout_v6_full #hc_r_3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
* html .hc_r_layout_v6_full #hc_r_3 {
    width: 992px;
}
.hc_r_layout_v6_full #hc_r_3b {
    position: relative;
    * display: inline-block;
    margin: 0 220px 0 10px;
    padding-right: 10px;
}
.hc_rtl .hc_r_layout_v6_full #hc_r_3b {
    margin-right: 10px;
    margin-left: 220px;
    padding-right: 0;
    padding-left: 10px;
}
.hc_r_layout_v6_full #hc_r_5 {
    position: relative;
    z-index: 1;
}
.hc_r_layout_v6_full #hc_r_2 {
    position: relative;
    display: none;
    float: left;
    width: 275px;
    margin-left: -100%;
}
* html .hc_r_layout_v6_full #hc_r_2 {
    margin-left: -992px;
}
.hc_rtl .hc_r_layout_v6_full #hc_r_2 {
    margin-left: -275px;
}
.hc_r_layout_v6_full #hc_r_4 {
    position: relative;
    display: block;
    float: right;
    padding-right: 10px;
    width: 220px;
    widt\h: 210px;
    margin-left: -220px;
}
.hc_rtl .hc_r_layout_v6_full #hc_r_4 {
    float: left;
    padding-right: 0;
    padding-left: 10px;
    margin-left: -100%;
}
* html .hc_rtl .hc_r_layout_v6_full #hc_r_4 {
    margin-left: -992px;
}

/* Region layout version 7 */
.hc_r_layout_v7 #hc_r_content {
    position: relative;
    display: block;
    width: 992px;
    text-align: left;
}
.hc_rtl .hc_r_layout_v7 #hc_r_content {
    text-align: right;
}
.hc_r_layout_v7 #hc_r_1 {
    width: 450px;
    margin: 0 10px;
    float: left;
    display: inline;
}
.hc_rtl .hc_r_layout_v7 #hc_r_1 {
    float: right;
}
.hc_r_layout_v7 #hc_r_2 {
    display: block;
    * display: inline-block;
    width: 100%;
    * width: auto;
    _float: left; /* Needed for IE6 but breaks borders in IE7 */
}
.hc_r_layout_v7 #hc_r_2b {
    display: block;
    * display: inline;
    position: relative;
    margin: 0 10px 0 470px;
    * margin-left: 0;
    overflow: hidden;
}
.hc_rtl .hc_r_layout_v7 #hc_r_2b {
    margin-left: 10px;
    /* margin-right: 580px; */
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .hc_r_layout_v7 #hc_r_2b {
        margin: 0 10px 0 0;
    }
    .hc_rtl .hc_r_layout_v7 #hc_r_2b {
        margin-left: 10px;
        margin-right: 0;
    }
}
.hc_r_layout_v7 #hc_r_3 {
    padding-top: 70px; /* to allow for hc_toolsNav */
}
.hc_b_simple .hc_r_layout_v7 #hc_r_3 {
    padding: 0; /* remove for simple brands */
}
.hc_r_layout_v7 #hc_r_4 {
    padding: 0 10px;
}

/* Region layout version 7 full width */
.hc_r_layout_v7_full #hc_r_content {
    position: relative;
    display: block;
    min-width: 860px;
    * width: auto;
    max-width: 1210px;
    text-align: left;
}
* html .hc_r_layout_v7_full #hc_r_content {
    width: 992px;
}
.hc_rtl .hc_r_layout_v7_full #hc_r_content {
    text-align: right;
}
.hc_r_layout_v7_full #hc_r_1 {
    width: 560px;
    margin: 0 10px;
    float: left;
    display: block;
}
.hc_rtl .hc_r_layout_v7_full #hc_r_1 {
    float: right;
}
* html .hc_r_layout_v7_full #hc_r_1 {
    display: inline;
}
* html .hc_r_layout_v7_full #hc_r_2 {
    float: left;
}
* html .hc_rtl .hc_r_layout_v7_full #hc_r_2 {
    float: right;
}
.hc_r_layout_v7_full #hc_r_2b {
    display: block;
    position: relative;
    margin: 0 10px 0 580px;
    * margin-left: 0;
    overflow: hidden;
}
.hc_rtl .hc_r_layout_v7_full #hc_r_2b {
    margin-left: 10px;
    margin-right: 0;
    /* margin-right: 580px; */
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .hc_r_layout_v7_full #hc_r_2b {
        margin: 0 10px 0 0;
    }
    .hc_rtl .hc_r_layout_v7_full #hc_r_2b {
        margin-left: 10px;
        margin-right: 0;
    }
}
.hc_r_layout_v7_full #hc_r_3 {
    padding-top: 70px; /* to allow for hc_toolsNav */
}
.hc_b_simple .hc_r_layout_v7_full #hc_r_3 {
    padding: 0; /* remove for simple brands */
}
.hc_r_layout_v7_full #hc_r_4 {
    padding: 0 10px;
}

/* Region layout version 8 */
.hc_r_layout_v8 #hc_r_content {
    position: relative;
    display: block;
    width: 992px;
    text-align: left;
}
.hc_rtl .hc_r_layout_v8 #hc_r_content {
    text-align: right;
}
.hc_r_layout_v8 #hc_r_1 {
    width: 450px;
    margin: 0 10px;
    float: left;
    display: inline;
}
.hc_rtl .hc_r_layout_v8 #hc_r_1 {
    float: right;
}
.hc_r_layout_v8 #hc_r_2 {
    display: block;
    * display: inline-block;
    width: 100%;
    * width: auto;
    _float: left; /* Needed for IE6 but breaks borders in IE7 */
}
.hc_r_layout_v8 #hc_r_2b {
    display: block;
    * display: inline;
    position: relative;
    margin: 0 10px 0 470px;
    * margin-left: 0;
    overflow: hidden;
}
.hc_rtl .hc_r_layout_v8 #hc_r_2b {
    margin-left: 10px;
    /* margin-right: 580px; */
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .hc_r_layout_v8 #hc_r_2b {
        margin: 0 10px 0 0;
    }
    .hc_rtl .hc_r_layout_v8 #hc_r_2b {
        margin-left: 10px;
        margin-right: 0;
    }
}
.hc_r_layout_v8 #hc_r_3 {
    padding-top: 70px; /* to allow for hc_toolsNav */
}
.hc_b_simple .hc_r_layout_v8 #hc_r_3 {
    padding: 0; /* remove for simple brands */
}
.hc_page_home.hc_b_co .hc_r_layout_v8 #hc_r_3 {
    display: none;
}
.hc_r_layout_v8 #hc_r_4 {
    padding: 0 10px;
}

/* Region layout version 8 full width */
.hc_r_layout_v8_full #hc_r_content {
    position: relative;
    display: block;
    min-width: 760px;
    * width: auto;
    max-width: 1210px;
    text-align: left;
}
* html .hc_R_layout_v8_full #hc_r_content {
    width: 992px;
}
.hc_rtl .hc_r_layout_v8_full #hc_r_content {
    text-align: right;
}
.hc_r_layout_v8_full #hc_r_1 {
    width: 50%;
    margin: 0 10px;
    float: left;
    display: inline;
}
.hc_rtl .hc_r_layout_v8_full #hc_r_1 {
    float: right;
}
.hc_r_layout_v8_full #hc_r_2 {
    display: block;
    * display: inline-block;
    width: 100%;
    * width: auto;
}
* html .hc_r_layout_v8_full #hc_r_2 {
    float: left;
}
.hc_r_layout_v8_full #hc_r_2b {
    display: block;
    position: relative;
    margin: 0 10px 0 50%;
    * margin-left: 0;
    overflow: hidden;
}
* html .hc_r_layout_v8_full #hc_r_2b {
    display: inline;
    * width: 100%;
}
.hc_rtl .hc_r_layout_v8_full #hc_r_2b {
    margin-left: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .hc_r_layout_v8_full #hc_r_2b {
        margin-left: 0;
        margin-right: 10px;
    }
    .hc_rtl .hc_r_layout_v8_full #hc_r_2b {
        margin-left: 10px;
        margin-right: 0;
    }
}
.hc_r_layout_v8_full #hc_r_3 {
    padding-top: 70px; /* to allow for hc_toolsNav */
}
.hc_b_simple .hc_r_layout_v8_full #hc_r_3 {
    padding-top: 10px; /* remove for simple brands */
}
.hc_page_home.hc_b_co .hc_r_layout_v8_full #hc_r_3 {
    display: none;
}
.hc_r_layout_v8_full #hc_r_4 {
    padding: 0 10px;
}
/* end Region Layout version 8 full width */

/* Region Layout version 9 */
.hc_r_layout_v9 #hc_r_content {
    position: relative;
    display: block;
    width: 1024px;
    text-align: left;
}
.hc_rtl .hc_r_layout_v9 #hc_r_content {
    text-align: right;
}
.hc_r_layout_v9 #hc_r_1 {
    position: relative;
    display: block;
    padding: 25px 5px 10px; /* to allow for hc_toolsnav */
}
.hc_b_simple .hc_r_layout_v9 #hc_r_1 {
    padding: 5px 10px; /* no toolsnav */
}

.hc_rtl .hc_r_layout_v9 #hc_r_1 {
    display: block;
}
.hc_r_layout_v9 #hc_r_3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
* html .hc_r_layout_v9 #hc_r_3 {
    float: none;
    width: 1024px;
}
.hc_r_layout_v9 #hc_r_3b {
    position: relative;
    * display: inline-block;
    margin: 0 305px 0 185px;
    padding-right: 5px;
    padding-top: 5px;
}
.hc_rtl .hc_r_layout_v9 #hc_r_3b {
    margin-right: 185px;
    margin-left: 305px;
    padding-right: 0;
    padding-left: 5px;
}
.hc_r_layout_v9 #hc_r_5 {
    position: relative;
    z-index: 1;
}
.hc_r_layout_v9 #hc_r_2 {
    position: absolute;
}
.hc_r_layout_v9 #hc_r_2 {
    position: relative;
    display: block;
    float: left;
    width: 185px;
    widt\h: 175px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    margin-left: -100%;
}
* html .hc_r_layout_v9 #hc_r_2 {
    margin-left: -1024px;
}
.hc_rtl .hc_r_layout_v9 #hc_r_2 {
    margin-left: -185px;
    padding-left: 0;
    padding-right: 5px;
}
.hc_r_layout_v9 #hc_r_4 {
    position: relative;
    display: block;
    float: right;
    padding-right: 5px;
    width: 305px;
    widt\h: 300px;
    margin-left: -305px;
}
.hc_rtl .hc_r_layout_v9 #hc_r_4 {
    float: left;
    padding-right: 0;
    padding-left: 10px;
    margin-left: -100%;
}
* html .hc_rtl .hc_r_layout_v9 #hc_r_4 {
    margin-left: -1024px;
}


/* Region Layout version 9 full width */

.hc_r_layout_v9_full #hc_r_content {
    position: relative;
    display: block;
    min-width: 980px;
    * width: auto;
    max-width: 1210px;
    text-align: left;
}
* html .hc_r_layout_v9_full #hc_r_content {
    width: 1024px;
}
.hc_rtl .hc_r_layout_v9_full #hc_r_content {
    text-align: right;
}
.hc_r_layout_v9_full #hc_r_1 {
    position: relative;
    display: block;
    padding: 25px 5px 10px; /* to allow for hc_toolsnav */
}
.hc_b_simple .hc_r_layout_v9_full #hc_r_1 {
    padding: 5px 10px; /* no toolsnav */
}
.hc_rtl .hc_r_layout_v9_full #hc_r_1 {
    display: block;
}
.hc_r_layout_v9_full #hc_r_3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
* html .hc_r_layout_v9_full #hc_r_3 {
    width: 1024px;
}
.hc_r_layout_v9_full #hc_r_3b {
    position: relative;
    margin: 0 310px 0 185px;
    padding-right: 5px;
    padding-top: 5px;
}
.hc_rtl .hc_r_layout_v9_full #hc_r_3b {
    margin-right: 185px;
    margin-left: 310px;
    padding-right: 0;
    padding-left: 5px;
}
.hc_r_layout_v9_full #hc_r_5 {
    position: relative;
    z-index: 1;
}
.hc_r_layout_v9_full #hc_r_2 {
    position: relative;
    display: block;
    float: left;
    width: 185px;
    widt\h: 175px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    margin-left: -100%;
}
* html .hc_r_layout_v9_full #hc_r_2 {
    margin-left: -1024px;
}
.hc_rtl .hc_r_layout_v9_full #hc_r_2 {
    margin-left: -175px;
}
.hc_r_layout_v9_full #hc_r_4 {
    position: relative;
    display: block;
    float: right;
    padding-right: 5px;
    width: 310px;
    widt\h: 305px;
    margin-left: -310px;
}
.hc_rtl .hc_r_layout_v9_full #hc_r_4 {
    float: left;
    padding-right: 0;
    padding-left: 5px;
    margin-left: -100%;
}
* html .hc_rtl .hc_r_layout_v9_full #hc_r_4 {
    margin-left: -1024px;
}
/* end layout version 9 - full width */

/* Region Layout version 10 */
.hc_r_layout_v10 #hc_r_content {
    position: relative;
    display: block;
    width: 1024px;
    text-align: left;
}
.hc_rtl .hc_r_layout_v10 #hc_r_content {
    text-align: right;
}
.hc_r_layout_v10 #hc_r_1 {
    position: relative;
    display: block;
    padding: 25px 5px 10px; /* to allow for hc_toolsnav */
}
.hc_b_simple .hc_r_layout_v10 #hc_r_1 {
    padding: 5px 10px; /* no toolsnav */
}
.hc_rtl .hc_r_layout_v10 #hc_r_1 {
    display: block;
}
.hc_r_layout_v10 #hc_r_3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
* html .hc_r_layout_v10 #hc_r_3 {
    width: 992px;
}
.hc_r_layout_v10 #hc_r_3b {
    position: relative;
    * display: inline-block;
    margin: 0 305px 0 0;
    padding-right: 5px;
}
.hc_rtl .hc_r_layout_v10 #hc_r_3b {
    margin-right: 0;
    margin-left: 305px;
    padding-right: 0;
    padding-left: 5px;
}
.hc_r_layout_v10 #hc_r_5 {
    position: relative;
    z-index: 1;
}
.hc_r_layout_v10 #hc_r_2 {
    position: relative;
    display: none;
    float: left;
    width: 185px;
    widt\h: 175px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    margin-left: -100%;
}
* html .hc_r_layout_v10 #hc_r_2 {
    margin-left: -992px;
}
.hc_rtl .hc_r_layout_v10 #hc_r_2 {
    margin-left: -180px;
}
.hc_r_layout_v10 #hc_r_4 {
    position: relative;
    display: block;
    float: right;
    padding-right: 5px;
    width: 305px;
    widt\h: 300px;
    margin-left: -305px;
}
.hc_rtl .hc_r_layout_v10 #hc_r_4 {
    float: left;
    padding-right: 0;
    padding-left: 10px;
    margin-left: -100%;
}
* html .hc_rtl .hc_r_layout_v10 #hc_r_4 {
    margin-left: -992px;
}

/* Region Layout version 10 full width */

.hc_r_layout_v10_full #hc_r_content {
    position: relative;
    display: block;
    min-width: 980px;
    * width: auto;
    max-width: 1210px;
    text-align: left;
}
* html .hc_r_layout_v10_full #hc_r_content {
    width: 992px;
}
.hc_rtl .hc_r_layout_v10_full #hc_r_content {
    text-align: right;
}
.hc_r_layout_v10_full #hc_r_1 {
    position: relative;
    display: block;
    padding: 25px 5px 10px; /* to allow for hc_toolsnav */
}
.hc_b_simple .hc_r_layout_v10_full #hc_r_1 {
    padding: 5px 10px; /* no toolsnav */
}

.hc_rtl .hc_r_layout_v10_full #hc_r_1 {
    display: block;
}
.hc_r_layout_v10_full #hc_r_3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
* html .hc_r_layout_v10_full #hc_r_3 {
    width: 992px;
}
.hc_r_layout_v10_full #hc_r_3b {
    position: relative;
    * display: inline-block;
    margin: 0 305px 0 0;
    padding-right: 5px;
}
.hc_rtl .hc_r_layout_v10_full #hc_r_3b {
    margin-right: 0;
    margin-left: 305px;
    padding-right: 0;
    padding-left: 5px;
}
.hc_r_layout_v10_full #hc_r_5 {
    position: relative;
    z-index: 1;
}
.hc_r_layout_v10_full #hc_r_2 {
    position: relative;
    display: none;
    float: left;
    width: 185px;
    widt\h: 175px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    margin-left: -100%;
}
* html .hc_r_layout_v10_full #hc_r_2 {
    margin-left: -992px;
}
.hc_rtl .hc_r_layout_v10_full #hc_r_2 {
    margin-left: -185px;
}
.hc_r_layout_v10_full #hc_r_4 {
    position: relative;
    display: block;
    float: right;
    padding-right: 5px;
    width: 305px;
    widt\h: 300px;
    margin-left: -305px;
}
.hc_rtl .hc_r_layout_v10_full #hc_r_4 {
    float: left;
    padding-right: 0;
    padding-left: 10px;
    margin-left: -100%;
}
* html .hc_rtl .hc_r_layout_v10_full #hc_r_4 {
    margin-left: -992px;
}
/* --- end HC Base - Region Layouts --- */
/* Default hc_icon style */
.hc_icon {
    display: inline-block;
}
.hc_icon {
    position: relative;
    display: block;
    font-family: "mobileicons";
    font-weight: normal;
    font-size: 1.2em;
}
em .hc_icon {
    font-style: normal!important;
}
/* In case hc_icon is a link */
a.hc_icon {
    cursor: pointer;
    text-decoration: none;
}
a.hc_icon:hover {
    text-decoration: none;
}

/* Set icon :before which holds the character string or background */
.hc_icon:before {
    display: block;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    line-height: 1em;
    content: "";
}

/* Font icons */

.hc_icon.hc_t_cancel:before,
.hc_t_cancel .hc_icon:before {
    content: "\2716";
}
.hc_icon.hc_t_mail:before,
.hc_t_mail .hc_icon:before {
    content: "\2709";
}
.hc_icon.hc_t_close:before,
.hc_t_close .hc_icon:before {
    content: "\2716";
    top: -5px;
}
.hc_icon.hc_t_remove:before,
.hc_t_remove .hc_icon:before {
    content: "\2716";
    top: -5px;
}

.hc_icon.hc_t_add:before,
.hc_t_add .hc_icon:before {
    content: "\2795";
}

.hc_icon.hc_t_cities:before,
.hc_t_cities .hc_icon:before {
    content:'\e811';
}
.hc_icon.hc_t_countries:before,
.hc_t_countries .hc_icon:before {
    content: '\e814';
}
.hc_icon.hc_t_airports:before,
.hc_t_airports .hc_icon:before {
    content: "\2708";
}
.hc_icon.hc_t_regions:before,
.hc_t_regions .hc_icon:before {
    content:'\e727';
}
.hc_icon.hc_t_towns:before,
.hc_t_towns .hc_icon:before {
    content: '\e724';
}
.hc_icon.hc_t_districts:before,
.hc_t_districts .hc_icon:before {
    content: '\e802';
}
.hc_icon.hc_t_landmarks:before,
.hc_t_landmarks .hc_icon:before {
    content: "\E827";
}
.hc_icon.hc_t_touristregions:before,
.hc_t_touristregions .hc_icon:before {
    content: '\e70a';
}
.hc_icon.hc_t_hotels:before,
.hc_t_hotels .hc_icon:before {
    content:'\e824';
}
.hc_icon.hc_t_placesin:before,
.hc_t_placesin .hc_icon:before {
    content: "\E724";
}
.hc_icon.hc_t_placesnear:before,
.hc_t_placesnear .hc_icon:before {
    content: "\E802";
}
.hc_icon.hc_t_divider:before,
.hc_t_divider .hc_icon:before {
    content: "\E766";
}
.hc_rtl .hc_icon.hc_t_divider:before,
.hc_rtl .hc_t_divider .hc_icon:before {
    content: "\E765";
}
.hc_icon.hc_t_return:before,
.hc_t_return .hc_icon:before {
    content: "\F064";
}
.hc_icon.hc_t_positive:before,
.hc_t_positive .hc_icon:before {
    content: "\F44D";
    color: #669a16;
    top: -0.2em;
}
.hc_icon.hc_t_negative:before,
.hc_t_negative .hc_icon:before {
    content: "\F44E";
    color: #c00;
}
.hc_icon.hc_t_neutral:before,
.hc_t_neutral .hc_icon:before {
    content: "\f44d";
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    color: #C59C00;
    top: 3px;
    left: -3px;
}

/* arrow back */
.hc_icon.hc_t_arrow_back:before,
.hc_t_arrow_back .hc_icon:before {
    content:  "\e761";
}
.hc_rtl .hc_icon.hc_t_arrow_back:before,
.hc_rtl .hc_t_arrow_back .hc_icon:before {
    content:  "\e762";
}

/* accordion arrows - version 1 */
.hc_icon.hc_t_accordion:before,
.hc_t_accordion .hc_icon:before {
    content: "\f0d7";
    font-size: 8px;
    padding: 2px 0 0;
}
.hc_m_hide .hc_icon.hc_t_accordion:before,
.hc_m_hide .hc_t_accordion .hc_icon:before {
    content: "\f0da";
    padding-top: 4px;
}
.hc_rtl .hc_m_hide .hc_icon.hc_t_accordion:before,
.hc_rtl .hc_m_hide .hc_t_accordion .hc_icon:before {
    content: "\f0d9";
    padding-top: 4px;
}

/* accordion arrows - version 2 */
.hc_icon.hc_t_accordion_v2:before,
.hc_t_accordion_v2 .hc_icon:before {
    content: "\E766";
    font-size: 0.75em;
    padding: 4px 0 0;
    font-weight: bold;
}
.hc_rtl .hc_icon.hc_t_accordion_v2:before,
.hc_rtl .hc_t_accordion_v2 .hc_icon:before {
    content: "\E765";
}
.hc_active .hc_icon.hc_t_accordion_v2:before,
.hc_active .hc_t_accordion_v2 .hc_icon:before,
.hc_rtl .hc_active .hc_icon.hc_t_accordion_v2:before,
.hc_rtl .hc_active .hc_t_accordion_v2 .hc_icon:before {
    content: "\E764";
}

/* miscellaneous arrows - version 1 */
.hc_icon.hc_t_arrow_v1_up:before,
.hc_t_arrow_v1_up .hc_icon:before {
    content: "\E767";
}
.hc_icon.hc_t_arrow_v1_down:before,
.hc_t_arrow_v1_down .hc_icon:before {
    content: "\E764";
}
.hc_icon.hc_t_arrow_v1_right:before,
.hc_t_arrow_v1_right .hc_icon:before {
    content: "\E766";
}
.hc_rtl .hc_icon.hc_t_arrow_v1_right:before,
.hc_rtl .hc_t_arrow_v1_right .hc_icon:before {
    content: "\E765";
}
.hc_icon.hc_t_arrow_v1_left:before,
.hc_t_arrow_v1_left .hc_icon:before {
    content: "\E765";
}
.hc_rtl .hc_icon.hc_t_arrow_v1_left:before,
.hc_rtl .hc_t_arrow_v1_left .hc_icon:before {
    content: "\E766";
}

/* pagination */
.hc_icon.hc_t_pagination_next:before,
.hc_t_pagination_next .hc_icon:before {
    content: "\E766";
}
.hc_rtl .hc_icon.hc_t_pagination_next:before,
.hc_rtl .hc_t_pagination_next .hc_icon:before {
    content: "\E765";
}
.hc_icon.hc_t_pagination_prev:before,
.hc_t_pagination_prev .hc_icon:before { 
    content: "\E765";
}
.hc_rtl .hc_icon.hc_t_pagination_prev:before,
.hc_rtl .hc_t_pagination_prev .hc_icon:before {
    content: "\E766";
}

/* sort order - ascending and descending */
.hc_icon.hc_t_order_asc:before,
.hc_t_order_asc .hc_icon:before {
    content: "\f0d8";
    font-size: 8px;
}
.hc_icon.hc_t_order_dec:before,
.hc_t_order_dec .hc_icon:before {
    content: "\f0d7";
    font-size: 8px;
}

/* Sprite icons */

/* small mobile os icons */
.hc_icon.hc_t_apple:before,
.hc_t_apple .hc_icon:before {
    background: url(../Images/hc_aff_icons2_121904ff.png) no-repeat -36px -19px;
    width: 11px;
    height: 13px;
}
.hc_icon.hc_t_android:before,
.hc_t_android .hc_icon:before {
    background: url(../Images/hc_aff_icons2_121904ff.png) no-repeat -36px -33px;
    width: 11px;
    height: 13px;
}

/* miscellaneous icons */
.hc_icon.hc_t_map:before,
.hc_t_map .hc_icon:before {
    background: url(../Images/hc_aff_icons2_121904ff.png) no-repeat 0 -19px;
    width: 35px;
    height: 36px;
}
.hc_icon.hc_t_reviewComments:before,
.hc_t_reviewComments .hc_icon:before {
    background: url(../Images/hc_aff_icons2_121904ff.png) no-repeat 0 -2px;
    width: 31px;
    height: 16px;
}

/* calendar icons */
.hc_icon.hc_t_calendar:before,
.hc_t_calendar .hc_icon:before {
    content: '\f4c5';
}

/* Ticks */
.hc_icon.hc_t_tick_sm:before,
.hc_t_tick_sm .hc_icon:before {
    content: '\2713';
    font-size: 0.75em;
}
.hc_icon.hc_t_tick_med:before,
.hc_t_tick_med .hc_icon:before {
    content: '\2713';
    font-size: 1.4em;
}
.hc_icon.hc_t_tick_lg:before,
.hc_t_tick_lg .hc_icon:before {
    content: '\2713';
    font-size: 1.8em;
}

/* spinner background icons */
.hc_icon.hc_t_spinner:before,
.hc_t_spinner .hc_icon:before {
    background: url(../Images/waiting_121904ff.gif) no-repeat center center;
    width: 16px;
    height: 16px;
}
/* --- Module Design Set version 1 - HC Base - Modules --- */

/* common module borders */
.hc_m_widget, .hc_m_popover, .hc_m, .hc_m_v0, .hc_m_v1, .hc_m_v2, .hc_m_v3, .hc_m_v4, .hc_m_v5, .hc_m_v6, .hc_m_v7, .hc_m_v8, .hc_m_v9, .hc_m_v10, .hc_m_v11, .hc_m_v12, .hc_m_v13, .hc_m_v14, .hc_m_v15, .hc_m_v16, .hc_m_v17, .hc_m_v18, .hc_m_v19,
.hc_m_outer, 
.hc_m_content {
    * display: inline-block; /* fix haslayout */
}
.hc_m_widget, .hc_m_popover, .hc_m, .hc_m_v0, .hc_m_v1, .hc_m_v2, .hc_m_v3, .hc_m_v4, .hc_m_v5, .hc_m_v6, .hc_m_v7, .hc_m_v8, .hc_m_v9, .hc_m_v10, .hc_m_v11, .hc_m_v12, .hc_m_v13, .hc_m_v14, .hc_m_v15, .hc_m_v16, .hc_m_v17, .hc_m_v18, .hc_m_v19,
.hc_m_outer,
.hc_m_content,
.hc_m_hd,
.hc_m_ft {
    display: block;
}
.hc_m_widget, .hc_m_popover, .hc_m, .hc_m_v0, .hc_m_v1, .hc_m_v2, .hc_m_v3, .hc_m_v4, .hc_m_v5, .hc_m_v6, .hc_m_v7, .hc_m_v8, .hc_m_v9, .hc_m_v10, .hc_m_v11, .hc_m_v12, .hc_m_v13, .hc_m_v14, .hc_m_v15, .hc_m_v16, .hc_m_v17, .hc_m_v18, .hc_m_v19 {
    position: relative;
    margin-bottom: 10px;
}
.hc_m_widget p, .hc_m_popover p, .hc_m p, .hc_m_v0 p, .hc_m_v1 p, .hc_m_v2 p, .hc_m_v3 p, .hc_m_v4 p, .hc_m_v5 p, .hc_m_v6 p, .hc_m_v7 p, .hc_m_v8 p, .hc_m_v9 p, .hc_m_v10 p, .hc_m_v11 p, .hc_m_v12 p, .hc_m_v13 p, .hc_m_v14 p, .hc_m_v15 p, .hc_m_v16 p, .hc_m_v17 p, .hc_m_v18 p, .hc_m_v19 p {
    display: block;
    padding: 0 0 10px;
    margin: 0;
}

.b1h,  
.b2h, 
.b3h, 
.b4h, 
.b2bh, 
.b3bh, 
.b4bh {
    * display: inline-block;
}
.b1h, 
.b2h, 
.b3h, 
.b4h, 
.b2bh, 
.b3bh, 
.b4bh {
	display: block;
	font-size: 1px;
	overflow: hidden;
}
.b1h {
	height: 1px;

	margin: 0 5px;
}
.b1bh {
	height: 1px;

	margin: 0 5px;
}
.b2h {
	height: 1px;



	margin: 0 3px;
}
.b2bh {
	height: 1px;



	margin: 0 3px;
}
.b3h {
	height: 1px;



	margin: 0 2px;
}
.b3bh {
    height: 1px;



	margin: 0 2px;
}
.b4h {
	height: 2px;



	margin: 0 1px;
}
.b4bh {
	height: 2px;



	margin: 0 1px;
}

.hc_m_outer {



	* display: inline-block;
}
.hc_m_hd {
	text-align: left;


	padding-left: 10px;
	padding-right: 10px;
}
.hc_m_ft {
	text-align: left;


	* display: inline;
	display: none; /* disable for now */
	padding-left: 10px;
	padding-right: 10px;
}
.hc_m_content {


	padding: 10px;
	* display: inline-block;
}

/* hc module close button for popovers */
.hc_m_close {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0.9em;
    padding-top: 0.2em;
    z-index: 800;
}
.hc_rtl .hc_m_close {
    right: auto;
    left: 10px;
}

/* hc module slogan text */
.hc_m_slogan {
    display: block;
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 1.5em;

}
.hc_rtl .hc_m_slogan {
    right: auto;
    left: 20px;
}

/* hc module headings */
.hc_m_hd h1 {
	text-align: left;
	padding-top: 0;
	padding-bottom: 3px;
	margin: 0;
}
.hc_m_hd h2,
.hc_m_hd h3,
.hc_m_hd h4,
.hc_m_hd h5,
.hc_m_hd h6 {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 8px;
	margin: 0;
	font-size: 1.25em;
}
.hc_rtl .hc_m_hd h1,
.hc_rtl .hc_m_hd h2,
.hc_rtl .hc_m_hd h3,
.hc_rtl .hc_m_hd h4,
.hc_rtl .hc_m_hd h5,
.hc_rtl .hc_m_hd h6 {
    text-align: right;
}

.hc_m_content .hc_highlight {
    color: [hc_m_highlight_text]!important;
    background: [hc_m_highlight_bg]!important;
}
.hc_m_content .hc_lowlight,
.hc_m_content .hc_dehighlight {
    color: [hc_m_lowlight_text]!important;
    background: [hc_m_lowlight_bg]!important;
}

.hc_m_hide .hc_m_content {
    display: none!important;
}

/* module boxes */
.hc_m {
	margin-bottom: 20px;
}
.hc_m .b1h, .hc_m_content .hc_m .b1h,
.hc_m .b2h, .hc_m_content .hc_m .b2h,
.hc_m .b3h, .hc_m_content .hc_m .b3h,
.hc_m .b4h, .hc_m_content .hc_m .b4h,
.hc_m .b1bh, .hc_m_content .hc_m .b1bh,
.hc_m .b2bh, .hc_m_content .hc_m .b2bh,
.hc_m .b3bh, .hc_m_content .hc_m .b3bh,
.hc_m .b4bh, .hc_m_content .hc_m .b4bh {
	display: none;
}
.hc_m .hc_m_content .b1h,
.hc_m .hc_m_content .b1bh,
.hc_m .hc_m_content .b2h,
.hc_m .hc_m_content .b2bh,
.hc_m .hc_m_content .b3h,
.hc_m .hc_m_content .b3bh,
.hc_m .hc_m_content .b4h,
.hc_m .hc_m_content .b4bh {
    display: block;
}
.hc_m .hc_m_outer, .hc_m_content .hc_m .hc_m_outer {
	border: none;
	background: none;
}
.hc_m .hc_m_hd, .hc_m_content .hc_m .hc_m_hd {
    padding: 0;

}
.hc_m .hc_m_ft, .hc_m_content .hc_m .hc_m_ft {
	padding: 0;

}
.hc_m_content .hc_m .hc_m_hd, .hc_m_content .hc_m .hc_m_hd,
.hc_m_content .hc_m .hc_m_ft, .hc_m_content .hc_m .hc_m_ft {

}
.hc_m .hc_m_content, .hc_m_content .hc_m .hc_m_content {
	padding: 0;
	position: relative;
	display: block;
	text-align: left;

}
.hc_m_content .hc_m .hc_m_content {

}
.hc_rtl .hc_m .hc_m_content, .hc_rtl .hc_m_content .hc_m .hc_m_content {
    text-align: right;
}

/* --- end HC Base - Modules --- */
/* --- Module Design Set version 1 - Module version 0 --- */

/* popovers */
.hc_m_v0.hc_m_po {
    background: #fff;
}
.hc_m_v0.hc_m_po .hc_m_arrow_top {

}
.hc_m_v0.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v0.hc_m_po .hc_m_arrow_right {

}
.hc_m_v0.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v0.hc_m_po .hc_m_arrow_left {

}
.hc_m_v0.hc_m_po .hc_m_hd {
    padding: 5px 9px;
}
/* end popovers */
/* --- Module Design Set version 1 - Module version 1 --- */

/* module colors */
.hc_m_v1,
.hc_m_content .hc_m_v1 {

}
.hc_m_v1 a,
.hc_m_content .hc_m_v1 a {

}
.hc_m_v1 a:active,
.hc_m_content .hc_m_v1 a:active {

}
.hc_m_v1 a:visited,
.hc_m_content .hc_m_v1 a:visited {

} 
.hc_m_v1 a:hover,
.hc_m_content .hc_m_v1 a:hover {

}

.hc_m_v1 .hc_highlight,
.hc_m_content .hc_m_v1 .hc_highlight {
    color: [hc_m_v1_highlight_text]!important;
    background: [hc_m_v1_highlight_bg]!important;
}
.hc_m_v1 .hc_lowlight, 
.hc_m_content .hc_m_v1 .hc_lowlight, 
.hc_m_v1 .hc_dehighlight,
.hc_m_content .hc_m_v1 .hc_dehighlight {
    color: [hc_m_v1_lowlight_text]!important;
    background: [hc_m_v1_lowlight_bg]!important;
}

.hc_m_v1 .b1h,
.hc_m_content .hc_m_v1 .b1h,
.hc_m_v1 .b1bh,
.hc_m_content .hc_m_v1 .b1bh {

}

.hc_m_v1 .b2h,
.hc_m_content .hc_m_v1 .b2h {



}
.hc_m_v1 .b3h,
.hc_m_content .hc_m_v1 .b3h,
.hc_m_v1 .b4h,
.hc_m_content .hc_m_v1 .b4h {



}
.hc_m_v1 .b2bh,
.hc_m_content .hc_m_v1 .b2bh {



}
.hc_m_v1 .b3bh,
.hc_m_content .hc_m_v1 .b3bh,
.hc_m_v1 .b4bh,
.hc_m_content .hc_m_v1 .b4bh {



}

.hc_m_v1 .hc_m_outer,
.hc_m_content .hc_m_v1 .hc_m_outer {



}

.hc_m_v1 .hc_m_hd,
.hc_m_content .hc_m_v1 .hc_m_hd {



}
.hc_m_v1 .hc_m_content,
.hc_m_content .hc_m_v1 .hc_m_content {


}
.hc_m_v1 .hc_m_ft,
.hc_m_content .hc_m_v1 .hc_m_ft {



}

.hc_m_v1 .hc_m_hd h1, .hc_m_content .hc_m_v1 .hc_m_hd h1,
.hc_m_v1 .hc_m_hd h2, .hc_m_content .hc_m_v1 .hc_m_hd h2,
.hc_m_v1 .hc_m_hd h3, .hc_m_content .hc_m_v1 .hc_m_hd h3,
.hc_m_v1 .hc_m_hd h4, .hc_m_content .hc_m_v1 .hc_m_hd h4,
.hc_m_v1 .hc_m_hd h5, .hc_m_content .hc_m_v1 .hc_m_hd h5,
.hc_m_v1 .hc_m_hd h6, .hc_m_content .hc_m_v1 .hc_m_hd h6 {

}

.hc_m_v1 .hc_m_hd a, .hc_m_content .hc_m_v1 .hc_m_hd a,
.hc_m_v1 .hc_m_hd h1 a, .hc_m_content .hc_m_v1 .hc_m_hd h1 a,
.hc_m_v1 .hc_m_hd h2 a, .hc_m_content .hc_m_v1 .hc_m_hd h2 a,
.hc_m_v1 .hc_m_hd h3 a, .hc_m_content .hc_m_v1 .hc_m_hd h3 a,
.hc_m_v1 .hc_m_hd h4 a, .hc_m_content .hc_m_v1 .hc_m_hd h4 a,
.hc_m_v1 .hc_m_hd h5 a, .hc_m_content .hc_m_v1 .hc_m_hd h5 a,
.hc_m_v1 .hc_m_hd h6 a, .hc_m_content .hc_m_v1 .hc_m_hd h6 a {

}
.hc_m_v1 .hc_m_hd a:hover, .hc_m_content .hc_m_v1 .hc_m_hd a:hover,
.hc_m_v1 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v1 .hc_m_hd h1 a:hover,
.hc_m_v1 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v1 .hc_m_hd h2 a:hover,
.hc_m_v1 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v1 .hc_m_hd h3 a:hover,
.hc_m_v1 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v1 .hc_m_hd h4 a:hover,
.hc_m_v1 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v1 .hc_m_hd h5 a:hover,
.hc_m_v1 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v1 .hc_m_hd h6 a:hover  {

}
.hc_m_v1 .hc_m_hd a:active, .hc_m_content .hc_m_v1 .hc_m_hd a:active,
.hc_m_v1 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v1 .hc_m_hd h1 a:active,
.hc_m_v1 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v1 .hc_m_hd h2 a:active,
.hc_m_v1 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v1 .hc_m_hd h3 a:active,
.hc_m_v1 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v1 .hc_m_hd h4 a:active,
.hc_m_v1 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v1 .hc_m_hd h5 a:active,
.hc_m_v1 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v1 .hc_m_hd h6 a:active {

}
.hc_m_v1 .hc_m_hd a:visited, .hc_m_content .hc_m_v1 .hc_m_hd a:visited,
.hc_m_v1 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v1 .hc_m_hd h1 a:visited,
.hc_m_v1 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v1 .hc_m_hd h2 a:visited,
.hc_m_v1 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v1 .hc_m_hd h3 a:visited,
.hc_m_v1 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v1 .hc_m_hd h4 a:visited,
.hc_m_v1 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v1 .hc_m_hd h5 a:visited,
.hc_m_v1 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v1 .hc_m_hd h6 a:visited {

}

.hc_m_v1 .hc_m_content h1 a, .hc_m_content .hc_m_v1 .hc_m_content h1 a,
.hc_m_v1 .hc_m_content h2 a, .hc_m_content .hc_m_v1 .hc_m_content h2 a,
.hc_m_v1 .hc_m_content h3 a, .hc_m_content .hc_m_v1 .hc_m_content h3 a,
.hc_m_v1 .hc_m_content h4 a, .hc_m_content .hc_m_v1 .hc_m_content h4 a,
.hc_m_v1 .hc_m_content h5 a, .hc_m_content .hc_m_v1 .hc_m_content h5 a,
.hc_m_v1 .hc_m_content h6 a, .hc_m_content .hc_m_v1 .hc_m_content h6 a {

}
.hc_m_v1 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v1 .hc_m_content h1 a:hover,
.hc_m_v1 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v1 .hc_m_content h2 a:hover,
.hc_m_v1 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v1 .hc_m_content h3 a:hover,
.hc_m_v1 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v1 .hc_m_content h4 a:hover,
.hc_m_v1 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v1 .hc_m_content h5 a:hover,
.hc_m_v1 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v1 .hc_m_content h6 a:hover {

}
.hc_m_v1 .hc_m_content h1 a:active, .hc_m_content .hc_m_v1 .hc_m_content h1 a:active,
.hc_m_v1 .hc_m_content h2 a:active, .hc_m_content .hc_m_v1 .hc_m_content h2 a:active,
.hc_m_v1 .hc_m_content h3 a:active, .hc_m_content .hc_m_v1 .hc_m_content h3 a:active,
.hc_m_v1 .hc_m_content h4 a:active, .hc_m_content .hc_m_v1 .hc_m_content h4 a:active,
.hc_m_v1 .hc_m_content h5 a:active, .hc_m_content .hc_m_v1 .hc_m_content h5 a:active,
.hc_m_v1 .hc_m_content h6 a:active, .hc_m_content .hc_m_v1 .hc_m_content h6 a:active {

}
.hc_m_v1 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v1 .hc_m_content h1 a:visited,
.hc_m_v1 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v1 .hc_m_content h2 a:visited,
.hc_m_v1 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v1 .hc_m_content h3 a:visited,
.hc_m_v1 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v1 .hc_m_content h4 a:visited,
.hc_m_v1 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v1 .hc_m_content h5 a:visited,
.hc_m_v1 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v1 .hc_m_content h6 a:visited {

}

/* end module colors */

/* Module structure */
.hc_m_v1 {
	display: block;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.hc_m_v1 .hc_m_content, .hc_m_content .hc_m_v1 .hc_m_content {
	padding: 10px;
	position: relative;
	display: block;
	text-align: left;
	* height: 1%;
}
.hc_rtl .hc_m_v1 .hc_m_content,
.hc_rtl .hc_m_content .hc_m_v1 .hc_m_content {
    text-align: right;
}
/* end Module structure */

/* popovers */
.hc_m_v1.hc_m_po {
    width: auto;
}
.hc_m_v1.hc_m_po .hc_m_arrow_top {
 
}
.hc_m_v1.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v1.hc_m_po .hc_m_arrow_right {

}
.hc_m_v1.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v1.hc_m_po .hc_m_arrow_left {

}
/* end popovers */

/* --- Module Design Set version 1 - Module version 2 --- */

/* Module colors */
.hc_m_v2,
.hc_m_content .hc_m_v2 {

}
.hc_m_v2 a,
.hc_m_content .hc_m_v2 a {

}
.hc_m_v2 a:active,
.hc_m_content .hc_m_v2 a:active {

}
.hc_m_v2 a:visited,
.hc_m_content .hc_m_v2 a:visited {

} 
.hc_m_v2 a:hover,
.hc_m_content .hc_m_v2 a:hover {

}

.hc_m_v2 .hc_highlight,
.hc_m_content .hc_m_v2 .hc_highlight {
    color: [hc_m_v2_highlight_text]!important;
    background: [hc_m_v2_highlight_bg]!important;
}
.hc_m_v2 .hc_lowlight, 
.hc_m_content .hc_m_v2 .hc_lowlight, 
.hc_m_v2 .hc_dehighlight,
.hc_m_content .hc_m_v2 .hc_dehighlight {
    color: [hc_m_v2_lowlight_text]!important;
    background: [hc_m_v2_lowlight_bg]!important;
}

.hc_m_v2 .b1h,
.hc_m_content .hc_m_v2 .b1h,
.hc_m_v2 .b1bh,
.hc_m_content .hc_m_v2 .b1bh {

}

.hc_m_v2 .b2h,
.hc_m_content .hc_m_v2 .b2h {



}
.hc_m_v2 .b3h,
.hc_m_content .hc_m_v2 .b3h,
.hc_m_v2 .b4h,
.hc_m_content .hc_m_v2 .b4h {



}
.hc_m_v2 .b2bh,
.hc_m_content .hc_m_v2 .b2bh {



}
.hc_m_v2 .b3bh,
.hc_m_content .hc_m_v2 .b3bh,
.hc_m_v2 .b4bh,
.hc_m_content .hc_m_v2 .b4bh {



}

.hc_m_v2 .hc_m_outer,
.hc_m_content .hc_m_v2 .hc_m_outer {



}

.hc_m_v2 .hc_m_hd,
.hc_m_content .hc_m_v2 .hc_m_hd {



}
.hc_m_v2 .hc_m_content,
.hc_m_content .hc_m_v2 .hc_m_content {


}
.hc_m_v2 .hc_m_ft,
.hc_m_content .hc_m_v2 .hc_m_ft {



}

.hc_m_v2 .hc_m_hd h1, .hc_m_content .hc_m_v2 .hc_m_hd h1,
.hc_m_v2 .hc_m_hd h2, .hc_m_content .hc_m_v2 .hc_m_hd h2,
.hc_m_v2 .hc_m_hd h3, .hc_m_content .hc_m_v2 .hc_m_hd h3,
.hc_m_v2 .hc_m_hd h4, .hc_m_content .hc_m_v2 .hc_m_hd h4,
.hc_m_v2 .hc_m_hd h5, .hc_m_content .hc_m_v2 .hc_m_hd h5,
.hc_m_v2 .hc_m_hd h6, .hc_m_content .hc_m_v2 .hc_m_hd h6 {

}

.hc_m_v2 .hc_m_hd a, .hc_m_content .hc_m_v2 .hc_m_hd a,
.hc_m_v2 .hc_m_hd h1 a, .hc_m_content .hc_m_v2 .hc_m_hd h1 a,
.hc_m_v2 .hc_m_hd h2 a, .hc_m_content .hc_m_v2 .hc_m_hd h2 a,
.hc_m_v2 .hc_m_hd h3 a, .hc_m_content .hc_m_v2 .hc_m_hd h3 a,
.hc_m_v2 .hc_m_hd h4 a, .hc_m_content .hc_m_v2 .hc_m_hd h4 a,
.hc_m_v2 .hc_m_hd h5 a, .hc_m_content .hc_m_v2 .hc_m_hd h5 a,
.hc_m_v2 .hc_m_hd h6 a, .hc_m_content .hc_m_v2 .hc_m_hd h6 a {

}
.hc_m_v2 .hc_m_hd a:hover, .hc_m_content .hc_m_v2 .hc_m_hd a:hover,
.hc_m_v2 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v2 .hc_m_hd h1 a:hover,
.hc_m_v2 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v2 .hc_m_hd h2 a:hover,
.hc_m_v2 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v2 .hc_m_hd h3 a:hover,
.hc_m_v2 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v2 .hc_m_hd h4 a:hover,
.hc_m_v2 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v2 .hc_m_hd h5 a:hover,
.hc_m_v2 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v2 .hc_m_hd h6 a:hover  {

}
.hc_m_v2 .hc_m_hd a:active, .hc_m_content .hc_m_v2 .hc_m_hd a:active,
.hc_m_v2 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v2 .hc_m_hd h1 a:active,
.hc_m_v2 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v2 .hc_m_hd h2 a:active,
.hc_m_v2 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v2 .hc_m_hd h3 a:active,
.hc_m_v2 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v2 .hc_m_hd h4 a:active,
.hc_m_v2 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v2 .hc_m_hd h5 a:active,
.hc_m_v2 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v2 .hc_m_hd h6 a:active {

}
.hc_m_v2 .hc_m_hd a:visited, .hc_m_content .hc_m_v2 .hc_m_hd a:visited,
.hc_m_v2 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v2 .hc_m_hd h1 a:visited,
.hc_m_v2 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v2 .hc_m_hd h2 a:visited,
.hc_m_v2 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v2 .hc_m_hd h3 a:visited,
.hc_m_v2 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v2 .hc_m_hd h4 a:visited,
.hc_m_v2 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v2 .hc_m_hd h5 a:visited,
.hc_m_v2 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v2 .hc_m_hd h6 a:visited {

}

.hc_m_v2 .hc_m_content h1 a, .hc_m_content .hc_m_v2 .hc_m_content h1 a,
.hc_m_v2 .hc_m_content h2 a, .hc_m_content .hc_m_v2 .hc_m_content h2 a,
.hc_m_v2 .hc_m_content h3 a, .hc_m_content .hc_m_v2 .hc_m_content h3 a,
.hc_m_v2 .hc_m_content h4 a, .hc_m_content .hc_m_v2 .hc_m_content h4 a,
.hc_m_v2 .hc_m_content h5 a, .hc_m_content .hc_m_v2 .hc_m_content h5 a,
.hc_m_v2 .hc_m_content h6 a, .hc_m_content .hc_m_v2 .hc_m_content h6 a {

}
.hc_m_v2 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v2 .hc_m_content h1 a:hover,
.hc_m_v2 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v2 .hc_m_content h2 a:hover,
.hc_m_v2 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v2 .hc_m_content h3 a:hover,
.hc_m_v2 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v2 .hc_m_content h4 a:hover,
.hc_m_v2 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v2 .hc_m_content h5 a:hover,
.hc_m_v2 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v2 .hc_m_content h6 a:hover {

}
.hc_m_v2 .hc_m_content h1 a:active, .hc_m_content .hc_m_v2 .hc_m_content h1 a:active,
.hc_m_v2 .hc_m_content h2 a:active, .hc_m_content .hc_m_v2 .hc_m_content h2 a:active,
.hc_m_v2 .hc_m_content h3 a:active, .hc_m_content .hc_m_v2 .hc_m_content h3 a:active,
.hc_m_v2 .hc_m_content h4 a:active, .hc_m_content .hc_m_v2 .hc_m_content h4 a:active,
.hc_m_v2 .hc_m_content h5 a:active, .hc_m_content .hc_m_v2 .hc_m_content h5 a:active,
.hc_m_v2 .hc_m_content h6 a:active, .hc_m_content .hc_m_v2 .hc_m_content h6 a:active {

}
.hc_m_v2 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v2 .hc_m_content h1 a:visited,
.hc_m_v2 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v2 .hc_m_content h2 a:visited,
.hc_m_v2 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v2 .hc_m_content h3 a:visited,
.hc_m_v2 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v2 .hc_m_content h4 a:visited,
.hc_m_v2 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v2 .hc_m_content h5 a:visited,
.hc_m_v2 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v2 .hc_m_content h6 a:visited {

}

/* end Module colors */

/* Module structure */
.hc_m_v2, .hc_m_v2_lite {
	margin-bottom: 10px;
}
.hc_m_v2 .hc_m_outer, .hc_m_content .hc_m_v2 .hc_m_outer {
	padding-left: 3px;
	padding-right: 3px;
}
.hc_m_v2 .hc_m_content, .hc_m_content .hc_m_v2 .hc_m_content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.hc_m_v2 .hc_m_hd h1, .hc_m_content .hc_m_v2 .hc_m_hd h1,
.hc_m_v2 .hc_m_hd h2, .hc_m_content .hc_m_v2 .hc_m_hd h2,
.hc_m_v2 .hc_m_hd h3, .hc_m_content .hc_m_v2 .hc_m_hd h3,
.hc_m_v2 .hc_m_hd h4, .hc_m_content .hc_m_v2 .hc_m_hd h4,
.hc_m_v2 .hc_m_hd h5, .hc_m_content .hc_m_v2 .hc_m_hd h5,
.hc_m_v2 .hc_m_hd h6, .hc_m_content .hc_m_v2 .hc_m_hd h6{
	text-align: center;
}
/* end Module structure */

/* popovers */
.hc_m_v2.hc_m_po .hc_m_arrow_top {

}
.hc_m_v2.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v2.hc_m_po .hc_m_arrow_right {

}
.hc_m_v2.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v2.hc_m_po .hc_m_arrow_left {

}
/* end popovers */

/* --- Module Design Set version 1 - Module version 3 --- */
/* module colors */
.hc_m_v3,
.hc_m_content .hc_m_v3 {

}
.hc_m_v3 a,
.hc_m_content .hc_m_v3 a {

}
.hc_m_v3 a:active,
.hc_m_content .hc_m_v3 a:active {

}
.hc_m_v3 a:visited,
.hc_m_content .hc_m_v3 a:visited {

} 
.hc_m_v3 a:hover,
.hc_m_content .hc_m_v3 a:hover {

}

.hc_m_v3 .hc_highlight,
.hc_m_content .hc_m_v3 .hc_highlight {
    color: [hc_m_v3_highlight_text]!important;
    background: [hc_m_v3_highlight_bg]!important;
}
.hc_m_v3 .hc_lowlight, 
.hc_m_content .hc_m_v3 .hc_lowlight, 
.hc_m_v3 .hc_dehighlight,
.hc_m_content .hc_m_v3 .hc_dehighlight {
    color: [hc_m_v3_lowlight_text]!important;
    background: [hc_m_v3_lowlight_bg]!important;
}

.hc_m_v3 .b1h,
.hc_m_content .hc_m_v3 .b1h,
.hc_m_v3 .b1bh,
.hc_m_content .hc_m_v3 .b1bh {

}

.hc_m_v3 .b2h,
.hc_m_content .hc_m_v3 .b2h {



}
.hc_m_v3 .b3h,
.hc_m_content .hc_m_v3 .b3h,
.hc_m_v3 .b4h,
.hc_m_content .hc_m_v3 .b4h {



}
.hc_m_v3 .b2bh,
.hc_m_content .hc_m_v3 .b2bh {



}
.hc_m_v3 .b3bh,
.hc_m_content .hc_m_v3 .b3bh,
.hc_m_v3 .b4bh,
.hc_m_content .hc_m_v3 .b4bh {



}

.hc_m_v3 .hc_m_outer,
.hc_m_content .hc_m_v3 .hc_m_outer {



}

.hc_m_v3 .hc_m_hd,
.hc_m_content .hc_m_v3 .hc_m_hd {



}
.hc_m_v3 .hc_m_ft,
.hc_m_content .hc_m_v3 .hc_m_ft {



}
.hc_m_v3 .hc_m_hd h1, .hc_m_content .hc_m_v3 .hc_m_hd h1,
.hc_m_v3 .hc_m_hd h2, .hc_m_content .hc_m_v3 .hc_m_hd h2,
.hc_m_v3 .hc_m_hd h3, .hc_m_content .hc_m_v3 .hc_m_hd h3,
.hc_m_v3 .hc_m_hd h4, .hc_m_content .hc_m_v3 .hc_m_hd h4,
.hc_m_v3 .hc_m_hd h5, .hc_m_content .hc_m_v3 .hc_m_hd h5,
.hc_m_v3 .hc_m_hd h6, .hc_m_content .hc_m_v3 .hc_m_hd h6 {

}

.hc_m_v3 .hc_m_hd a, .hc_m_content .hc_m_v3 .hc_m_hd a,
.hc_m_v3 .hc_m_hd h1 a, .hc_m_content .hc_m_v3 .hc_m_hd h1 a,
.hc_m_v3 .hc_m_hd h2 a, .hc_m_content .hc_m_v3 .hc_m_hd h2 a,
.hc_m_v3 .hc_m_hd h3 a, .hc_m_content .hc_m_v3 .hc_m_hd h3 a,
.hc_m_v3 .hc_m_hd h4 a, .hc_m_content .hc_m_v3 .hc_m_hd h4 a,
.hc_m_v3 .hc_m_hd h5 a, .hc_m_content .hc_m_v3 .hc_m_hd h5 a,
.hc_m_v3 .hc_m_hd h6 a, .hc_m_content .hc_m_v3 .hc_m_hd h6 a {

}
.hc_m_v3 .hc_m_hd a:hover, .hc_m_content .hc_m_v3 .hc_m_hd a:hover,
.hc_m_v3 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v3 .hc_m_hd h1 a:hover,
.hc_m_v3 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v3 .hc_m_hd h2 a:hover,
.hc_m_v3 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v3 .hc_m_hd h3 a:hover,
.hc_m_v3 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v3 .hc_m_hd h4 a:hover,
.hc_m_v3 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v3 .hc_m_hd h5 a:hover,
.hc_m_v3 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v3 .hc_m_hd h6 a:hover  {

}
.hc_m_v3 .hc_m_hd a:active, .hc_m_content .hc_m_v3 .hc_m_hd a:active,
.hc_m_v3 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v3 .hc_m_hd h1 a:active,
.hc_m_v3 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v3 .hc_m_hd h2 a:active,
.hc_m_v3 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v3 .hc_m_hd h3 a:active,
.hc_m_v3 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v3 .hc_m_hd h4 a:active,
.hc_m_v3 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v3 .hc_m_hd h5 a:active,
.hc_m_v3 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v3 .hc_m_hd h6 a:active {

}
.hc_m_v3 .hc_m_hd a:visited, .hc_m_content .hc_m_v3 .hc_m_hd a:visited,
.hc_m_v3 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v3 .hc_m_hd h1 a:visited,
.hc_m_v3 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v3 .hc_m_hd h2 a:visited,
.hc_m_v3 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v3 .hc_m_hd h3 a:visited,
.hc_m_v3 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v3 .hc_m_hd h4 a:visited,
.hc_m_v3 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v3 .hc_m_hd h5 a:visited,
.hc_m_v3 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v3 .hc_m_hd h6 a:visited {

}

.hc_m_v3 .hc_m_content h1 a, .hc_m_content .hc_m_v3 .hc_m_content h1 a,
.hc_m_v3 .hc_m_content h2 a, .hc_m_content .hc_m_v3 .hc_m_content h2 a,
.hc_m_v3 .hc_m_content h3 a, .hc_m_content .hc_m_v3 .hc_m_content h3 a,
.hc_m_v3 .hc_m_content h4 a, .hc_m_content .hc_m_v3 .hc_m_content h4 a,
.hc_m_v3 .hc_m_content h5 a, .hc_m_content .hc_m_v3 .hc_m_content h5 a,
.hc_m_v3 .hc_m_content h6 a, .hc_m_content .hc_m_v3 .hc_m_content h6 a {

}
.hc_m_v3 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v3 .hc_m_content h1 a:hover,
.hc_m_v3 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v3 .hc_m_content h2 a:hover,
.hc_m_v3 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v3 .hc_m_content h3 a:hover,
.hc_m_v3 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v3 .hc_m_content h4 a:hover,
.hc_m_v3 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v3 .hc_m_content h5 a:hover,
.hc_m_v3 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v3 .hc_m_content h6 a:hover {

}
.hc_m_v3 .hc_m_content h1 a:active, .hc_m_content .hc_m_v3 .hc_m_content h1 a:active,
.hc_m_v3 .hc_m_content h2 a:active, .hc_m_content .hc_m_v3 .hc_m_content h2 a:active,
.hc_m_v3 .hc_m_content h3 a:active, .hc_m_content .hc_m_v3 .hc_m_content h3 a:active,
.hc_m_v3 .hc_m_content h4 a:active, .hc_m_content .hc_m_v3 .hc_m_content h4 a:active,
.hc_m_v3 .hc_m_content h5 a:active, .hc_m_content .hc_m_v3 .hc_m_content h5 a:active,
.hc_m_v3 .hc_m_content h6 a:active, .hc_m_content .hc_m_v3 .hc_m_content h6 a:active {

}
.hc_m_v3 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v3 .hc_m_content h1 a:visited,
.hc_m_v3 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v3 .hc_m_content h2 a:visited,
.hc_m_v3 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v3 .hc_m_content h3 a:visited,
.hc_m_v3 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v3 .hc_m_content h4 a:visited,
.hc_m_v3 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v3 .hc_m_content h5 a:visited,
.hc_m_v3 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v3 .hc_m_content h6 a:visited {

}

.hc_m_v3 .hc_m_content,
.hc_m_content .hc_m_v3 .hc_m_content {


}

.hc_m_v3 .hc_m_ft,
.hc_m_content .hc_m_v3 .hc_m_ft {


}
/* end module colors */

/* Module structure */
.hc_m_v3 {
	display: block;
	float: left;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.hc_rtl .hc_m_v3 {
    float: none;
}

.hc_m_v3 .hc_m_content, .hc_m_content .hc_m_v3 .hc_m_content {
	padding: 10px;
	position: relative;
	display: block;
	text-align: left;
	* height: 1%;
}
.hc_rtl .hc_m_v3 .hc_m_content,
.hc_rtl .hc_m_content .hc_m_v3 .hc_m_content {
    text-align: right;
}
/* end Module structure */

/* popovers */
.hc_m_v3.hc_m_po {
    width: auto;
}
.hc_m_v3.hc_m_po .hc_m_arrow_top {

}
.hc_m_v3.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v3.hc_m_po .hc_m_arrow_right {

}
.hc_m_v3.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v3.hc_m_po .hc_m_arrow_left {

}
/* end popovers */
/* --- Module Design Set version 1 - Module version 4 --- */

/* Module colors */
.hc_m_v4,
.hc_m_content .hc_m_v4 {

}
.hc_m_v4 a,
.hc_m_content .hc_m_v4 a {

}
.hc_m_v4 a:active,
.hc_m_content .hc_m_v4 a:active {

}
.hc_m_v4 a:visited,
.hc_m_content .hc_m_v4 a:visited {

} 
.hc_m_v4 a:hover,
.hc_m_content .hc_m_v4 a:hover {

}

.hc_m_v4 .hc_highlight,
.hc_m_content .hc_m_v4 .hc_highlight {
    color: [hc_m_v4_highlight_text]!important;
    background: [hc_m_v4_highlight_bg]!important;
}
.hc_m_v4 .hc_lowlight, 
.hc_m_content .hc_m_v4 .hc_lowlight, 
.hc_m_v4 .hc_dehighlight,
.hc_m_content .hc_m_v4 .hc_dehighlight {
    color: [hc_m_v4_lowlight_text]!important;
    background: [hc_m_v4_lowlight_bg]!important;
}

.hc_m_v4 .hc_m_hd h1, .hc_m_content .hc_m_v4 .hc_m_hd h1,
.hc_m_v4 .hc_m_hd h2, .hc_m_content .hc_m_v4 .hc_m_hd h2,
.hc_m_v4 .hc_m_hd h3, .hc_m_content .hc_m_v4 .hc_m_hd h3,
.hc_m_v4 .hc_m_hd h4, .hc_m_content .hc_m_v4 .hc_m_hd h4,
.hc_m_v4 .hc_m_hd h5, .hc_m_content .hc_m_v4 .hc_m_hd h5,
.hc_m_v4 .hc_m_hd h6, .hc_m_content .hc_m_v4 .hc_m_hd h6 {

}

.hc_m_v4 .hc_m_hd a, .hc_m_content .hc_m_v4 .hc_m_hd a,
.hc_m_v4 .hc_m_hd h1 a, .hc_m_content .hc_m_v4 .hc_m_hd h1 a,
.hc_m_v4 .hc_m_hd h2 a, .hc_m_content .hc_m_v4 .hc_m_hd h2 a,
.hc_m_v4 .hc_m_hd h3 a, .hc_m_content .hc_m_v4 .hc_m_hd h3 a,
.hc_m_v4 .hc_m_hd h4 a, .hc_m_content .hc_m_v4 .hc_m_hd h4 a,
.hc_m_v4 .hc_m_hd h5 a, .hc_m_content .hc_m_v4 .hc_m_hd h5 a,
.hc_m_v4 .hc_m_hd h6 a, .hc_m_content .hc_m_v4 .hc_m_hd h6 a {

}
.hc_m_v4 .hc_m_hd a:hover, .hc_m_content .hc_m_v4 .hc_m_hd a:hover,
.hc_m_v4 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v4 .hc_m_hd h1 a:hover,
.hc_m_v4 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v4 .hc_m_hd h2 a:hover,
.hc_m_v4 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v4 .hc_m_hd h3 a:hover,
.hc_m_v4 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v4 .hc_m_hd h4 a:hover,
.hc_m_v4 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v4 .hc_m_hd h5 a:hover,
.hc_m_v4 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v4 .hc_m_hd h6 a:hover  {

}
.hc_m_v4 .hc_m_hd a:active, .hc_m_content .hc_m_v4 .hc_m_hd a:active,
.hc_m_v4 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v4 .hc_m_hd h1 a:active,
.hc_m_v4 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v4 .hc_m_hd h2 a:active,
.hc_m_v4 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v4 .hc_m_hd h3 a:active,
.hc_m_v4 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v4 .hc_m_hd h4 a:active,
.hc_m_v4 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v4 .hc_m_hd h5 a:active,
.hc_m_v4 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v4 .hc_m_hd h6 a:active {

}
.hc_m_v4 .hc_m_hd a:visited, .hc_m_content .hc_m_v4 .hc_m_hd a:visited,
.hc_m_v4 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v4 .hc_m_hd h1 a:visited,
.hc_m_v4 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v4 .hc_m_hd h2 a:visited,
.hc_m_v4 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v4 .hc_m_hd h3 a:visited,
.hc_m_v4 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v4 .hc_m_hd h4 a:visited,
.hc_m_v4 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v4 .hc_m_hd h5 a:visited,
.hc_m_v4 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v4 .hc_m_hd h6 a:visited {

}

.hc_m_v4 .hc_m_content h1 a, .hc_m_content .hc_m_v4 .hc_m_content h1 a,
.hc_m_v4 .hc_m_content h2 a, .hc_m_content .hc_m_v4 .hc_m_content h2 a,
.hc_m_v4 .hc_m_content h3 a, .hc_m_content .hc_m_v4 .hc_m_content h3 a,
.hc_m_v4 .hc_m_content h4 a, .hc_m_content .hc_m_v4 .hc_m_content h4 a,
.hc_m_v4 .hc_m_content h5 a, .hc_m_content .hc_m_v4 .hc_m_content h5 a,
.hc_m_v4 .hc_m_content h6 a, .hc_m_content .hc_m_v4 .hc_m_content h6 a {

}
.hc_m_v4 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v4 .hc_m_content h1 a:hover,
.hc_m_v4 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v4 .hc_m_content h2 a:hover,
.hc_m_v4 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v4 .hc_m_content h3 a:hover,
.hc_m_v4 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v4 .hc_m_content h4 a:hover,
.hc_m_v4 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v4 .hc_m_content h5 a:hover,
.hc_m_v4 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v4 .hc_m_content h6 a:hover {

}
.hc_m_v4 .hc_m_content h1 a:active, .hc_m_content .hc_m_v4 .hc_m_content h1 a:active,
.hc_m_v4 .hc_m_content h2 a:active, .hc_m_content .hc_m_v4 .hc_m_content h2 a:active,
.hc_m_v4 .hc_m_content h3 a:active, .hc_m_content .hc_m_v4 .hc_m_content h3 a:active,
.hc_m_v4 .hc_m_content h4 a:active, .hc_m_content .hc_m_v4 .hc_m_content h4 a:active,
.hc_m_v4 .hc_m_content h5 a:active, .hc_m_content .hc_m_v4 .hc_m_content h5 a:active,
.hc_m_v4 .hc_m_content h6 a:active, .hc_m_content .hc_m_v4 .hc_m_content h6 a:active {

}
.hc_m_v4 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v4 .hc_m_content h1 a:visited,
.hc_m_v4 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v4 .hc_m_content h2 a:visited,
.hc_m_v4 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v4 .hc_m_content h3 a:visited,
.hc_m_v4 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v4 .hc_m_content h4 a:visited,
.hc_m_v4 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v4 .hc_m_content h5 a:visited,
.hc_m_v4 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v4 .hc_m_content h6 a:visited {

}

/* Module structure */
.hc_m_v4 .b1h,
.hc_m_v4 .b2h,
.hc_m_v4 .b3h,
.hc_m_v4 .b4h,
.hc_m_v4 .b1bh,
.hc_m_v4 .b2bh,
.hc_m_v4 .b3bh,
.hc_m_v4 .b4bh {
    display: none;
}
.hc_m_v4 .hc_m_outer {
    border: none;


    padding-bottom: 10px;
}
.hc_m_v4 .hc_m_hd {

    padding: 0;
}
.hc_m_v4 .hc_m_ft {
    display: none;

    padding: 0;
}
.hc_m_v4 .hc_m_content {

    padding: 0;
}

/* popovers */
.hc_m_v4.hc_m_po {

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}
.hc_m_v4.hc_m_po .hc_m_hd,
.hc_m_v4.hc_m_po .hc_m_outer {
    background: none;
    border: none;
}
.hc_m_v4.hc_m_po .hc_m_arrow_top {

}
.hc_m_v4.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v4.hc_m_po .hc_m_arrow_right {

}
.hc_m_v4.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v4.hc_m_po .hc_m_arrow_left {

}
.hc_m_v4.hc_m_po .hc_m_hd,
.hc_m_v4.hc_m_po .hc_m_content {
    padding: 5px 9px 0;
}
/* end popovers */
/* --- Module Design Set version 1 - Module version 5 --- */

/* Module colors */
.hc_m_v5,
.hc_m_content .hc_m_v5 {

}
.hc_m_v5 a,
.hc_m_content .hc_m_v5 a {

}
.hc_m_v5 a:active,
.hc_m_content .hc_m_v5 a:active {

}
.hc_m_v5 a:visited,
.hc_m_content .hc_m_v5 a:visited {

} 
.hc_m_v5 a:hover,
.hc_m_content .hc_m_v5 a:hover {

}

.hc_m_v5 .hc_highlight,
.hc_m_content .hc_m_v5 .hc_highlight {
    color: [hc_m_v5_highlight_text]!important;
    background: [hc_m_v5_highlight_bg]!important;
}
.hc_m_v5 .hc_lowlight, 
.hc_m_content .hc_m_v5 .hc_lowlight, 
.hc_m_v5 .hc_dehighlight,
.hc_m_content .hc_m_v5 .hc_dehighlight {
    color: [hc_m_v5_lowlight_text]!important;
    background: [hc_m_v5_lowlight_bg]!important;
}

.hc_m_v5 .b1h,
.hc_m_content .hc_m_v5 .b1h,
.hc_m_v5 .b1bh,
.hc_m_content .hc_m_v5 .b1bh {

}

.hc_m_v5 .b2h,
.hc_m_content .hc_m_v5 .b2h {



}
.hc_m_v5 .b3h,
.hc_m_content .hc_m_v5 .b3h,
.hc_m_v5 .b4h,
.hc_m_content .hc_m_v5 .b4h {



}
.hc_m_v5 .b2bh,
.hc_m_content .hc_m_v5 .b2bh {



}
.hc_m_v5 .b3bh,
.hc_m_content .hc_m_v5 .b3bh,
.hc_m_v5 .b4bh,
.hc_m_content .hc_m_v5 .b4bh {



}

.hc_m_v5 .hc_m_outer,
.hc_m_content .hc_m_v5 .hc_m_outer {



}

.hc_m_v5 .hc_m_hd,
.hc_m_content .hc_m_v5 .hc_m_hd {



}

.hc_m_v5 .hc_m_content,
.hc_m_content .hc_m_v5 .hc_m_content {


}

.hc_m_v5 .hc_m_ft,
.hc_m_content .hc_m_v5 .hc_m_ft {



}

.hc_m_v5 .hc_m_hd h1, .hc_m_content .hc_m_v5 .hc_m_hd h1,
.hc_m_v5 .hc_m_hd h2, .hc_m_content .hc_m_v5 .hc_m_hd h2,
.hc_m_v5 .hc_m_hd h3, .hc_m_content .hc_m_v5 .hc_m_hd h3,
.hc_m_v5 .hc_m_hd h4, .hc_m_content .hc_m_v5 .hc_m_hd h4,
.hc_m_v5 .hc_m_hd h5, .hc_m_content .hc_m_v5 .hc_m_hd h5,
.hc_m_v5 .hc_m_hd h6, .hc_m_content .hc_m_v5 .hc_m_hd h6 {

}

.hc_m_v5 .hc_m_hd a, .hc_m_content .hc_m_v5 .hc_m_hd a,
.hc_m_v5 .hc_m_hd h1 a, .hc_m_content .hc_m_v5 .hc_m_hd h1 a,
.hc_m_v5 .hc_m_hd h2 a, .hc_m_content .hc_m_v5 .hc_m_hd h2 a,
.hc_m_v5 .hc_m_hd h3 a, .hc_m_content .hc_m_v5 .hc_m_hd h3 a,
.hc_m_v5 .hc_m_hd h4 a, .hc_m_content .hc_m_v5 .hc_m_hd h4 a,
.hc_m_v5 .hc_m_hd h5 a, .hc_m_content .hc_m_v5 .hc_m_hd h5 a,
.hc_m_v5 .hc_m_hd h6 a, .hc_m_content .hc_m_v5 .hc_m_hd h6 a {

}
.hc_m_v5 .hc_m_hd a:hover, .hc_m_content .hc_m_v5 .hc_m_hd a:hover,
.hc_m_v5 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v5 .hc_m_hd h1 a:hover,
.hc_m_v5 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v5 .hc_m_hd h2 a:hover,
.hc_m_v5 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v5 .hc_m_hd h3 a:hover,
.hc_m_v5 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v5 .hc_m_hd h4 a:hover,
.hc_m_v5 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v5 .hc_m_hd h5 a:hover,
.hc_m_v5 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v5 .hc_m_hd h6 a:hover  {

}
.hc_m_v5 .hc_m_hd a:active, .hc_m_content .hc_m_v5 .hc_m_hd a:active,
.hc_m_v5 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v5 .hc_m_hd h1 a:active,
.hc_m_v5 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v5 .hc_m_hd h2 a:active,
.hc_m_v5 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v5 .hc_m_hd h3 a:active,
.hc_m_v5 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v5 .hc_m_hd h4 a:active,
.hc_m_v5 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v5 .hc_m_hd h5 a:active,
.hc_m_v5 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v5 .hc_m_hd h6 a:active {

}
.hc_m_v5 .hc_m_hd a:visited, .hc_m_content .hc_m_v5 .hc_m_hd a:visited,
.hc_m_v5 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v5 .hc_m_hd h1 a:visited,
.hc_m_v5 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v5 .hc_m_hd h2 a:visited,
.hc_m_v5 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v5 .hc_m_hd h3 a:visited,
.hc_m_v5 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v5 .hc_m_hd h4 a:visited,
.hc_m_v5 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v5 .hc_m_hd h5 a:visited,
.hc_m_v5 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v5 .hc_m_hd h6 a:visited {

}

.hc_m_v5 .hc_m_content h1 a, .hc_m_content .hc_m_v5 .hc_m_content h1 a,
.hc_m_v5 .hc_m_content h2 a, .hc_m_content .hc_m_v5 .hc_m_content h2 a,
.hc_m_v5 .hc_m_content h3 a, .hc_m_content .hc_m_v5 .hc_m_content h3 a,
.hc_m_v5 .hc_m_content h4 a, .hc_m_content .hc_m_v5 .hc_m_content h4 a,
.hc_m_v5 .hc_m_content h5 a, .hc_m_content .hc_m_v5 .hc_m_content h5 a,
.hc_m_v5 .hc_m_content h6 a, .hc_m_content .hc_m_v5 .hc_m_content h6 a {

}
.hc_m_v5 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v5 .hc_m_content h1 a:hover,
.hc_m_v5 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v5 .hc_m_content h2 a:hover,
.hc_m_v5 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v5 .hc_m_content h3 a:hover,
.hc_m_v5 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v5 .hc_m_content h4 a:hover,
.hc_m_v5 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v5 .hc_m_content h5 a:hover,
.hc_m_v5 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v5 .hc_m_content h6 a:hover {

}
.hc_m_v5 .hc_m_content h1 a:active, .hc_m_content .hc_m_v5 .hc_m_content h1 a:active,
.hc_m_v5 .hc_m_content h2 a:active, .hc_m_content .hc_m_v5 .hc_m_content h2 a:active,
.hc_m_v5 .hc_m_content h3 a:active, .hc_m_content .hc_m_v5 .hc_m_content h3 a:active,
.hc_m_v5 .hc_m_content h4 a:active, .hc_m_content .hc_m_v5 .hc_m_content h4 a:active,
.hc_m_v5 .hc_m_content h5 a:active, .hc_m_content .hc_m_v5 .hc_m_content h5 a:active,
.hc_m_v5 .hc_m_content h6 a:active, .hc_m_content .hc_m_v5 .hc_m_content h6 a:active {

}
.hc_m_v5 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v5 .hc_m_content h1 a:visited,
.hc_m_v5 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v5 .hc_m_content h2 a:visited,
.hc_m_v5 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v5 .hc_m_content h3 a:visited,
.hc_m_v5 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v5 .hc_m_content h4 a:visited,
.hc_m_v5 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v5 .hc_m_content h5 a:visited,
.hc_m_v5 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v5 .hc_m_content h6 a:visited {

}

/* end Module colors */

/* Module structure */
.hc_m_v5 {
	margin-bottom: 10px;
}
.hc_m_v5 .hc_m_content, .hc_m_content .hc_m_v5 .hc_m_content {
	padding-top: 10px;
	padding-bottom: 7px;
}

.hc_m_v5 .hc_m_hd h1, .hc_m_content .hc_m_v5 .hc_m_hd h1,
.hc_m_v5 .hc_m_hd h2, .hc_m_content .hc_m_v5 .hc_m_hd h2,
.hc_m_v5 .hc_m_hd h3, .hc_m_content .hc_m_v5 .hc_m_hd h3,
.hc_m_v5 .hc_m_hd h4, .hc_m_content .hc_m_v5 .hc_m_hd h4,
.hc_m_v5 .hc_m_hd h5, .hc_m_content .hc_m_v5 .hc_m_hd h5,
.hc_m_v5 .hc_m_hd h6, .hc_m_content .hc_m_v5 .hc_m_hd h6 {
	text-align: center;
}
/* end Module structure */

/* popovers */
.hc_m_v5.hc_m_po .hc_m_arrow_top {

}
.hc_m_v5.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v5.hc_m_po .hc_m_arrow_right {

}
.hc_m_v5.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v5.hc_m_po .hc_m_arrow_left {

}
/* end popovers */
/* --- Module Design Set version 1 - Module version 6 --- */

/* Module colors */
.hc_m_v6,
.hc_m_content .hc_m_v6 {

}
.hc_m_v6 a,
.hc_m_content .hc_m_v6 a {

}
.hc_m_v6 a:active,
.hc_m_content .hc_m_v6 a:active {

}
.hc_m_v6 a:visited,
.hc_m_content .hc_m_v6 a:visited {

} 
.hc_m_v6 a:hover,
.hc_m_content .hc_m_v6 a:hover {

}

.hc_m_v6 .hc_highlight,
.hc_m_content .hc_m_v6 .hc_highlight {
    color: [hc_m_v6_highlight_text]!important;
    background: [hc_m_v6_highlight_bg]!important;
}
.hc_m_v6 .hc_lowlight, 
.hc_m_content .hc_m_v6 .hc_lowlight, 
.hc_m_v6 .hc_dehighlight,
.hc_m_content .hc_m_v6 .hc_dehighlight {
    color: [hc_m_v6_lowlight_text]!important;
    background: [hc_m_v6_lowlight_bg]!important;
}

.hc_m_v6 .b1h,
.hc_m_content .hc_m_v6 .b1h,
.hc_m_v6 .b1bh,
.hc_m_content .hc_m_v6 .b1bh {

}

.hc_m_v6 .b2h,
.hc_m_content .hc_m_v6 .b2h {



}
.hc_m_v6 .b3h,
.hc_m_content .hc_m_v6 .b3h,
.hc_m_v6 .b4h,
.hc_m_content .hc_m_v6 .b4h {



}
.hc_m_v6 .b2bh,
.hc_m_content .hc_m_v6 .b2bh {



}
.hc_m_v6 .b3bh,
.hc_m_content .hc_m_v6 .b3bh,
.hc_m_v6 .b4bh,
.hc_m_content .hc_m_v6 .b4bh {



}

.hc_m_v6 .hc_m_outer,
.hc_m_content .hc_m_v6 .hc_m_outer {



}

.hc_m_v6 .hc_m_hd,
.hc_m_content .hc_m_v6 .hc_m_hd {



}
.hc_m_v6 .hc_m_content,
.hc_m_content .hc_m_v6 .hc_m_content {


}
.hc_m_v6 .hc_m_ft,
.hc_m_content .hc_m_v6 .hc_m_ft {



}

.hc_m_v6 .hc_m_hd h1, .hc_m_content .hc_m_v6 .hc_m_hd h1,
.hc_m_v6 .hc_m_hd h2, .hc_m_content .hc_m_v6 .hc_m_hd h2,
.hc_m_v6 .hc_m_hd h3, .hc_m_content .hc_m_v6 .hc_m_hd h3,
.hc_m_v6 .hc_m_hd h4, .hc_m_content .hc_m_v6 .hc_m_hd h4,
.hc_m_v6 .hc_m_hd h5, .hc_m_content .hc_m_v6 .hc_m_hd h5,
.hc_m_v6 .hc_m_hd h6, .hc_m_content .hc_m_v6 .hc_m_hd h6 {

}

.hc_m_v6 .hc_m_hd a, .hc_m_content .hc_m_v6 .hc_m_hd a,
.hc_m_v6 .hc_m_hd h1 a, .hc_m_content .hc_m_v6 .hc_m_hd h1 a,
.hc_m_v6 .hc_m_hd h2 a, .hc_m_content .hc_m_v6 .hc_m_hd h2 a,
.hc_m_v6 .hc_m_hd h3 a, .hc_m_content .hc_m_v6 .hc_m_hd h3 a,
.hc_m_v6 .hc_m_hd h4 a, .hc_m_content .hc_m_v6 .hc_m_hd h4 a,
.hc_m_v6 .hc_m_hd h5 a, .hc_m_content .hc_m_v6 .hc_m_hd h5 a,
.hc_m_v6 .hc_m_hd h6 a, .hc_m_content .hc_m_v6 .hc_m_hd h6 a {

}
.hc_m_v6 .hc_m_hd a:hover, .hc_m_content .hc_m_v6 .hc_m_hd a:hover,
.hc_m_v6 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v6 .hc_m_hd h1 a:hover,
.hc_m_v6 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v6 .hc_m_hd h2 a:hover,
.hc_m_v6 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v6 .hc_m_hd h3 a:hover,
.hc_m_v6 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v6 .hc_m_hd h4 a:hover,
.hc_m_v6 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v6 .hc_m_hd h5 a:hover,
.hc_m_v6 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v6 .hc_m_hd h6 a:hover  {

}
.hc_m_v6 .hc_m_hd a:active, .hc_m_content .hc_m_v6 .hc_m_hd a:active,
.hc_m_v6 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v6 .hc_m_hd h1 a:active,
.hc_m_v6 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v6 .hc_m_hd h2 a:active,
.hc_m_v6 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v6 .hc_m_hd h3 a:active,
.hc_m_v6 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v6 .hc_m_hd h4 a:active,
.hc_m_v6 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v6 .hc_m_hd h5 a:active,
.hc_m_v6 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v6 .hc_m_hd h6 a:active {

}
.hc_m_v6 .hc_m_hd a:visited, .hc_m_content .hc_m_v6 .hc_m_hd a:visited,
.hc_m_v6 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v6 .hc_m_hd h1 a:visited,
.hc_m_v6 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v6 .hc_m_hd h2 a:visited,
.hc_m_v6 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v6 .hc_m_hd h3 a:visited,
.hc_m_v6 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v6 .hc_m_hd h4 a:visited,
.hc_m_v6 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v6 .hc_m_hd h5 a:visited,
.hc_m_v6 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v6 .hc_m_hd h6 a:visited {

}

.hc_m_v6 .hc_m_content h1 a, .hc_m_content .hc_m_v6 .hc_m_content h1 a,
.hc_m_v6 .hc_m_content h2 a, .hc_m_content .hc_m_v6 .hc_m_content h2 a,
.hc_m_v6 .hc_m_content h3 a, .hc_m_content .hc_m_v6 .hc_m_content h3 a,
.hc_m_v6 .hc_m_content h4 a, .hc_m_content .hc_m_v6 .hc_m_content h4 a,
.hc_m_v6 .hc_m_content h5 a, .hc_m_content .hc_m_v6 .hc_m_content h5 a,
.hc_m_v6 .hc_m_content h6 a, .hc_m_content .hc_m_v6 .hc_m_content h6 a {

}
.hc_m_v6 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v6 .hc_m_content h1 a:hover,
.hc_m_v6 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v6 .hc_m_content h2 a:hover,
.hc_m_v6 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v6 .hc_m_content h3 a:hover,
.hc_m_v6 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v6 .hc_m_content h4 a:hover,
.hc_m_v6 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v6 .hc_m_content h5 a:hover,
.hc_m_v6 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v6 .hc_m_content h6 a:hover {

}
.hc_m_v6 .hc_m_content h1 a:active, .hc_m_content .hc_m_v6 .hc_m_content h1 a:active,
.hc_m_v6 .hc_m_content h2 a:active, .hc_m_content .hc_m_v6 .hc_m_content h2 a:active,
.hc_m_v6 .hc_m_content h3 a:active, .hc_m_content .hc_m_v6 .hc_m_content h3 a:active,
.hc_m_v6 .hc_m_content h4 a:active, .hc_m_content .hc_m_v6 .hc_m_content h4 a:active,
.hc_m_v6 .hc_m_content h5 a:active, .hc_m_content .hc_m_v6 .hc_m_content h5 a:active,
.hc_m_v6 .hc_m_content h6 a:active, .hc_m_content .hc_m_v6 .hc_m_content h6 a:active {

}
.hc_m_v6 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v6 .hc_m_content h1 a:visited,
.hc_m_v6 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v6 .hc_m_content h2 a:visited,
.hc_m_v6 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v6 .hc_m_content h3 a:visited,
.hc_m_v6 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v6 .hc_m_content h4 a:visited,
.hc_m_v6 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v6 .hc_m_content h5 a:visited,
.hc_m_v6 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v6 .hc_m_content h6 a:visited {

}


/* end Module colors */

/* Module structure */
.hc_m_v6, .hc_m_v6_lite {
	margin-bottom: 10px;
}
.hc_m_v6 .hc_m_outer, .hc_m_content .hc_m_v6 .hc_m_outer {
	padding-left: 3px;
	padding-right: 3px;
}
.hc_m_v6 .hc_m_content, .hc_m_content .hc_m_v6 .hc_m_content {
	padding-top: 10px;
	padding-bottom: 7px;
}
.hc_m_v6 .hc_m_hd h1, .hc_m_content .hc_m_v6 .hc_m_hd h1,
.hc_m_v6 .hc_m_hd h2, .hc_m_content .hc_m_v6 .hc_m_hd h2,
.hc_m_v6 .hc_m_hd h3, .hc_m_content .hc_m_v6 .hc_m_hd h3,
.hc_m_v6 .hc_m_hd h4, .hc_m_content .hc_m_v6 .hc_m_hd h4,
.hc_m_v6 .hc_m_hd h5, .hc_m_content .hc_m_v6 .hc_m_hd h5,
.hc_m_v6 .hc_m_hd h6, .hc_m_content .hc_m_v6 .hc_m_hd h6 {
	text-align: center;
}
/* end Module structure */

/* popovers */
.hc_m_v6.hc_m_po .hc_m_arrow_top {

}
.hc_m_v6.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v6.hc_m_po .hc_m_arrow_right {

}
.hc_m_v6.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v6.hc_m_po .hc_m_arrow_left {

}
/* end popovers */
/* --- Module Design Set version 1 - Module version 7 --- */

/* Module colors */
.hc_m_v7,
.hc_m_content .hc_m_v7 {

}
.hc_m_v7 a,
.hc_m_content .hc_m_v7 a {

}
.hc_m_v7 a:active,
.hc_m_content .hc_m_v7 a:active {

}
.hc_m_v7 a:visited,
.hc_m_content .hc_m_v7 a:visited {

} 
.hc_m_v7 a:hover,
.hc_m_content .hc_m_v7 a:hover {

}

.hc_m_v7 .hc_highlight,
.hc_m_content .hc_m_v7 .hc_highlight {
    color: [hc_m_v7_highlight_text]!important;
    background: [hc_m_v7_highlight_bg]!important;
}
.hc_m_v7 .hc_lowlight, 
.hc_m_content .hc_m_v7 .hc_lowlight, 
.hc_m_v7 .hc_dehighlight,
.hc_m_content .hc_m_v7 .hc_dehighlight {
    color: [hc_m_v7_lowlight_text]!important;
    background: [hc_m_v7_lowlight_bg]!important;
}

.hc_m_v7 .b1h,
.hc_m_content .hc_m_v7 .b1h,
.hc_m_v7 .b1bh,
.hc_m_content .hc_m_v7 .b1bh {

}

.hc_m_v7 .b2h,
.hc_m_content .hc_m_v7 .b2h {



}
.hc_m_v7 .b3h,
.hc_m_content .hc_m_v7 .b3h,
.hc_m_v7 .b4h,
.hc_m_content .hc_m_v7 .b4h {



}
.hc_m_v7 .b2bh,
.hc_m_content .hc_m_v7 .b2bh {



}
.hc_m_v7 .b3bh,
.hc_m_content .hc_m_v7 .b3bh,
.hc_m_v7 .b4bh,
.hc_m_content .hc_m_v7 .b4bh {



}

.hc_m_v7 .hc_m_outer,
.hc_m_content .hc_m_v7 .hc_m_outer {



}

.hc_m_v7 .hc_m_hd,
.hc_m_content .hc_m_v7 .hc_m_hd {



}
.hc_m_v7 .hc_m_content,
.hc_m_content .hc_m_v7 .hc_m_content {


}
.hc_m_v7 .hc_m_ft,
.hc_m_content .hc_m_v7 .hc_m_ft {



}

.hc_m_v7 .hc_m_hd h1, .hc_m_content .hc_m_v7 .hc_m_hd h1,
.hc_m_v7 .hc_m_hd h2, .hc_m_content .hc_m_v7 .hc_m_hd h2,
.hc_m_v7 .hc_m_hd h3, .hc_m_content .hc_m_v7 .hc_m_hd h3,
.hc_m_v7 .hc_m_hd h4, .hc_m_content .hc_m_v7 .hc_m_hd h4,
.hc_m_v7 .hc_m_hd h5, .hc_m_content .hc_m_v7 .hc_m_hd h5,
.hc_m_v7 .hc_m_hd h6, .hc_m_content .hc_m_v7 .hc_m_hd h6 {

}

.hc_m_v7 .hc_m_hd a, .hc_m_content .hc_m_v7 .hc_m_hd a,
.hc_m_v7 .hc_m_hd h1 a, .hc_m_content .hc_m_v7 .hc_m_hd h1 a,
.hc_m_v7 .hc_m_hd h2 a, .hc_m_content .hc_m_v7 .hc_m_hd h2 a,
.hc_m_v7 .hc_m_hd h3 a, .hc_m_content .hc_m_v7 .hc_m_hd h3 a,
.hc_m_v7 .hc_m_hd h4 a, .hc_m_content .hc_m_v7 .hc_m_hd h4 a,
.hc_m_v7 .hc_m_hd h5 a, .hc_m_content .hc_m_v7 .hc_m_hd h5 a,
.hc_m_v7 .hc_m_hd h6 a, .hc_m_content .hc_m_v7 .hc_m_hd h6 a {

}
.hc_m_v7 .hc_m_hd a:hover, .hc_m_content .hc_m_v7 .hc_m_hd a:hover,
.hc_m_v7 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v7 .hc_m_hd h1 a:hover,
.hc_m_v7 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v7 .hc_m_hd h2 a:hover,
.hc_m_v7 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v7 .hc_m_hd h3 a:hover,
.hc_m_v7 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v7 .hc_m_hd h4 a:hover,
.hc_m_v7 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v7 .hc_m_hd h5 a:hover,
.hc_m_v7 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v7 .hc_m_hd h6 a:hover  {

}
.hc_m_v7 .hc_m_hd a:active, .hc_m_content .hc_m_v7 .hc_m_hd a:active,
.hc_m_v7 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v7 .hc_m_hd h1 a:active,
.hc_m_v7 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v7 .hc_m_hd h2 a:active,
.hc_m_v7 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v7 .hc_m_hd h3 a:active,
.hc_m_v7 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v7 .hc_m_hd h4 a:active,
.hc_m_v7 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v7 .hc_m_hd h5 a:active,
.hc_m_v7 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v7 .hc_m_hd h6 a:active {

}
.hc_m_v7 .hc_m_hd a:visited, .hc_m_content .hc_m_v7 .hc_m_hd a:visited,
.hc_m_v7 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v7 .hc_m_hd h1 a:visited,
.hc_m_v7 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v7 .hc_m_hd h2 a:visited,
.hc_m_v7 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v7 .hc_m_hd h3 a:visited,
.hc_m_v7 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v7 .hc_m_hd h4 a:visited,
.hc_m_v7 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v7 .hc_m_hd h5 a:visited,
.hc_m_v7 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v7 .hc_m_hd h6 a:visited {

}

.hc_m_v7 .hc_m_content h1 a, .hc_m_content .hc_m_v7 .hc_m_content h1 a,
.hc_m_v7 .hc_m_content h2 a, .hc_m_content .hc_m_v7 .hc_m_content h2 a,
.hc_m_v7 .hc_m_content h3 a, .hc_m_content .hc_m_v7 .hc_m_content h3 a,
.hc_m_v7 .hc_m_content h4 a, .hc_m_content .hc_m_v7 .hc_m_content h4 a,
.hc_m_v7 .hc_m_content h5 a, .hc_m_content .hc_m_v7 .hc_m_content h5 a,
.hc_m_v7 .hc_m_content h6 a, .hc_m_content .hc_m_v7 .hc_m_content h6 a {

}
.hc_m_v7 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v7 .hc_m_content h1 a:hover,
.hc_m_v7 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v7 .hc_m_content h2 a:hover,
.hc_m_v7 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v7 .hc_m_content h3 a:hover,
.hc_m_v7 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v7 .hc_m_content h4 a:hover,
.hc_m_v7 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v7 .hc_m_content h5 a:hover,
.hc_m_v7 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v7 .hc_m_content h6 a:hover {

}
.hc_m_v7 .hc_m_content h1 a:active, .hc_m_content .hc_m_v7 .hc_m_content h1 a:active,
.hc_m_v7 .hc_m_content h2 a:active, .hc_m_content .hc_m_v7 .hc_m_content h2 a:active,
.hc_m_v7 .hc_m_content h3 a:active, .hc_m_content .hc_m_v7 .hc_m_content h3 a:active,
.hc_m_v7 .hc_m_content h4 a:active, .hc_m_content .hc_m_v7 .hc_m_content h4 a:active,
.hc_m_v7 .hc_m_content h5 a:active, .hc_m_content .hc_m_v7 .hc_m_content h5 a:active,
.hc_m_v7 .hc_m_content h6 a:active, .hc_m_content .hc_m_v7 .hc_m_content h6 a:active {

}
.hc_m_v7 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v7 .hc_m_content h1 a:visited,
.hc_m_v7 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v7 .hc_m_content h2 a:visited,
.hc_m_v7 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v7 .hc_m_content h3 a:visited,
.hc_m_v7 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v7 .hc_m_content h4 a:visited,
.hc_m_v7 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v7 .hc_m_content h5 a:visited,
.hc_m_v7 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v7 .hc_m_content h6 a:visited {

}

/* end Module colors */

/* Module structure */
.hc_m_v7 {
	margin-bottom: 10px;
}
.hc_m_v7 .hc_m_content, .hc_m_content .hc_m_v7 .hc_m_content {
	padding-top: 10px;
	padding-bottom: 7px;
}
.hc_m_v7 .hc_m_hd, .hc_m_content .hc_m_v7 .hc_m_hd {
	padding: 0 10px;
	margin: 0;
}
.hc_m_v7 .hc_m_hd h1, .hc_m_content .hc_m_v7 .hc_m_hd h1,
.hc_m_v7 .hc_m_hd h2, .hc_m_content .hc_m_v7 .hc_m_hd h2,
.hc_m_v7 .hc_m_hd h3, .hc_m_content .hc_m_v7 .hc_m_hd h3,
.hc_m_v7 .hc_m_hd h4, .hc_m_content .hc_m_v7 .hc_m_hd h4,
.hc_m_v7 .hc_m_hd h5, .hc_m_content .hc_m_v7 .hc_m_hd h5,
.hc_m_v7 .hc_m_hd h6, .hc_m_content .hc_m_v7 .hc_m_hd h6 {
	text-align: left;
}
.hc_rtl .hc_m_v7 .hc_m_hd h1, .hc_rtl .hc_m_content .hc_m_v7 .hc_m_hd h1,
.hc_rtl .hc_m_v7 .hc_m_hd h2, .hc_rtl .hc_m_content .hc_m_v7 .hc_m_hd h2,
.hc_rtl .hc_m_v7 .hc_m_hd h3, .hc_rtl .hc_m_content .hc_m_v7 .hc_m_hd h3,
.hc_rtl .hc_m_v7 .hc_m_hd h4, .hc_rtl .hc_m_content .hc_m_v7 .hc_m_hd h4,
.hc_rtl .hc_m_v7 .hc_m_hd h5, .hc_rtl .hc_m_content .hc_m_v7 .hc_m_hd h5,
.hc_rtl .hc_m_v7 .hc_m_hd h6, .hc_rtl .hc_m_content .hc_m_v7 .hc_m_hd h6 {
	text-align: right;
}
/* end Module structure */

/* popovers */
.hc_m_v7.hc_m_po .hc_m_arrow_top {

}
.hc_m_v7.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v7.hc_m_po .hc_m_arrow_right {

}
.hc_m_v7.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v7.hc_m_po .hc_m_arrow_left {

}
/* end popovers */
/* --- Module Design Set version 1 - Module version 8 --- */

/* Module colors */
.hc_m_v8,
.hc_m_content .hc_m_v8 {

}
.hc_m_v8 a,
.hc_m_content .hc_m_v8 a {

}
.hc_m_v8 a:active,
.hc_m_content .hc_m_v8 a:active {

}
.hc_m_v8 a:visited,
.hc_m_content .hc_m_v8 a:visited {

} 
.hc_m_v8 a:hover,
.hc_m_content .hc_m_v8 a:hover {

}

.hc_m_v8 .hc_highlight,
.hc_m_content .hc_m_v8 .hc_highlight {
    color: [hc_m_v8_highlight_text]!important;
    background: [hc_m_v8_highlight_bg]!important;
}
.hc_m_v8 .hc_lowlight, 
.hc_m_content .hc_m_v8 .hc_lowlight, 
.hc_m_v8 .hc_dehighlight,
.hc_m_content .hc_m_v8 .hc_dehighlight {
    color: [hc_m_v8_lowlight_text]!important;
    background: [hc_m_v8_lowlight_bg]!important;
}

.hc_m_v8 .b1h,
.hc_m_content .hc_m_v8 .b1h,
.hc_m_v8 .b1bh,
.hc_m_content .hc_m_v8 .b1bh {

}

.hc_m_v8 .b2h,
.hc_m_content .hc_m_v8 .b2h {



}
.hc_m_v8 .b3h,
.hc_m_content .hc_m_v8 .b3h,
.hc_m_v8 .b4h,
.hc_m_content .hc_m_v8 .b4h {



}
.hc_m_v8 .b2bh,
.hc_m_content .hc_m_v8 .b2bh {



}
.hc_m_v8 .b3bh,
.hc_m_content .hc_m_v8 .b3bh,
.hc_m_v8 .b4bh,
.hc_m_content .hc_m_v8 .b4bh {



}

.hc_m_v8 .hc_m_outer,
.hc_m_content .hc_m_v8 .hc_m_outer {



}

.hc_m_v8 .hc_m_hd,
.hc_m_content .hc_m_v8 .hc_m_hd {



}
.hc_m_v8 .hc_m_content,
.hc_m_content .hc_m_v8 .hc_m_content {


}
.hc_m_v8 .hc_m_ft,
.hc_m_content .hc_m_v8 .hc_m_ft {



}

.hc_m_v8 .hc_m_hd h1, .hc_m_content .hc_m_v8 .hc_m_hd h1,
.hc_m_v8 .hc_m_hd h2, .hc_m_content .hc_m_v8 .hc_m_hd h2,
.hc_m_v8 .hc_m_hd h3, .hc_m_content .hc_m_v8 .hc_m_hd h3,
.hc_m_v8 .hc_m_hd h4, .hc_m_content .hc_m_v8 .hc_m_hd h4,
.hc_m_v8 .hc_m_hd h5, .hc_m_content .hc_m_v8 .hc_m_hd h5,
.hc_m_v8 .hc_m_hd h6, .hc_m_content .hc_m_v8 .hc_m_hd h6 {

}

.hc_m_v8 .hc_m_hd a, .hc_m_content .hc_m_v8 .hc_m_hd a,
.hc_m_v8 .hc_m_hd h1 a, .hc_m_content .hc_m_v8 .hc_m_hd h1 a,
.hc_m_v8 .hc_m_hd h2 a, .hc_m_content .hc_m_v8 .hc_m_hd h2 a,
.hc_m_v8 .hc_m_hd h3 a, .hc_m_content .hc_m_v8 .hc_m_hd h3 a,
.hc_m_v8 .hc_m_hd h4 a, .hc_m_content .hc_m_v8 .hc_m_hd h4 a,
.hc_m_v8 .hc_m_hd h5 a, .hc_m_content .hc_m_v8 .hc_m_hd h5 a,
.hc_m_v8 .hc_m_hd h6 a, .hc_m_content .hc_m_v8 .hc_m_hd h6 a {

}
.hc_m_v8 .hc_m_hd a:hover, .hc_m_content .hc_m_v8 .hc_m_hd a:hover,
.hc_m_v8 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v8 .hc_m_hd h1 a:hover,
.hc_m_v8 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v8 .hc_m_hd h2 a:hover,
.hc_m_v8 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v8 .hc_m_hd h3 a:hover,
.hc_m_v8 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v8 .hc_m_hd h4 a:hover,
.hc_m_v8 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v8 .hc_m_hd h5 a:hover,
.hc_m_v8 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v8 .hc_m_hd h6 a:hover  {

}
.hc_m_v8 .hc_m_hd a:active, .hc_m_content .hc_m_v8 .hc_m_hd a:active,
.hc_m_v8 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v8 .hc_m_hd h1 a:active,
.hc_m_v8 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v8 .hc_m_hd h2 a:active,
.hc_m_v8 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v8 .hc_m_hd h3 a:active,
.hc_m_v8 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v8 .hc_m_hd h4 a:active,
.hc_m_v8 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v8 .hc_m_hd h5 a:active,
.hc_m_v8 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v8 .hc_m_hd h6 a:active {

}
.hc_m_v8 .hc_m_hd a:visited, .hc_m_content .hc_m_v8 .hc_m_hd a:visited,
.hc_m_v8 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v8 .hc_m_hd h1 a:visited,
.hc_m_v8 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v8 .hc_m_hd h2 a:visited,
.hc_m_v8 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v8 .hc_m_hd h3 a:visited,
.hc_m_v8 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v8 .hc_m_hd h4 a:visited,
.hc_m_v8 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v8 .hc_m_hd h5 a:visited,
.hc_m_v8 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v8 .hc_m_hd h6 a:visited {

}

.hc_m_v8 .hc_m_content h1 a, .hc_m_content .hc_m_v8 .hc_m_content h1 a,
.hc_m_v8 .hc_m_content h2 a, .hc_m_content .hc_m_v8 .hc_m_content h2 a,
.hc_m_v8 .hc_m_content h3 a, .hc_m_content .hc_m_v8 .hc_m_content h3 a,
.hc_m_v8 .hc_m_content h4 a, .hc_m_content .hc_m_v8 .hc_m_content h4 a,
.hc_m_v8 .hc_m_content h5 a, .hc_m_content .hc_m_v8 .hc_m_content h5 a,
.hc_m_v8 .hc_m_content h6 a, .hc_m_content .hc_m_v8 .hc_m_content h6 a {

}
.hc_m_v8 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v8 .hc_m_content h1 a:hover,
.hc_m_v8 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v8 .hc_m_content h2 a:hover,
.hc_m_v8 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v8 .hc_m_content h3 a:hover,
.hc_m_v8 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v8 .hc_m_content h4 a:hover,
.hc_m_v8 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v8 .hc_m_content h5 a:hover,
.hc_m_v8 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v8 .hc_m_content h6 a:hover {

}
.hc_m_v8 .hc_m_content h1 a:active, .hc_m_content .hc_m_v8 .hc_m_content h1 a:active,
.hc_m_v8 .hc_m_content h2 a:active, .hc_m_content .hc_m_v8 .hc_m_content h2 a:active,
.hc_m_v8 .hc_m_content h3 a:active, .hc_m_content .hc_m_v8 .hc_m_content h3 a:active,
.hc_m_v8 .hc_m_content h4 a:active, .hc_m_content .hc_m_v8 .hc_m_content h4 a:active,
.hc_m_v8 .hc_m_content h5 a:active, .hc_m_content .hc_m_v8 .hc_m_content h5 a:active,
.hc_m_v8 .hc_m_content h6 a:active, .hc_m_content .hc_m_v8 .hc_m_content h6 a:active {

}
.hc_m_v8 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v8 .hc_m_content h1 a:visited,
.hc_m_v8 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v8 .hc_m_content h2 a:visited,
.hc_m_v8 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v8 .hc_m_content h3 a:visited,
.hc_m_v8 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v8 .hc_m_content h4 a:visited,
.hc_m_v8 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v8 .hc_m_content h5 a:visited,
.hc_m_v8 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v8 .hc_m_content h6 a:visited {

}

/* end Module colors */

/* Module structure */
.hc_m_v8 {
	margin-bottom: 10px;
}
.hc_m_v8 .hc_m_hd, .hc_m_content .hc_m_v8 .hc_m_hd {
	padding: 0 10px;
}
.hc_m_v8 .hc_m_content, .hc_m_content .hc_m_v8 .hc_m_content {
	padding: 5px 10px;
}
/* end Module structure */

/* popovers */
.hc_m_v8.hc_m_po .hc_m_arrow_top {

}
.hc_m_v8.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v8.hc_m_po .hc_m_arrow_right {

}
.hc_m_v8.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v8.hc_m_po .hc_m_arrow_left {

}
/* end popovers */
/* --- Module Design Set version 1 - Module version 9 --- */

/* Module colors */
.hc_m_v9,
.hc_m_content .hc_m_v9 {

}
.hc_m_v9 a,
.hc_m_content .hc_m_v9 a {

}
.hc_m_v9 a:active,
.hc_m_content .hc_m_v9 a:active {

}
.hc_m_v9 a:visited,
.hc_m_content .hc_m_v9 a:visited {

} 
.hc_m_v9 a:hover,
.hc_m_content .hc_m_v9 a:hover {

}

.hc_m_v9 .hc_highlight,
.hc_m_content .hc_m_v9 .hc_highlight {
    color: [hc_m_v9_highlight_text]!important;
    background: [hc_m_v9_highlight_bg]!important;
}
.hc_m_v9 .hc_lowlight, 
.hc_m_content .hc_m_v9 .hc_lowlight, 
.hc_m_v9 .hc_dehighlight,
.hc_m_content .hc_m_v9 .hc_dehighlight {
    color: [hc_m_v9_lowlight_text]!important;
    background: [hc_m_v9_lowlight_bg]!important;
}

.hc_m_v9 .b1h,
.hc_m_content .hc_m_v9 .b1h,
.hc_m_v9 .b1bh,
.hc_m_content .hc_m_v9 .b1bh {

}

.hc_m_v9 .b2h,
.hc_m_content .hc_m_v9 .b2h {



}
.hc_m_v9 .b3h,
.hc_m_content .hc_m_v9 .b3h,
.hc_m_v9 .b4h,
.hc_m_content .hc_m_v9 .b4h {



}
.hc_m_v9 .b2bh,
.hc_m_content .hc_m_v9 .b2bh {



}
.hc_m_v9 .b3bh,
.hc_m_content .hc_m_v9 .b3bh,
.hc_m_v9 .b4bh,
.hc_m_content .hc_m_v9 .b4bh {



}

.hc_m_v9 .hc_m_outer,
.hc_m_content .hc_m_v9 .hc_m_outer {



}

.hc_m_v9 .hc_m_hd,
.hc_m_content .hc_m_v9 .hc_m_hd {



}
.hc_m_v9 .hc_m_content,
.hc_m_content .hc_m_v9 .hc_m_content {


}
.hc_m_v9 .hc_m_ft,
.hc_m_content .hc_m_v9 .hc_m_ft {



}

.hc_m_v9 .hc_m_hd h1, .hc_m_content .hc_m_v9 .hc_m_hd h1,
.hc_m_v9 .hc_m_hd h2, .hc_m_content .hc_m_v9 .hc_m_hd h2,
.hc_m_v9 .hc_m_hd h3, .hc_m_content .hc_m_v9 .hc_m_hd h3,
.hc_m_v9 .hc_m_hd h4, .hc_m_content .hc_m_v9 .hc_m_hd h4,
.hc_m_v9 .hc_m_hd h5, .hc_m_content .hc_m_v9 .hc_m_hd h5,
.hc_m_v9 .hc_m_hd h6, .hc_m_content .hc_m_v9 .hc_m_hd h6 {

}

.hc_m_v9 .hc_m_hd a, .hc_m_content .hc_m_v9 .hc_m_hd a,
.hc_m_v9 .hc_m_hd h1 a, .hc_m_content .hc_m_v9 .hc_m_hd h1 a,
.hc_m_v9 .hc_m_hd h2 a, .hc_m_content .hc_m_v9 .hc_m_hd h2 a,
.hc_m_v9 .hc_m_hd h3 a, .hc_m_content .hc_m_v9 .hc_m_hd h3 a,
.hc_m_v9 .hc_m_hd h4 a, .hc_m_content .hc_m_v9 .hc_m_hd h4 a,
.hc_m_v9 .hc_m_hd h5 a, .hc_m_content .hc_m_v9 .hc_m_hd h5 a,
.hc_m_v9 .hc_m_hd h6 a, .hc_m_content .hc_m_v9 .hc_m_hd h6 a {

}
.hc_m_v9 .hc_m_hd a:hover, .hc_m_content .hc_m_v9 .hc_m_hd a:hover,
.hc_m_v9 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v9 .hc_m_hd h1 a:hover,
.hc_m_v9 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v9 .hc_m_hd h2 a:hover,
.hc_m_v9 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v9 .hc_m_hd h3 a:hover,
.hc_m_v9 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v9 .hc_m_hd h4 a:hover,
.hc_m_v9 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v9 .hc_m_hd h5 a:hover,
.hc_m_v9 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v9 .hc_m_hd h6 a:hover  {

}
.hc_m_v9 .hc_m_hd a:active, .hc_m_content .hc_m_v9 .hc_m_hd a:active,
.hc_m_v9 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v9 .hc_m_hd h1 a:active,
.hc_m_v9 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v9 .hc_m_hd h2 a:active,
.hc_m_v9 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v9 .hc_m_hd h3 a:active,
.hc_m_v9 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v9 .hc_m_hd h4 a:active,
.hc_m_v9 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v9 .hc_m_hd h5 a:active,
.hc_m_v9 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v9 .hc_m_hd h6 a:active {

}
.hc_m_v9 .hc_m_hd a:visited, .hc_m_content .hc_m_v9 .hc_m_hd a:visited,
.hc_m_v9 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v9 .hc_m_hd h1 a:visited,
.hc_m_v9 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v9 .hc_m_hd h2 a:visited,
.hc_m_v9 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v9 .hc_m_hd h3 a:visited,
.hc_m_v9 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v9 .hc_m_hd h4 a:visited,
.hc_m_v9 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v9 .hc_m_hd h5 a:visited,
.hc_m_v9 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v9 .hc_m_hd h6 a:visited {

}

.hc_m_v9 .hc_m_content h1 a, .hc_m_content .hc_m_v9 .hc_m_content h1 a,
.hc_m_v9 .hc_m_content h2 a, .hc_m_content .hc_m_v9 .hc_m_content h2 a,
.hc_m_v9 .hc_m_content h3 a, .hc_m_content .hc_m_v9 .hc_m_content h3 a,
.hc_m_v9 .hc_m_content h4 a, .hc_m_content .hc_m_v9 .hc_m_content h4 a,
.hc_m_v9 .hc_m_content h5 a, .hc_m_content .hc_m_v9 .hc_m_content h5 a,
.hc_m_v9 .hc_m_content h6 a, .hc_m_content .hc_m_v9 .hc_m_content h6 a {

}
.hc_m_v9 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v9 .hc_m_content h1 a:hover,
.hc_m_v9 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v9 .hc_m_content h2 a:hover,
.hc_m_v9 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v9 .hc_m_content h3 a:hover,
.hc_m_v9 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v9 .hc_m_content h4 a:hover,
.hc_m_v9 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v9 .hc_m_content h5 a:hover,
.hc_m_v9 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v9 .hc_m_content h6 a:hover {

}
.hc_m_v9 .hc_m_content h1 a:active, .hc_m_content .hc_m_v9 .hc_m_content h1 a:active,
.hc_m_v9 .hc_m_content h2 a:active, .hc_m_content .hc_m_v9 .hc_m_content h2 a:active,
.hc_m_v9 .hc_m_content h3 a:active, .hc_m_content .hc_m_v9 .hc_m_content h3 a:active,
.hc_m_v9 .hc_m_content h4 a:active, .hc_m_content .hc_m_v9 .hc_m_content h4 a:active,
.hc_m_v9 .hc_m_content h5 a:active, .hc_m_content .hc_m_v9 .hc_m_content h5 a:active,
.hc_m_v9 .hc_m_content h6 a:active, .hc_m_content .hc_m_v9 .hc_m_content h6 a:active {

}
.hc_m_v9 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v9 .hc_m_content h1 a:visited,
.hc_m_v9 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v9 .hc_m_content h2 a:visited,
.hc_m_v9 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v9 .hc_m_content h3 a:visited,
.hc_m_v9 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v9 .hc_m_content h4 a:visited,
.hc_m_v9 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v9 .hc_m_content h5 a:visited,
.hc_m_v9 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v9 .hc_m_content h6 a:visited {

}

/* end Module colors */

/* Module structure */
.hc_m_v9 {
	margin-bottom: 10px;
}
.hc_m_v9 .hc_m_content, .hc_m_content .hc_m_v9 .hc_m_content {
	padding: 10px 10px 9px;
}
/* end Module structure */

/* popovers */
.hc_m_v9.hc_m_po .hc_m_arrow_top {

}
.hc_m_v9.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v9.hc_m_po .hc_m_arrow_right {

}
.hc_m_v9.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v9.hc_m_po .hc_m_arrow_left {

}
/* end popovers */
/* --- Module Design Set version 1 - Module version 10 --- */

/* Module colors */
.hc_m_v10,
.hc_m_content .hc_m_v10 {

}
.hc_m_v10 a,
.hc_m_content .hc_m_v10 a {

}
.hc_m_v10 a:active,
.hc_m_content .hc_m_v10 a:active {

}
.hc_m_v10 a:visited,
.hc_m_content .hc_m_v10 a:visited {

} 
.hc_m_v10 a:hover,
.hc_m_content .hc_m_v10 a:hover {

}

.hc_m_v10 .hc_highlight,
.hc_m_content .hc_m_v10 .hc_highlight {
    color: [hc_m_v10_highlight_text]!important;
    background: [hc_m_v10_highlight_bg]!important;
}
.hc_m_v10 .hc_lowlight, 
.hc_m_content .hc_m_v10 .hc_lowlight, 
.hc_m_v10 .hc_dehighlight,
.hc_m_content .hc_m_v10 .hc_dehighlight {
    color: [hc_m_v10_lowlight_text]!important;
    background: [hc_m_v10_lowlight_bg]!important;
}

.hc_m_v10 .b1h,
.hc_m_content .hc_m_v10 .b1h,
.hc_m_v10 .b1bh,
.hc_m_content .hc_m_v10 .b1bh {

}

.hc_m_v10 .b2h,
.hc_m_content .hc_m_v10 .b2h {



}
.hc_m_v10 .b3h,
.hc_m_content .hc_m_v10 .b3h,
.hc_m_v10 .b4h,
.hc_m_content .hc_m_v10 .b4h {



}
.hc_m_v10 .b2bh,
.hc_m_content .hc_m_v10 .b2bh {



}
.hc_m_v10 .b3bh,
.hc_m_content .hc_m_v10 .b3bh,
.hc_m_v10 .b4bh,
.hc_m_content .hc_m_v10 .b4bh {



}

.hc_m_v10 .hc_m_outer,
.hc_m_content .hc_m_v10 .hc_m_outer {



}

.hc_m_v10 .hc_m_hd,
.hc_m_content .hc_m_v10 .hc_m_hd {



}
.hc_m_v10 .hc_m_content,
.hc_m_content .hc_m_v10 .hc_m_content {


}
.hc_m_v10 .hc_m_ft,
.hc_m_content .hc_m_v10 .hc_m_ft {



}

.hc_m_v10 .hc_m_hd h1, .hc_m_content .hc_m_v10 .hc_m_hd h1,
.hc_m_v10 .hc_m_hd h2, .hc_m_content .hc_m_v10 .hc_m_hd h2,
.hc_m_v10 .hc_m_hd h3, .hc_m_content .hc_m_v10 .hc_m_hd h3,
.hc_m_v10 .hc_m_hd h4, .hc_m_content .hc_m_v10 .hc_m_hd h4,
.hc_m_v10 .hc_m_hd h5, .hc_m_content .hc_m_v10 .hc_m_hd h5,
.hc_m_v10 .hc_m_hd h6, .hc_m_content .hc_m_v10 .hc_m_hd h6 {

}

.hc_m_v10 .hc_m_hd a, .hc_m_content .hc_m_v10 .hc_m_hd a,
.hc_m_v10 .hc_m_hd h1 a, .hc_m_content .hc_m_v10 .hc_m_hd h1 a,
.hc_m_v10 .hc_m_hd h2 a, .hc_m_content .hc_m_v10 .hc_m_hd h2 a,
.hc_m_v10 .hc_m_hd h3 a, .hc_m_content .hc_m_v10 .hc_m_hd h3 a,
.hc_m_v10 .hc_m_hd h4 a, .hc_m_content .hc_m_v10 .hc_m_hd h4 a,
.hc_m_v10 .hc_m_hd h5 a, .hc_m_content .hc_m_v10 .hc_m_hd h5 a,
.hc_m_v10 .hc_m_hd h6 a, .hc_m_content .hc_m_v10 .hc_m_hd h6 a {

}
.hc_m_v10 .hc_m_hd a:hover, .hc_m_content .hc_m_v10 .hc_m_hd a:hover,
.hc_m_v10 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v10 .hc_m_hd h1 a:hover,
.hc_m_v10 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v10 .hc_m_hd h2 a:hover,
.hc_m_v10 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v10 .hc_m_hd h3 a:hover,
.hc_m_v10 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v10 .hc_m_hd h4 a:hover,
.hc_m_v10 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v10 .hc_m_hd h5 a:hover,
.hc_m_v10 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v10 .hc_m_hd h6 a:hover  {

}
.hc_m_v10 .hc_m_hd a:active, .hc_m_content .hc_m_v10 .hc_m_hd a:active,
.hc_m_v10 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v10 .hc_m_hd h1 a:active,
.hc_m_v10 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v10 .hc_m_hd h2 a:active,
.hc_m_v10 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v10 .hc_m_hd h3 a:active,
.hc_m_v10 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v10 .hc_m_hd h4 a:active,
.hc_m_v10 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v10 .hc_m_hd h5 a:active,
.hc_m_v10 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v10 .hc_m_hd h6 a:active {

}
.hc_m_v10 .hc_m_hd a:visited, .hc_m_content .hc_m_v10 .hc_m_hd a:visited,
.hc_m_v10 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v10 .hc_m_hd h1 a:visited,
.hc_m_v10 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v10 .hc_m_hd h2 a:visited,
.hc_m_v10 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v10 .hc_m_hd h3 a:visited,
.hc_m_v10 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v10 .hc_m_hd h4 a:visited,
.hc_m_v10 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v10 .hc_m_hd h5 a:visited,
.hc_m_v10 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v10 .hc_m_hd h6 a:visited {

}

.hc_m_v10 .hc_m_content h1 a, .hc_m_content .hc_m_v10 .hc_m_content h1 a,
.hc_m_v10 .hc_m_content h2 a, .hc_m_content .hc_m_v10 .hc_m_content h2 a,
.hc_m_v10 .hc_m_content h3 a, .hc_m_content .hc_m_v10 .hc_m_content h3 a,
.hc_m_v10 .hc_m_content h4 a, .hc_m_content .hc_m_v10 .hc_m_content h4 a,
.hc_m_v10 .hc_m_content h5 a, .hc_m_content .hc_m_v10 .hc_m_content h5 a,
.hc_m_v10 .hc_m_content h6 a, .hc_m_content .hc_m_v10 .hc_m_content h6 a {

}
.hc_m_v10 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v10 .hc_m_content h1 a:hover,
.hc_m_v10 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v10 .hc_m_content h2 a:hover,
.hc_m_v10 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v10 .hc_m_content h3 a:hover,
.hc_m_v10 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v10 .hc_m_content h4 a:hover,
.hc_m_v10 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v10 .hc_m_content h5 a:hover,
.hc_m_v10 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v10 .hc_m_content h6 a:hover {

}
.hc_m_v10 .hc_m_content h1 a:active, .hc_m_content .hc_m_v10 .hc_m_content h1 a:active,
.hc_m_v10 .hc_m_content h2 a:active, .hc_m_content .hc_m_v10 .hc_m_content h2 a:active,
.hc_m_v10 .hc_m_content h3 a:active, .hc_m_content .hc_m_v10 .hc_m_content h3 a:active,
.hc_m_v10 .hc_m_content h4 a:active, .hc_m_content .hc_m_v10 .hc_m_content h4 a:active,
.hc_m_v10 .hc_m_content h5 a:active, .hc_m_content .hc_m_v10 .hc_m_content h5 a:active,
.hc_m_v10 .hc_m_content h6 a:active, .hc_m_content .hc_m_v10 .hc_m_content h6 a:active {

}
.hc_m_v10 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v10 .hc_m_content h1 a:visited,
.hc_m_v10 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v10 .hc_m_content h2 a:visited,
.hc_m_v10 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v10 .hc_m_content h3 a:visited,
.hc_m_v10 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v10 .hc_m_content h4 a:visited,
.hc_m_v10 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v10 .hc_m_content h5 a:visited,
.hc_m_v10 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v10 .hc_m_content h6 a:visited {

}

/* end Module colors */

/* Module structure */
.hc_m_v10 {
	margin-bottom: 10px;
}
/* end Module structure */

/* popovers */
.hc_m_v10.hc_m_po .hc_m_arrow_top {

}
.hc_m_v10.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v10.hc_m_po .hc_m_arrow_right {

}
.hc_m_v10.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v10.hc_m_po .hc_m_arrow_left {

}
/* end popovers */
/* --- Module Design Set version 1 - Module version 11 --- */

/* Module colors */
.hc_m_v11,
.hc_m_content .hc_m_v11 {

}
.hc_m_v11 a,
.hc_m_content .hc_m_v11 a {

}
.hc_m_v11 a:active,
.hc_m_content .hc_m_v11 a:active {

}
.hc_m_v11 a:visited,
.hc_m_content .hc_m_v11 a:visited {

} 
.hc_m_v11 a:hover,
.hc_m_content .hc_m_v11 a:hover {

}

.hc_m_v11 .hc_highlight,
.hc_m_content .hc_m_v11 .hc_highlight {
    color: [hc_m_v11_highlight_text]!important;
    background: [hc_m_v11_highlight_bg]!important;
}
.hc_m_v11 .hc_lowlight, 
.hc_m_content .hc_m_v11 .hc_lowlight, 
.hc_m_v11 .hc_dehighlight,
.hc_m_content .hc_m_v11 .hc_dehighlight {
    color: [hc_m_v11_lowlight_text]!important;
    background: [hc_m_v11_lowlight_bg]!important;
}

.hc_m_v11 .b1h,
.hc_m_content .hc_m_v11 .b1h,
.hc_m_v11 .b1bh,
.hc_m_content .hc_m_v11 .b1bh {

}

.hc_m_v11 .b2h,
.hc_m_content .hc_m_v11 .b2h {



}
.hc_m_v11 .b3h,
.hc_m_content .hc_m_v11 .b3h,
.hc_m_v11 .b4h,
.hc_m_content .hc_m_v11 .b4h {



}
.hc_m_v11 .b2bh,
.hc_m_content .hc_m_v11 .b2bh {



}
.hc_m_v11 .b3bh,
.hc_m_content .hc_m_v11 .b3bh,
.hc_m_v11 .b4bh,
.hc_m_content .hc_m_v11 .b4bh {



}

.hc_m_v11 .hc_m_outer,
.hc_m_content .hc_m_v11 .hc_m_outer {



}

.hc_m_v11 .hc_m_hd,
.hc_m_content .hc_m_v11 .hc_m_hd {



}
.hc_m_v11 .hc_m_content,
.hc_m_content .hc_m_v11 .hc_m_content {


}
.hc_m_v11 .hc_m_ft,
.hc_m_content .hc_m_v11 .hc_m_ft {



}

.hc_m_v11 .hc_m_hd h1, .hc_m_content .hc_m_v11 .hc_m_hd h1,
.hc_m_v11 .hc_m_hd h2, .hc_m_content .hc_m_v11 .hc_m_hd h2,
.hc_m_v11 .hc_m_hd h3, .hc_m_content .hc_m_v11 .hc_m_hd h3,
.hc_m_v11 .hc_m_hd h4, .hc_m_content .hc_m_v11 .hc_m_hd h4,
.hc_m_v11 .hc_m_hd h5, .hc_m_content .hc_m_v11 .hc_m_hd h5,
.hc_m_v11 .hc_m_hd h6, .hc_m_content .hc_m_v11 .hc_m_hd h6 {

}

.hc_m_v11 .hc_m_hd a, .hc_m_content .hc_m_v11 .hc_m_hd a,
.hc_m_v11 .hc_m_hd h1 a, .hc_m_content .hc_m_v11 .hc_m_hd h1 a,
.hc_m_v11 .hc_m_hd h2 a, .hc_m_content .hc_m_v11 .hc_m_hd h2 a,
.hc_m_v11 .hc_m_hd h3 a, .hc_m_content .hc_m_v11 .hc_m_hd h3 a,
.hc_m_v11 .hc_m_hd h4 a, .hc_m_content .hc_m_v11 .hc_m_hd h4 a,
.hc_m_v11 .hc_m_hd h5 a, .hc_m_content .hc_m_v11 .hc_m_hd h5 a,
.hc_m_v11 .hc_m_hd h6 a, .hc_m_content .hc_m_v11 .hc_m_hd h6 a {

}
.hc_m_v11 .hc_m_hd a:hover, .hc_m_content .hc_m_v11 .hc_m_hd a:hover,
.hc_m_v11 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v11 .hc_m_hd h1 a:hover,
.hc_m_v11 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v11 .hc_m_hd h2 a:hover,
.hc_m_v11 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v11 .hc_m_hd h3 a:hover,
.hc_m_v11 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v11 .hc_m_hd h4 a:hover,
.hc_m_v11 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v11 .hc_m_hd h5 a:hover,
.hc_m_v11 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v11 .hc_m_hd h6 a:hover  {

}
.hc_m_v11 .hc_m_hd a:active, .hc_m_content .hc_m_v11 .hc_m_hd a:active,
.hc_m_v11 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v11 .hc_m_hd h1 a:active,
.hc_m_v11 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v11 .hc_m_hd h2 a:active,
.hc_m_v11 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v11 .hc_m_hd h3 a:active,
.hc_m_v11 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v11 .hc_m_hd h4 a:active,
.hc_m_v11 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v11 .hc_m_hd h5 a:active,
.hc_m_v11 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v11 .hc_m_hd h6 a:active {

}
.hc_m_v11 .hc_m_hd a:visited, .hc_m_content .hc_m_v11 .hc_m_hd a:visited,
.hc_m_v11 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v11 .hc_m_hd h1 a:visited,
.hc_m_v11 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v11 .hc_m_hd h2 a:visited,
.hc_m_v11 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v11 .hc_m_hd h3 a:visited,
.hc_m_v11 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v11 .hc_m_hd h4 a:visited,
.hc_m_v11 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v11 .hc_m_hd h5 a:visited,
.hc_m_v11 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v11 .hc_m_hd h6 a:visited {

}

.hc_m_v11 .hc_m_content h1 a, .hc_m_content .hc_m_v11 .hc_m_content h1 a,
.hc_m_v11 .hc_m_content h2 a, .hc_m_content .hc_m_v11 .hc_m_content h2 a,
.hc_m_v11 .hc_m_content h3 a, .hc_m_content .hc_m_v11 .hc_m_content h3 a,
.hc_m_v11 .hc_m_content h4 a, .hc_m_content .hc_m_v11 .hc_m_content h4 a,
.hc_m_v11 .hc_m_content h5 a, .hc_m_content .hc_m_v11 .hc_m_content h5 a,
.hc_m_v11 .hc_m_content h6 a, .hc_m_content .hc_m_v11 .hc_m_content h6 a {

}
.hc_m_v11 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v11 .hc_m_content h1 a:hover,
.hc_m_v11 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v11 .hc_m_content h2 a:hover,
.hc_m_v11 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v11 .hc_m_content h3 a:hover,
.hc_m_v11 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v11 .hc_m_content h4 a:hover,
.hc_m_v11 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v11 .hc_m_content h5 a:hover,
.hc_m_v11 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v11 .hc_m_content h6 a:hover {

}
.hc_m_v11 .hc_m_content h1 a:active, .hc_m_content .hc_m_v11 .hc_m_content h1 a:active,
.hc_m_v11 .hc_m_content h2 a:active, .hc_m_content .hc_m_v11 .hc_m_content h2 a:active,
.hc_m_v11 .hc_m_content h3 a:active, .hc_m_content .hc_m_v11 .hc_m_content h3 a:active,
.hc_m_v11 .hc_m_content h4 a:active, .hc_m_content .hc_m_v11 .hc_m_content h4 a:active,
.hc_m_v11 .hc_m_content h5 a:active, .hc_m_content .hc_m_v11 .hc_m_content h5 a:active,
.hc_m_v11 .hc_m_content h6 a:active, .hc_m_content .hc_m_v11 .hc_m_content h6 a:active {

}
.hc_m_v11 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v11 .hc_m_content h1 a:visited,
.hc_m_v11 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v11 .hc_m_content h2 a:visited,
.hc_m_v11 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v11 .hc_m_content h3 a:visited,
.hc_m_v11 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v11 .hc_m_content h4 a:visited,
.hc_m_v11 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v11 .hc_m_content h5 a:visited,
.hc_m_v11 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v11 .hc_m_content h6 a:visited {

}

/* end Module colors */

/* Module structure */
.hc_m_v11, .hc_m_v11_lite {
	margin-bottom: 10px;
}
.hc_m_v11 .hc_m_content, .hc_m_content .hc_m_v11 .hc_m_content {
	padding-top: 7px;
	padding-bottom: 10px;
}
/* end Module structure */

/* popovers */
.hc_m_v11.hc_m_po .hc_m_arrow_top {

}
.hc_m_v11.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v11.hc_m_po .hc_m_arrow_right {

}
.hc_m_v11.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v11.hc_m_po .hc_m_arrow_left {

}
/* end popovers */
/* --- Module Design Set version 1 - Module version 12 --- */

/* Module colors */
.hc_m_v12,
.hc_m_content .hc_m_v12 {

}
.hc_m_v12 a,
.hc_m_content .hc_m_v12 a {

}
.hc_m_v12 a:active,
.hc_m_content .hc_m_v12 a:active {

}
.hc_m_v12 a:visited,
.hc_m_content .hc_m_v12 a:visited {

} 
.hc_m_v12 a:hover,
.hc_m_content .hc_m_v12 a:hover {

}

.hc_m_v12 .hc_highlight,
.hc_m_content .hc_m_v12 .hc_highlight {
    color: [hc_m_v12_highlight_text]!important;
    background: [hc_m_v12_highlight_bg]!important;
}
.hc_m_v12 .hc_lowlight, 
.hc_m_content .hc_m_v12 .hc_lowlight, 
.hc_m_v12 .hc_dehighlight,
.hc_m_content .hc_m_v12 .hc_dehighlight {
    color: [hc_m_v12_lowlight_text]!important;
    background: [hc_m_v12_lowlight_bg]!important;
}

.hc_m_v12 .b1h,
.hc_m_content .hc_m_v12 .b1h,
.hc_m_v12 .b1bh,
.hc_m_content .hc_m_v12 .b1bh {

}

.hc_m_v12 .b2h,
.hc_m_content .hc_m_v12 .b2h {



}
.hc_m_v12 .b3h,
.hc_m_content .hc_m_v12 .b3h,
.hc_m_v12 .b4h,
.hc_m_content .hc_m_v12 .b4h {



}
.hc_m_v12 .b2bh,
.hc_m_content .hc_m_v12 .b2bh {



}
.hc_m_v12 .b3bh,
.hc_m_content .hc_m_v12 .b3bh,
.hc_m_v12 .b4bh,
.hc_m_content .hc_m_v12 .b4bh {



}

.hc_m_v12 .hc_m_outer,
.hc_m_content .hc_m_v12 .hc_m_outer {



}

.hc_m_v12 .hc_m_hd,
.hc_m_content .hc_m_v12 .hc_m_hd {



}
.hc_m_v12 .hc_m_content,
.hc_m_content .hc_m_v12 .hc_m_content {


}
.hc_m_v12 .hc_m_ft,
.hc_m_content .hc_m_v12 .hc_m_ft {



}

.hc_m_v12 .hc_m_hd h1, .hc_m_content .hc_m_v12 .hc_m_hd h1,
.hc_m_v12 .hc_m_hd h2, .hc_m_content .hc_m_v12 .hc_m_hd h2,
.hc_m_v12 .hc_m_hd h3, .hc_m_content .hc_m_v12 .hc_m_hd h3,
.hc_m_v12 .hc_m_hd h4, .hc_m_content .hc_m_v12 .hc_m_hd h4,
.hc_m_v12 .hc_m_hd h5, .hc_m_content .hc_m_v12 .hc_m_hd h5,
.hc_m_v12 .hc_m_hd h6, .hc_m_content .hc_m_v12 .hc_m_hd h6 {

}

.hc_m_v12 .hc_m_hd a, .hc_m_content .hc_m_v12 .hc_m_hd a,
.hc_m_v12 .hc_m_hd h1 a, .hc_m_content .hc_m_v12 .hc_m_hd h1 a,
.hc_m_v12 .hc_m_hd h2 a, .hc_m_content .hc_m_v12 .hc_m_hd h2 a,
.hc_m_v12 .hc_m_hd h3 a, .hc_m_content .hc_m_v12 .hc_m_hd h3 a,
.hc_m_v12 .hc_m_hd h4 a, .hc_m_content .hc_m_v12 .hc_m_hd h4 a,
.hc_m_v12 .hc_m_hd h5 a, .hc_m_content .hc_m_v12 .hc_m_hd h5 a,
.hc_m_v12 .hc_m_hd h6 a, .hc_m_content .hc_m_v12 .hc_m_hd h6 a {

}
.hc_m_v12 .hc_m_hd a:hover, .hc_m_content .hc_m_v12 .hc_m_hd a:hover,
.hc_m_v12 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v12 .hc_m_hd h1 a:hover,
.hc_m_v12 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v12 .hc_m_hd h2 a:hover,
.hc_m_v12 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v12 .hc_m_hd h3 a:hover,
.hc_m_v12 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v12 .hc_m_hd h4 a:hover,
.hc_m_v12 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v12 .hc_m_hd h5 a:hover,
.hc_m_v12 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v12 .hc_m_hd h6 a:hover  {

}
.hc_m_v12 .hc_m_hd a:active, .hc_m_content .hc_m_v12 .hc_m_hd a:active,
.hc_m_v12 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v12 .hc_m_hd h1 a:active,
.hc_m_v12 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v12 .hc_m_hd h2 a:active,
.hc_m_v12 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v12 .hc_m_hd h3 a:active,
.hc_m_v12 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v12 .hc_m_hd h4 a:active,
.hc_m_v12 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v12 .hc_m_hd h5 a:active,
.hc_m_v12 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v12 .hc_m_hd h6 a:active {

}
.hc_m_v12 .hc_m_hd a:visited, .hc_m_content .hc_m_v12 .hc_m_hd a:visited,
.hc_m_v12 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v12 .hc_m_hd h1 a:visited,
.hc_m_v12 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v12 .hc_m_hd h2 a:visited,
.hc_m_v12 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v12 .hc_m_hd h3 a:visited,
.hc_m_v12 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v12 .hc_m_hd h4 a:visited,
.hc_m_v12 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v12 .hc_m_hd h5 a:visited,
.hc_m_v12 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v12 .hc_m_hd h6 a:visited {

}

.hc_m_v12 .hc_m_content h1 a, .hc_m_content .hc_m_v12 .hc_m_content h1 a,
.hc_m_v12 .hc_m_content h2 a, .hc_m_content .hc_m_v12 .hc_m_content h2 a,
.hc_m_v12 .hc_m_content h3 a, .hc_m_content .hc_m_v12 .hc_m_content h3 a,
.hc_m_v12 .hc_m_content h4 a, .hc_m_content .hc_m_v12 .hc_m_content h4 a,
.hc_m_v12 .hc_m_content h5 a, .hc_m_content .hc_m_v12 .hc_m_content h5 a,
.hc_m_v12 .hc_m_content h6 a, .hc_m_content .hc_m_v12 .hc_m_content h6 a {

}
.hc_m_v12 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v12 .hc_m_content h1 a:hover,
.hc_m_v12 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v12 .hc_m_content h2 a:hover,
.hc_m_v12 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v12 .hc_m_content h3 a:hover,
.hc_m_v12 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v12 .hc_m_content h4 a:hover,
.hc_m_v12 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v12 .hc_m_content h5 a:hover,
.hc_m_v12 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v12 .hc_m_content h6 a:hover {

}
.hc_m_v12 .hc_m_content h1 a:active, .hc_m_content .hc_m_v12 .hc_m_content h1 a:active,
.hc_m_v12 .hc_m_content h2 a:active, .hc_m_content .hc_m_v12 .hc_m_content h2 a:active,
.hc_m_v12 .hc_m_content h3 a:active, .hc_m_content .hc_m_v12 .hc_m_content h3 a:active,
.hc_m_v12 .hc_m_content h4 a:active, .hc_m_content .hc_m_v12 .hc_m_content h4 a:active,
.hc_m_v12 .hc_m_content h5 a:active, .hc_m_content .hc_m_v12 .hc_m_content h5 a:active,
.hc_m_v12 .hc_m_content h6 a:active, .hc_m_content .hc_m_v12 .hc_m_content h6 a:active {

}
.hc_m_v12 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v12 .hc_m_content h1 a:visited,
.hc_m_v12 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v12 .hc_m_content h2 a:visited,
.hc_m_v12 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v12 .hc_m_content h3 a:visited,
.hc_m_v12 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v12 .hc_m_content h4 a:visited,
.hc_m_v12 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v12 .hc_m_content h5 a:visited,
.hc_m_v12 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v12 .hc_m_content h6 a:visited {

}

/* end Module colors */

/* Module structure */
.hc_m_v12, .hc_m_v12_lite {
	margin-bottom: 10px;
}
.hc_m_v12 .hc_m_outer, .hc_m_content .hc_m_v12 .hc_m_outer {
	padding-left: 3px;
	padding-right: 3px;
}
.hc_m_v12 .hc_m_content, .hc_m_content .hc_m_v12 .hc_m_content {
	padding-top: 10px;
	padding-bottom: 7px;
}
.hc_m_v12 .hc_m_hd h1, .hc_m_content .hc_m_v12 .hc_m_hd h1,
.hc_m_v12 .hc_m_hd h2, .hc_m_content .hc_m_v12 .hc_m_hd h2,
.hc_m_v12 .hc_m_hd h3, .hc_m_content .hc_m_v12 .hc_m_hd h3,
.hc_m_v12 .hc_m_hd h4, .hc_m_content .hc_m_v12 .hc_m_hd h4,
.hc_m_v12 .hc_m_hd h5, .hc_m_content .hc_m_v12 .hc_m_hd h5,
.hc_m_v12 .hc_m_hd h6, .hc_m_content .hc_m_v12 .hc_m_hd h6 {
	text-align: center;
}
/* end Module structure */

/* popovers */
.hc_m_v12.hc_m_po .hc_m_arrow_top {

}
.hc_m_v12.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v12.hc_m_po .hc_m_arrow_right {

}
.hc_m_v12.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v12.hc_m_po .hc_m_arrow_left {

}
/* end popovers */
/* --- Module Design Set version 1 - Module version 13 --- */

/* Module colors */
.hc_m_v13,
.hc_m_content .hc_m_v13 {

}
.hc_m_v13 a,
.hc_m_content .hc_m_v13 a {

}
.hc_m_v13 a:active,
.hc_m_content .hc_m_v13 a:active {

}
.hc_m_v13 a:visited,
.hc_m_content .hc_m_v13 a:visited {

} 
.hc_m_v13 a:hover,
.hc_m_content .hc_m_v13 a:hover {

}

.hc_m_v13 .hc_highlight,
.hc_m_content .hc_m_v13 .hc_highlight {
    color: [hc_m_v13_highlight_text]!important;
    background: [hc_m_v13_highlight_bg]!important;
}
.hc_m_v13 .hc_lowlight, 
.hc_m_content .hc_m_v13 .hc_lowlight, 
.hc_m_v13 .hc_dehighlight,
.hc_m_content .hc_m_v13 .hc_dehighlight {
    color: [hc_m_v13_lowlight_text]!important;
    background: [hc_m_v13_lowlight_bg]!important;
}

.hc_m_v13 .b1h,
.hc_m_content .hc_m_v13 .b1h,
.hc_m_v13 .b1bh,
.hc_m_content .hc_m_v13 .b1bh {

}

.hc_m_v13 .b2h,
.hc_m_content .hc_m_v13 .b2h {



}
.hc_m_v13 .b3h,
.hc_m_content .hc_m_v13 .b3h,
.hc_m_v13 .b4h,
.hc_m_content .hc_m_v13 .b4h {



}
.hc_m_v13 .b2bh,
.hc_m_content .hc_m_v13 .b2bh {



}
.hc_m_v13 .b3bh,
.hc_m_content .hc_m_v13 .b3bh,
.hc_m_v13 .b4bh,
.hc_m_content .hc_m_v13 .b4bh {



}

.hc_m_v13 .hc_m_outer,
.hc_m_content .hc_m_v13 .hc_m_outer {



}

.hc_m_v13 .hc_m_hd,
.hc_m_content .hc_m_v13 .hc_m_hd {



}
.hc_m_v13 .hc_m_content,
.hc_m_content .hc_m_v13 .hc_m_content {


}
.hc_m_v13 .hc_m_ft,
.hc_m_content .hc_m_v13 .hc_m_ft {



}

.hc_m_v13 .hc_m_hd h1, .hc_m_content .hc_m_v13 .hc_m_hd h1,
.hc_m_v13 .hc_m_hd h2, .hc_m_content .hc_m_v13 .hc_m_hd h2,
.hc_m_v13 .hc_m_hd h3, .hc_m_content .hc_m_v13 .hc_m_hd h3,
.hc_m_v13 .hc_m_hd h4, .hc_m_content .hc_m_v13 .hc_m_hd h4,
.hc_m_v13 .hc_m_hd h5, .hc_m_content .hc_m_v13 .hc_m_hd h5,
.hc_m_v13 .hc_m_hd h6, .hc_m_content .hc_m_v13 .hc_m_hd h6 {

}

.hc_m_v13 .hc_m_hd a, .hc_m_content .hc_m_v13 .hc_m_hd a,
.hc_m_v13 .hc_m_hd h1 a, .hc_m_content .hc_m_v13 .hc_m_hd h1 a,
.hc_m_v13 .hc_m_hd h2 a, .hc_m_content .hc_m_v13 .hc_m_hd h2 a,
.hc_m_v13 .hc_m_hd h3 a, .hc_m_content .hc_m_v13 .hc_m_hd h3 a,
.hc_m_v13 .hc_m_hd h4 a, .hc_m_content .hc_m_v13 .hc_m_hd h4 a,
.hc_m_v13 .hc_m_hd h5 a, .hc_m_content .hc_m_v13 .hc_m_hd h5 a,
.hc_m_v13 .hc_m_hd h6 a, .hc_m_content .hc_m_v13 .hc_m_hd h6 a {

}
.hc_m_v13 .hc_m_hd a:hover, .hc_m_content .hc_m_v13 .hc_m_hd a:hover,
.hc_m_v13 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v13 .hc_m_hd h1 a:hover,
.hc_m_v13 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v13 .hc_m_hd h2 a:hover,
.hc_m_v13 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v13 .hc_m_hd h3 a:hover,
.hc_m_v13 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v13 .hc_m_hd h4 a:hover,
.hc_m_v13 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v13 .hc_m_hd h5 a:hover,
.hc_m_v13 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v13 .hc_m_hd h6 a:hover  {

}
.hc_m_v13 .hc_m_hd a:active, .hc_m_content .hc_m_v13 .hc_m_hd a:active,
.hc_m_v13 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v13 .hc_m_hd h1 a:active,
.hc_m_v13 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v13 .hc_m_hd h2 a:active,
.hc_m_v13 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v13 .hc_m_hd h3 a:active,
.hc_m_v13 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v13 .hc_m_hd h4 a:active,
.hc_m_v13 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v13 .hc_m_hd h5 a:active,
.hc_m_v13 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v13 .hc_m_hd h6 a:active {

}
.hc_m_v13 .hc_m_hd a:visited, .hc_m_content .hc_m_v13 .hc_m_hd a:visited,
.hc_m_v13 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v13 .hc_m_hd h1 a:visited,
.hc_m_v13 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v13 .hc_m_hd h2 a:visited,
.hc_m_v13 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v13 .hc_m_hd h3 a:visited,
.hc_m_v13 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v13 .hc_m_hd h4 a:visited,
.hc_m_v13 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v13 .hc_m_hd h5 a:visited,
.hc_m_v13 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v13 .hc_m_hd h6 a:visited {

}

.hc_m_v13 .hc_m_content h1 a, .hc_m_content .hc_m_v13 .hc_m_content h1 a,
.hc_m_v13 .hc_m_content h2 a, .hc_m_content .hc_m_v13 .hc_m_content h2 a,
.hc_m_v13 .hc_m_content h3 a, .hc_m_content .hc_m_v13 .hc_m_content h3 a,
.hc_m_v13 .hc_m_content h4 a, .hc_m_content .hc_m_v13 .hc_m_content h4 a,
.hc_m_v13 .hc_m_content h5 a, .hc_m_content .hc_m_v13 .hc_m_content h5 a,
.hc_m_v13 .hc_m_content h6 a, .hc_m_content .hc_m_v13 .hc_m_content h6 a {

}
.hc_m_v13 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v13 .hc_m_content h1 a:hover,
.hc_m_v13 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v13 .hc_m_content h2 a:hover,
.hc_m_v13 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v13 .hc_m_content h3 a:hover,
.hc_m_v13 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v13 .hc_m_content h4 a:hover,
.hc_m_v13 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v13 .hc_m_content h5 a:hover,
.hc_m_v13 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v13 .hc_m_content h6 a:hover {

}
.hc_m_v13 .hc_m_content h1 a:active, .hc_m_content .hc_m_v13 .hc_m_content h1 a:active,
.hc_m_v13 .hc_m_content h2 a:active, .hc_m_content .hc_m_v13 .hc_m_content h2 a:active,
.hc_m_v13 .hc_m_content h3 a:active, .hc_m_content .hc_m_v13 .hc_m_content h3 a:active,
.hc_m_v13 .hc_m_content h4 a:active, .hc_m_content .hc_m_v13 .hc_m_content h4 a:active,
.hc_m_v13 .hc_m_content h5 a:active, .hc_m_content .hc_m_v13 .hc_m_content h5 a:active,
.hc_m_v13 .hc_m_content h6 a:active, .hc_m_content .hc_m_v13 .hc_m_content h6 a:active {

}
.hc_m_v13 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v13 .hc_m_content h1 a:visited,
.hc_m_v13 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v13 .hc_m_content h2 a:visited,
.hc_m_v13 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v13 .hc_m_content h3 a:visited,
.hc_m_v13 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v13 .hc_m_content h4 a:visited,
.hc_m_v13 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v13 .hc_m_content h5 a:visited,
.hc_m_v13 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v13 .hc_m_content h6 a:visited {

}

/* end Module colors */

/* Module structure */
.hc_m_v13 {
    margin-bottom: 10px;
}
.hc_m_v13 .hc_m_content, .hc_m_content .hc_m_v13 .hc_m_content {
	padding-top: 10px;
	padding-bottom: 7px;
}
.hc_m_v13 .hc_m_hd h1, .hc_m_content .hc_m_v13 .hc_m_hd h1,
.hc_m_v13 .hc_m_hd h2, .hc_m_content .hc_m_v13 .hc_m_hd h2,
.hc_m_v13 .hc_m_hd h3, .hc_m_content .hc_m_v13 .hc_m_hd h3,
.hc_m_v13 .hc_m_hd h4, .hc_m_content .hc_m_v13 .hc_m_hd h4,
.hc_m_v13 .hc_m_hd h5, .hc_m_content .hc_m_v13 .hc_m_hd h5,
.hc_m_v13 .hc_m_hd h6, .hc_m_content .hc_m_v13 .hc_m_hd h6 {
	text-align: left;
	font-size: 1.4em;
}
.hc_rtl .hc_m_v13 .hc_m_hd h1, .hc_rtl .hc_m_content .hc_m_v13 .hc_m_hd h1,
.hc_rtl .hc_m_v13 .hc_m_hd h2, .hc_rtl .hc_m_content .hc_m_v13 .hc_m_hd h2,
.hc_rtl .hc_m_v13 .hc_m_hd h3, .hc_rtl .hc_m_content .hc_m_v13 .hc_m_hd h3,
.hc_rtl .hc_m_v13 .hc_m_hd h4, .hc_rtl .hc_m_content .hc_m_v13 .hc_m_hd h4,
.hc_rtl .hc_m_v13 .hc_m_hd h5, .hc_rtl .hc_m_content .hc_m_v13 .hc_m_hd h5,
.hc_rtl .hc_m_v13 .hc_m_hd h6, .hc_rtl .hc_m_content .hc_m_v13 .hc_m_hd h6 {
    text-align: right;
}
/* end Module structure */

/* popovers */
.hc_m_v13.hc_m_po {

    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.hc_m_v13.hc_m_po .hc_m_arrow_top {

}
.hc_m_v13.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v13.hc_m_po .hc_m_arrow_right {

}
.hc_m_v13.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v13.hc_m_po .hc_m_arrow_left {

}
/* end popovers */
/* --- Module Design Set version 1 - Module version 14 --- */

/* Module colors */
.hc_m_v14,
.hc_m_content .hc_m_v14 {

}
.hc_m_v14 a,
.hc_m_content .hc_m_v14 a {

}
.hc_m_v14 a:active,
.hc_m_content .hc_m_v14 a:active {

}
.hc_m_v14 a:visited,
.hc_m_content .hc_m_v14 a:visited {

} 
.hc_m_v14 a:hover,
.hc_m_content .hc_m_v14 a:hover {

}

.hc_m_v14 .hc_highlight,
.hc_m_content .hc_m_v14 .hc_highlight {
    color: [hc_m_v14_highlight_text]!important;
    background: [hc_m_v14_highlight_bg]!important;
}
.hc_m_v14 .hc_lowlight, 
.hc_m_content .hc_m_v14 .hc_lowlight, 
.hc_m_v14 .hc_dehighlight,
.hc_m_content .hc_m_v14 .hc_dehighlight {
    color: [hc_m_v14_lowlight_text]!important;
    background: [hc_m_v14_lowlight_bg]!important;
}

.hc_m_v14 .b1h,
.hc_m_content .hc_m_v14 .b1h,
.hc_m_v14 .b1bh,
.hc_m_content .hc_m_v14 .b1bh {

}

.hc_m_v14 .b2h,
.hc_m_content .hc_m_v14 .b2h {



}
.hc_m_v14 .b3h,
.hc_m_content .hc_m_v14 .b3h,
.hc_m_v14 .b4h,
.hc_m_content .hc_m_v14 .b4h {



}
.hc_m_v14 .b2bh,
.hc_m_content .hc_m_v14 .b2bh {



}
.hc_m_v14 .b3bh,
.hc_m_content .hc_m_v14 .b3bh,
.hc_m_v14 .b4bh,
.hc_m_content .hc_m_v14 .b4bh {



}

.hc_m_v14 .hc_m_outer,
.hc_m_content .hc_m_v14 .hc_m_outer {



}

.hc_m_v14 .hc_m_hd,
.hc_m_content .hc_m_v14 .hc_m_hd {



}
.hc_m_v14 .hc_m_content,
.hc_m_content .hc_m_v14 .hc_m_content {


}
.hc_m_v14 .hc_m_ft,
.hc_m_content .hc_m_v14 .hc_m_ft {



}

.hc_m_v14 .hc_m_hd h1, .hc_m_content .hc_m_v14 .hc_m_hd h1,
.hc_m_v14 .hc_m_hd h2, .hc_m_content .hc_m_v14 .hc_m_hd h2,
.hc_m_v14 .hc_m_hd h3, .hc_m_content .hc_m_v14 .hc_m_hd h3,
.hc_m_v14 .hc_m_hd h4, .hc_m_content .hc_m_v14 .hc_m_hd h4,
.hc_m_v14 .hc_m_hd h5, .hc_m_content .hc_m_v14 .hc_m_hd h5,
.hc_m_v14 .hc_m_hd h6, .hc_m_content .hc_m_v14 .hc_m_hd h6 {

}

.hc_m_v14 .hc_m_hd a, .hc_m_content .hc_m_v14 .hc_m_hd a,
.hc_m_v14 .hc_m_hd h1 a, .hc_m_content .hc_m_v14 .hc_m_hd h1 a,
.hc_m_v14 .hc_m_hd h2 a, .hc_m_content .hc_m_v14 .hc_m_hd h2 a,
.hc_m_v14 .hc_m_hd h3 a, .hc_m_content .hc_m_v14 .hc_m_hd h3 a,
.hc_m_v14 .hc_m_hd h4 a, .hc_m_content .hc_m_v14 .hc_m_hd h4 a,
.hc_m_v14 .hc_m_hd h5 a, .hc_m_content .hc_m_v14 .hc_m_hd h5 a,
.hc_m_v14 .hc_m_hd h6 a, .hc_m_content .hc_m_v14 .hc_m_hd h6 a {

}
.hc_m_v14 .hc_m_hd a:hover, .hc_m_content .hc_m_v14 .hc_m_hd a:hover,
.hc_m_v14 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v14 .hc_m_hd h1 a:hover,
.hc_m_v14 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v14 .hc_m_hd h2 a:hover,
.hc_m_v14 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v14 .hc_m_hd h3 a:hover,
.hc_m_v14 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v14 .hc_m_hd h4 a:hover,
.hc_m_v14 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v14 .hc_m_hd h5 a:hover,
.hc_m_v14 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v14 .hc_m_hd h6 a:hover  {

}
.hc_m_v14 .hc_m_hd a:active, .hc_m_content .hc_m_v14 .hc_m_hd a:active,
.hc_m_v14 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v14 .hc_m_hd h1 a:active,
.hc_m_v14 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v14 .hc_m_hd h2 a:active,
.hc_m_v14 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v14 .hc_m_hd h3 a:active,
.hc_m_v14 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v14 .hc_m_hd h4 a:active,
.hc_m_v14 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v14 .hc_m_hd h5 a:active,
.hc_m_v14 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v14 .hc_m_hd h6 a:active {

}
.hc_m_v14 .hc_m_hd a:visited, .hc_m_content .hc_m_v14 .hc_m_hd a:visited,
.hc_m_v14 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v14 .hc_m_hd h1 a:visited,
.hc_m_v14 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v14 .hc_m_hd h2 a:visited,
.hc_m_v14 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v14 .hc_m_hd h3 a:visited,
.hc_m_v14 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v14 .hc_m_hd h4 a:visited,
.hc_m_v14 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v14 .hc_m_hd h5 a:visited,
.hc_m_v14 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v14 .hc_m_hd h6 a:visited {

}

.hc_m_v14 .hc_m_content h1 a, .hc_m_content .hc_m_v14 .hc_m_content h1 a,
.hc_m_v14 .hc_m_content h2 a, .hc_m_content .hc_m_v14 .hc_m_content h2 a,
.hc_m_v14 .hc_m_content h3 a, .hc_m_content .hc_m_v14 .hc_m_content h3 a,
.hc_m_v14 .hc_m_content h4 a, .hc_m_content .hc_m_v14 .hc_m_content h4 a,
.hc_m_v14 .hc_m_content h5 a, .hc_m_content .hc_m_v14 .hc_m_content h5 a,
.hc_m_v14 .hc_m_content h6 a, .hc_m_content .hc_m_v14 .hc_m_content h6 a {

}
.hc_m_v14 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v14 .hc_m_content h1 a:hover,
.hc_m_v14 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v14 .hc_m_content h2 a:hover,
.hc_m_v14 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v14 .hc_m_content h3 a:hover,
.hc_m_v14 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v14 .hc_m_content h4 a:hover,
.hc_m_v14 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v14 .hc_m_content h5 a:hover,
.hc_m_v14 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v14 .hc_m_content h6 a:hover {

}
.hc_m_v14 .hc_m_content h1 a:active, .hc_m_content .hc_m_v14 .hc_m_content h1 a:active,
.hc_m_v14 .hc_m_content h2 a:active, .hc_m_content .hc_m_v14 .hc_m_content h2 a:active,
.hc_m_v14 .hc_m_content h3 a:active, .hc_m_content .hc_m_v14 .hc_m_content h3 a:active,
.hc_m_v14 .hc_m_content h4 a:active, .hc_m_content .hc_m_v14 .hc_m_content h4 a:active,
.hc_m_v14 .hc_m_content h5 a:active, .hc_m_content .hc_m_v14 .hc_m_content h5 a:active,
.hc_m_v14 .hc_m_content h6 a:active, .hc_m_content .hc_m_v14 .hc_m_content h6 a:active {

}
.hc_m_v14 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v14 .hc_m_content h1 a:visited,
.hc_m_v14 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v14 .hc_m_content h2 a:visited,
.hc_m_v14 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v14 .hc_m_content h3 a:visited,
.hc_m_v14 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v14 .hc_m_content h4 a:visited,
.hc_m_v14 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v14 .hc_m_content h5 a:visited,
.hc_m_v14 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v14 .hc_m_content h6 a:visited {

}

/* end Module colors */

/* Module structure */
.hc_m_v14 {
	margin-bottom: 10px;
}
.hc_m_v14 .hc_m_content, .hc_m_content .hc_m_v14 .hc_m_content {
	padding: 10px 10px 9px;
}
/* end Module structure */

/* popovers */
.hc_m_v14.hc_m_po .hc_m_arrow_top {

}
.hc_m_v14.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v14.hc_m_po .hc_m_arrow_right {

}
.hc_m_v14.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v14.hc_m_po .hc_m_arrow_left {

}
/* end popovers */
/* --- Module Design Set version 1 - Module version 15 --- */

/* Module colors */
.hc_m_v15,
.hc_m_content .hc_m_v15 {

}
.hc_m_v15 a,
.hc_m_content .hc_m_v15 a {

}
.hc_m_v15 a:active,
.hc_m_content .hc_m_v15 a:active {

}
.hc_m_v15 a:visited,
.hc_m_content .hc_m_v15 a:visited {

} 
.hc_m_v15 a:hover,
.hc_m_content .hc_m_v15 a:hover {

}

.hc_m_v15 .hc_highlight,
.hc_m_content .hc_m_v15 .hc_highlight {
    color: [hc_m_v15_text_highlight]!important;
}
.hc_m_v15 .hc_lowlight, 
.hc_m_content .hc_m_v15 .hc_lowlight, 
.hc_m_v15 .hc_dehighlight,
.hc_m_content .hc_m_v15 .hc_dehighlight {
    color: [hc_m_v15_lowlight_text]!important;
    background: [hc_m_v15_lowlight_bg]!important;
}

.hc_m_v15 .b1h,
.hc_m_content .hc_m_v15 .b1h,
.hc_m_v15 .b1bh,
.hc_m_content .hc_m_v15 .b1bh {

}

.hc_m_v15 .b2h,
.hc_m_content .hc_m_v15 .b2h {



}
.hc_m_v15 .b3h,
.hc_m_content .hc_m_v15 .b3h,
.hc_m_v15 .b4h,
.hc_m_content .hc_m_v15 .b4h {



}
.hc_m_v15 .b2bh,
.hc_m_content .hc_m_v15 .b2bh {



}
.hc_m_v15 .b3bh,
.hc_m_content .hc_m_v15 .b3bh,
.hc_m_v15 .b4bh,
.hc_m_content .hc_m_v15 .b4bh {



}

.hc_m_v15 .hc_m_outer,
.hc_m_content .hc_m_v15 .hc_m_outer {



}

.hc_m_v15 .hc_m_hd,
.hc_m_content .hc_m_v15 .hc_m_hd {



}
.hc_m_v15 .hc_m_content,
.hc_m_content .hc_m_v15 .hc_m_content {


}
.hc_m_v15 .hc_m_ft,
.hc_m_content .hc_m_v15 .hc_m_ft {



}

.hc_m_v15 .hc_m_hd h1, .hc_m_content .hc_m_v15 .hc_m_hd h1,
.hc_m_v15 .hc_m_hd h2, .hc_m_content .hc_m_v15 .hc_m_hd h2,
.hc_m_v15 .hc_m_hd h3, .hc_m_content .hc_m_v15 .hc_m_hd h3,
.hc_m_v15 .hc_m_hd h4, .hc_m_content .hc_m_v15 .hc_m_hd h4,
.hc_m_v15 .hc_m_hd h5, .hc_m_content .hc_m_v15 .hc_m_hd h5,
.hc_m_v15 .hc_m_hd h6, .hc_m_content .hc_m_v15 .hc_m_hd h6 {

}

.hc_m_v15 .hc_m_hd a, .hc_m_content .hc_m_v15 .hc_m_hd a,
.hc_m_v15 .hc_m_hd h1 a, .hc_m_content .hc_m_v15 .hc_m_hd h1 a,
.hc_m_v15 .hc_m_hd h2 a, .hc_m_content .hc_m_v15 .hc_m_hd h2 a,
.hc_m_v15 .hc_m_hd h3 a, .hc_m_content .hc_m_v15 .hc_m_hd h3 a,
.hc_m_v15 .hc_m_hd h4 a, .hc_m_content .hc_m_v15 .hc_m_hd h4 a,
.hc_m_v15 .hc_m_hd h5 a, .hc_m_content .hc_m_v15 .hc_m_hd h5 a,
.hc_m_v15 .hc_m_hd h6 a, .hc_m_content .hc_m_v15 .hc_m_hd h6 a {

}
.hc_m_v15 .hc_m_hd a:hover, .hc_m_content .hc_m_v15 .hc_m_hd a:hover,
.hc_m_v15 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v15 .hc_m_hd h1 a:hover,
.hc_m_v15 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v15 .hc_m_hd h2 a:hover,
.hc_m_v15 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v15 .hc_m_hd h3 a:hover,
.hc_m_v15 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v15 .hc_m_hd h4 a:hover,
.hc_m_v15 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v15 .hc_m_hd h5 a:hover,
.hc_m_v15 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v15 .hc_m_hd h6 a:hover  {

}
.hc_m_v15 .hc_m_hd a:active, .hc_m_content .hc_m_v15 .hc_m_hd a:active,
.hc_m_v15 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v15 .hc_m_hd h1 a:active,
.hc_m_v15 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v15 .hc_m_hd h2 a:active,
.hc_m_v15 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v15 .hc_m_hd h3 a:active,
.hc_m_v15 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v15 .hc_m_hd h4 a:active,
.hc_m_v15 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v15 .hc_m_hd h5 a:active,
.hc_m_v15 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v15 .hc_m_hd h6 a:active {

}
.hc_m_v15 .hc_m_hd a:visited, .hc_m_content .hc_m_v15 .hc_m_hd a:visited,
.hc_m_v15 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v15 .hc_m_hd h1 a:visited,
.hc_m_v15 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v15 .hc_m_hd h2 a:visited,
.hc_m_v15 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v15 .hc_m_hd h3 a:visited,
.hc_m_v15 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v15 .hc_m_hd h4 a:visited,
.hc_m_v15 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v15 .hc_m_hd h5 a:visited,
.hc_m_v15 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v15 .hc_m_hd h6 a:visited {

}

.hc_m_v15 .hc_m_content h1 a, .hc_m_content .hc_m_v15 .hc_m_content h1 a,
.hc_m_v15 .hc_m_content h2 a, .hc_m_content .hc_m_v15 .hc_m_content h2 a,
.hc_m_v15 .hc_m_content h3 a, .hc_m_content .hc_m_v15 .hc_m_content h3 a,
.hc_m_v15 .hc_m_content h4 a, .hc_m_content .hc_m_v15 .hc_m_content h4 a,
.hc_m_v15 .hc_m_content h5 a, .hc_m_content .hc_m_v15 .hc_m_content h5 a,
.hc_m_v15 .hc_m_content h6 a, .hc_m_content .hc_m_v15 .hc_m_content h6 a {

}
.hc_m_v15 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v15 .hc_m_content h1 a:hover,
.hc_m_v15 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v15 .hc_m_content h2 a:hover,
.hc_m_v15 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v15 .hc_m_content h3 a:hover,
.hc_m_v15 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v15 .hc_m_content h4 a:hover,
.hc_m_v15 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v15 .hc_m_content h5 a:hover,
.hc_m_v15 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v15 .hc_m_content h6 a:hover {

}
.hc_m_v15 .hc_m_content h1 a:active, .hc_m_content .hc_m_v15 .hc_m_content h1 a:active,
.hc_m_v15 .hc_m_content h2 a:active, .hc_m_content .hc_m_v15 .hc_m_content h2 a:active,
.hc_m_v15 .hc_m_content h3 a:active, .hc_m_content .hc_m_v15 .hc_m_content h3 a:active,
.hc_m_v15 .hc_m_content h4 a:active, .hc_m_content .hc_m_v15 .hc_m_content h4 a:active,
.hc_m_v15 .hc_m_content h5 a:active, .hc_m_content .hc_m_v15 .hc_m_content h5 a:active,
.hc_m_v15 .hc_m_content h6 a:active, .hc_m_content .hc_m_v15 .hc_m_content h6 a:active {

}
.hc_m_v15 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v15 .hc_m_content h1 a:visited,
.hc_m_v15 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v15 .hc_m_content h2 a:visited,
.hc_m_v15 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v15 .hc_m_content h3 a:visited,
.hc_m_v15 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v15 .hc_m_content h4 a:visited,
.hc_m_v15 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v15 .hc_m_content h5 a:visited,
.hc_m_v15 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v15 .hc_m_content h6 a:visited {

}

/* end Module colors */

/* Module structure */
.hc_m_v15 {
	margin-bottom: 10px;
}

.hc_m_v15 .hc_m_content, .hc_m_content .hc_m_v15 .hc_m_content {
	padding: 10px 10px 9px;
}
/* end Module structure */

/* popovers */
.hc_m_v15.hc_m_po .hc_m_arrow_top {

}
.hc_m_v15.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v15.hc_m_po .hc_m_arrow_right {

}
.hc_m_v15.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v15.hc_m_po .hc_m_arrow_left {

}
/* end popovers */
/* --- Module Design Set version 1 - Module version 16 --- */

/* Module colors */
.hc_m_v16,
.hc_m_content .hc_m_v16 {

}
.hc_m_v16 a,
.hc_m_content .hc_m_v16 a {

}
.hc_m_v16 a:active,
.hc_m_content .hc_m_v16 a:active {

}
.hc_m_v16 a:visited,
.hc_m_content .hc_m_v16 a:visited {

} 
.hc_m_v16 a:hover,
.hc_m_content .hc_m_v16 a:hover {

}

.hc_m_v16 .hc_highlight,
.hc_m_content .hc_m_v16 .hc_highlight {
    color: [hc_m_v16_highlight_text]!important;
    background: [hc_m_v16_highlight_bg]!important;
}
.hc_m_v16 .hc_lowlight, 
.hc_m_content .hc_m_v16 .hc_lowlight, 
.hc_m_v16 .hc_dehighlight,
.hc_m_content .hc_m_v16 .hc_dehighlight {
    color: [hc_m_v16_lowlight_text]!important;
    background: [hc_m_v16_lowlight_bg]!important;
}

.hc_m_v16 .b1h,
.hc_m_content .hc_m_v16 .b1h,
.hc_m_v16 .b1bh,
.hc_m_content .hc_m_v16 .b1bh {

}

.hc_m_v16 .b2h,
.hc_m_content .hc_m_v16 .b2h {



}
.hc_m_v16 .b3h,
.hc_m_content .hc_m_v16 .b3h,
.hc_m_v16 .b4h,
.hc_m_content .hc_m_v16 .b4h {



}
.hc_m_v16 .b2bh,
.hc_m_content .hc_m_v16 .b2bh {



}
.hc_m_v16 .b3bh,
.hc_m_content .hc_m_v16 .b3bh,
.hc_m_v16 .b4bh,
.hc_m_content .hc_m_v16 .b4bh {



}

.hc_m_v16 .hc_m_outer,
.hc_m_content .hc_m_v16 .hc_m_outer {



}

.hc_m_v16 .hc_m_hd,
.hc_m_content .hc_m_v16 .hc_m_hd {



}
.hc_m_v16 .hc_m_content,
.hc_m_content .hc_m_v16 .hc_m_content {


}
.hc_m_v16 .hc_m_ft,
.hc_m_content .hc_m_v16 .hc_m_ft {



}

.hc_m_v16 .hc_m_hd h1, .hc_m_content .hc_m_v16 .hc_m_hd h1,
.hc_m_v16 .hc_m_hd h2, .hc_m_content .hc_m_v16 .hc_m_hd h2,
.hc_m_v16 .hc_m_hd h3, .hc_m_content .hc_m_v16 .hc_m_hd h3,
.hc_m_v16 .hc_m_hd h4, .hc_m_content .hc_m_v16 .hc_m_hd h4,
.hc_m_v16 .hc_m_hd h5, .hc_m_content .hc_m_v16 .hc_m_hd h5,
.hc_m_v16 .hc_m_hd h6, .hc_m_content .hc_m_v16 .hc_m_hd h6 {

}

.hc_m_v16 .hc_m_hd a, .hc_m_content .hc_m_v16 .hc_m_hd a,
.hc_m_v16 .hc_m_hd h1 a, .hc_m_content .hc_m_v16 .hc_m_hd h1 a,
.hc_m_v16 .hc_m_hd h2 a, .hc_m_content .hc_m_v16 .hc_m_hd h2 a,
.hc_m_v16 .hc_m_hd h3 a, .hc_m_content .hc_m_v16 .hc_m_hd h3 a,
.hc_m_v16 .hc_m_hd h4 a, .hc_m_content .hc_m_v16 .hc_m_hd h4 a,
.hc_m_v16 .hc_m_hd h5 a, .hc_m_content .hc_m_v16 .hc_m_hd h5 a,
.hc_m_v16 .hc_m_hd h6 a, .hc_m_content .hc_m_v16 .hc_m_hd h6 a {

}
.hc_m_v16 .hc_m_hd a:hover, .hc_m_content .hc_m_v16 .hc_m_hd a:hover,
.hc_m_v16 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v16 .hc_m_hd h1 a:hover,
.hc_m_v16 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v16 .hc_m_hd h2 a:hover,
.hc_m_v16 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v16 .hc_m_hd h3 a:hover,
.hc_m_v16 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v16 .hc_m_hd h4 a:hover,
.hc_m_v16 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v16 .hc_m_hd h5 a:hover,
.hc_m_v16 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v16 .hc_m_hd h6 a:hover  {

}
.hc_m_v16 .hc_m_hd a:active, .hc_m_content .hc_m_v16 .hc_m_hd a:active,
.hc_m_v16 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v16 .hc_m_hd h1 a:active,
.hc_m_v16 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v16 .hc_m_hd h2 a:active,
.hc_m_v16 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v16 .hc_m_hd h3 a:active,
.hc_m_v16 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v16 .hc_m_hd h4 a:active,
.hc_m_v16 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v16 .hc_m_hd h5 a:active,
.hc_m_v16 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v16 .hc_m_hd h6 a:active {

}
.hc_m_v16 .hc_m_hd a:visited, .hc_m_content .hc_m_v16 .hc_m_hd a:visited,
.hc_m_v16 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v16 .hc_m_hd h1 a:visited,
.hc_m_v16 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v16 .hc_m_hd h2 a:visited,
.hc_m_v16 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v16 .hc_m_hd h3 a:visited,
.hc_m_v16 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v16 .hc_m_hd h4 a:visited,
.hc_m_v16 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v16 .hc_m_hd h5 a:visited,
.hc_m_v16 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v16 .hc_m_hd h6 a:visited {

}

.hc_m_v16 .hc_m_content h1 a, .hc_m_content .hc_m_v16 .hc_m_content h1 a,
.hc_m_v16 .hc_m_content h2 a, .hc_m_content .hc_m_v16 .hc_m_content h2 a,
.hc_m_v16 .hc_m_content h3 a, .hc_m_content .hc_m_v16 .hc_m_content h3 a,
.hc_m_v16 .hc_m_content h4 a, .hc_m_content .hc_m_v16 .hc_m_content h4 a,
.hc_m_v16 .hc_m_content h5 a, .hc_m_content .hc_m_v16 .hc_m_content h5 a,
.hc_m_v16 .hc_m_content h6 a, .hc_m_content .hc_m_v16 .hc_m_content h6 a {

}
.hc_m_v16 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v16 .hc_m_content h1 a:hover,
.hc_m_v16 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v16 .hc_m_content h2 a:hover,
.hc_m_v16 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v16 .hc_m_content h3 a:hover,
.hc_m_v16 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v16 .hc_m_content h4 a:hover,
.hc_m_v16 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v16 .hc_m_content h5 a:hover,
.hc_m_v16 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v16 .hc_m_content h6 a:hover {

}
.hc_m_v16 .hc_m_content h1 a:active, .hc_m_content .hc_m_v16 .hc_m_content h1 a:active,
.hc_m_v16 .hc_m_content h2 a:active, .hc_m_content .hc_m_v16 .hc_m_content h2 a:active,
.hc_m_v16 .hc_m_content h3 a:active, .hc_m_content .hc_m_v16 .hc_m_content h3 a:active,
.hc_m_v16 .hc_m_content h4 a:active, .hc_m_content .hc_m_v16 .hc_m_content h4 a:active,
.hc_m_v16 .hc_m_content h5 a:active, .hc_m_content .hc_m_v16 .hc_m_content h5 a:active,
.hc_m_v16 .hc_m_content h6 a:active, .hc_m_content .hc_m_v16 .hc_m_content h6 a:active {

}
.hc_m_v16 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v16 .hc_m_content h1 a:visited,
.hc_m_v16 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v16 .hc_m_content h2 a:visited,
.hc_m_v16 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v16 .hc_m_content h3 a:visited,
.hc_m_v16 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v16 .hc_m_content h4 a:visited,
.hc_m_v16 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v16 .hc_m_content h5 a:visited,
.hc_m_v16 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v16 .hc_m_content h6 a:visited {

}


/* end Module colors */

/* Module structure */
.hc_m_v16 {
    margin-bottom: 10px;
}
.hc_m_v16 .hc_m_outer, .hc_m_content .hc_m_v16 .hc_m_outer {
    padding-left: 3px;
    padding-right: 3px;
}
.hc_m_v16 .hc_m_content, .hc_m_content .hc_m_v16 .hc_m_content {
    padding-top: 10px;
    padding-bottom: 7px;
}
.hc_m_v16 .hc_m_hd h1, .hc_m_content .hc_m_v16 .hc_m_hd h1,
.hc_m_v16 .hc_m_hd h2, .hc_m_content .hc_m_v16 .hc_m_hd h2,
.hc_m_v16 .hc_m_hd h3, .hc_m_content .hc_m_v16 .hc_m_hd h3,
.hc_m_v16 .hc_m_hd h4, .hc_m_content .hc_m_v16 .hc_m_hd h4,
.hc_m_v16 .hc_m_hd h5, .hc_m_content .hc_m_v16 .hc_m_hd h5,
.hc_m_v16 .hc_m_hd h6, .hc_m_content .hc_m_v16 .hc_m_hd h6 {
    text-align: left;
    font-size: 1.3em;
}
.hc_rtl .hc_m_v16 .hc_m_hd h1, .hc_rtl .hc_m_content .hc_m_v16 .hc_m_hd h1,
.hc_rtl .hc_m_v16 .hc_m_hd h2, .hc_rtl .hc_m_content .hc_m_v16 .hc_m_hd h2,
.hc_rtl .hc_m_v16 .hc_m_hd h3, .hc_rtl .hc_m_content .hc_m_v16 .hc_m_hd h3,
.hc_rtl .hc_m_v16 .hc_m_hd h4, .hc_rtl .hc_m_content .hc_m_v16 .hc_m_hd h4,
.hc_rtl .hc_m_v16 .hc_m_hd h5, .hc_rtl .hc_m_content .hc_m_v16 .hc_m_hd h5,
.hc_rtl .hc_m_v16 .hc_m_hd h6, .hc_rtl .hc_m_content .hc_m_v16 .hc_m_hd h6 {
    text-align: right;
}
.hc_m_v16 .hc_m_hd h1 a, .hc_m_content .hc_m_v16 .hc_m_hd h1 a,
.hc_m_v16 .hc_m_hd h2 a, .hc_m_content .hc_m_v16 .hc_m_hd h2 a,
.hc_m_v16 .hc_m_hd h3 a, .hc_m_content .hc_m_v16 .hc_m_hd h3 a,
.hc_m_v16 .hc_m_hd h4 a, .hc_m_content .hc_m_v16 .hc_m_hd h4 a,
.hc_m_v16 .hc_m_hd h5 a, .hc_m_content .hc_m_v16 .hc_m_hd h5 a,
.hc_m_v16 .hc_m_hd h6 a, .hc_m_content .hc_m_v16 .hc_m_hd h6 a {
    text-decoration: none;
}
/* end Module structure */

/* popovers */
.hc_m_v16.hc_m_po .hc_m_arrow_top {

}
.hc_m_v16.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v16.hc_m_po .hc_m_arrow_right {

}
.hc_m_v16.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v16.hc_m_po .hc_m_arrow_left {

}
/* end popovers */

/* --- Module Design Set version 1 - Module version 17 --- */

/* popovers */
.hc_m_v17.hc_m_po .hc_m_arrow_top {

}
.hc_m_v17.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v17.hc_m_po .hc_m_arrow_right {

}
.hc_m_v17.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v17.hc_m_po .hc_m_arrow_left {

}
/* end popovers */

/* --- Module Design Set version 1 - Module version 18 --- */

/* popovers */
.hc_m_v18.hc_m_po .hc_m_arrow_top {

}
.hc_m_v18.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v18.hc_m_po .hc_m_arrow_right {

}
.hc_m_v18.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v18.hc_m_po .hc_m_arrow_left {

}
/* end popovers */
/* --- Module Design Set version 1 - Module version 19 --- */

/* Module colors */
.hc_m_v19,
.hc_m_content .hc_m_v19 {

}
.hc_m_v19 a,
.hc_m_content .hc_m_v19 a {

}
.hc_m_v19 a:active,
.hc_m_content .hc_m_v19 a:active {

}
.hc_m_v19 a:visited,
.hc_m_content .hc_m_v19 a:visited {

} 
.hc_m_v19 a:hover,
.hc_m_content .hc_m_v19 a:hover {

}

.hc_m_v19 .hc_highlight,
.hc_m_content .hc_m_v19 .hc_highlight {
    color: [hc_m_v19_highlight_text]!important;
    background: [hc_m_v19_highlight_bg]!important;
}
.hc_m_v19 .hc_lowlight, 
.hc_m_content .hc_m_v19 .hc_lowlight, 
.hc_m_v19 .hc_dehighlight,
.hc_m_content .hc_m_v19 .hc_dehighlight {
    color: [hc_m_v19_lowlight_text]!important;
    background: [hc_m_v19_lowlight_bg]!important;
}

.hc_m_v19 .b1h,
.hc_m_v19 .b2h,
.hc_m_v19 .b3h,
.hc_m_v19 .b4h,
.hc_m_v19 .b1bh,
.hc_m_v19 .b2bh,
.hc_m_v19 .b3bh,
.hc_m_v19 .b4bh {
    display: none;
}

.hc_m_v19 .hc_m_outer,
.hc_m_content .hc_m_v19 .hc_m_outer {
    border: none;


    padding-bottom: 10px;
}

.hc_m_v19 .hc_m_hd,
.hc_m_content .hc_m_v19 .hc_m_hd {



    padding-left: 0;
    padding-right: 0;
}
.hc_m_v19 .hc_m_content,
.hc_m_content .hc_m_v19 .hc_m_content {
    border: none;

    padding-left: 0;
    padding-right: 0;
}
.hc_m_v19 .hc_m_ft,
.hc_m_content .hc_m_v19 .hc_m_ft {
    border: none;


    padding-left: 0;
    padding-right: 0;
}

.hc_m_v19 .hc_m_hd h1, .hc_m_content .hc_m_v19 .hc_m_hd h1,
.hc_m_v19 .hc_m_hd h2, .hc_m_content .hc_m_v19 .hc_m_hd h2,
.hc_m_v19 .hc_m_hd h3, .hc_m_content .hc_m_v19 .hc_m_hd h3,
.hc_m_v19 .hc_m_hd h4, .hc_m_content .hc_m_v19 .hc_m_hd h4,
.hc_m_v19 .hc_m_hd h5, .hc_m_content .hc_m_v19 .hc_m_hd h5,
.hc_m_v19 .hc_m_hd h6, .hc_m_content .hc_m_v19 .hc_m_hd h6 {

}

.hc_m_v19 .hc_m_hd a, .hc_m_content .hc_m_v19 .hc_m_hd a,
.hc_m_v19 .hc_m_hd h1 a, .hc_m_content .hc_m_v19 .hc_m_hd h1 a,
.hc_m_v19 .hc_m_hd h2 a, .hc_m_content .hc_m_v19 .hc_m_hd h2 a,
.hc_m_v19 .hc_m_hd h3 a, .hc_m_content .hc_m_v19 .hc_m_hd h3 a,
.hc_m_v19 .hc_m_hd h4 a, .hc_m_content .hc_m_v19 .hc_m_hd h4 a,
.hc_m_v19 .hc_m_hd h5 a, .hc_m_content .hc_m_v19 .hc_m_hd h5 a,
.hc_m_v19 .hc_m_hd h6 a, .hc_m_content .hc_m_v19 .hc_m_hd h6 a {

}
.hc_m_v19 .hc_m_hd a:hover, .hc_m_content .hc_m_v19 .hc_m_hd a:hover,
.hc_m_v19 .hc_m_hd h1 a:hover, .hc_m_content .hc_m_v19 .hc_m_hd h1 a:hover,
.hc_m_v19 .hc_m_hd h2 a:hover, .hc_m_content .hc_m_v19 .hc_m_hd h2 a:hover,
.hc_m_v19 .hc_m_hd h3 a:hover, .hc_m_content .hc_m_v19 .hc_m_hd h3 a:hover,
.hc_m_v19 .hc_m_hd h4 a:hover, .hc_m_content .hc_m_v19 .hc_m_hd h4 a:hover,
.hc_m_v19 .hc_m_hd h5 a:hover, .hc_m_content .hc_m_v19 .hc_m_hd h5 a:hover,
.hc_m_v19 .hc_m_hd h6 a:hover, .hc_m_content .hc_m_v19 .hc_m_hd h6 a:hover  {

}
.hc_m_v19 .hc_m_hd a:active, .hc_m_content .hc_m_v19 .hc_m_hd a:active,
.hc_m_v19 .hc_m_hd h1 a:active, .hc_m_content .hc_m_v19 .hc_m_hd h1 a:active,
.hc_m_v19 .hc_m_hd h2 a:active, .hc_m_content .hc_m_v19 .hc_m_hd h2 a:active,
.hc_m_v19 .hc_m_hd h3 a:active, .hc_m_content .hc_m_v19 .hc_m_hd h3 a:active,
.hc_m_v19 .hc_m_hd h4 a:active, .hc_m_content .hc_m_v19 .hc_m_hd h4 a:active,
.hc_m_v19 .hc_m_hd h5 a:active, .hc_m_content .hc_m_v19 .hc_m_hd h5 a:active,
.hc_m_v19 .hc_m_hd h6 a:active, .hc_m_content .hc_m_v19 .hc_m_hd h6 a:active {

}
.hc_m_v19 .hc_m_hd a:visited, .hc_m_content .hc_m_v19 .hc_m_hd a:visited,
.hc_m_v19 .hc_m_hd h1 a:visited, .hc_m_content .hc_m_v19 .hc_m_hd h1 a:visited,
.hc_m_v19 .hc_m_hd h2 a:visited, .hc_m_content .hc_m_v19 .hc_m_hd h2 a:visited,
.hc_m_v19 .hc_m_hd h3 a:visited, .hc_m_content .hc_m_v19 .hc_m_hd h3 a:visited,
.hc_m_v19 .hc_m_hd h4 a:visited, .hc_m_content .hc_m_v19 .hc_m_hd h4 a:visited,
.hc_m_v19 .hc_m_hd h5 a:visited, .hc_m_content .hc_m_v19 .hc_m_hd h5 a:visited,
.hc_m_v19 .hc_m_hd h6 a:visited, .hc_m_content .hc_m_v19 .hc_m_hd h6 a:visited {

}

.hc_m_v19 .hc_m_content h1 a, .hc_m_content .hc_m_v19 .hc_m_content h1 a,
.hc_m_v19 .hc_m_content h2 a, .hc_m_content .hc_m_v19 .hc_m_content h2 a,
.hc_m_v19 .hc_m_content h3 a, .hc_m_content .hc_m_v19 .hc_m_content h3 a,
.hc_m_v19 .hc_m_content h4 a, .hc_m_content .hc_m_v19 .hc_m_content h4 a,
.hc_m_v19 .hc_m_content h5 a, .hc_m_content .hc_m_v19 .hc_m_content h5 a,
.hc_m_v19 .hc_m_content h6 a, .hc_m_content .hc_m_v19 .hc_m_content h6 a {

}
.hc_m_v19 .hc_m_content h1 a:hover, .hc_m_content .hc_m_v19 .hc_m_content h1 a:hover,
.hc_m_v19 .hc_m_content h2 a:hover, .hc_m_content .hc_m_v19 .hc_m_content h2 a:hover,
.hc_m_v19 .hc_m_content h3 a:hover, .hc_m_content .hc_m_v19 .hc_m_content h3 a:hover,
.hc_m_v19 .hc_m_content h4 a:hover, .hc_m_content .hc_m_v19 .hc_m_content h4 a:hover,
.hc_m_v19 .hc_m_content h5 a:hover, .hc_m_content .hc_m_v19 .hc_m_content h5 a:hover,
.hc_m_v19 .hc_m_content h6 a:hover, .hc_m_content .hc_m_v19 .hc_m_content h6 a:hover {

}
.hc_m_v19 .hc_m_content h1 a:active, .hc_m_content .hc_m_v19 .hc_m_content h1 a:active,
.hc_m_v19 .hc_m_content h2 a:active, .hc_m_content .hc_m_v19 .hc_m_content h2 a:active,
.hc_m_v19 .hc_m_content h3 a:active, .hc_m_content .hc_m_v19 .hc_m_content h3 a:active,
.hc_m_v19 .hc_m_content h4 a:active, .hc_m_content .hc_m_v19 .hc_m_content h4 a:active,
.hc_m_v19 .hc_m_content h5 a:active, .hc_m_content .hc_m_v19 .hc_m_content h5 a:active,
.hc_m_v19 .hc_m_content h6 a:active, .hc_m_content .hc_m_v19 .hc_m_content h6 a:active {

}
.hc_m_v19 .hc_m_content h1 a:visited, .hc_m_content .hc_m_v19 .hc_m_content h1 a:visited,
.hc_m_v19 .hc_m_content h2 a:visited, .hc_m_content .hc_m_v19 .hc_m_content h2 a:visited,
.hc_m_v19 .hc_m_content h3 a:visited, .hc_m_content .hc_m_v19 .hc_m_content h3 a:visited,
.hc_m_v19 .hc_m_content h4 a:visited, .hc_m_content .hc_m_v19 .hc_m_content h4 a:visited,
.hc_m_v19 .hc_m_content h5 a:visited, .hc_m_content .hc_m_v19 .hc_m_content h5 a:visited,
.hc_m_v19 .hc_m_content h6 a:visited, .hc_m_content .hc_m_v19 .hc_m_content h6 a:visited {

}

/* end Module colors */

/* Module structure */
.hc_m_v19 {
    margin: 10px 0 0;
}
.hc_m_v19 .hc_m_outer, .hc_m_content .hc_m_v19 .hc_m_outer {
    padding: 0;
    border: none;
    background: none;
}
.hc_m_v19 .hc_m_content, .hc_m_content .hc_m_v19 .hc_m_content {
    padding: 10px;
    border: none;
    background: none;
}
.hc_m_v19 .hc_m_hd h1, .hc_m_content .hc_m_v19 .hc_m_hd h1,
.hc_m_v19 .hc_m_hd h2, .hc_m_content .hc_m_v19 .hc_m_hd h2,
.hc_m_v19 .hc_m_hd h3, .hc_m_content .hc_m_v19 .hc_m_hd h3,
.hc_m_v19 .hc_m_hd h4, .hc_m_content .hc_m_v19 .hc_m_hd h4,
.hc_m_v19 .hc_m_hd h5, .hc_m_content .hc_m_v19 .hc_m_hd h5,
.hc_m_v19 .hc_m_hd h6, .hc_m_content .hc_m_v19 .hc_m_hd h6 {
	text-align: left;
	font-size: 1.4em;
}
.hc_rtl .hc_m_v19 .hc_m_hd h1, .hc_rtl .hc_m_content .hc_m_v19 .hc_m_hd h1,
.hc_rtl .hc_m_v19 .hc_m_hd h2, .hc_rtl .hc_m_content .hc_m_v19 .hc_m_hd h2,
.hc_rtl .hc_m_v19 .hc_m_hd h3, .hc_rtl .hc_m_content .hc_m_v19 .hc_m_hd h3,
.hc_rtl .hc_m_v19 .hc_m_hd h4, .hc_rtl .hc_m_content .hc_m_v19 .hc_m_hd h4,
.hc_rtl .hc_m_v19 .hc_m_hd h5, .hc_rtl .hc_m_content .hc_m_v19 .hc_m_hd h5,
.hc_rtl .hc_m_v19 .hc_m_hd h6, .hc_rtl .hc_m_content .hc_m_v19 .hc_m_hd h6 {
    text-align: right;
}
/* end Module structure */

/* popovers */
.hc_m_v19.hc_m_po {

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}
.hc_m_v19.hc_m_po .hc_m_arrow_top {

}
.hc_m_v19.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_v19.hc_m_po .hc_m_arrow_right {

}
.hc_m_v19.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_v19.hc_m_po .hc_m_arrow_left {

}
.hc_m_v19.hc_m_po .hc_m_outer {
    border-top: 0;
}
.hc_m_v19.hc_m_po .hc_m_hd,
.hc_m_v19.hc_m_po .hc_m_content {
    padding: 5px 9px 0;
}
/* end popovers */

/* --- Module Design Set version 1 - Module Tabs --- */
.hc_m_tabs {
	display: block;
	position: relative;
}
.hc_m_tabs ul,
.hc_m_tabs_right ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
}
.hc_m_tabs_right ul {
	float: right;
}
.hc_rtl .hc_m_tabs_right ul {
    float: left;
}
.hc_m_tabs_right .cDiv {
	clear: both;
}
.hc_rtl .hc_m_tabs_right .cDiv {
    clear: left;
}

.hc_m_tabs,
.hc_m_tabs_right {height: 36px}

.hc_m_tabs li,
.hc_m_tabs_right li {
	margin: 0 5px -1px 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	width: 130px;
	white-space: nowrap;
}
.hc_rtl .hc_m_tabs li {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}
.hc_m_tabs_right li {
	margin-left: 5px;
	margin-right: 0;
	width: 150px;
}
.hc_rtl .hc_m_tabs_right li {
    float: left;
    margin-right: 5px;
    margin-left: 0;
}
.hc_m_tabs ul li a,
.hc_m_tabs_right ul li a {
	display: block;
	padding: 5px 3px 7px;
	outline: none;
	overflow: hidden;
	background: url(../Images/hotelTab-gray-bg_121904ff.gif) repeat-x left bottom;
	font-weight: bold;
	text-align: center;


}
.hc_m_tabs ul li a.hc_loading,
.hc_m_tabs_right ul li a.hc_loading {
	background: [hc_m_tab_bg] url(../Images/waiting_121904ff.gif) no-repeat 10px 5px!important;
	padding-left: 30px;
	display: block;
	position: relative;
}
.hc_rtl .hc_m_tabs ul li a.hc_loading,
.hc_rtl .hc_m_tabs_right ul li a.hc_loading {
    padding-left: 0;
    padding-right: 30px;
}

.hc_m_tabs ul li a span,
.hc_m_tabs_right ul li a span {
	/* background: url(http://www.hotelscombined.com/Images/icon_arrow_down_dark.gif?121904ff) no-repeat 0 0; */
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	right: 3px;
	top: 16px;
}
.hc_rtl .hc_m_tabs ul li a span,
.hc_rtl .hc_m_tabs_right ul li a span {
    right: auto;
    left: 3px;
}

.hc_m_tabs ul li.active a,
.hc_m_tabs_right ul li.active a {


}
.hc_m_tabs ul li a:hover,
.hc_m_tabs_right ul li a:hover {
	text-decoration: none;

}
.hc_m_tabs ul li.active a span,
.hc_m_tabs_right ul li.active a span {
	display: none;
}

.hc_m_tabs .b1h,
.hc_m_tabs .b2h,
.hc_m_tabs .b3h,
.hc_m_tabs .b4h {
	margin-left: 0;
	border-left-width: 1px;
}
.hc_m_tabs ul li .b1h {
	margin-left: 5px;
	width: auto;
}
.hc_m_tabs ul li .b2h {
	margin-left: 3px;
	border-left-width: 2px;
}
.hc_m_tabs ul li .b3h {
	margin-left: 2px;
}
.hc_m_tabs ul li .b4h {
	margin-left: 1px;
}
.hc_m_tabs_right .b1h,
.hc_m_tabs_right .b2h,
.hc_m_tabs_right .b3h,
.hc_m_tabs_right .b4h {
	margin-right: 0;
	border-right-width: 1px;
}
.hc_m_tabs_right ul li .b1h {
	margin-right: 5px;
}
.hc_m_tabs_right ul li .b2h {
	margin-right: 3px;
	border-right-width: 2px;
}
.hc_m_tabs_right ul li .b3h {
	margin-right: 2px;
}
.hc_m_tabs_right ul li .b4h {
	margin-right: 1px;
}
/* --- HC Base - Popovers --- */

.hc_m_po {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 900;
}
.hc_rtl .hc_m_po {
    left: auto;
    right: 0;
}
.hc_m_po .hc_m_close {
    font-family: mobileicons;
    font-weight: normal;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 1.2em;
    padding-top: 0;
    text-decoration: none;
    z-index: 901;
}
.hc_rtl .hc_m_po .hc_m_close {
    right: auto;
    left: 5px;
}
.hc_m_po .hc_m_arrow_top,
.hc_m_po .hc_m_arrow_left,
.hc_m_po .hc_m_arrow_right {
    position: absolute;
    width: 0; 
    height: 0;
}
.hc_m_po .hc_m_arrow_top {
    top: -8px;
    left: 50%;
    margin-left: -6px;
    border-left: 6px solid transparent; 
    border-right: 6px solid transparent;
    border-bottom-width: 8px;
    border-bottom-style: solid;
 
}
.hc_rtl .hc_m_po .hc_m_arrow_top {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -6px;
}
.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m_po .hc_m_arrow_right {
    top: 14px;
    left: -8px;
    right: auto;
    border-top: 6px solid transparent; 
    border-bottom: 6px solid transparent; 
    border-left: none;
    border-right-width: 8px;
    border-right-style: solid;

}
.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m_po .hc_m_arrow_left {
    top: 14px;
    right: -8px;
    left: auto;
    border-top: 6px solid transparent; 
    border-bottom: 6px solid transparent; 
    border-right: none;
    border-left-width: 8px;
    border-left-style: solid;

}

/* hc_m */
.hc_m.hc_m_po {

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}
.hc_m.hc_m_po .hc_m_arrow_top {
 
}
.hc_m.hc_m_po .hc_m_arrow_left,
.hc_rtl .hc_m.hc_m_po .hc_m_arrow_right {

}
.hc_m.hc_m_po .hc_m_arrow_right,
.hc_rtl .hc_m.hc_m_po .hc_m_arrow_left {

}
.hc_m.hc_m_po .hc_m_hd,
.hc_m.hc_m_po .hc_m_content {
    padding: 5px 9px 0;
    background: none;
}


/* SR rates popover - TO BE REFACTORED */
.hc_m_popover {
    display: none;
    position: absolute;
    width: 300px;
    z-index: 998;

}
.hc_m_popover .hc_m_outer, .hc_m_content .hc_m_popover .hc_m_outer {
	padding-left: 3px;
	padding-right: 3px;

}
.hc_m_popover .hc_m_content, .hc_m_content .hc_m_popover .hc_m_content{
	padding-top: 10px;
	padding-bottom: 7px;


}
.hc_m_popover .hc_m_hd, .hc_m_content .hc_m_popover .hc_m_hd {

}
.hc_m_popover .hc_m_hd h1, .hc_m_content .hc_m_popover .hc_m_hd h1,
.hc_m_popover .hc_m_hd h2, .hc_m_content .hc_m_popover .hc_m_hd h2,
.hc_m_popover .hc_m_hd h3, .hc_m_content .hc_m_popover .hc_m_hd h3,
.hc_m_popover .hc_m_hd h4, .hc_m_content .hc_m_popover .hc_m_hd h4,
.hc_m_popover .hc_m_hd h5, .hc_m_content .hc_m_popover .hc_m_hd h5,
.hc_m_popover .hc_m_hd h6, .hc_m_content .hc_m_popover .hc_m_hd h6 {

}
.hc_m_popover .b2h, .hc_m_content .hc_m_popover .b2h,
.hc_m_popover .b3h, .hc_m_content .hc_m_popover .b3h,
.hc_m_popover .b4h, .hc_m_content .hc_m_popover .b4h {



}
.hc_m_popover .b2bh, .hc_m_content .hc_m_popover .b2bh, 
.hc_m_popover .b3bh, .hc_m_content .hc_m_popover .b3bh, 
.hc_m_popover .b4bh, .hc_m_content .hc_m_popover .b4bh {



}
.hc_m_popover .b1h, .hc_m_content .hc_m_popover .b1h {

}
.hc_m_popover .hc_m_close {
}
.hc_m_popover .hc_m_popover_pointer { /* default to right side */
    display: block;
    position: absolute;
    left: -20px;
    top: 13px;
    width: 10px;
    height: 20px;
    opacity: 0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
    background: url(../Images/hc_m_pointer_left_121904ff.png) no-repeat 0 0;
}
.hc_m_popover.hc_pos_left .hc_m_popover_pointer {
    left: auto;
    right: -20px;
    background-image: url(../Images/hc_m_pointer_right_121904ff.png);
}
.hc_m_popover.hc_pos_top .hc_m_popover_pointer {
    right: auto;
    left: 10px;
    top: auto;
    bottom: -20px;
    height: 10px;
    width: 20px;
    background: url(../Images/hc_m_pointer_bottom_121904ff.png) no-repeat 0 0;
}
.hc_m_popover.hc_pos_bottom .hc_m_popover_pointer {
    right: auto;
    left: 10px;
    bottom: auto;
    top: -20px;
    background: url(../Images/hc_m_pointer_top_121904ff.png) no-repeat 0 0;
    width: 20px;
    height: 10px;
}
.hc_rtl .hc_m_popover.hc_pos_top .hc_m_popover_pointer, 
.hc_rtl .hc_m_popover.hc_pos_bottom .hc_m_popover_pointer {
    left: auto;
    right: 10px;
}


/* HC Module Underlay */
.hc_m_underlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 10px;
    background: #333;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
    z-index: 997;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.hc_m_underlay .b1h,
.hc_m_underlay .b2h,
.hc_m_underlay .b3h,
.hc_m_underlay .b4h,
.hc_m_underlay .b1bh,
.hc_m_underlay .b2bh,
.hc_m_underlay .b3bh,
.hc_m_underlay .b4bh {
    display: none;
}
.hc_m_underlay .hc_m_outer,
.hc_m_underlay .hc_m_hd,
.hc_m_underlay .hc_m_content,
.hc_m_underlay .hc_m_ft {
    display: none;
}


/* needs to be refactored for only bgiframe */
.ttOverlay, 
.chkPriceUnderlay, 
.bgiframe {
    position:absolute;width:350px;height:120px;top:0;left:0;border:none;display:none;z-index:0;
}
.chkPriceUnderlay { z-index: 850; width: 545px; }

/* --- end HC Base - Popovers --- */