<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------------*/
/*	Shortcodes
/*
/*	1. Buttons
/*	2. Toggle
/*	3. Tabs
/*	4. Columns
/*	5. Lists
/*
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	1. Button
/*-----------------------------------------------------------------------------------*/

.mpc-button {
	font-weight: bold;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 14px;
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
/*--------------------------- END Button -------------------------------- */

/*-----------------------------------------------------------------------------------*/
/*	2. Toggle Shortcodes
/*-----------------------------------------------------------------------------------*/

#shortcode-preview {
	text-align: left;
}

div.toggle-header {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #313131;
	border:1px solid #EAEAEA;
	cursor:pointer;
}

div.toggle-header h3.toggle-title {
	padding: 6px 22px 8px;
	margin: 0;
}

div.toggle-header h3.toggle-title a {
    color: #838383;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

div.toggle-header h3.toggle-title a:hover {
    text-decoration: none;
    color: #313131;
}

div.active{
	margin-bottom:0;
}

div.toggle-content {
	background: #f5f5f5;
	border-top: none;
	border-top:none;
	padding:20px 20px 20px 20px;
	overflow:hidden;
	border-right: solid 4px white;
	border-left: solid 4px white;
	overflow: hidden;
}

div.toggle-space {
	margin-bottom:1.2em;
}

/*--------------------------- END Toggle -------------------------------- */

/*-----------------------------------------------------------------------------------*/
/*	3. Tabs Shortcode
/*-----------------------------------------------------------------------------------*/

.tabs {
	margin-top: 0.5em;
	margin-bottom:1.5em;
}

.tabs ul{
	border-bottom:none;
	margin-bottom: -18px;
	height: 38px;
	background: none;
	width: 100%;
	z-index: 10;
	position: relative;
}

.tabs ul li {
	background: transparent;
	border: 1px solid #eaebeb;
	cursor:pointer;
	display:inline;
	float:left;
	zoom:1;
	position:relative;
	top: 4px;
	height: 37px;
	line-height: 38px;
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

#shortcode-preview-partial {
	text-align: left;
}

#shortcode-preview-partial .tabs ul {
	margin-bottom: 0px;
}

.tabs ul li:first-child {
	margin-left: 0px;
}

.tabs .tabs_title,{
	font-size:12px;
	font-weight:bold;
}

.tabs ul li a {
	font-weight: bold;
	font-size: 12px;
	color: #313131;
	text-decoration:none;
	position: relative;
	margin: 12px 25px;
}

.tabs ul li.active {
	position: relative;
	z-index: 2;
	border: 1px solid #d9d9d9;
	border-bottom: 0;
	background: none;
	background-color: #ffffff;
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */

}

.tabs ul li.active a{
	border-bottom:none;
}

.tabs .tab_content {
	background: #ffffff;
	display: block;
	position: relative;
	z-index: 1;
	padding: 10px 20px 10px 20px;
	border:1px solid #d9d9d9;
	left: 0px;
	margin: 0px;
}

.tabs .tab_content p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/*--------------------------- END Tabs -------------------------------- */

/*-----------------------------------------------------------------------------------*/
/*	4. Columns
/*-----------------------------------------------------------------------------------*/

.one_half { width:46%; }
.one_third { width:28%; }
.two_third { width:64%; }
.one_fourth { width:19%; }
.three_fourth { width:73%; }
.one_fifth { width:13.5%; }
.two_fifth { width:35%; }
.three_fifth { width:57%; }
.four_fifth { width:78%; }
.one_sixth { width:10%; }
.five_sixth { width:82%; }

.one_half, .one_third, .two_third,
.three_fourth, .one_fourth, .one_fifth,
.two_fifth, .three_fifth, .four_fifth,
.one_sixth, .five_sixth {
	position:relative;
	margin-right: 8%;
	float:left;
}

.column_last {
	margin-right:0 !important;
	clear:right;
}

.clearboth {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}

.column { margin-bottom: 1.5em; }

/*---------------------------------- END Columns ----------------------------------- */

/*-----------------------------------------------------------------------------------*/
/*	5. Lists
/*-----------------------------------------------------------------------------------*/

#shortcode-preview ol.list,
ol.list {
	background: none;
	list-style-type: decimal;
	margin-bottom: 1.5em;
	margin-left: 16px;
}

#shortcode-preview ol.list li,
ol.list li {
	padding: 0 0 5px 0px;
}

#shortcode-preview ul.list,
ul.list {
	margin-bottom: 1.5em;
}

#shortcode-preview ul.list li,
ul.list li {
	padding: 0px 0 5px 26px;
}

#shortcode-preview ul,
#shortcode-preview ol {
	text-align: left;
}

ul.arrow li{
	margin-left: 0;
	list-style: none;
	background:transparent url('../images/lists/arrow.png') no-repeat 0px 2px;
}

ul.check li{
	margin-left: 0;
	list-style: none;
	background:transparent url('../images/lists/check.png') no-repeat 0px 2px;
}

ul.dot li{
	margin-left: 0;
	list-style: none;
	background:transparent url('../images/lists/dot.png') no-repeat 0px 2px;
}

ul.minus li{
	margin-left: 0;
	list-style: none;
	background:transparent url('../images/lists/minus.png') no-repeat 0px 2px;
}

ul.plus li{
	margin-left: 0;
	list-style: none;
	background:transparent url('../images/lists/plus.png') no-repeat 0px 2px;
}

ul li em {
	font-weight: bold;
}

/*------------------------------ END Lists ------------------------------------ */</pre></body></html>