html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
/**
Layout - these styles are for a topbar
**/
body {
	font: 14px Barlow, sans-serif;
	min-width: 990px;
	margin: 0px auto;
}
body > .wrapper {
	/* overflow:hidden; */
}
body .wrapper {
	background: none; /* here we overwrite old light-blue sidebar bg coming from ".wrapper" in header-footer.css */
}
p {
    margin: 1em 0;
    line-height: 1.5em;	
}
#stage {
	padding: 0;
	width:100%;
	margin: 0; 
	background-color: transparent; 
	position: relative; 
	border-left: none;
}
.ft-topbar + #stage {
	margin-top: 36px; 
}
.rm-headless .ft-topbar + #stage {
	margin-top: 63px; 
}
.ft-topbar + #stage .stage-content {
	background-color: #fff;
}

#stage > .stage-content {
	margin-left: 211px;
}

#stage .stage-content-inner {
	padding: 20px 20px 40px 20px;
	width: auto;
}

#stage .stage-content-inner.fixed-width {
	width: 776px;
	padding-right: 0px;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.footer {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:800;
}
.footer .sitemap-link a {
	color: #444855;
	text-decoration: underline;
}
.ft-breadcrumbs {
	font-weight:bold;
	position:absolute;
	top:-60px;
	left:15px;
}
#secondary_nav_container {
	display:none;
}


/**
Modules
**/
/* breadcrumbs */
.rm-headless #breadcrumb_container {
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
}
#breadcrumb_container {
	clear:both;
	height:27px;
	padding-left: 15px;
	list-style:none;
	background-color: #FFFFFF;
	border-bottom: solid #999 1px;
}
#breadcrumb_container.warning {
	background-color: #F6E097;
}
#breadcrumb_container li {
	float:left;
	padding:6px 0px 0px 5px;
	font-size: 13px;
	color: #444;
}
.breadcrumb_header {
	font-weight: normal;
}
.breadcrumb_display {
	font-weight: bold;
}
.breadcrumb_spacer {
	display: none;
	width: 1px;
	height: 8px;
	border-right: 1px solid #444;	
	padding-top: 5px;
	margin: 7px 5px 3px 5px;
}
#breadcrumb_container h2 {
	background-position:left center;
	background-repeat:no-repeat;
	color:#0076FF;
	float:right;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:6px 25px 0 21px;
	text-align:right;
}

/* Section */
.stage_section {
	background-color: #efefef;
	border: none; /* TODO: remove this line after common.css is removed from all pages */
	/* font-size: 14px; /* TODO: check if its ok to remove it */
	margin: 0 0 20px 0;
	/* width: 99.8%; /* MS: not sure why we have it  */
}
.stage_section h2 {
	background: #fff;
	color: #6F727C;
	padding: 6px 10px 6px 10px;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	font-family: Barlow, sans-serif;
	line-height: normal;
	border-bottom: 3px solid #fff;
}
.stage_section .selector-grid{
	padding: 10px;
}
.stage_section .styled-form{
	padding: 10px;
}
/*.stage_section h2:first-child{
	margin-top: 20px;
}*/


/* Sidebar Topbar Module */
.ft-nav-sidebar {
	position: absolute; 
	left: 0; 
	top: 0;
	bottom:0;
	width: 211px;
	background: #e8e8e8;
}
.ft-nav-sidebar h3 {
	background:#6F727C;
	font-size:14px;
	padding:5px 0;
	color:white;
	margin:14px 0 8px;
	clear:both;
	font-weight: normal;
	text-indent: 0.5em;
}
.ft-nav-sidebar h3 + ul {
	margin: 0px 0 8px;
}

.ft-nav-sidebar ul {
	margin-top: 10px;
}
.ft-nav-sidebar li{
	margin:0 0 5px 10px
}
.ft-nav-sidebar label {
	color:#444;
	font-weight:bold;
}
.tab-section {
	clear:both;
}
.tab-sub-section {
	clear:both;
	padding: 5px;
}

.ft-topbar .tabNav .tab-hidden,
.ft-nav-sidebar > .tab-hidden {
	display:none;
}

/* Topbar styles */
.ft-topbar {
	width: 100%; 
	background: #6F727C; 
	height: 36px; 
	position: absolute;
	min-width: 990px;
	z-index: 101;
}
.rm-headless .ft-topbar {
	top: 27px;
}
.ft-topbar .sidebar-hide {
	float:left;
	background: url(/art/html-editor/he-toolbar-icons.png) 0 0;
	width: 24px;
	height: 24px;
	margin: 5px 0 5px 5px;
	cursor: pointer;
}
.ft-topbar .sidebar-hide:hover{
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255, 252, 237, .25);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255, 252, 237, .25);
	box-shadow: 0px 0px 10px 5px rgba(255, 252, 237, .25);
}
.ft-topbar button {
	float:right;
}
.ft-topbar .tabNav {
	height:36px;
	float:left;
	padding-left:8px;
	width:210px;
}
.ft-topbar .tabNav li {
	background:transparent;
	position:relative;
	*z-index:810; 
	color:#fff;
	float:left;
	padding:0 14px;
	margin:0;
	line-height:37px;
	font-size:14px;
	cursor:pointer;
	text-transform: capitalize;
}
.ft-topbar .tabNav li:hover {
	background:#8f8f8f;
}
.ft-topbar .tabNav .active, .ft-topbar .tabNav .active:hover {
	background:#efefef;
	padding-top:4px;
	top:-4px;
	color:#444;
	cursor:default;
}
.ft-topbar-empty {
	width: 211px;
	background: #efefef;
	height: 0;
	top: 0;
}

/* Sidebar helicopter */
.ft-sidebar-toggable .he_hide_helicopter {
	cursor: pointer;
	position: absolute;
	top: 7px;
	left: 180px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #676767;
	z-index: 1;
}
.ft-sidebar-toggable .he_hide_helicopter span,
.ft-sidebar-toggable .he_hide_helicopter span:before,
.ft-sidebar-toggable .he_hide_helicopter span:after {
	background-color: #f58026;
	position: absolute;
	top: 3px;
	left: 5px;
	height: 2px;
	width: 9.5px;
	display: block;
	content: "";
}
.ft-sidebar-toggable .he_hide_helicopter span {
	background-color: transparent;
}
.ft-sidebar-toggable .he_hide_helicopter span:before {
	top: 6px;
	left: 10px;
	transform: translateX(-10px) rotate(45deg);
}
.ft-sidebar-toggable.ft-sidebar-hidden .he_hide_helicopter span:before {
	top: 5px;
}
.ft-sidebar-toggable .he_hide_helicopter span:after {
	top: 12px;
	left: 10px;
	transform: translateX(-10px) translateY(-6px) rotate(-45deg);
}
.ft-sidebar-toggable.ft-sidebar-hidden .he_hide_helicopter span:after {
	top: 10px;
}
.ft-sidebar-toggable.trans #stage > .stage-content,
.ft-sidebar-toggable.trans #stage > .stage-content .ft-page-header,
.ft-sidebar-toggable.trans .ft-topbar .tabNav,
.ft-sidebar-toggable.trans .ft-nav-sidebar,
.ft-sidebar-toggable.trans .he_hide_helicopter,
.ft-sidebar-toggable.trans .he_hide_helicopter span,
.ft-sidebar-toggable.trans .he_hide_helicopter span:before,
.ft-sidebar-toggable.trans .he_hide_helicopter span:after {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.ft-sidebar-toggable.ft-sidebar-visible .ft-nav-sidebar{
	left: 0px;
}
.ft-sidebar-toggable.ft-sidebar-hidden .ft-nav-sidebar{
	left: -211px;
}
.ft-sidebar-toggable.ft-sidebar-visible .ft-topbar .tabNav {
	margin-left: 0;
}
.ft-sidebar-toggable.ft-sidebar-hidden .ft-topbar .tabNav {
	margin-left: -211px;
}
.ft-sidebar-toggable.ft-sidebar-hidden #stage > .stage-content {
	margin-left: 0px;
}
.ft-sidebar-toggable.ft-sidebar-hidden #stage > .stage-content .ft-page-header {
	margin-left: 45px;
}
.rm-headless .ft-sidebar-toggable.ft-sidebar-hidden #stage > .stage-content .ft-page-header {
	margin-left: 0;
}
.ft-sidebar-toggable.ft-sidebar-hidden .he_hide_helicopter {
	left: 25px;
	top: 21px;
}
.ft-sidebar-toggable.ft-sidebar-hidden .he_hide_helicopter span {
	background-color: #f58026;
}
.ft-sidebar-toggable.ft-sidebar-hidden .he_hide_helicopter span:before {
	left: 0px;
	transform: translateX(0px) rotate(0);
}
.ft-sidebar-toggable.ft-sidebar-hidden .he_hide_helicopter span:after {
	left: 0px;
	transform: translateX(0px) translateY(0px) rotate(0);
}

/* topbar settings dropdown: */
/*
.ft-topbar button {
	cursor:pointer;
}
.ft-topbar .settings {
	width: 34px;
	height: 20px;
	background: url(/art/html-editor/bender-settings.png) 0 0;
	float: right;
	margin: 7px 7px 7px 20px;
}
.ft-topbar .settings:hover {
	background-position: 0 20px;
	cursor: pointer;
}
.ft-topbar .settings-menu {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 200px;
	display: none;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 720;
}*/
#user_notice {
	color:#444;
	line-height:35px;
	margin-right:30px;
	float:right;
}
.ft-topbar #user_notice {
	color: #fff;
}
/* end topbar settings dropdown */

.sidebar-tabs {
	background-color:#EFEFEF;
}
.sidebar-tabs > .tab {
	display:none;
	float:left;
	clear:both;
	width:100%;
	padding: 0px 5px 150px 0px;
	color: #444855;
}

.sidebar-tabs > .tab ul li {
	display:block;
}

.sidebar-tabs > .tab  a, .sidebar-tabs > .tab  a:visited {
	color: #444855;
	text-decoration: none;
	font-family: Barlow, Helvetica, sans-serif;
}

.sidebar-tabs > .tab  a:hover, .sidebar-tabs > .tab  a:focus {
	/*text-decoration: underline;*/
	border-bottom: 1px solid #444855;
}

.sidebar-tabs > .active {
	display:block;
}

.sidebar-tabs > .tab  a.active {
	font-weight: bold;
	color: #f58026;
}

.accordion-styles label{
	margin-top: 30px;
}
.accordion-styles > h1, .accordion-styles > h2, .accordion-styles > h3, .accordion-styles > h4, .accordion-styles > h5, .accordion-styles > h6{
	margin-top: 20px;
}
.accordion-styles select{
	width: 180px;
}
.accordion-styles .jsselect{
	width: 182px;
	overflow: hidden;
}
.accordion-styles .jsselect .jsSelectOpts > li{
	padding-left: 5px;
}
.accordion-styles .jsselect .showSelect span{
	text-indent: 5px;
	width: 180px;
}
.accordion-styles .font-styles-prop{
	font-weight: bold;
	font-size: 13px;
	margin: 5px 0;
	color: #444855;
}
.ui-accordion .ui-accordion-icons{
	padding-left: 0;
}
.ui-accordion .ui-accordion-content, .accordion-styles.ui-accordion .ui-accordion-header{
	padding:0;
}
.ui-state-active, .accordion-styles .ui-widget-content .ui-state-active, 
.accordion-styles .ui-widget-header .ui-state-active, 
.accordion-styles .ui-state-default{
	background: none;
}
/* not sure what this is for but it's breaking dashboard popins, needs to be more specific
.ui-widget-content{
	background: none;
	border: 0;
}
*/
div.section-size span.ui-spinner{
}
.ui-accordion.accordion-styles .ui-accordion-header .ui-icon {
	left: -15px;
}
.accordion-styles .ui-state-active, .accordion-styles .ui-widget-content, 
.tab .ui-state-active,
.accordion-styles .ui-icon-triangle-1-s{
	border-bottom: none;
}
.accordion-styles .ui-state-hover{
	background-position: -64px -16px
}
.accordion-styles .ui-icon-triangle-1-e{
	background-position: -32px -16px;
}
.accordion-styles .ui-icon-triangle-1-s{
	background-position: -64px -16px;
}
.accordion-styles .ui-corner-bottom, 
.accordion-styles .ui-corner-all{
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	outline: none;
	border-bottom: none;
}


/* HTML Editor Topbar Module */
.ft-nav-sidebar #sidebar-zones h3{
	text-indent: 20px;
	margin-top: 15px;
	color: white !important;
	text-indent:2em;
	font-weight: normal;
	border-radius: 0;
	margin-bottom: 0;
	border: 0;
}

.ft-topbar .he-settings{
	width: 34px;
	height: 20px;
	background: url(/art/html-editor/bender-settings.png) 0 0;
	float: right;
	margin:7px  7px 7px 20px;
}
.ft-topbar .he-settings:hover{
	background-position: 0 20px;
	cursor: pointer;
}
.ft-topbar .he-settings-menu{
	position: absolute;
	top: 30px;
	right: 10px;
	width: 200px;
	display: none;
	background-color: #fff;
	border: 1px solid #888;
	z-index: 800;
}
.ft-topbar .he-settings-menu>ul>li>span{
	color: #159195;
	font-weight: bold;
	padding: 7px;
	display: block;
}

.ft-topbar .he-views{
	float: right;
	margin: 5px 20px 5px 5px;
}
.ft-topbar ul.sub-menu li{
	padding: 7px 7px 7px 7px;
	color: #444855;
	font-weight: normal;
	cursor: pointer;
	border-bottom: 1px dotted #ccc;
}
.ft-topbar ul.sub-menu li.settings-divider{
	padding: 0;
	height: 0;
	margin: 6px;
	border-top: 1px solid #ccc;
	cursor: default;
	text-indent: -9999px;
}

.ft-topbar ul.sub-menu li:last-child{
	border-bottom: none;
}
.ft-topbar ul.sub-menu li:hover{
	background-color: #D6E8FA;
	color: #676767;
}

.ft-topbar .jsselect .showSelect{
	background: #444;
	color: #fff;
}
.ft-topbar .jsselect{
	width: 182px;
	overflow: hidden;
	float: right;
	background: #444;
	margin: 5px 20px 5px 5px;
	filter:none;
}
.ft-topbar .jsselect .jsSelectOpts{
	width: 180px;
}
.ft-topbar .jsselect .jsSelectOpts > li{
	padding-left: 5px;
}
.ft-topbar .jsselect .jsSelectOpts>li:hover{
	background-color: #159195;
	color: #fff;
}
.ft-topbar .jsselect .showSelect span{
	text-indent: 5px;
	width: 180px;
	border: 1px solid #888;
	border-radius: 0;
}
.ft-topbar .jsselect .showSelect {
	background: url(/art/dropdown.png) no-repeat right 5px;
}
.ft-topbar .he_redo{
	width:24px;
	height:24px;
	float:right;
	margin:5px;
	background: url(/art/html-editor/he-toolbar-icons.png) 0 48px;
	cursor:pointer;
	border:none;
	direction: ltr;
	text-indent:-9999px;
}
.ft-topbar .he_undo{
	width:24px;
	height:24px;
	float:right;
	margin:5px 0 5px 0;
	background: url(/art/html-editor/he-toolbar-icons.png) 0 24px;
	cursor:pointer;
	border:none;
	direction: ltr;
	text-indent:-9999px;
}
#sidebar-design .font-styles-prop-cont{
	margin-left: 10px;
}
#sidebar-design .font-styles-head{
	margin: 10px;
}
.accordion-styles .ui-state-active{
	background: transparent;
}
.accordion-styles .ui-icon{
	background: url(/css/ui_lightness/images/ui-icons_222222_256x240.png);
}
#sidebar-design .ui-spinner-button .ui-icon{
	background-image: url(//ajax.aspnetcdn.com/ajax/jquery.ui/1.10.0/themes/cupertino/images/ui-icons_ffffff_256x240.png);
	background-color: #999;
}
#sidebar-design .ui-spinner-button.ui-state-active{
	border-left: 1px solid #444;
}
#sidebar-design .ui-accordion .ui-accordion-header{

}
#sidebar-design .spinner.high-nums.ui-spinner-input, #sidebar-design .section-padding input.ui-spinner-input{
	width: 40px;
	border:0;
	margin-right: 14px;
	text-align: center;
}
.he_follow {
	position:fixed !important;
	top:0;
	z-index:720;
}
.he_follow.ft-nav-sidebar {
	left:0;
	top:36px;
}
.htmleditor-open .ft-topbar .he_undo,
.htmleditor-open .ft-topbar .he_redo,
.htmleditor-open .ft-topbar .he-views,
.htmleditor-open .ft-topbar .jsselect,
.code-view .ft-topbar .he_undo,
.code-view .ft-topbar .he_redo,
.text-view .ft-topbar .he_undo,
.text-view .ft-topbar .he_redo,
.mobile-view .ft-topbar .he_undo,
.mobile-view .ft-topbar .he_redo {
	visibility:hidden;
}
.modal-overlay {
	position:fixed;
	top:0;
	left:0;
	z-index:720;
	height:100%;
	width:100%;
	background-color:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity:.2;
}
.transparent-overlay .modal-overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity:0;
}

/* Side Slider Nav */
.ft-side-slider-nav-container {
	text-align: center;
	padding-bottom: 10px;
	float: left;
	color: #fff;
	width: 70%;
	max-width: 824px;
	height: 36px;
}
.ft-side-slider-nav {
	margin: 0;
	padding: 0;
	display: inline;
	width: 100%
}
.ft-side-slider-nav.col2 li {
	width: 50%;
}
.ft-side-slider-nav.col3 li {
	width: 33.33%;
}
.ft-side-slider-nav.col4 li {
	width: 25%;
}
.ft-side-slider-nav.col5 li {
	width: 20%;
}
.ft-side-slider-nav li {
	color:#fff;
	display: inline-block;
	/*width:25%;*/
	margin: 0 auto;
	font-size: 14px;
	line-height: 36px;
	position: relative;
}
.ft-side-slider-nav li#slider-nav-6{
	width: 40%;
}
#slider-nav-1{
	width: 100%
}
.ft-side-slider-nav .active {
	cursor:pointer;
}
.ft-side-slider-nav li.active:hover span.slide-name{
	text-decoration:underline;
}
.ft-side-slider-nav li span.warning-icon {
	position: absolute;
	top: 3px;
}
.ft-side-slider-nav .current {
	text-shadow:none;
	font-weight: bold;
}
.ft-side-slider-nav-divider {
	background: url(/art/MA_Images/nav-separate.png) no-repeat right top;
}
/* Side Slider Main */
#wizard-slideme {
	position:relative;
	height:100%;
	margin:0;
	padding:0;
	-webkit-transition: margin-left .5s ease-in-out;
	-moz-transition: margin-left .5s ease-in-out;
	-o-transition: margin-left .5s ease-in-out;
	transition: margin-left .5s ease-in-out;
}
#wizard-slider{
	overflow: hidden;
}
#wizard-slideme.col2 {
	width: 200%;
}
#wizard-slideme.col3 {
	width: 300%;
}
#wizard-slideme.col4 {
	width: 400%;
}
#wizard-slideme.col5 {
	width: 500%;
}
#wizard-slideme > div.ft-side-slider-step {
	float: left;
	min-height: 883px;
}
#wizard-slideme.col2 > div.ft-side-slider-step {
	width:50%;
}
#wizard-slideme.col3 > div.ft-side-slider-step {
	width:33.3333333%;
}
#wizard-slideme.col4 > div.ft-side-slider-step {
	width:25%;
}
#wizard-slideme.col5 > div.ft-side-slider-step {
	width:20%;
}
/*#wizard-slideme > div.ft-side-slider-step > form {
	display: none;
}
#wizard-slideme > div.ft-side-slider-step.show-step-content > form{
	display: block;
}*/
form.js-slide-form{
	padding-bottom: 40px;
}