<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Exponent Child
Description: Exponent Child Theme
Author: Brand Exponents
Template: exponent
Version: 1.0
*/

/*Padding for all main header elements*/
.tatsu-header-row {
    padding: 0px 0px 0px 0px;
}

/*Language Selector in the header*/
.tatsu-zq2nP8JWJ select {
	font-size: 13px;
	line-height: 1.3em;
}

/**/

.logo_header_bar {
   /* Background pattern from Toptal Subtle Patterns */
   background-image: url("img/mhc_logo_header_bar.png");
   background-position: right;
   height: 100px;
   width: 30%;
}
.logo_header_bar_section {
   /* Background pattern from Toptal Subtle Patterns */
   background-color: #2899B7;
   height: 100px;
   width: 100%;
}

.logo_header_title_section {
   /* Background pattern from Toptal Subtle Patterns */
   align: left;
   width: 70%;
}

.logo_header_image_section {
   /* Background pattern from Toptal Subtle Patterns */
   background-image: url("img/mhc_logo_header_bar.png");
   background-position: right;
   height: 100px;
   width: 30%;
   background-repeat: space
}

/*Post Title*/
@media only screen and (max-width: 1366px){
	
	.tatsu-Q_SN_94pb h1{
	   text-align: left;
	   color: #FFFFFF;
	   padding-top: 3.8%;
	   margin-left: 10%;
	   display: flex;
		align-items: flex-start;
	}
}

@media only screen and (min-width: 1367px){
	
	.tatsu-Q_SN_94pb h1{
	   text-align: left;
	   color: #FFFFFF;
	   padding-left: 20%;
	   padding-top: 3.8%;
	   display: flex;
		align-items: flex-start;
	}
}

.exp-header-page-title{
	padding-left:18%;

	
}

/*Hide Title in home page*/
.page-id-20 .tatsu-8rHetO3S3k, .page-id-26862 .tatsu-8rHetO3S3k, .page-id-26985 .tatsu-8rHetO3S3k{
	display: none
}

/*Hide Breadcrumbs in home page*/
.page-id-20 .mhcbreadcrumbs, .page-id-26862 .mhcbreadcrumbs, .page-id-26985 .mhcbreadcrumbs{
	display: none
}



.mhcbreadcrumbs{
	background: #E8E8E8;
    color: #313233;
    padding-top: 28px;
    padding-bottom: 28px;
}

.exp-breadcrumbs a:last-child {
  font-weight: bold;
}



@media screen and (max-width: 768px) {
 #policysidebar {display: none;}

}
@media screen and (min-width: 769px) {
#policyheader {display: none;}

}

/*Home */

.email_fields input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}



.mhc-faq-content-section {

background: #F7F7F7 0% 0% no-repeat padding-box;
opacity: 1;
border-top: 1pt solid #565655;
border-bottom: 1pt solid #565655;
}

.mhc-faq-content {
text-align: left;
font-size: 16px;
/*font: normal normal normal 16px/24px Open Sans;*/
letter-spacing: 0px;
color: #343434;
opacity: 1;
padding: 40px 70px 40px 70px;
}

.mhc-faq-content-section hr {
	border: 1px solid #565655;
	opacity: 1;
}

.mhc-faq-title-section {
    position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: 1;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	vertical-align: middle;
	line-height: normal;
}

.mhc-faq-category hr {
	border: 3px solid #085B6E;
	opacity: 1;
}
.mhc-faq-category h3 {
	font-size: 30px;
	color: #085B6E;
	opacity: 1;
	
	height: 40px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0px;
	padding-right: 20px;
	vertical-align: middle;
}

.mhc-faq-backtotop {
	float: right;
	margin-top: -40px;
}

.mhc-faq-backtotop a{
	color: #2899B7;
	text-decoration: underline;
}

.mhc-faq-category::after {
  content: "";
  clear: both;
}

/*
.mhc-faq-title-section label.opened-faq::before{
	content: '+';

	margin-left: 30px;
	margin-right: 30px;

	color: #2899B7;
	font-size: 1.5em;
    opacity: 1;
    font-weight: 900;
}*/

.faq-accordion-open {
	margin-left: 25px;
	margin-right: 25px;

	color: #2899B7;
	font-size: 36px;
    opacity: 1;
    font-weight: 900;
	float: left;
}

.mhc-faq-title-section label.closed-faq::before{
   content: '-';
   margin-left: 30px;
   margin-right: 30px;
}

.mhc-faq-title-section:after {
  content: "";
  display: table;
  clear: both;
}

.mhc-faq-title-section label {

left: 20px;
height: 50px;
text-align: left;
font-size: 24px;
font-weight: bold;
/*font: normal normal bold 19px Open Sans;*/
letter-spacing: 0px;
color: #343434;
opacity: 1;
padding-right: 70px;
vertical-align: middle;
/*padding: 40px 70px 40px 70px;*/
}





.faq-accordion {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #343434;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  transition: 0.4s;
}

.faq-accordion:before {
  content: '\002B';
  color: #2899B7;
  font-weight: bold;
  float: left;
  margin-left: 9px;
	margin-right: 23px;
	font-size: 1.5em;
    opacity: 1;
}


.faq-active:before {
  content: '\2212';
}

.faq-active {
  border-bottom: 1pt solid #565655;
}

.faq-panel {
  /*border-top: 1pt solid #565655;*/
  border-bottom: 1pt solid #565655;
  background:#F7F7F7 0% 0% no-repeat padding-box;
  color: #565655;
  /*padding: 40px 70px 40px 70px;*/
  font-size: 16px;
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faq-panel-open {
  padding: 40px 70px 40px 70px;
}

/**
 * Back to Top Button
 */
#be-themes-back-to-top {
    z-index: 200001;
}

.menu-item-19604-en ::after {
content: "|";
float: right;
}
.menu-item-19607-en ::after {
content: "|";
float: right;
}

/*Glossary*/
a.wpg-list-item-title {
    color: #085B6E;
}


/*Spoiler */
.subheader .su-spoiler .su-spoiler-title {
    font-size: 17px;
}



.faqTable{
	display: table;
	width: 100%;
}
.faqTableRow {
	display: table-row;
	overflow-wrap: 
}
.faqTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.faqTableCell, .faqTableHead {
	word-wrap: break-word;
	display: table-cell;
}
.faqTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.faqTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.faqTableBody {
	display: table-row-group;
}
.faqTableCategory {
	float: left;
	text-align: left;
	position: relative;
	bottom: 0;
	left: 0;
}
.faqTableBacktoTop {
	float: right;
	text-align: right;
	position: relative;
	bottom: -14px;
	right: 0;
}

.faqTableRow hr {
	border: 3px solid #085B6E;
	opacity: 1;
	word-wrap: break-word;
}
.faqTableCell h3 {
	font-size: 30px;
	color: #085B6E;
	opacity: 1;
	
	height: 40px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0px;
	vertical-align: middle;
}

.faqTableBacktoTop a{
	color: #2899B7;
	text-decoration: underline;
}

</pre></body></html>