

/*--- General ---*/

.ml-cs-space {
	height: 3em;
}


/*--- Alert ---*/

.ml-alert {
	background-color:#FFF6F4;
	border: 1px solid #F73A24;
	border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	box-shadow: inset 1px 1px 0px	white,
		inset -1px -1px 0px white,
		0 1px 1px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: inset 1px 1px 0px	white,
			inset -1px -1px 0px white,
			0 1px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: inset 1px 1px 0px	white,
			inset -1px -1px 0px white,
			0 1px 1px rgba(0, 0, 0, 0.1);
	color:#F73A24;
	line-height: 150%;
	padding: 1em;
	text-align: center;
}
	.lt-ie9 .ml-alert {
		position: relative;
	}

.ml-alert.ml-alrt-blue {
	background-color:#f0f9fe;
	border-color: #108ECF;
	color:#108ECF;
}

.ml-alert.ml-alrt-green {
	background-color:#ECF8EA;
	border-color: #1A9C08;
	color:#1A9C08;
}

.ml-alert.ml-alrt-yellow {
	background-color:#FFFAE4;
	border-color: #BB8E00;
	color:#BB8E00;
}

.ml-alert.ml-alrt-black {
	background-color:#eee;
	border-color: #333;
	color:#333;
}


/*--- Back to Top ---*/
.ml-divider {
	position: relative;
	width: 100%;
}

.ml-back-to-top {
	color: #000000;
	text-decoration: none;
}

	.ml-divider .ml-back-to-top {
		font-size:.75em;
		position: absolute;
		right: 5px;
		top: -24px;
	}

.ml-back-to-top:hover {
	text-decoration: underline;
}


/*--- Call to Action ---*/
.ml-cta {
	display: block;
	padding: 2.5em 1em;
}
	.ml-cta.ml-cta-centered {
		text-align: center;
	}



.ml-cta-title {
	float:left;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: .25em .5em 0 0;
}
	.ml-cta.ml-cta-centered .ml-cta-title {
		float: none;
	}

.ml-cta .ml-button {
	float:right;
	padding: .6em 1.25em .5em;
	font-size: 1.5em;
}
	.ml-one_third .ml-cta .ml-button,
	.ml-one_half .ml-cta .ml-button {
		font-size: 1em;
	}
	.ml-cta.ml-cta-centered .ml-button {
		float:none;
	}


/*--- Tabs --- */
.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ml-ui-tabs {
	float: left;
}
	.lt-ie9 .ml-ui-tabs {
		position: relative;
	}

.ml-ui-tabs-contents {
	background-color: #000000;
	margin-top: -1px;
	clear: left;
	padding: 1em;
}

.ml-ui-tabs > ul {
	margin-left: 0;
	float: left;
}
.ml-ui-tabs > ul > li {
	float: left;
	margin-bottom:-1px;
	margin-right: .125em; /* 2/16px */
}
.ml-ui-tabs > ul > li > a {
	background-color: #000000;
	box-shadow: rgba(0,0,0,.2) 0 -1px 1px inset;
		-webkit-box-shadow: rgba(0,0,0,.2) 0 -1px 1px inset;
		-moz-box-shadow: rgba(0,0,0,.2) 0 -1px 1px inset;
	border-top: 2px solid #7B7B7B;
	color: #7B7B7B;
	float: left;
	font: 1em "Helvetica Neue", Helvetica, Arial, Clean, sans-serif;
	padding: .5em 1em;
	text-decoration: none;
}
.ml-ui-tabs > ul > li > a:hover {
	border-top-color: #f5f5f5;
}
.ml-ui-tabs > ul > li.ui-state-active > a {
	border-top-color: #f5f5f5;
	box-shadow: transparent 0 0 0 !important;
		-webkit-box-shadow: transparent 0 0 0 !important;
		-moz-box-shadow: transparent 0 0 0 !important;
	color: #f5f5f5;
}

.ui-tabs-hide {
	position: absolute;
	left: -99999px;
}

	.ml-one_third .ml-ui-tabs > ul > li,
	.ml-one_fourth .ml-ui-tabs > ul > li {
		display: block;
		margin-right: 0;
		width: 100%;
	}

	.ml-one_third .ml-ui-tabs > ul > li > a,
	.ml-one_fourth .ml-ui-tabs > ul > li > a {
		display: block;
		float: none;
	}




/*--- Title ---*/

.ml-cs-title-v {
	display: block;
	padding: 1em
}


/*--- Toggles --- */

.lt-ie9 .ml-toggle {
	position: relative;
}

.ml-toggle-a,
.ml-toggle-a:visited {
	background-color: #000000;
	border-top: 2px solid #7B7B7B;
	color: #7B7B7B;
	display: block;
	font: 16px "Helvetica Neue", Helvetica, Arial, Clean, sans-serif !important;
	padding: 9px 14px 8px;
	text-decoration: none;
}

	.ml-toggle-a:hover {
		border-top-color: #f5f5f5;
		text-decoration: none;
	}

	.ml-toggle-a,
	.ml-toggle-a:hover {
		transition: border-top-color 0.1s ease-in-out;
			-o-transition: border-top-color 0.1s ease-in-out;
			-ms-transition: border-top-color 0.1s ease-in-out;
			-moz-transition: border-top-color 0.1s ease-in-out;
			-webkit-transition: border-top-color 0.1s ease-in-out;
	}

.ml-toggle-active .ml-toggle-a {
	border-top-color: #f5f5f5;
	color: #f5f5f5;
}

.ml-toggle-a span {
	color: #7B7B7B;
	font: 1.25em "Courier New", Courier, monospace; /* 20/16px */
	text-align: center;
	letter-spacing: .375em; /* 6/16px */
	padding: auto 14px;
}

.ml-toggle > div {
	background-color: #000000;
	padding: .5em 1em 1.5em;
	border-top:0;
	margin: 0 0 1em;
}
.ml-toggle > .ml-toggle-title {
	border-bottom:0 none;
	margin: -1px 0 0;
	padding-bottom:0;
	text-shadow: 0 0 0 transparent;
	text-transform: none;
	text-align:left;
}
.ml-toggle > .ml-toggle-title:first-child {
	margin-top: 0;
}



/*-------------------------------------------------*/
/* Responsive
/*-------------------------------------------------*/

@media screen and (max-width: 900px) {

	.ml-cta {
		text-align: center;
	}

	.ml-cta-title {
		display: block;
		float: none;
		margin-bottom: 1em;
		margin-right: 0;
	}

	.ml-cta .ml-button {
		float: none;
	}

}

@media screen and (max-width: 600px) {

	.ml-ui-tabs > ul > li {
		display: block;
		margin-right: 0;
		width: 100%;
	}

	.ml-ui-tabs > ul > li > a {
		display: block;
		float: none;
	}

}
