<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
 * This CSS file has been generated and is served by Cargo Collective Inc
 * and is authorized to be used on Cargo Collective Inc only.
 *
 * This CSS resource incorporates links to font software which is
 * the valuable copyrighted property of WebType LLC, The Font Bureau
 * and/or their suppliers. You may not
 * attempt to copy, install, redistribute, convert, modify or reverse
 * engineer this font software. Please contact WebType with any
 * questions: http://www.webtype.com
 */

html {
	background: #f2f2f2;
}

.admin-wrapper details.animated .arrow {
	transition: transform 100ms ease-in-out;
}

.admin-wrapper details.animated.closing .arrow {
	transform: initial !important;
}


/**`
 * Content frame viewport setups
 */

#content_frame_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;

	background: #212121;
	position: fixed;
	pointer-events: none;
	top: 0;
	left: 0;
	bottom: 0;
	width: Calc(100% - 400px);

	z-index: -1;
}

#content_frame_wrapper:before {
	content: '';
	background-image: url('/_gfx/checkered-grid.gif');
	background-size: 8px 8px;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#content_frame_wrapper #mobile_disclaimer {
	z-index: 99;
	bottom: 17px;
	font-size: 17px;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 70px;
}

#content_frame_wrapper #viewport_toggle {
	bottom: 0;
	right: 0;
	height: 81px;
	width: 41px;
	background: rgba(0,0,0,.1);
	z-index: 99;
}

#content_frame_wrapper #viewport_toggle .desktop {
	height: 41px;
	width: 41px;
}

#content_frame_wrapper #viewport_toggle .mobile {
	height: 40px;
	width: 41px;
}

#content_frame_wrapper #viewport_toggle &gt; div {
	background: rgba(0,0,0,.15);
	color: #fff;
	cursor: pointer;
	pointer-events: auto;
}

#content_frame_wrapper #viewport_toggle &gt; div svg {
	pointer-events: none;
}

#content_frame_wrapper #viewport_toggle &gt; div.active svg * {
	color: #fff;
	fill: #fff;
}

#content_frame_wrapper #viewport_toggle &gt; div:not(.active) svg * {
	color: rgba(255,255,255,.6);
	fill: rgba(255,255,255,.6);
}

#content_frame_wrapper #viewport_toggle &gt; div.active {
	background: rgba(0,0,0,.6);
}

#content_frame_wrapper #viewport_toggle &gt; div:active {
	opacity: .8;
}

#content_frame_viewport {
	position: relative;
	height: 100%;
	width: 100%;
}

#content_frame_viewport:after,
#content_frame_viewport:before {
	background: rgba(127, 127, 127, 0.3);
	content: '';
	display: block;
	position: absolute;
	border-radius: 20px;
}

#content_frame_viewport.viewport_horizontal:before,
#content_frame_viewport.viewport_horizontal:after {
	top: 0;
	bottom: 0;
	width: 60px;
}

#content_frame_viewport.viewport_vertical:before,
#content_frame_viewport.viewport_vertical:after {
	right: 0;
	left: 0;
	height: 60px;
}

#content_frame_viewport.viewport_vertical:before {
	top: -40px;
}

#content_frame_viewport.viewport_vertical:after {
	bottom: -40px;
}

#content_frame_viewport.viewport_horizontal:before {
	left: -40px;
}

#content_frame_viewport.viewport_horizontal:after {
	right: -40px;
}

#content_frame {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 2;
}

#content_frame_viewport {
	width: 100%;
	height: 100%;
}

#content_frame_chrome {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: auto;
}
.template-preview-frame, .template-demo-frame {
	background-color: #212121;
	position: fixed;
	top: 0;
	left: 0;
	right: 400px;
	bottom: 0;
	height: 100vh;
	width: Calc(100vw - 400px);
	z-index: 3;
}

.template-demo-frame {
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.template-preview-frame:before,
.template-demo-frame:before {
	background-image: url('/_gfx/checkered-grid.gif');
	background-size: 8px 8px;
	content: '';
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.template-demo-frame:after {
        content: 'Ã—';
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    pointer-events: none;
    cursor: pointer;
    right: -40px;
    top: -40px;
    color: #fff;
    background: transparent;
    width: 40px; height: 40px;
    z-index: 9999;
    position: absolute;
    font-size: 42px;
    font-weight: normal;
    line-height: 30px;
}

.template-preview-frame .loading_animation,
.template-demo-frame .loading_animation {
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}

.template-preview-frame iframe,
.template-demo-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
}

.template-demo-frame iframe {
	top: 45px;
	height: calc(100% - 45px);
}

.template-demo-frame:after {
	position: absolute;
	content: '';
	top: 45px;
	left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,.4);
	z-index: -1;
	width: 100%;
	height: 100%;
}

.template-demo-frame iframe.mobile_width {
	width: calc(75vh - 10rem);
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

[data-preview-nav].signup_nav {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif,  Icons;
  justify-content: center;
  position: fixed;
  height: 46px;
  text-align: center;
  line-height: 44px;
  letter-spacing: 0.01em;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid transparent;
  /*background: rgba(0,0,0,1);*/
}

[data-preview-nav] .newlink_icon {
/*  display: inline-block;
  float: right;
  font-size: 21px;
  line-height: 42px;
  opacity: .95;*/
}

[data-preview-nav] .signup_prev,
[data-preview-nav] .signup_next,
[data-preview-nav] .signup_mobile,
[data-preview-nav] .signup_close {
  display: block;
  font-size: 21px;
  line-height: 42px;
  height: 46px;
  width: 46px;
}

[data-preview-nav] .signup_prev,
[data-preview-nav] .signup_next {
	width: auto;
	cursor: pointer;
}

[data-preview-nav] .signup_next {
	margin-right: 56px;
	margin-left: 6px;
}

[data-preview-nav] .signup_mobile {
  display: block;
  padding: 1.275rem 1.15rem 1.15rem 1.35rem;
}

[data-preview-nav] .signup_mobile {
  display: none;
}

[data-preview-nav] .signup_mobile img {
  vertical-align: top;
}

[data-preview-nav] .signup_title {
  margin-right: 2rem;
  border-left: 0;
  color: rgba(255,255,255,.6);
  text-decoration: none;
  /*position: absolute;*/
  font-size: 17px;
  left: 0;
  height: 46px;
  padding: 0 17px;
  width: auto;
  cursor: pointer;
}

[data-preview-nav] .signup_title:hover {
  color: rgba(255,255,255,.6);
}

[data-preview-nav] .template_nav {
    position: absolute;
    height: 46px;
    width: auto;
    display: flex;
    right: 0;
}

[data-preview-nav] .signup_close {
  cursor: pointer;
  color: #fff;
  font-size: 22.5px;
  line-height: 42px;
  font-weight: bold;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  margin-left: 38px;
}

/*[data-preview-nav].signup_nav .signup_close:hover {
    background-color: #555;
    color: #eee;
}*/

[data-preview-nav].signup_nav .template_nav &gt; *:active {
	opacity: .7;
}

[data-preview-nav] .signup_link {
  border-left: 0;
  color: rgba(255,255,255, 1);
  text-decoration: none;
  position: absolute;
  font-size: 17px;
  left: 17px;
  cursor: pointer;
  height: 46px;
  padding-right: 20px;
  width: auto;
}

[data-preview-nav] .signup_link:active {
	opacity: .8;
}

[data-preview-nav] [data-toggle] {
  cursor: pointer;
  padding: 10.5px 5px;
  line-height: 0;
}

[data-preview-nav] [data-toggle]:active {
  opacity: .7;
}

[data-preview-nav] [data-toggle="phone"] {
  padding-right: 14px;
}

[data-preview-nav] [data-toggle="desktop"] svg {
  width: 33px;
  height: 24px;
}

[data-preview-nav].signup_nav [data-toggle] svg * {
  color: rgba(255,255,255,.6);
    fill: rgba(255,255,255,.6);
}

[data-preview-nav].signup_nav [data-toggle].active svg * {
    color: #698FFF;
    fill: #698FFF;
}

#template_picker {
	/*background: #FAF8F8;*/
	/*min-height: 100vh;*/
}

[data-template-page-picker] #template_picker &gt; div:last-child [template-picker-window] {
	padding-bottom: 0;
}

[template-picker-window] .site_header {
    height: 2rem;
    border-top: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-radius: 0;
    background: rgba(0,0,0,0.04);
    border-bottom: none;
    z-index: -1;
    vertical-align: top;
    line-height: 0;
    padding: 0.55rem 0.6rem;
    margin-bottom: 0 !important;
}

[template-picker-window] .site_header &gt; div {
    display: inline-block;
    height: .8rem;
    width: .8rem;
    /* background: rgba(0,0,0,.15); */
    margin-right: .25rem;
    border-radius: 1rem;
    border: 1px solid rgba(0,0,0,.175);
}

[template-picker-window] [data-preview-template] {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    line-height: 0;
}

[template-picker-window] [data-preview-template] img {
	line-height: 0;
	outline: 1px solid rgba(0,0,0,.12);
	outline-offset: -1px;
}

[data-template-page-picker] [template-picker-window] [data-preview-template] {
	box-shadow: none;
    width: 100%;
    height: 0;
    /*padding-bottom: 62%;*/
	padding-bottom: 71.5%;
}

#template_picker [data-template-window]:hover:after,
[data-template-page-picker] #template_picker [template-picker-window] &gt; div:first-child:hover:after,
[data-template-page-picker] #template_picker [template-picker-window] &gt; div &gt; [data-preview-template].active:after {
    content: 'Preview Template';
    position: absolute;
    top: 0rem;
    left: 0rem;
    background: #698FFF;
    color: #fff !important;
    padding: .5rem 1.25rem;
    color: white;
    pointer-events: none;
    font-size: 1.7rem;
    z-index: 9;
}

[data-template-page-picker] #template_picker [template-picker-window] &gt; div:first-child:hover:after,
[data-template-page-picker] #template_picker [template-picker-window] &gt; div &gt; [data-preview-template].active:after {
	content: 'Preview Page';
}

[data-template-page-picker] #template_picker [template-picker-window] &gt; div &gt; [data-preview-template].active:after {
	line-height: 1.7;
	content: 'Previewing Page';
	z-index: 999;
}

/*#template_picker [data-template-window]:hover:before {
	background: rgba(0,0,0,.15);
	position: absolute;
	top: 1.5rem; left: 1.5rem; right: 1.5rem; bottom: 1.5rem;
	content: '';
	z-index: 8;
	pointer-events: none;
}
*/
#template_picker [data-demo-open] img {
	width: 100%; 
	height: auto; 
	outline: 1px solid rgba(0,0,0,.12); 
	outline-offset: -1px;
}

#template_picker [data-demo-open] {
	box-shadow: none;
    width: 100%;
    height: 0;
    /*padding-bottom: 62%;*/
	padding-bottom: 62.5%;
}

[data-template-page-picker] [data-template-import] .progress,
[data-template-page-picker] [data-import-all-button] .progress {
	position: absolute;
	right: 0;
	top: 0;
	right: 0;
	width: 4rem;
	height: 4rem;
	text-align: center;
	line-height: 3.8rem;
}

[template-picker-window] [data-preview-template].active {
	outline: 3px solid #698FFF;
	outline-offset: 1px;
}

[data-template-page-picker] [template-picker-window] [data-preview-template].active {
	outline-offset: 12px;
}

[data-preview-template]:not(.active):active {
	opacity: .7;
}


/**
 * Rail BS
 */

#follow_popup {
	display: none;
}

.modal .editor-popup.cargo-cssinspector .ci-editor-module {
	top: 0;
}

#editproject{
	min-height: calc(100vh - 8rem - 1px);
}

.editor-popup.in-contenteditproject .ci-sourcelink {
	display: none;
}

/* CSS Inspector overrrides */

.ci-stylesheet-list-container {
	display: none !important;
}

/*projectlist new*/
#projectlist ul li[data-container-project] {
	width: 340px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	min-height: 4rem;
	border-bottom: 1px solid #f2f2f2;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	min-height: 4rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
}

#projectlist ul li[data-container-project].fauxActive {
	opacity: .8;
}

#projectlist ul li[data-container-project] [data-project-status] {
	border-left: 1px solid #f2f2f2;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 4.0rem;
	-ms-flex: 0 0 4.0rem;
	flex: 0 0 4.0rem;
	min-height: 4rem;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
}

	#projectlist ul li[data-container-project] [data-project-status]:after {
		content: '';
		float: left;
		height: 8px;
		width: 8px;
		border-radius: 4px;
		position: absolute;
		top: calc(50% - 4px);
		left: calc(50% - 4px);
		z-index: 1;
		pointer-events: none;
		background: #ccc;
	}

	#projectlist ul li[data-container-project] [data-project-status="true"]:after {
	    background: #0FCE83;
	}

#projectlist ul li[data-container-project] [data-project-title-container] {
    background: #fff;
    width: calc(100% - 4.1rem);
    cursor: pointer;
    min-height: 4rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#projectlist ul li[data-container-project] [data-project-title] {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .75rem 1.5rem 0.75rem calc(1.5rem + 1px);
    min-height: 4rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

#projectlist ul li [data-indicator-wrapper] {
	margin: 0;
	width: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#projectlist ul li [data-indicator-wrapper] &gt; div:not([data-private-indicator]):not([data-settings-caret]):active {
	opacity: .8;
}

#projectlist ul li[data-faux-details] {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	min-height: 4rem;
	/*position: relative;*/
	max-width: 100%;
}

#projectlist ul li[data-faux-details] [data-faux-summary] {
	border-bottom: 1px solid #f2f2f2;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	min-height: 4rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	/*position: relative;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	cursor: pointer;
}

#projectlist ul li[data-faux-details].fauxActive &gt; [data-faux-summary] {
	opacity: .8;
}

#projectlist ul [data-set-group] {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	min-height: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

#projectlist ul li[data-faux-details] [data-faux-summary] [data-set-title] {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    min-height: 4rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 3rem;
}

#projectlist li[data-container-project] [data-project-title-container].active {
    background: #FAFAFA;
}

#projectlist li[data-container-project].is_homepage &gt; [data-project-status],
#projectlist li.is_homepage &gt; [data-faux-summary] &gt; [data-project-status],
#projectlist li[data-container-project].is_pinned &gt; [data-project-status],
#projectlist li.is_pinned &gt; [data-faux-summary] &gt; [data-project-status],
#projectlist li [data-home-indicator],
#projectlist li [data-pin-indicator],
#projectlist li [data-private-indicator],
#editproject [data-project-summary] [data-home-indicator],
#editproject [data-project-summary] [data-pin-indicator],
#projectlist li[data-container-project].is_private &gt; [data-project-status] {
	display: none;
}

#projectlist li.is_homepage &gt; [data-indicator-wrapper] [data-home-indicator],
#projectlist li.is_homepage &gt; [data-faux-summary] &gt; [data-indicator-wrapper] &gt; [data-home-indicator],
#editproject [data-project-summary].is_homepage [data-home-indicator],
#projectlist li.is_pinned &gt; [data-indicator-wrapper] [data-pin-indicator],
#projectlist li.is_pinned &gt; [data-faux-summary] &gt; [data-pin-indicator],
#editproject [data-project-summary].is_pinned [data-pin-indicator],
#projectlist li.is_private &gt; [data-indicator-wrapper] [data-private-indicator] {
	display: flex;
	background-color: white;
}

#projectlist li:hover:not(.settings-open) .section-title:not(.active) + [data-indicator-wrapper] {
	background-color: white;
}

#projectlist li:hover [data-indicator-wrapper] {
	width: 0;
}


#projectlist li.is_homepage.settings-open &gt; [data-indicator-wrapper] [data-home-indicator],
#projectlist li.is_homepage.settings-open &gt; [data-faux-summary] &gt; [data-indicator-wrapper] &gt; [data-home-indicator],
#editproject [data-project-summary].is_homepage.settings-open [data-home-indicator],
#projectlist li.is_pinned.settings-open &gt; [data-indicator-wrapper] [data-pin-indicator],
#projectlist li.is_pinned.settings-open &gt; [data-faux-summary] &gt; [data-pin-indicator],
#editproject [data-project-summary].is_pinned.settings-open [data-pin-indicator],
#projectlist li.is_private.settings-open &gt; [data-indicator-wrapper] [data-private-indicator] {
	background-color: transparent;
}

#projectlist li .section-title.active + [data-indicator-wrapper] &gt; *[data-svg] {
	background-color: transparent !important;
}

#projectlist li.active [data-indicator-wrapper],
#projectlist li:active [data-indicator-wrapper],
#projectlist li.settings-open [data-indicator-wrapper] {
	background-color: #f9f9f9;
}

#projectlist li [data-project-status]:active:after {
	opacity: .7;
}

#projectlist li.is_private &gt; [data-indicator-wrapper] [data-private-indicator] svg * {
	fill: #ccc !important;
}

.admin-wrapper #projectlist [data-settings-caret][data-svg] &gt; svg {
	left: 0px;
}

#projectlist [data-settings-caret] {
	margin: 0;
	right: 12px;
	position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 4rem;
    cursor: pointer;
    display: none;
    right: 0;
    flex: 0 0 40px;
    -webkit-box-flex: 0 0 40px;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    padding: 0;
    background-image: url('/_gfx/settings-caret.svg');
    opacity: .25;
}

#projectlist [data-settings-caret]:hover {
	opacity: .85;
}

#projectlist [data-settings-caret]:active {
	opacity: .6;
}


#projectlist .is_pinned &gt; [data-indicator-wrapper] [data-pin-indicator] + [data-settings-caret],
#projectlist .is_private &gt; [data-indicator-wrapper] [data-private-indicator] + [data-settings-caret],
#projectlist .is_homepage &gt; [data-indicator-wrapper] [data-pin-indicator] + [data-settings-caret],
#projectlist .is_homepage &gt; [data-faux-summary] &gt; [data-indicator-wrapper] [data-home-indicator] + [data-settings-caret] {
	right: 0;
	flex: 0 0 26px;
}

#projectlist [data-container-project].is_homepage &gt; [data-project-title-container],
#projectlist [data-container-project].is_private &gt; [data-project-title-container],
#projectlist [data-container-project].is_pinned &gt; [data-project-title-container] {
	padding-right: 2rem;
}

#projectlist [data-container-project]:hover &gt; [data-project-title-container] {
	padding-right: 4rem;
}

#projectlist [data-container-project]:not(.is_homepage):not(.is_private):not(.is_pinned):hover &gt; [data-project-title-container] {
	padding-right: 2rem;
}

#projectlist ul li[data-faux-details] &gt; [data-faux-summary]:hover [data-set-title] {
	padding-right: 6rem;
}

#projectlist ul li[data-faux-details]:not(.is_homepage):not(.is_private):not(.is_pinned) &gt; [data-faux-summary]:hover [data-set-title] {
	padding-right: 4rem;
}

#projectlist [data-container-project]:hover &gt; [data-indicator-wrapper] [data-settings-caret],
#projectlist [data-faux-summary]:hover &gt; [data-indicator-wrapper] [data-settings-caret] {
	display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
}

#editproject [data-settings-caret] {
	top: 0;
	right: 0;
	width: 4rem;
}

.admin-wrapper [data-svg][data-settings-caret]:hover svg * {
	fill: #333;
}

[data-newpage-placeholder] {
    height: 4rem;
    padding: .75rem 1.5rem;
    background: #F9F9F9;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    height: calc(4rem + 1px);
    position: relative;
}

[data-set-group] [data-newpage-placeholder]:before {
	content: '';
    width: 2px;
    background: #d1d1d1;
    position: absolute;
    left: 0;
    top: -1px;
    height: calc(100% + 1px);
}

[data-newpage-placeholder]:after {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 1px;
	z-index: -1;
	background: #F9F9F9;
	content: '';
}

[data-newpage-placeholder] .loading_animation div svg &gt; * {
	/*fill: #fff;*/
	opacity: .85;
}

#projectlist li[data-container-project] .dropover:before {
	left: 3rem;
	right: 3rem;
}

#projectlist #new_page_button {
	position: fixed;
	bottom: 0;
	right: 360px;
	background: #ccc;
	color: white;
	font-size: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	/*z-index: 9999;*/
}

#projectlist #new_page_button:after,
#projectlist #new_page_button:before {
	width: 2px;
	height: 16px;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	content: '';
	background: #fff;
	pointer-events: none;
}

#projectlist #new_page_button:before {
	height: 2px;
	width: 16px;
}

#projectlist #new_page_button:active {
	background: #bbb;
}

#projectlist #new_page_menu {
	position: fixed;
	bottom: 12px; 
	right: 168px;
	width: 220px;
	height: auto;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.10);
    outline: 1px solid rgba(0,0,0,0.1);
    display: none;
    /*z-index: 99999;*/
}

#projectlist #new_page_menu.open {
	display: block;
}

#editproject [data-dropover="editproject"] {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    min-height: calc(100vh - 8rem - 1px);
    z-index: 9;
}

#editproject .dropover[data-dropover="editproject"]:before,
#editproject .dropover[data-dropover="cropper"]:before {
	background: transparent;
}

#editproject .dropover[data-dropover="cropper"]:before {
	outline: 1px dashed #698FFF;
	outline-offset: -1px;
	z-index: 9;
}

#editproject [open] .dropover[data-dropover="cropper"]:before {
	bottom: 3rem;
}

#editproject [data-page-images][open].dragging {
	position: relative;
}

#editproject [data-page-images][open].dragging:after { 
	outline: 1px dashed #698FFF;
    outline-offset: 0;
    position: absolute;
    top: 0;
    content: '';
    left: 3rem;
    right: 3rem;
    bottom: 3rem;
    pointer-events: none;
}

#editproject [data-page-thumbnail] details summary {
	cursor: auto;
}

#editproject [data-page-thumbnail] [data-section-open] {
	cursor: default;
}

#editproject details[data-page-thumbnail] summary .section-combo,
#editproject details[data-page-thumbnail] summary[data-section-open] .section-combo {
	cursor: pointer;
}

#editproject [data-page-thumbnail] [data-project-status]{
	cursor: pointer;
} 

#editproject [data-page-thumbnail] [data-project-status].disabled {
	pointer-events: none;
	cursor: default;
} 

/*dont show checked option for content position when disabled*/
.admin-wrapper #editproject [data-content-position].disabled .radio input[type="radio"]:checked + label {
	background: #fff;
}
.admin-wrapper #editproject [data-content-position].disabled .radio input[type="radio"]:checked + label svg *:not(.clip) {
	fill: #333333;
}

/**
 * Globals
 */

details &gt; summary {
	list-style: none;
}

input[type="checkbox"] {
	width: 14px;
	height: 14px;
}

.noselect,
label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

label:active,
label div:active {
	opacity: .8;
}

.allowselect {
	-webkit-touch-callout: initial;
	-webkit-user-select: initial;
	-khtml-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
}

.inline_block_fix {
	font-size: 0;
}

#content_loader {
	padding: 36px 28px;
	position: absolute;
}

/**
 * Global form styles
 */


input[type=radio] {
	display: none;
}

input[type=checkbox] {
	display: none;
}

label.checkbox {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 29px;
	margin-right: 15px;
	margin-bottom: 8px;
	white-space: nowrap;
	margin: 4px -1px;
	line-height: 20px;
}

label.checkbox:before {
	content:"";
	display: inline-block;
	width: 19px;
	height: 19px;
	border-radius: 0px;
	margin-right: 6px;
	position: absolute;
	left: 2px;
	bottom: 1px;
	background-color: #fff;
	top: -1px;
	border: 1px solid #ddd;
}

label.checkbox:active {
	opacity: 0.6;
}

/**
 * Generic stuff
 */

#master_wrapper {
	position: absolute;
	width: 400px;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	/*overflow-x: hidden;*/
}

/* overflow on the scrolling container causes an issue with flex in Chrome 75.0.3770.100 
    it is moved to the child a few lines below
*/
#master_wrapper:not([data-active-view="content-editproject"]) {
    overflow-x: hidden;
}

#editor_masterview {
    background: #f2f2f2;
    color: #666;
    width: 400px;
    min-height: 100%;
    position: absolute;
    /*right: 0;*/
}

/* overflow on the scrolling container causes an issue with flex in Chrome 75.0.3770.100
    this reapplies it to the child so it doen't interfere with scrolling
 */
#master_wrapper[data-active-view="content-editproject"] #editor_masterview {
    overflow-x: hidden;
}

#editor_masterview &gt; div:not(#sitemanager):not(#panel_wrapper):not(#subpanel_wrapper):not(#account-manager-overlay) {
	display: block;
	width: 100%;
	height: 100%;
}

#resize_handle {
	background: rgba(0,0,0,.09);
	position: fixed;
	/*cursor: e-resize;*/
	width: 5px;
	bottom: 0;
	top: 0;
	z-index: 10;
}

a {
	color: #698FFF;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:active {
	color: #999;
}

/*a.color-gray-dark:active {
	color: #666;
}*/

a.text_only {
	border-bottom: 1px solid #39f;
}

a.text_only:hover {
	border-bottom: 1px solid #333;
}

a.text_only:active {
	border-bottom: 1px solid #bbb;
}

#editor_masterview details {
	flex-direction: column;
}

#editor_masterview details summary {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

#editor_masterview details &gt; div, [data-project-inline] &gt; div {
	width: 100%;
}

#editor_masterview details &gt; div .row {
	width: 100%;
	max-width: 340px;
}

/*#editor_masterview details summary:active {
	color: #000;
}*/

#editor_masterview details summary:active::before {
	opacity: 0.8;
}

#editor_masterview section main {
	padding-top: 25px;
}

#editor_masterview .prevent-selection {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#editor_masterview details .full_css {
	position: relative;
	margin-top: -44px;
	float: right;
}

#editor_masterview details .full_css a {
	padding: 3px 6px;
	background-color: transparent;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
	margin-left: 0px;
	margin-right: 5px;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
}

#editor_masterview details .full_css a:hover {
	background-color: rgba(255,255,255,.8);
	color: #333;
	border: 1px solid #999;
}

#editor_masterview details .full_css a:active {
	opacity: .8;
}


/*
 * Save button
 */

section.save_button_container {
	padding: 0px;
	border: none;
	position: fixed;
	width: 400px;
	bottom: 0;
	right: 0;
	z-index: 9999;
	pointer-events: none;
}

.save-label {
	color: #fff;
	font-size: 1.7rem;
	line-height: 1;
}

.save_button {
	visibility: hidden;
	transition: transform 150ms ease-out;
	transform: translate(0, 100%);
	-webkit-transition: -webkit-transform 150ms ease-out;
	-webkit-transform: translate(0, 100%);
}

#account-plan span {
	display: inline-block;
}

.save_button svg {
	height: 18px;
	width: 18px;
}

.save_button svg *{
	fill: rgba(255, 255, 255, .9);
}

.save_button.saving div[data-save-text]{
	visibility: hidden;
}

.save_button .retinaSpinner {
	position: absolute;
	left: 3px;
	top: 4px;
	width: 20px;
	height: 20px;
	z-index: 999999;
	opacity: 0;
	display: none;

	transition-delay: .5s;
	-webkit-transition-delay: .5s;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

#persona_subsettings .retinaSpinner {
	left: 30px;
}

.save_button.saving .retinaSpinner {
	display: block;
	visibility: visible;
	opacity: 1;
}

.save_button.enabled,
.save_button.saving {
	background-color: #0FCE83;
	cursor: pointer;
	visibility: visible;
	transform: translate(0, 0%);
	-webkit-transform: translate(0, 0%);
	pointer-events: auto;
}

.save_button.saved {
	opacity: 1;
	display: none;
	background-color: #0FCE83;
	cursor: pointer;
	visibility: visible;
	border-bottom: 1px solid #25a564;
	border-top: 1px solid #25a564;
}

.save_button.enabled [data-save]:hover,
#confirm_modal [data-confirm].bg-green:hover {
	background-color: #35cc7e;
}

.save_button.enabled [data-save]:hover svg * {
	fill: rgba(255, 255, 255, 1);
}

.save_button.enabled [data-save]:active,
#confirm_modal [data-confirm].bg-green:active {
	background-color: #2EB46E;
}
.save_button [data-revert] {
	background: #787878;
	color: rgba(255,255,255,.75);
}
.save_button [data-revert]:active {
	background: #666;
}
/*.save_button.enabled [data-revert]:hover,
#confirm_modal [data-deny]:hover {
	background: #b5b5b5;
}*/

/*.save_button.enabled [data-revert]:active,
#confirm_modal [data-deny]:active {
	background-color: #a6a6a6;
}*/

.save_button_container .save_spin {
	position: absolute;
	top: calc(50% - 10px);
	right: 10px;
	display: none;
}

#editor_masterview #persona_settings .save_button_container .save_spin {
	margin-top: -160px;
}


/**
 * Navigation
 */

.admin-wrapper .main_nav &gt; *.active[data-destination="settings"]:before {
	background: #d1d1d1;
}

#editor_masterview #navigation {
	padding: 0;
}

#navigation .home_link {
	position: relative;
	width: 41px;
	height: 41px;
	float: right;
	background: #ddd;
	cursor: pointer;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

#navigation .home_link:after {
	content:"";
	background: url('/_gfx/star.svg');
	background-position: 50% 11px;
	background-repeat: no-repeat;
	opacity: 0.75;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}

#navigation nav.subnav.css .close_css {
	  font-size: 15px;
	  color: #aaa;
	  font-family: "Lucida Grande";
}

#navigation nav.subnav.css a.close_css:hover {
	color: rgba(0,0,0,.7);
}

#navigation nav.subnav.css a.close_css:active {
	color: rgba(0,0,0,.4);
}

#navigation nav.subnav.css .preview {
	display: none;
}

#navigation nav.subnav.css .preview.enabled {
	display: block;
}

/**
 * Project list
 */
#projectlist {
	margin-top: 81px;
	top: 0;
	bottom: 0;
	height: auto !important;
}

/* Removed at FG's request */
/*body.dragging * {
	cursor: ns-resize !important;
}*/

body.clone-dragging * {
	cursor: copy !important;
}

/**
 * Project list drag &amp; drop styles
 */

#projectlist .section-title-text {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#projectlist li[data-container-project] [data-project-title-container]{
	width: calc(100% - 4.1rem);
}

.admin-wrapper li.set.open [data-project-title-container]:after,
.admin-wrapper li.set.open [data-faux-summary]:after {
	content: '';
	width: 2px;
	background: #d1d1d1;
	position: absolute;
	left: 0;
	top: -1px;
	height: calc(100% + 1px);
}

.admin-wrapper li.set [data-faux-summary] {
	position: relative;
}

.admin-wrapper li.set.active [data-project-title-container]:after,
.admin-wrapper li.set.active [data-faux-summary]:after {
	content: '';
	width: 2px;
	background: #698FFF;
	position: absolute;
	left: 0;
	top: -1px;
	height: calc(100% + 1px);
}

.admin-wrapper [data-projectlist] &gt; li.set:not(.open) [data-faux-summary]:after {
	height: 100%;
}

.admin-wrapper [data-projectlist] &gt; li.set [data-faux-summary]:after {
	top: 0;
}

.admin-wrapper [data-projectlist] &gt; li.set:not(.open) [data-set-group] [data-faux-summary]:after {
	height: calc(100% + 1px);
}

.admin-wrapper [data-projectlist] &gt; li.set [data-set-group] [data-faux-summary]:after {
	top: -1px;
}



/*.admin-wrapper li.set:before {
	content: '';
	width: 2px;
	background: #d1d1d1;
	z-index: 999;
	position: absolute;
	left: 0;
	top: -1px;
	height: 100%;
}

.admin-wrapper li.set.active:before {
	content: '';
	width: 2px;
	background: #698FFF;
	z-index: 999;
	position: absolute;
	left: 0;
	top: -1px;
	height: calc(100%);
}

.admin-wrapper li.set.open.active:not(.fake-placeholder):before {
	content: '';
	width: 2px;
	background: #698FFF;
	z-index: 999;
	position: absolute;
	left: 0;
	top: -1px;
	height: calc(100% + 42px);
}*/

.admin-wrapper ul.project_sort &gt; li.set.has-placeholder:after {
	content: '';
	height: 3rem;
	width: 100%;
	top: calc(100% + 42px);
	position: absolute;
	z-index: -1;
	background: #f2f2f2;
}

#projectlist .fake-placeholder {
	padding-bottom: 42px;
}

#projectlist li.in_selection &gt; .wrapper, 
#projectlist li.in_selection_nested &gt; .wrapper {
	background: #e2e2e2;
}

#projectlist li#original_position.active {
	height: 41px;
	width: 100%;
}

#projectlist .container-page.dragged {
	position: absolute !important;
	left: 3rem !important;
	min-width: 340px;
}

ul.project_sort ul li.container-page.dragged {
	left: 0 !important;
}

#projectlist ul.project_sort {
	background-color: #e2e2e2;
	position: relative;
	margin: 3rem;
	margin-bottom: 0;
	width: calc(100% - 6rem);
}

#projectlist ul.project_sort[data-projectlist-placeholder-container] {
	position: absolute;
}

#projectlist li.set.closed ul {
	display: none;
}

#projectlist li.filler {
	border-top: 1px solid #ccc;
	background-color: #e2e2e2 !important;
	display: none;
}

.dragged {
	position: absolute;
	opacity: 0.53;
	z-index: 2000;
}

#projectlist li {
	-webkit-transform: translate3d(0px, 0px, 0px);
			transform: translate3d(0px, 0px, 0px);
}

#projectlist li.settings-open {
	z-index: 99 !important;
}

#projectlist li.placeholder {
	position: relative;
	/** More li styles **/
}

#projectlist li.placeholder:before {
	position: absolute;
	/** Define arrowhead **/
}

[data-project-settings],
[data-product-settings] {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}

[data-project-settings] [data-duplicate] [data-alt-drag],
[data-product-settings] [data-duplicate] [data-alt-drag] {
	display: none;
}

[data-project-settings] [data-duplicate]:hover [data-alt-drag],
[data-product-settings] [data-duplicate]:hover [data-alt-drag] {
	display: block;
}

[data-project-settings] #project-settings,
[data-product-settings] #product-settings  {
	pointer-events: all;
}

[data-faux-details] &gt; [data-set-group] {
	transition: all 100ms ease-in-out;
	display: none !important;
}

[data-faux-details].open &gt; [data-set-group] {
	display: flex !important;
	/*position: relative;*/
}

[data-faux-details].open &gt; [data-set-group]:empty {
	display: none !important;
}

#projectlist ul {
	min-height: 0;
}

#projectlist &gt; ul &gt; li[data-type="set"] {
	transition: border-bottom 100ms ease-in-out;
	border-bottom: 0px solid #f2f2f2;
}

#projectlist &gt; ul &gt; li[data-type="set"].open:not(.dragged) {
	border-bottom: 3rem solid #f2f2f2;
}

.admin-wrapper [data-faux-details] .arrow {
	transition: transform 150ms ease-in-out;
}

.admin-wrapper [data-faux-details].closing .arrow {
	transform: initial !important;
}

/*#projectlist &gt; ul &gt; li[data-type="set"].open:not(.dragged) + li {
	border-top: 3rem solid #f2f2f2;
}*/

#projectlist &gt; ul &gt; li[data-type="set"].open:not(.dragged):last-child {
	border-bottom: 0px;
}

#projectlist li#position_indicator {
	background: #e9e9e9;
	border: none;
	min-height: 0;
	height: 4rem;
	margin-bottom: 1px;
}

#projectlist .active li#position_indicator {
	border-left: 2px solid #698FFF;
}

/*#projectlist &gt; ul &gt; li#position_indicator.after_set {
	margin-top: 3rem;
}

#projectlist &gt; ul &gt; li[data-type="set"].open + .dragged + li {
    margin-top: 3rem;
}*/

#projectlist li[data-type="set"]:not(.open).active &gt; [data-faux-summary] {
	background: #e9e9e9;
}

#projectlist li[data-type="set"].active:not(.open).entered_below {
	margin-bottom: 41px;
}

#projectlist li[data-type="set"].active:not(.open).entered_above {
	margin-top: 41px;
}

#projectlist li [data-toggle-delete] {
    font-family: Lucida Grand;
    font-size: 2.2rem !important;
    line-height: 100%;
    color: #ccc;
}

/*[data-set-parent] &gt; [data-set-group] .section-title-text {
	padding-left: 2em;
}
[data-set-parent] &gt; [data-set-group] [data-faux-summary] {
	padding-left: 1.5em;
}*/

/**
 * Project editor
 */

#design .section_row.save_button_holder {
	border-bottom: none;
}

#editor_masterview .drag_overlay {
	display: none;
	background: rgba(0, 0, 0, 0.65);
	position: absolute;
	text-align: center;
	left: 0;
	right: 0px;
	top: -9rem;
	height: 100vh;
	z-index: 1001;
}

#drag_overlay:before {
	content: 'Upload';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 0;
	margin-left: -102px;
	margin-top: -29px;
	color: #fff;
	line-height: 56px;
	text-align: center;
	border-radius: 2px;
	border: 2px solid #fff;
	line-height: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding: 30px 0px;
}

#editor_masterview .drag_overlay.active {
	display: block;
}

#editor_masterview .drag_overlay .upload_text {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 40%;
	font-size: 20px;
	margin-left: -42px;
	border: 1px solid #fff;
	padding: 0px 15px;
	border-radius: 3px;
	display: inline-block;
	pointer-events: none;
	line-height: 28px;
}

#access_overlay {
	position: fixed;
	bottom: 0;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 100vh;
	font-size: 20px;
	background: rgba(0,0,0,.8)
}

#color-picker-overlay {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 99;
	background: transparent;
}


/**
 * Edit project text fields
 */

#editproject .direct_links {
	padding-left: 23px;
	margin-top: 20px;
	color: #bbb;
}

#editproject .direct_links a {
	color: #bbb;
	margin-right: 10px;
	text-decoration: underline;
}

#editproject .direct_links a:hover {
	color: #666666;
}

#editproject .direct_links a:active {
	color: #999;
}

#editproject [data-type="background_image"] {
background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 1px solid rgba(0, 0, 0, 0.2);
    outline-offset: -1px;
    background-size: 100% auto;
    background-position-y: 50%;
    background-position-x: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#editproject [data-set-container][open] {
	margin-bottom: 3rem;
}

#editproject #thumbnail-section [data-set-container][open] + .dropover:before {
	bottom: 3rem;
}

#editproject .thumb_image.default_image {
    width: 100%;
    height: auto;
    line-height: 0;
}
#editproject .default_wrapper {
	padding: 20px;
	width: 100%;
	position: relative;
}
#editproject .default_wrapper .thumb_image.default_image {
	outline: 1px solid #ddd;
}
#editproject .default_wrapper[aspect-ratio="1x1"] {
	/*height: 340px;*/
}
#editproject .default_wrapper[aspect-ratio="1x1"] .default_image{
	padding-bottom: 100%;
}
#editproject .default_wrapper[aspect-ratio="4x3"] {
	/*height: 255px;*/
}
#editproject .default_wrapper[aspect-ratio="4x3"] .default_image {
	padding-bottom: 75%;
}
#editproject .default_wrapper[aspect-ratio="16x9"] {
	/*height: 191px;*/
}
#editproject .default_wrapper[aspect-ratio="16x9"] .default_image{
	padding-bottom: 56.25%;
}
#editproject .thumb_image.default_image svg {
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#editproject [data-reset-css]:not(.disabled) {
	color: #ff0033;
	margin-left: 1px;
}
#editproject [data-reset-css]:active {
	background: #FAFAFA;
}
#editproject details:not([open]) [data-reset-css] {
	display: none;
}
#editproject [data-home-icon].svg *,
#editproject [data-pin-icon].svg *  {
	fill: #698FFF;
}

#editproject [data-toggle-padding-options]:active {
	background: rgba(0,0,0,.17)
}
/**
 * Used in the admin navigation
 * Dropdown menu for settings
 */
 #editor_masterview img#settings_dropdown {
	float: right;
	margin-top: -4px;
	cursor: pointer;
	opacity: .3;
	filter:alpha(opacity=30);
}

#editor_masterview img#settings_dropdown.active {
	opacity: .5;
	filter:alpha(opacity=50);
}

#editor_masterview a#settings_symbol {
	background: url(/_gfx/svg/settings_dropdown.svg) no-repeat 0 1px;
	display: inline-block;
	margin: 0 -5px -2px -2px;
	overflow: hidden;
	filter:alpha(opacity=50);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-indent: -9999px;
	width: 20px;
	height: 10px;
}

#editor_masterview a#settings_symbol:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#editor_masterview a#settings_symbol:active {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/**
 * Design
 */

 #design [data-remove-onboarding-help] {
 	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; 
 	font-size: 2rem; 
 	line-height: 1.85; 
 	color: rgba(255,255,255,1);
 }

 #design [data-remove-onboarding-help]:after {
 	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
 	content: 'Ã—';
 	color: white;
 	background: rgba(0,0,0,.1); 
 	cursor: pointer;
 }

 #design [data-remove-onboarding-help]:active:after {background: rgba(0,0,0,.075);}


.admin-wrapper #design .radio input[type="radio"]#baseunit:not(:checked) + label * {
	fill: #999;
}

#design .cargo-htmleditor {
    height: calc(100% - 60px);
}

#design [data-reset-css]:not(.hidden) + [data-type-editor-groups] {
	padding-top: 0;
}

#design [data-font-select] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.7rem;
    line-height: 1.44;
    max-height: 4rem;
}

#design [data-font-select].variable {
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variation-settings: unset !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

#design [data-font-select].has-variable {
		padding-right: 150px;
}

#design [data-convert-variable]  {
		/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;*/
    /*font-style: normal !important;*/
    /*font-weight: 400 !important;*/
    /*font-variation-settings: unset !important;*/
    /*font-size: 14px !important;*/
    /*line-height: 1.4 !important;*/
    position: absolute;
    top: 0.7rem;
    right: 1.5rem;
    opacity: 1;
}

#design [data-convert-variable]:active {
		opacity: .7;
}

#design .font-variant-settings .range label {
	left: 3rem;

}

#design .font-variant-settings .range:before {
		content: '';
		width: 40px;
		height: 40px;
		left: 5px;
		top: 0;
		position: absolute;
		z-index: 9;
		pointer-events: none;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		opacity: 1;
		pointer-events: none;
		transform: translate(0px, -.5px);
		background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.3468 1.7543H6.42883L7.18079 6.61917H3.58508L6.3468 1.7543ZM7.74817 10.5H8.66418L7.07141 0.499969H6.19641L0.379028 10.5H1.39758L3.13391 7.42998H7.29016L7.74817 10.5Z' fill='black' fill-opacity='0.4'/%3E%3Cpath d='M15.6885 2.75915H15.8252L16.0918 6.47364H13.8155L15.6885 2.75915ZM16.3174 10.5H18.9356L17.794 0.499969H14.752L9.2354 10.5H11.8262L12.9336 8.30316H16.167L16.3174 10.5Z' fill='black' fill-opacity='0.4'/%3E%3C/svg%3E%0A");
}

#design [data-font-select].variable:before {
		content: '';
		width: 40px;
		height: 40px;
		right: 2px;
		top: 0;
		position: absolute;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		opacity: 1;
		pointer-events: none;
		background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.9082 1.8671H6.82617L4.06445 6.66592H7.66016L6.9082 1.8671ZM9.14355 10.494H8.22754L7.76953 7.46573H3.61328L1.87695 10.494H0.858398L6.67578 0.629791H7.55078L9.14355 10.494ZM16.3046 2.85831H16.1679L14.2948 6.52237H16.5712L16.3046 2.85831ZM19.415 10.494H16.7968L16.6464 8.32706H13.413L12.3056 10.494H9.71477L15.2314 0.629791H18.2734L19.415 10.494ZM4.06478 13.1405L0.931799 16.2734L4.06477 19.4064L4.77188 18.6993L2.84602 16.7734H18.1603L16.2345 18.6993L16.9416 19.4064L20.0745 16.2734L16.9416 13.1405L16.2345 13.8476L18.1603 15.7734H2.84602L4.77188 13.8476L4.06478 13.1405ZM18.6413 16.2925L18.6603 16.2734L18.6413 16.2544V16.2925Z' fill='%23698FFF'/%3E%3C/svg%3E%0A");
}

#design [data-font-select].variable.variable-preset:before {
		opacity: .4;
		background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.9082 1.8671H6.82617L4.06445 6.66592H7.66016L6.9082 1.8671ZM9.14355 10.494H8.22754L7.76953 7.46573H3.61328L1.87695 10.494H0.858398L6.67578 0.629791H7.55078L9.14355 10.494ZM16.3046 2.85831H16.1679L14.2948 6.52237H16.5712L16.3046 2.85831ZM19.4149 10.494H16.7968L16.6464 8.32706H13.413L12.3056 10.494H9.71475L15.2314 0.629791H18.2733L19.4149 10.494ZM4.06479 13.1405L0.931793 16.2734L4.06479 19.4064L4.77188 18.6993L2.84601 16.7734H18.1603L16.2345 18.6993L16.9416 19.4064L20.0746 16.2734L16.9416 13.1405L16.2345 13.8476L18.1603 15.7734H2.84604L4.77188 13.8476L4.06479 13.1405ZM18.6413 16.2925L18.6603 16.2734L18.6413 16.2544V16.2925Z' fill='black'/%3E%3C/svg%3E%0A");
}


#design .section_row {
	border-bottom: 1px solid rgba(0,0,0,0.12);
	position: relative;
	z-index: 9;
	background-color: #f2f2f2;
}

#design .section_row.css_inspector {
	padding: 0;
}

#design .section_row section {
	border-bottom: none;
}

#design .section_row.save_button_holder {
	z-index: 999;
}

#design .section_row.css_inspector section summary {
	padding: 0 30px 0 23px;
}

#design .section_row section .cargo-cssinspector {
	margin-top: 20px;
}

#design .section_row section.save_button_container .ci-save.enabled:active {
	top: 21px;
}

#design .section_row section.save_button_container .cancel {
	color: #999;
	text-decoration: none;
	margin-left: 95px;
	line-height: 29px;
	font-size: 11px;
}

#design .section_row section.save_button_container .cancel:hover {
	color: #333;
}

#design .section_row section.save_button_container .cancel:active {
	color: #666;
}

#design .section_row section.save_button_container .cancel {
	margin-left: 95px;
	line-height: 29px;
}

#design .shortcuts {
	padding: 20px 0 17px 0;
}

#design .shortcuts a {
	color: #000;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}

#design .shortcuts .subtext {
	font-size: 11px;
	color: #ccc;
	margin-left: 5px;
}

#design .white_filler {
	display: none;
	height: 60px;
}

#design .content_order {
	width: 100%;
}

#design .content_order .site-section div[data-orphaned-typography-editors] .site-section-group:last-child {
	padding-bottom: 20px;
}

#design .content_order ul {
	list-style: none;
  	border-top: 1px solid #ddd;
}

#design_options {
	width: 100%;
	/*margin-bottom: 4.3rem;*/
}

#design_options [data-quick-view-padding-options] [data-extended-quick-view-padding-options] {
	display: none;
}

#design_options [data-quick-view-padding-options].show-extended [data-extended-quick-view-padding-options] {
	display: block;
	max-width: calc(100% - (4rem + 1px));
}

#design_options [data-padding-options] [data-extended-padding-options] {
	display: none;
}

#design_options [data-padding-options].show-extended [data-extended-padding-options] {
	display: block;
	max-width: calc(100% - (4rem + 1px));
}

#design .content_order ul li.dragged {
	position: absolute;
	opacity: .5 !important;
	cursor: ns-resize !important;
	background-color: #f2f2f2;
}

#design .content_order ul li.placeholder {
	background: #f2f2f2;
}

#design .content_order ul li:hover:after {
	display: block;
}

#design .content_order ul li:first-child {
	border-top: none;
}

#design .content_order ul li:first-child.dragged + li {
	border-top: none;
}

#design .layout-panel {
	min-height: 300px;
	width: 100%;
	border: 1px solid #ddd;
	position: relative;
}

#design .layout-panel ul.dropzone {
	list-style: none;
  	border: 1px solid #ddd;
	min-height: 15px;
	min-width: 40px;
	display: inline-block;
	padding: 0;
	margin: 0;
	position: absolute;
}

#design .layout-panel ul.dropzone.top {
	top: 0;
}

#design .layout-panel ul.dropzone.middle {
	top: 50%;
	transform: translateY(-50%);
}

#design .layout-panel ul.dropzone.bottom {
	bottom: 0;
}

#design .layout-panel ul.dropzone.left {
	left: 0;
}

#design .layout-panel ul.dropzone.center {
	left: 50%;
	transform: translateX(-50%);
}

#design .layout-panel ul.dropzone.right {
	right: 0;
}

#design .layout-panel ul.dropzone.middle.center {
	transform: translate(-50%, -50%);
}

#design .layout-panel ul.dropzone li {
	text-align: center;
	display: block;
	cursor: ns-resize;
	min-width: 90px;
	height: 22px;
	line-height: 22px;
	border-top: 1px solid #ddd;
	margin: 0;
	position: relative;
  	background-color: #f2f2f2;
}

#design .layout-panel ul.dropzone li.dragged {
	position: absolute;
	border: 1px solid #ddd !important;
	opacity: 1 !important;
	cursor: ns-resize !important;
}

#design .layout-panel ul.dropzone li.placeholder {
	background: #fff;
}

#design .layout-panel ul.dropzone li:after {
	display: none;
	content: '\a';
	background-image: url('/_gfx/svg/project_move.svg');
	background-repeat: no-repeat;
	height: 12px;
	width: 6px;
	position: absolute;
	right: -17px;
	top: 5px;
	height: 11px;
}

#design .layout-panel ul.dropzone li.dragged:after {
	display: block;
}

#design .layout-panel ul.dropzone li:hover:after {
	display: block;
}

#design .layout-panel ul.dropzone li:first-child {
	border-top: none;
}

#design .layout-panel ul.dropzone li:first-child.dragged + li {
	border-top: none;
}


/**
 * Design &gt; Content &gt; Branding
 */

.branding article {
	margin-bottom: 30px;
}

.branding article header {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}

.branding article .buttons .button {
	padding: 4px 6px;
	background-color: transparent;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
	margin-left: 0px;
	margin-right: 5px;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	background: rgba(255,255,255, .7);
}

.branding article .buttons .button.dropover {
	background-color: #000;
	color: #ccc;
}

.branding article .buttons .button:hover {
	background: rgba(0,0,0,.4);
	border: 1px solid transparent;
	color: white;
}

.branding article .buttons .button:active {
	background: rgba(0,0,0,.2);
}

.branding article .buttons .button.remove {
	background: transparent;
	border: none;
}

.branding article .buttons .button.remove:hover {
	color: #777;
}

.branding article .buttons .button.remove:active {
	color: #999;
}

.branding article .header_image {
	margin-top: 10px;
}

.branding article.header_text input[type=text] {
	background: #fff;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 3px 5px 3px 7px;
	color: #333;
	display: inline-block;
	outline: none;
	border: 1px solid #ccc;
}

.branding article .fav_wrapper {
	display: inline-block;
	vertical-align: middle;
}

.branding article .spin {
	margin-top: 10px;
}

/**
 * Design Thumbnails Section
 */

.thumb_mode_label {
	display: block;
    position: relative !important;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    padding: 1.36rem;
    line-height: 0;
}

.thumb_mode_svg_container {
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.thumb_mode_label[data-svg] svg {
	position: relative !important;
	width: 100% !important;
	height: auto !important;
}

.thumb_mode_wrapper {
    display: block;
    position: relative !important;
    cursor: pointer;
}

.thumb_mode_wrapper.active {
    outline: 2px solid #698FFF;
    outline-offset: -2px;
    z-index: 11;
}

/* Image layout options */

[data-editorui-modal] .thumb_mode_label {
	padding: .98rem;
}

[data-editorui-modal] [for="slideshow"].thumb_mode_label {
	padding: 0.5914rem;
}

#editor_ui [data-editorui-modal] .thumb_mode_label svg {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* Design &gt; Site Menu */

[data-site-menu-options] label.social-font {
	/*line-height: 3.6rem;*/
	line-height: 3.6rem;
	font-size: 28px;
	text-align: center;
}
/* Hack to fix the line height in Safari */
_::-webkit-:host:not(:root:root), [data-site-menu-options] label.social-font {
	line-height: 3.6rem;
}
_::-webkit-:not(:root:root), [data-site-menu-options] label.social-font {
	line-height: 3.6rem;
}

/* Design &gt; Site Menu */

[data-ecommerce] label.social-font {
	/*line-height: 3.6rem;*/
	line-height: 3.6rem;
	font-size: 28px;
	text-align: center;
}
/* Hack to fix the line height in Safari */
_::-webkit-:host:not(:root:root), [data-ecommerce] label.social-font {
	line-height: 3.6rem;
}
_::-webkit-:not(:root:root), [data-ecommerce] label.social-font {
	line-height: 3.6rem;
}

[data-ecommerce] label[for="text"] {
	font-family: 'Times New Roman', serif;
    font-size: 2.4rem;
	line-height: 4rem;
}

[data-stripe-svg]:after {
	display: none;
	position: absolute;
	right: 0;
	top: 1rem;
	bottom: 1rem;
	content: '';
	width: 1px;
	background: #ccc;
}

[data-ecommerce] [data-toggle-countries] {
	border-bottom: 1px solid #ccc;
}

/*Support links*/

[data-support-help] {
	margin-left: 0px; 
	background: transparent; 
	right: 0; 
	width: 4rem;
}

[data-support-help]:active {
	background: transparent !important;
}

[data-support-help]:active span {
	opacity: .7;
}

/**
 * Design typograpy editors
 */

#design .typography-editor:not(:first-child) {
	margin-top: 15px;
	padding-top: 10px;
}

#design .typography-editor .title {
	color: #333;
	font-size: 14px;
	margin-bottom: 6px;
	display: inline-block;
}

#design .typography-editor a.css_popup {
	color: #b2b2b2;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1px;
	text-decoration: none;
	float: right;
}

#design .typography-editor .css_link {
	font-size: 10px;
	color: #ccc;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	margin-left: 10px;
	padding-bottom: 1px;
	position: relative;
	top: -1px;
	text-decoration: none;
}

#design .typography-editor .css_link:hover {
	border-bottom-color: #666;
	color: #666;
}

#design .typography-editor .css_link:active {
	border-bottom-color: #999;
	color: #999;
}

#design .typography-editor select {
	display: inline-block;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	height: 27px;
	margin: 5px 0px;
	outline: none;
	font-size: 12px;
	padding: 0 22px 0 9px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url(/_gfx/editor_select_arrow.gif) no-repeat;
	background-position: right 10px top 50%;
	background-size: 8px 7px;
	vertical-align: middle;
}

#design .typography-editor [data-number-input] {
	margin-right: 1px;
}

#design .typography-editor input {
	display: inline-block;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;

	height: 27px;
}

#design .typography-editor .sp-replacer {
	margin-left: 6px;
	margin-right: 4px;
	display: inline-block !important;
}

#design .typography-editor .colorpicker {
	display: none !important;
}

#design .typography-editor select[data-property="font-family"] {
	width: 210px;
}

#design .typography-editor select[name="font-variant"] {
	width: 128px;
	margin-right: 7px;
}

#design .typography-editor input[data-property="font-size"] {
	outline: 1px solid #d7d7d7;
	width: 50px;
	height: 25px;
	vertical-align: middle;
	background: #fff;
}

[data-font-size] .range.vmin-steps:before {
    position: absolute;
    left: 66.9%;
    /*left: 70%;*/
    content: '';
    bottom: 0;
    top: 0;
	background: rgba(105, 143, 255, 0.1);
    right: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
    z-index: 9;
}

[data-number-input] {
	position: relative;
	display: inline-block;
}

[data-number-input] input {
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	outline: 1px solid #ccc;
	outline-offset: 0;
	border: none;
	margin: 0;
}

[data-number-input] .controls {
	box-sizing: border-box;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
}

[data-number-input] .controls .control .arrow {
	font-size: 8px;
	position: relative;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ccc;
}

[data-number-input] .controls .control {
	height: 50%;
	border-left: 1px solid #ccc;
	position: relative;
	width: 12px;
}

[data-number-input] .controls .control:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 6px 3px;
	border-color: transparent transparent #cccccc transparent;

	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

[data-number-input] .controls .control:hover:after {
	border-color: transparent transparent #000 transparent;
}

[data-number-input] .controls .control:active:after {
	border-color: transparent transparent #666 transparent;
}

[data-number-input] .controls .control.down:after {
	border-width: 6px 3px 0 3px;
	border-color: #cccccc transparent transparent transparent;
}

[data-number-input] .controls .control.down:hover:after {
	border-color: #000 transparent transparent transparent;
}

[data-number-input] .controls .control.down:active:after {
	border-color: #666 transparent transparent transparent;
}

[data-number-input] .controls .control.up {
	border-bottom: 1px solid #ccc;
	height: calc(50% - 1px);
}

/**
 * Typography exceptions
 */

#design .typography-editor .only-link-color {
	display: none;
}

#design .typography-editor[data-target="Header Text"] .text-color,
#design .typography-editor[data-target="Navigation"] .text-color {
	display: none;
}

#design .typography-editor[data-target="Header Text"] .only-link-color,
#design .typography-editor[data-target="Navigation"] .only-link-color {
	display: initial;
}

#design .typography-editor[data-target="Header Text"] .link-and-text-color,
#design .typography-editor[data-target="Navigation"] .link-and-text-color {
	display: none;
}

#design [data-show-menu]:active,
#design [data-edit-css]:active {
	opacity: .7;
}

/* Retina spinner */
 .spinner_circle.part1 {
	-webkit-animation-delay:-0.800s;
	animation-delay:-0.800s;
}

.spinner_circle.part2 {
	-webkit-animation-delay:-0.700s;
	animation-delay:-0.700s;
}

.spinner_circle.part3 {
	-webkit-animation-delay:-0.600s;
	animation-delay:-0.600s;
}

.spinner_circle.part3 {
	-webkit-animation-delay:-0.500s;
	animation-delay:-0.500s;
}

.spinner_circle.part4 {
	-webkit-animation-delay:-0.400s;
	animation-delay:-0.400s;
}

.spinner_circle.part5 {
	-webkit-animation-delay:-0.300s;
	animation-delay:-0.300s;
}

.spinner_circle.part6 {
	-webkit-animation-delay:-0.200s;
	animation-delay:-0.200s;
}

.spinner_circle.part7 {
	-webkit-animation-delay:-0.100s;
	animation-delay:-0.100s;
}

.spinner_circle.part8 {
	-webkit-animation-delay:-0.00s;
	animation-delay:-0.00s;
}

@keyframes spinner {

	0% {
		background:#000;
	}

	80% {
		background:#b2b2b2;
	}

	100% {
		background:#000;
	}

}

@-webkit-keyframes spinner {

	0% {
		background:#000;
	}

	80% {
		background:#b2b2b2;
	}

	100% {
		background:#000;
	}

}

@-webkit-keyframes rotation {

	from {
		-webkit-transform: rotate(359deg);
	}

	to {
		-webkit-transform: rotate(0deg);
	}

}

div.spinner_circle {
	-webkit-animation:spinner 0.9s infinite;
	-moz-animation:spinner 0.9s infinite;
	animation:spinner 0.9s infinite;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	height: 4px;
	width: 4px;
	left: 10px;
	top: 10px;
}

.retinaSpinner {
	/*display: inline-block;*/
	border: 0px solid red;
	z-index: 999;
	position: relative;
	height: 20px;
	width: 20px;
}

.retinaSpinner.rotating {
	-webkit-animation: rotation 10s infinite linear;
	-moz-animation: rotation 10s infinite linear;
	-o-animation: rotation 10s infinite linear;
	animation: rotation 10s infinite linear;
}

/**
 * Interventions
 */

ul.content_position label img {
	position: relative;
	z-index: 10;
}



/*
	-----------------
	ROO CHANGES
	-----------------
*/

#projectlist .project_state {
	height: 8px;
	width: 8px;
	border-radius: 4px;
}



#projectlist .container-page .section-title-input input {
	color: #222222;
}

/*#projectlist .container-page .section-title-text { display: block }
#projectlist .container-page.open .section-title-text { display: none }

#projectlist .container-page .section-title-input { display: none }
#projectlist .container-page.open .section-title-input { display: block }
#projectlist .container-page.open .section-title-input.text { 
    padding-left: calc(1.5rem + 1px);
}*/

#projectlist .container-page .project_delete { display: none }
#projectlist .container-page.open .project_delete { display: block }

#projectlist .container-page [data-project-inline] { display: none }
#projectlist .container-page.open [data-project-inline] { display: block }

/*#projectlist .container-page:not(.open):not(.homepage) .project_home { display: none }*/

li .project_home svg polygon,
li .project_home svg path {
	fill: #698FFF;
}

[data-project-summary].homepage .project_home svg polygon,
[data-project-summary].homepage .project_home svg path {
	fill: #698FFF;
}


.project-list-home-icon:after {
	display: none !important;
}

.admin-wrapper .status-circle.off {
/* 	background-color: #ccc; */
}

.admin-wrapper .status-circle.pulse {
	animation: pulsing .5s infinte;
	-webkit-animation: pulsing .5s infinite;
}

@keyframes pulsing {
  0%, 100% {
    height: .8rem;
	width: .8rem;
  }
  25%, 75% {
	 height: 1rem;
	width: 1rem;
  }
  50% {
    height: 1.2rem;
	width: 1.2rem;
  }
}

@-webkit-keyframes pulsing {
  0%, 100% {
    height: .8rem;
	width: .8rem;
  }
  50% {
    height: 1.2rem;
	width: 1.2rem;
  }
}

.admin-wrapper .status-circle.on {
	background-color: #0FCE83;
}

.admin-wrapper .status-circle.homepage {
	background-color: #698FFF;
}

.admin-wrapper .status-circle.offline {
	background-color: #ff0066;
}

#projectlist a.project_delete, .delete_button {
	display: none;
	height: 13px;
	overflow: hidden;
	line-height: initial;
	width: 13px;
	font-size: 15px;
	color: #aaa;
	font-family: "Lucida Grande";
	line-height: 11px;
	position: absolute;
	right: -2px;
	top: calc(50% - 7px);
}

#projectlist a.project_delete:hover {
	text-decoration: none;
	color: black;
}

#projectlist a.project_delete:active {
	text-decoration: none;
	color: #ccc;
}

#projectlist li a.project_delete.active {
	display: block;
}

#projectlist section.open a.project_delete {
	display: block;
}

#projectlist section.open a.project_delete {
	display: block;
}

.admin-wrapper .hidden-parent-container {
	margin-top: 20px;
	font-size: 12px;
	display: none;
}

.admin-wrapper .parent-disabled .hidden-parent-container {
	display: block;
}


/**
 * Admin Thumbnails
 */
.admin-wrapper .images {
	clear: both;
}

.admin-wrapper .project_images {
	display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap: wrap;
	      -ms-flex-wrap: wrap;
	          flex-wrap: wrap;
	margin: 0 -0.75rem;
	min-width: calc(100% + 1.5rem);
}

.admin-wrapper .project_images .image_container {
	color: #999;
	padding: 0.75rem;
	position: relative;
	font-size: 0;
	width: 25%;
	max-width: 108px;
	vertical-align: top;
	max-height: 500px;
	overflow: hidden;
}

.admin-wrapper .project_images[data-gallery-list] .image_container {
	max-width: 81px;
}

.admin-wrapper .modal .project_images[data-gallery-list] .image_container {
	max-width: 25%;
}

.admin-wrapper .project_images .image_container:nth-child(-n+4) {
	padding: 0.75rem;
}

.admin-wrapper .project_images .image_container .imgcrop &gt; div {
}

/*.admin-wrapper .img_gallery_draggable .image_container .clickable {
	cursor: move !important;
}*/

.admin-wrapper .img_gallery_draggable .image_container.sortable-chosen {
	z-index: 100000;
}

.admin-wrapper .img_gallery_draggable .image_container.sortable-chosen .imgcrop {
	background: #ccc;
}

.admin-wrapper #editor_masterview.dark-mode .img_gallery_draggable .image_container.sortable-chosen .imgcrop {
	background: rgba(255, 255, 255, 0.17);
}

.admin-wrapper .img_gallery_draggable .image_container.sortable-chosen.sortable-ghost .imgcrop .image {
	visibility: hidden;
}

.admin-wrapper .img_gallery_draggable .image_container.sortable-ghost a,
.admin-wrapper .img_gallery_draggable .image_container.sortable-chosen a {
	display: none !important;
}

.admin-wrapper .project_images .image_container.dragged {
	position: absolute;
}

.admin-wrapper .project_images .image_container a.image_link {
/*	display: inline-block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    outline: 1px solid rgba(0,0,0,.04);
    outline-offset: -1px;*/
}

.admin-wrapper .project_images .image_container .img_wrapper {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 0;
	/*padding-bottom: 100%;*/
	/*outline: 1px solid rgba(0,0,0,.075);
	outline-offset: -1px;*/
}

.admin-wrapper .project_images .image_container img {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
	background: #fff;
	max-width: 100%;
	outline: 1px solid rgba(0,0,0,.075);
	outline-offset: -1px;
}

.admin-wrapper .project_images .image_container.active img {
	outline-offset: 2px;
	outline: 1px dashed #698FFF;
}

.admin-wrapper .can_exclude_images .project_images .image_container.excluded img {
	opacity: 0.25;
}

.admin-wrapper [data-drag-multiselect] img.in-selection {
	outline-offset: 2px;
	outline: 2px solid #698FFF;
}

.admin-wrapper [data-drag-multiselect].dragging img.in-selection {
	outline: 2px solid #698FFF;
}

.admin-wrapper .project_images .image_container .progressContainer {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
}

/**
 * Stock Images
 */

.admin-wrapper .project_images .image_container.uploading .progressContainer {
	display: block;
}

.admin-wrapper .project_images .image_container .progressContainer .progressIndicator {
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 30px;
	width: 30px;
}

.admin-wrapper .project_images .image_container .progressContainer.pending .progressIndicator {
	-webkit-animation: progress 3s linear infinite;
	animation: progress 3s linear infinite;
}

@-webkit-keyframes progress {
	from { -webkit-transform: rotate(0deg); }
	to   { -webkit-transform: rotate(359deg); }
}

keyframes progress {
	from { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
	to   { -webkit-transform: rotate(359deg); -ms-transform: rotate(359deg); transform: rotate(359deg); }
}

.admin-wrapper .project_images .image_container .image_surrogate {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 0;
	padding-bottom: 100%;
	background-color: #ccc;
}

.admin-wrapper .project_images .image_container .image_surrogate .progress_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.admin-wrapper .project_images .image_container .image_surrogate .progress_overlay .progress_bar {
	position: absolute;
	height: 5px;
	background: #00c462;
	width: 0%;
	bottom: 0;
	-webkit-transition: width .2s;
    transition: width .2s;
}

.admin-wrapper .project_images .image_container a.image_delete,
.admin-wrapper .project_images .image_container a.image_exclude,
.admin-wrapper .project_images .image_container a.image_link {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	width: 15px;
	height: 15px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 13px;
}

.admin-wrapper .project_images .image_container a.image_exclude.add-include {
	font-size: 16px;
}


.admin-wrapper .project_images .image_container a.image_link {
	right: 16px;
	padding-left: 0;
	padding-top: 1px;
}

.admin-wrapper #image-library a.image_link {
	right: 0;
}

.admin-wrapper .project_images .image_container a.image_delete,
.admin-wrapper .project_images .image_container a.image_exclude {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

.admin-wrapper .project_images .image_container a.image_exclude {
	right: 32px;
	text-decoration: line-through;
}

.admin-wrapper .project_images .image_container.excluded a.image_exclude,
.admin-wrapper #editor_masterview.dark-mode .project_images .image_container.excluded a.image_exclude:hover {
	color: transparent;
}

.admin-wrapper .project_images .image_container.excluded a.image_exclude:after {
	transform: rotate(45deg);
	display: inline-block;
	content: 'Ã—';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	color: white;
}

.admin-wrapper .project_images .image_container:hover a.image_delete,
.admin-wrapper .can_exclude_images .project_images .image_container:hover a.image_exclude,
.admin-wrapper .project_images .image_container:hover a.image_link {
	display: block;
}

.admin-wrapper .project_images .image_container a.image_delete:hover,
.admin-wrapper .project_images .image_container a.image_exclude:hover,
.admin-wrapper .project_images .image_container a.image_link:hover {
	background: #f00;
}

.admin-wrapper .project_images .image_container a.image_delete:active,
.admin-wrapper .project_images .image_container a.image_exclude:active,
.admin-wrapper .project_images .image_container a.image_link:active {
	opacity:0.4;
}

.admin-wrapper .project_images .image_container .image_ref {
	display: none;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 10px;
    padding-left: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 16px;
	z-index: 2;
}

.admin-wrapper .project_images .image_container:hover .image_ref {
	display: block;
}

/**
 * Overrides
 */

[data-duplicate-site-url][data-span-wrap].row {
	max-width: 226px !important;
}

.icon-settings-design {
	line-height: 1;
	padding-top: 0.3rem;
	flex: 0 0 41px !important;
}

/* Delete Button */
.delete-button {
/* 	background: #ff0755; */
	color: #fff;
	display: block;
	font-size: 3rem;
	line-height: 1.5rem;
	position: absolute;
	text-align: center;
	z-index: 2;
	height: 2rem;
	width: 2rem;
	opacity: .75;
}

.delete-button.small {
	height: 1.5rem;
	width: 1.5rem;
	font-size: 2rem;
	line-height: 1.2rem;
}

.top-right {
	right: 1.5rem;
	top: 1.5rem;
}

.bottom-right {
	right: 1.5rem;
	bottom: 1.5rem;
}

/* templaes */
.design_title {
	width: 100%;
	position: relative;
}

[data-selected-template] .design_title {
	background: #698FFF !important;
	color: white !important;
}

.design_title .circle {
	border-radius: 50%;
	width: 8px;
	right: 12px;
	position: absolute;
	top: calc(50% - 5px);
	height: 8px;
	background: #ccc;
	/* width and height can be anything, as long as they're equal */
}

.circle.on {
	background: #0FCE83;
}

.option-thumb {
	border-top: 0;
	height: 338px;
}
.header_image_drag_space {
	top: -40px;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

/**
 * Typography editor sections
 */

details[data-site-element-title~="navigation"] [data-text-color],
details[data-site-element-title~="header-text"] [data-text-color] {
	display: none;
}

[data-link-color-two] [data-link-title="color"] {
	display: none;
}

.admin-wrapper .row [data-active-color],
.admin-wrapper .row [data-link-color-one] {
	display: none;
}


details[data-site-element-title~="navigation"] [data-link-color-two] [data-link-title="links"],
details[data-site-element-title~="header-text"] [data-link-color-two] [data-link-title="links"] {
	display: none;
}

details[data-site-element-title~="header-text"] [data-link-color-two] [data-link-title="color"] {
	display: inline;
}

details[data-site-element-title~="navigation"] [data-link-color-two] [data-link-title="color"] {
	display: inline;
}

.admin-wrapper details[data-site-element-title~="navigation"] .row [data-link-color-one],
.admin-wrapper details[data-site-element-title~="navigation"] .row [data-active-color] {
	display: flex;
}

[data-nodrag-image] {
	pointer-events: none;
	display: block;
}

/**
 * Inline editor buttons
 */

.editor-ui-container {
	/*height: 82px;*/
}

#editor_ui {
	position: fixed;
	width: 400px;
	bottom: 0;
	right: 0;
	z-index: 12;
	/*border-top: 1px solid #ddd;*/
	visibility: hidden;
}

#editor_ui [data-ui-row] .col:not(.ui-filler):not([data-command="code"]) {
    flex: 0 0 4.35rem;
}

#editor_ui [data-command="content-background"]:not(.in-use) svg {
	/*opacity: .45;*/
}

#editor_ui [data-command="content-background"]:not(.in-use) svg &gt; * {
	/*fill: #666 !important;*/
	opacity: .65;
}

#editor_ui [data-ui-row] .col {
	min-height: 4.3rem;
}

#editor_ui.black_mode [data-ui-row] .bg-black_mode {
	background: rgba(0,0,0,.85);
}

#editor_ui.black_mode [data-ui-row] .bg-black_mode:active {
	background: rgba(0,0,0,.9);
}

#editor_ui.black_mode [data-ui-row] [data-submenu-options] .bg-black_mode,
#editor_ui .col-square.button [data-submenu-options] .button {
	background: #242424;
	margin-left: 0;
}

#editor_ui.black_mode [data-ui-row] [data-submenu-options] .bg-black_mode:active,
#editor_ui .col-square.button [data-submenu-options] .button:active {
	background: #181818;
}

#editor_ui.black_mode [data-ui-row="0"] [data-command]:after,
#editor_ui.black_mode [data-ui-row="0"] [data-align-current]:after,
#editor_ui.black_mode [data-ui-row="1"] [data-command]:after,
#editor_ui.black_mode [data-ui-row="1"] [data-align-current]:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #464646;
    border-top: 0;
}

#editor_ui.black_mode [data-ui-row="0"] [data-command].button.active:last-child:after {
    display: block;
}

#editor_ui.black_mode [data-ui-row="0"] [data-command].active:after,
#editor_ui.black_mode [data-ui-row="1"] [data-command].active:after {
	border-color: #698FFF;
}

#editor_ui.black_mode [data-ui-row="2"] [data-command]:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: 0px;
    border: 1px solid #464646;
    border-bottom: 0;
}

#editor_ui.black_mode [data-ui-row="2"] [data-submenu-options] [data-command="unorderedlist"]:after {
	border-bottom: 1px solid #464646;
	bottom: -1px;
}

#editor_ui.black_mode [data-ui-row="2"] [data-command].active:after {
	display: block !important;
	border-color: #698FFF;
}

#editor_ui.black_mode [data-ui-row="0"] &gt; [data-command]:first-child:after,
#editor_ui.black_mode [data-ui-row="1"] &gt; [data-command]:first-child:after,
#editor_ui.black_mode [data-ui-row="2"] &gt; [data-command]:first-child:after {
	border-left: 0;
	left: 0;
}

#editor_ui.black_mode [data-ui-row="0"] &gt; [data-command]:last-child:after,
#editor_ui.black_mode [data-ui-row="1"] &gt; [data-command]:last-child:after,
#editor_ui.black_mode [data-ui-row="2"] &gt; [data-command]:last-child:after {
	border-right: 0;
	right: 0;
}

#editor_ui.black_mode [data-ui-row="0"] &gt; [data-command]:last-child,
#editor_ui.black_mode #more {
	min-width: 44px;
}

.admin-wrapper #editor_ui.black_mode .button,
.admin-wrapper #editor_ui.black_mode .button svg *,
.admin-wrapper #editor_ui.black_mode .button [data-svg] &gt; svg * {
	color: rgba(255,255,255,.75);
	fill: rgba(255,255,255,.75);
}

.admin-wrapper #editor_ui.black_mode .button.inactive,
.admin-wrapper #editor_ui.black_mode .button.unreachable,
.admin-wrapper #editor_ui.black_mode .button.inactive svg *,
.admin-wrapper #editor_ui.black_mode .button.unreachable svg *
.admin-wrapper #editor_ui.black_mode .button.inactive [data-svg] &gt; svg *,
.admin-wrapper #editor_ui.black_mode .button.unreachable [data-svg] &gt; svg * {
	color: rgba(255,255,255,.25);
	fill: rgba(255,255,255,.25);
}

.admin-wrapper #editor_ui.black_mode [data-ui-row] .button.active {
	background: #698FFF;
	z-index: 99;
	outline: none !important;
}

.admin-wrapper #editor_ui.black_mode [data-ui-row] .button.active[data-command="marker"] {
	pointer-events: none;
}

.admin-wrapper #editor_ui.black_mode [data-ui-row] .button.in-use,
.admin-wrapper #editor_ui.black_mode [data-ui-row] .button.in-use svg *,
.admin-wrapper #editor_ui.black_mode [data-ui-row] .button.in-use [data-svg] &gt; svg * {
	color: #698FFF;
	fill: #698FFF;
}

.admin-wrapper #editor_ui.black_mode [data-ui-row] .button.active,
.admin-wrapper #editor_ui.black_mode [data-ui-row] .button.active svg *,
.admin-wrapper #editor_ui.black_mode [data-ui-row] .button.active [data-svg] &gt; svg * {
	color: #fff;
	fill: #fff;
}

/*div#editor_ui.save_enabled:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 1px;
    background: #464646;
    right: 0;
    left: 0;
    z-index: 999;
}*/

#editor_ui.off_screen {
	transition: transform 150ms ease-out;
	transform: translate(0, 100%);
	-webkit-transition: -webkit-transform 150ms ease-out;
	-webkit-transform: translate(0, 100%);
}

#editor_ui &gt; .buttons {
	position: relative;
	z-index: 999;
}

#editor_ui.off_screen.active {
	-webkit-transform: translate(0, 0%);
	transform: translate(0, 0%);
	visibility: visible;
	border-top: 1px solid rgba(0,0,0,.2);
}

#editor_ui.off_screen.active.save_enabled {
	-webkit-transform: translate(0, -43px);
	transform: translate(0, -43px);
}

#editor_ui.off_screen.active.save_enabled.force_close {
	-webkit-transform: translate(0, 0%);
	transform: translate(0, 0%);
	transition: transform 0s ease-out;
	-webkit-transition: -webkit-transform 0s ease-out;
}

#editor_ui:not(.off_screen).active {
	visibility: visible;
}

#editor_ui:not(.active):before {
	background: #F2F2F2;
	opacity: .5;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
}

#editor_ui .buttons.format .style_buttons div.active {
	background-color: #39f;
	outline: 1px solid #39f;
	position: relative;
	z-index: 1;
}

#editor_ui [data-command].active.button-first:after {
	background: #698FFF;
	content: '';
	position: absolute;
	z-index: -1;
	top: -1px; left: 0; right: -1px; bottom: -1px;
	background: #698FFF;
}

#editor_ui [data-command].active.button-first {
	outline: 0;
}

#editor_ui .buttons.format .style_buttons div.font_select {
	width: 54px;
}
#editor_ui .buttons.action div.code_view {
	width: 50px;
	background-image: none;
}

#editor_ui .col-square.button [data-svg] {
	width: 100%;
	height: 100%;
}

#editor_ui svg {
	height: 34px;
	width: 34px;
	top: 4px;
	left: 4px;
}

#editor_ui #more svg {
	width: 17px; 
	transform: translateX(-50%); 
	-webkit-transform: translateX(-50%); 
	height: 12px; 
	top: 15.5px; 
	left: 50%; 
	position: absolute; 
	margin-left: 1px;
}
#editor_ui #createlink svg {
	width: 36px;
	height: 36px;
	top: 3px;
	left: 4px;
}

#editor_ui [data-submenu-options-toggle] {
	position: relative;
}

#editor_ui [data-align-current] .button {
	display: none;
	position: absolute;
}

#editor_ui [data-align-current] .button.current {
	display: block;
	/*background: #fff;*/
}

#editor_ui [data-command="insertcolumns"].active {
	/*background: #fff;*/
	outline: 0;
}
#editor_ui [data-command="insertcolumns"].active * {
	color: #666;
}
#editor_ui [data-command="insertcolumns"].active svg * {
	fill: #698FFF;
	color: #698FFF;
}

#editor_ui [data-submenu-options],
#editor_ui [data-row-options] {
	display: none;
}

#editor_ui [data-submenu-options].open:not([data-submenu-options="row"]) {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 8px;
	right: 8px;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.10);
	outline: 1px solid #464646;
	z-index: 999;
}

#editor_ui [data-submenu-options="row"].open {
	display: flex;
}

.col.ui-filler {
    margin: 0 !important;
    height: 40px;
    background: #464646;
}

.col.ui-filler:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #464646;
}

#editor_ui [data-submenu-options="misc"].open,
#editor_ui [data-row-options].open {
	display: flex;
}

#editor_ui [data-submenu-options] .button {
	/*margin-left: 0;*/
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
}

#editor_ui [data-submenu-options] .button:last-child {
	/*border-bottom: none;*/
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#editor_ui .col-square.button [data-submenu-options] .button {
	float: none;
	height: 4.35rem;
	/*width: 40px;*/
	/*background: #fff;*/
	margin-left: 0;
}

.admin-wrapper [data-align-current] .button.active:after,
.admin-wrapper [data-submenu-options] .button.active:after,
.admin-wrapper [data-align-current] .button.active:before,
.admin-wrapper [data-submenu-options] .button.active:before {
	display: none;
}

.admin-wrapper [data-submenu-options] .col {
	min-height: inherit;
}

.admin-wrapper [data-submenu-options] .button.active {

}
/*#editor_ui [data-submenu-options] .button:not(.inactive):hover,
#editor_ui .col-square [data-submenu-options] .button:not(.inactive):hover {
	background: #eee;
}*/

#editor_ui .col-square.button [data-submenu-options] .button.active {
	background: #698FFF;
	color: #fff;
	fill: #fff;
	outline: none;
	z-index: 999;
}
#editor_ui .col-square.button [data-submenu-options] .row .button.active:before,
#editor_ui .col-square.button [data-submenu-options] .row .button.active:after {
	content: '';
	position: absolute;
	z-index: 999;
	display: block;
	background: #698FFF;
}
#editor_ui .col-square.button [data-submenu-options] .row .button.active:first-child:before {
	height: 100%;
	width: 1px;
	left: -1px;
	top: 0;
	bottom: 0;
}
#editor_ui .col-square.button [data-submenu-options] .row .button.active:last-child:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	right: -1px;
	top: 0;
	bottom: 0;
}
#editor_ui .col-square.button [data-submenu-options] .row:first-child .button.active:first-child:after {
	height: 1px;
	width: calc(100% + 1px);
	z-index: 999;
	left: -1px;
	top: -1px;
	bottom: 0;
}
#editor_ui .col-square.button [data-submenu-options] .row:first-child .button.active:last-child:after {
	height: 1px;
	width: calc(100% + 1px);
	z-index: 999;
	right: -1px;
	top: -1px;
	bottom: 0;
}
#editor_ui .col-square.button [data-submenu-options] .row:last-child .button.active:first-child:after {
	height: 1px;
	width: calc(100% + 1px);
	z-index: 999;
	left: -1px;
	bottom: -1px;
}
#editor_ui .col-square.button [data-submenu-options] .row:last-child .button.active:last-child:after {
	height: 1px;
	width: calc(100% + 1px);
	z-index: 999;
	right: -1px;
	bottom: -1px;
}

#editor_ui.black_mode [data-ui-row] [data-submenu-options="misc"].bg-black_mode {
	background: rgba(36,36,36,1);
}

.admin-wrapper #editor_ui input[type="text"].colorpicker {
	display: none !important;
}

/* Marquee button in editor drawer */

#editor_ui #insert-marquee-svg {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	margin: .9rem;
}
/*#editor_ui .marquee-span {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	width: auto;
	transform: translate(1rem, 0rem);
	font-size: 2rem;
	letter-spacing: -.02em;
	line-height: 2.1;
	display: inline-block
}
#editor_ui [data-command="insert-marquee"]:hover .marquee-span {
	transition: transform 1.5s linear;
	transform: translate(-100%, 0); 
	}*/

#column_modal .column_width_slider .spacer {
    height: 100%;
    min-height: 4rem;
    position: relative;
}

#column_modal .column_width_slider .tick {
	position: absolute;
	cursor: ew-resize;
	top: 0;
	right: 0;
	bottom: 0;
	width: 15px;
	margin-right:-8px;
	z-index: 10;
}

#column_modal .column_width_slider .tick:before {
    display: block;
    content:"";
    position: absolute;
    top: 10px;
    right: 4px;
    left: 4px;
    bottom:10px;

    border-left: 1px solid #698fff;
    border-right: 1px solid #698fff;
    z-index:10;
}

#column_modal .column_width_slider.resizing,
#column_modal .column_width_slider.resizing *{
	cursor: ew-resize!important;
}

#column_modal .column_width_slider .tick:after {
	background-color: #698fff;	
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 100%;
}

#column_modal .column_width_slider {
    border: 1px dotted #698FFF;
}

/* Beta Tag */
/*#editor_ui #marker_modal .modal:after {
	position: absolute;
	content: 'Beta';
	background: #e9e9e9;
	width: 7rem;
	height: 2.5rem;
	color: rgba(0,0,0,.4);
	top: -2.5rem;
	right: 3rem;
	padding: .25rem 1.5rem;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
}
*/

#editor_ui #marker_modal svg {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#editor_ui #marker_modal [data-sketch-mode-radio] .radio input[type="radio"]:not(:checked) + label svg * {
	fill: #ccc;
}

#editor_ui #marker_modal [data-shapes-radio] .radio input[type="radio"]:not(:checked) + label svg * {
	fill: #808080;
}

#editor_ui #marker_modal .outlineshapes {
	fill: #fff !important;
	stroke: #ccc;
	stroke-width: 1.25;
	stroke-miterlimit: 10;
}
#editor_ui #marker_modal .radio input[type="radio"]:checked + label .outlineshapes {
	fill: #698FFF !important;
	stroke: #fff;
}

#editor_ui #marker_modal .in-use svg * {
    fill: #698FFF !important;
} 

#editor_ui #marker_modal .in-use [for="tool_shapelib"] svg * {
	stroke: #698FFF !important;
}

#editor_ui #marker_modal .in-use svg *.outlineshapes {
	fill: #fff !important;
}


/*
 * HTML editor popup
 */

#html-editor .modal .content &gt; div {
	padding: 10px;
}

.admin-wrapper .image_upload_icon[data-svg] &gt; svg,
.admin-wrapper .image_upload_icon[data-svg] &gt; svg * {
	width: 37px;
	height: 37px;
	top: 1px;
	left: 0px;
	fill: #ccc;
}
#editor_ui .randomize_icon[data-svg] &gt; svg,
.admin-wrapper .randomize_icon[data-svg] &gt; svg,
.admin-wrapper .randomize_icon[data-svg] &gt; svg * {
	width: 22px;
	height: 22px;
	top: 9px;
	left: 8px;
	fill: #ccc;
}



#sitedetails details[open] summary:not(.hidden) + div .col-full:not(.text):before,
#sitedetails details[open] summary:not(.hidden) .col-full:not(.text):before {
    position: absolute;
    left: 0;
    width: 2px;
    content: '';
    background: #d1d1d1;
    z-index: 1;
    top: 0;
    bottom: 0;
    max-height: 40px;
}

#sitedetails details[open] summary:not(.hidden) + div .modal .col-full:before {
	display: none;
}

#sitedetails [data-message]:before {
	background: transparent;
	visibility: hidden;
}

#sitedetails details[open] summary:not(.hidden) + div .col-full[summary-hint]:before,
#sitedetails details[open] summary:not(.hidden) + div [data-input-parent].col-full:before {
	max-height: initial;
}

#sitedetails details[open] summary:not(.hidden) + div [data-input-parent].text:not(.error).col-full:before {
	background: #698FFF;
}

#sitedetails .select .select-cover:before {
	background: #698FFF;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    z-index: 1;
}



.admin-wrapper [data-try-commerce] div[data-indicator="false"] {
	background-color: transparent;
}

/* ///////////// * Domains * //////////////// */
#domain_wrapper {
	width: 100%;
}

#domain_wrapper #search_loading {
	padding: 10px 0 10px 0;
}

#domain_wrapper .search_form input[type=text]::-webkit-input-placeholder {
	color: rgba(56, 51, 47, .55);
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
}

.admin-wrapper #search .text:after {
	display: none;
}

#domain_wrapper .single_domain .available {
	float: left;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	position: absolute;
	top: calc(50% - 4px);
	left: calc(50% - 4px);
	background-color:#ccc;
}

#domain_wrapper .single_domain .available.yes {
	background-color: #0FCE83;
}

#domain_wrapper .single_domain .available.no {
	background-color: #f30;
}

.#domain_wrapper single_domain .available.pending {
    animation: pending 2s linear infinite;
    -moz-animation: pending 2s linear infinite; /* Firefox */
    -webkit-animation: pending 2s linear infinite; /* Safari and Chrome */
    -o-animation: pending 2s linear infinite; /* Opera */
}

#domain_wrapper @keyframes pending {
    0% {background-color:#ccc;}
    50% {background-color:#000;}
    100% {background-color:#ccc;}
}

#domain_wrapper @-moz-keyframes pending {
    0% {background-color:#ccc;}
    50% {background-color:#000;}
    100% {background-color:#ccc;}
}

#domain_wrapper @-webkit-keyframes pending {
    0% {background-color:#ccc;}
    50% {background-color:#000;}
    100% {background-color:#ccc;}
}

#domain_wrapper @-o-keyframes pending {
    0% {background-color:#ccc;}
    50% {background-color:#000;}
    100% {background-color:#ccc;}
}

#domain_wrapper .single_domain:not(.available) {
	cursor: default;
}


#domain_wrapper article.search_form {
	max-width: 600px;
	margin: 0 auto;
}

#domain_wrapper [data-domainlist-set] {
  margin-top: 1px;
}

#domain_wrapper [data-domainlist-set-toggle] {
	display: none;
}

#domain_wrapper .col[data-purchase-domain] {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
}

#domain_wrapper .col[data-purchase-domain]::before {
	content: '';
	height: 1px;
	position: absolute;
	width: 100%;
	top: -1px;
	left: 0;
	background: #698FFF;
}

#domain_wrapper .col[data-purchase-domain]::after {
	content: '';
	height: 1px;
	position: absolute;
	width: 100%;
	bottom: -1px;
	left: 0;
	background: #698FFF;
}

#domain_wrapper .col.message {
	margin-top: 1px;
}

#domain_wrapper .overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
}

/*SUBPANEL WRAPPER*/
#subpanel_wrapper {
	/*overflow: hidden;*/
	min-height: 100%;
}

/*#subpanel_wrapper.translate {
	transform: translate(-100%, 0) translateZ(0);
	-webkit-transform: translate(-100%, 0) translateZ(0);
	transition: transform 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

#subpanel_wrapper.closing {
	transition: transform 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transform: translate(0, 0) translateZ(0);
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-webkit-transform: translate(0, 0) translateZ(0);
	z-index: 999;
}*/

#subpanel_content {
	background: #f2f2f2;
	position: absolute;
	top: 81px;
	/*margin-left: 400px;
	width: 400px;*/
	width: 100%;
	height: calc(100% - 82px);
	z-index: 9999;
	pointer-events: auto;
	overflow-y: auto;
	padding-bottom: 30px;
}

/* PAYMENTS */
#paypal_checkout {
	display: none;
}

#panel_wrapper {
	min-height: 100%;
	overflow: hidden;
}

#panel_content {
	position: absolute;
}

#panel_wrapper .purchase_modal {
	display: none;
	position: fixed;
	top: calc(50% - 200px);
	left: calc(50% - 150px);
	height: auto;
	width: 300px;
	z-index: 12;
	background: #f2f2f2;
	outline: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 5px 5px 0px rgba(0,0,0,0.10);
}

#panel_wrapper .purchase_modal.active,
#domain_wrapper .overlay.active {
	display: block;
}

#panel_content &gt; .loading,
#panel_wrapper #subscription-purchase,
#panel_wrapper #account-plan,
#panel_wrapper #account-domains {
	background: #f2f2f2;
	position: absolute;
	top: 0;
	margin-left: 400px;
	height: 100vh;
	width: 400px;
	z-index: 9999;
	pointer-events: auto;
	overflow-y: auto;
	padding-bottom: 30px;
}

#panel_content &gt; .loading {
	min-height: 100vh;
}

#panel_wrapper #subscription-purchase {
	background: #eaf1fa;
	padding-bottom: 0;
}

#panel_wrapper #subscription-purchase .tab,
#panel_wrapper #account-plan .tab,
#panel_wrapper #account-domains .tab {
	z-index: 99;
	right: 0rem;
	top: 0rem;
	padding: .0rem .75rem;
	line-height: 1.5;
	font-size: 1.3rem;
	line-height: 1.65;
	background: #ccc;
}

/* for CC form */
#panel_wrapper #subscription-purchase [data-card-form-wrapper] [cc-form] [data-number] iframe {
	position: absolute;
	top: 0;
}

#panel_wrapper #subscription-purchase [data-card-form-wrapper] [cc-form] .col-full:not([data-buttons]):after {
	position: absolute;
    left: 0;
    width: 2px;
    content: '';
    background: #698FFF; 
    z-index: 11;
    top: 0;
    bottom: 0;
}

#panel_wrapper #subscription-purchase [data-card-form-wrapper] [cc-form] .col-full:not([data-buttons]):before {
	position: absolute;
    right: 0;
    width: 2px;
    content: '';
    background: #698FFF; 
    z-index: 11;
    top: 0;
    bottom: 0;
}

#panel_wrapper #subscription-purchase [data-card-form-wrapper] [cc-form] .col-full.error:not([data-buttons]):before,
#panel_wrapper #subscription-purchase [data-card-form-wrapper] [cc-form] .col-full.error:not([data-buttons]):after {
	background: #ff0000;;
}

#panel_wrapper #subscription-purchase [stored-card-endingin] {
	float: right;
	max-width: 135px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#panel_wrapper #subscription-purchase [data-card-form-wrapper] {
	padding-bottom: 0;
}

[data-payment-module],
[data-payment-module] [cc-form],
[data-payment-module] &gt; div {
	width: 100%;
	min-width: 100%;
}

#checkout [data-transfer-ui], 
[data-payment-module] {
	margin-top: 1px;
}

[data-payment-module]:empty {
	display: none;
}

#panel_wrapper #subscription-purchase [cc-form] &gt; .row:after {
	right: 0;
	left: auto;
}

#panel_wrapper #account-domains {
	padding-bottom: 60px;
}

#panel_wrapper #panel_content #close {
    top: 1.35rem;
    right: 1.25rem;
	z-index: 999;
}

#panel_wrapper #processing .processing{
	position: absolute;
	top: 0;
}

#panel_wrapper #processing .loading_animation {
	/*left: calc(50% - 53px);
	top: calc(50% - 75px);*/
	margin-top: 1px;
}

#panel_wrapper #processing .loading_animation div {
	/*width: 100px;
	height: 100px;*/
}

.admin-wrapper #panel_wrapper .purchase_panel .text {
	outline: none;
}

.admin-wrapper #panel_wrapper .purchase_panel .text:not([data-token-number]):before,
.admin-wrapper #panel_wrapper .purchase_panel .text:not([data-token-number]):after {
	/*display: none;*/
}

.admin-wrapper #panel_wrapper .purchase_panel .group-horizontal .text.error:not(.non-adjacent-text):first-child:after {
	display: none;
}

.admin-wrapper #panel_wrapper .purchase_panel .text.error input[type="text"],
.admin-wrapper #panel_wrapper .purchase_panel .text.error input[type="text"]::-webkit-input-placeholder {
	color: #ff0033;
}

.admin-wrapper #panel_wrapper .purchase_panel .text.error input[type="text"]:focus,
.admin-wrapper #panel_wrapper .purchase_panel .text.error input[type="text"].changed {
	color: #000;
}

#panel_wrapper [data-validation-error] {
	display: none;
	position: relative;
}

#panel_wrapper [data-validation-error].active {
	display: block;
}

#panel_wrapper .purchase_panel [data-cost-list] .row::after {
  content: " ";
  position: absolute;
  bottom: 0;
  z-index: 12;
  background-color: #ddd;
  left: 1.5rem;
  right: 1.5rem;
  height: 1px;
}

#panel_wrapper .purchase_panel [data-cost-list] .row:last-child::after {
	display: none;
}

.admin-wrapper #panel_wrapper [data-purchases-container] .disabled .radio input[type="radio"]:checked + label {
	background: #fff;
	color: #333;
}

/* Paypal button outline */
#panel_wrapper .paypal-button div:after {
    content: '';
    background: transparent;
    z-index: 999;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    outline: 2px solid white;
    outline-offset: -2px;
}

#panel_wrapper .paypal-button div:active:after {
    outline: 2px solid #f2f2f2;
}

#panel_wrapper [data-paypal-container] {
	opacity: 0.01;
}

#panel_wrapper .paypal-button-cover {
	width: 340px;
	height: 40px;
	z-index: 0;
	cursor: pointer;
	pointer-events: none;
	user-select: none;
	position: absolute;
	top:0;
	left:0;
	background: #fff;
}

/*#panel_wrapper [data-payment-form="paypal"]:hover .paypal-button-cover {
	background: #fafafa;
}*/

#panel_wrapper .paypal-inner-wrapper {
	border-radius: 4px;
	height: 40px;
    min-height: 40px;
    max-height: 40px;
    background: #fff;
    color: #2C2E2F;
    border: 1px solid #2C2E2F;
    vertical-align: top;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    margin: 0;
    background: 0;
    border: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 500;
}

#panel_wrapper .paypal-label-container {
	position: relative;
	top: 50%;
	height: 19px;
	max-height: 24px;
	min-height: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
	font-weight: 500;
	white-space: nowrap;
	display: block;
	text-align: left;
	padding-left: 1.5rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-font-smoothing:auto;
}

#panel_wrapper .paypal-button-cover &gt; .paypal-label-container &gt; * {
	vertical-align: top;
	height: 100%;
	text-align: left;
}

#panel_wrapper .paypal-button-logo {
    padding: 0;
    display: inline-block;
    background: none;
    border: none;
    width: auto;
    vertical-align: top;
    height: 100%;
    text-align: left;
}
/* end paypal */

#panel_wrapper #checkout [data-payment-module] [payment-method-cover].border-gray-left:after {
 background: transparent;
}

#editor_masterview.straight-to-purchasepanel #settings,
#editor_masterview.straight-to-purchasepanel
 {
	background: #eaf1fa;
}

#editor_masterview.straight-to-purchasepanel #settings &gt; *,
#editor_masterview.straight-to-purchasepanel #sitemanager {
	display: none;
}

.payment_window {
	position: fixed;
	top: 0;
	width: 400px;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.panel_content, .purchase_wrapper {
	position: absolute;
	left: 0;
	width: 200%;
	bottom: 0;
	top: 0;
	z-index: 999;
	pointer-events: none;
}

#editor_masterview.translate {
	transform: translate(-100%, 0);
	-webkit-transform: translate(-100%, 0);
	z-index: 999;
	nav-index:1;
}

/* this is to disable focus and tabindex events on elements outside
   of the slide panel when it is open*/
#editor_masterview.translate:not(.transitioning) &gt; div:not(#panel_wrapper) * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	display: none;
}

#editor_masterview.transitioning {
	transform: translate(-100%, 0) translateZ(0);
	-webkit-transform: translate(-100%, 0) translateZ(0);
	transition: transform 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

#editor_masterview.closing {
	transition: transform 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transform: translate(0, 0) translateZ(0);
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-webkit-transform: translate(0, 0) translateZ(0);
	z-index: 999;
}

#editor_masterview.transitioning.straight-to-purchasepanel {
	transform: none;
	-webkit-transform: none;
}

.admin-wrapper .checkbox.checkbox-blue input:checked + label {
	background: #698FFF;
	color: #fff;
}

.noscroll{
	overflow: hidden !important;
	-ms-overflow-x: hidden !important;
	-ms-overflow-y: hidden !important;
}

/**
 * Mobile Orientation
 */

.mobile-orientation {
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 2;
}

.mobile-orientation-icon {
	background: url('/_gfx/rotate.svg') no-repeat center;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	border: 0;
	cursor: pointer;
}


/* ////// Errors */
#account .error {
	z-index: 12;
}

#editor_masterview #login .close,
#editor_masterview #password_reset .close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9999;
	height: 32px;
	width: 32px;
	text-align: center;
	color: #999;
	font-size: 24px;
	line-height: 29px;
	font-weight: normal;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}

#editor_masterview #login [data-validation-error] div {
	display: none;
}

#editor_masterview #login [data-validation-error].active div {
	display: block;
}

.logout_wrapper {
	max-width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#login_wrapper {
	max-width: 460px;
}

#login_wrapper .close {
	display: none;
}

#login_wrapper .type-size-big {
	font-size: 2.2rem;
    line-height: 1.3;
}

/**
 * Simple Slideshow
 */

*[data-simple-slideshow] &gt; * {
	cursor: pointer;
	display: none;
	position: relative;
	z-index: 1;
	-webkit-transition: opacity 250ms ease;
}

*[data-simple-slideshow].cursor-default &gt; * {
	cursor: default;
}

*[data-simple-slideshow] &gt; *[data-active] {
	display: block;
	z-index: 2;
}

*[data-preview-open],
*[data-simple-slideshow-prev],
*[data-simple-slideshow-next] {
	cursor: pointer;
}


div.template-preview-overlay {
	background: rgba(242, 242, 242, 0.8);
	cursor: pointer;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 98;
}

div.template-demo-overlay {
	display: none;
	cursor: pointer;
	background: rgba(0,0,0,.8);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	position: fixed;
	height: 100vh;
	z-index: 99;
}

.admin-wrapper  .template-picker-range-ticks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;

    -webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.admin-wrapper  .template-picker-range-ticks &gt; div {
	background: #ddd;
	height: 1rem;
	margin-top: 0.5rem;
	width: 1px;
}

.admin-wrapper  .template-picker-range-ticks &gt; div:first-child,
.admin-wrapper  .template-picker-range-ticks &gt; div:last-child {
	opacity: 0 !important;
}

.admin-wrapper .col.template-picker-range {
	min-height: 2rem;
	height: 2rem;
}

.admin-wrapper .template-picker-range input[type=range] {
	background: #fff;
}
.admin-wrapper .template-picker-range input[type="range"]::-webkit-slider-thumb {
  background: #698FFF;
}
.admin-wrapper .template-picker-range input[type=range]::-moz-range-track {
	background: #fff;
}
.admin-wrapper .template-picker {
	padding-bottom: 62.5%;
	position: relative;
}
.admin-wrapper .template-picker &gt; * {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.admin-wrapper div.template-preview-save {
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	z-index: 0;
	display: none;
}

.admin-wrapper div.template-preview-save.active {
	bottom: -4rem;
	display: block;
}

.admin-wrapper .subnav div.template-preview-save.active {
	background-color: initial;
}

.admin-wrapper [data-design-settings] [data-svg] &gt; svg *:not(.clip) {
	fill: #333333;
}

.admin-wrapper [data-design-settings] .link-inmargin {
  min-height: initial;
  max-height: 3rem;
  height: 3rem;
}

.admin-wrapper [data-typography-editors] details [data-new-typography-editor],
.admin-wrapper [data-orphaned-typography-editors] details [data-new-typography-editor] {
	display: none;
}
.admin-wrapper [data-typography-editors] details:last-of-type [data-new-typography-editor],
.admin-wrapper [data-orphaned-typography-editors] details:last-of-type [data-new-typography-editor] {
	display: inline-block;
}
.admin-wrapper [data-typography-editors] details[open] + [data-new-typeeditor-container],
.admin-wrapper [data-orphaned-typography-editors] details[open] + [data-new-typeeditor-container] {
	display: none;
}

/**
 * Browser preview
 */

.browser-wrapper {
    background: #fff;
    margin: 5px;
    display: block;
    height: 3rem;
    width: auto;
    position: relative;
    cursor: pointer;
}

.browser-options input:checked + .browser-wrapper {
	outline: 2px solid #698FFF;
	outline-offset: 3px;
}

.browser-container {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.browser-container input {
	display: none;
}

.browser-container:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(0, 0, 0, 0.13);
	z-index: 3;
}

.browser-content {
	display: block;
	background-color: #fff;
	width: 50%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.browser-content svg {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.browser-content svg * {
	fill: #ddd;
}

.browser-cover-left .browser-content {
	float: left;
}

.browser-cover-center .browser-content {
	margin: 0 auto;
}

.browser-cover-right .browser-content {
	float: right;
}

.browser-contain-left .browser-content {
	float: left;
}

.browser-contain-right .browser-content {
	float: right;
}

.browser-background {
	background: #ddd url(/_jsapps/admin/_imgs/mona.jpg) no-repeat center top;
	z-index: 1;
}

.browser-cover-left .browser-background,
.browser-cover-center .browser-background,
.browser-cover-right .browser-background {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.browser-contain-left .browser-background,
.browser-contain-right .browser-background {
	background-size: cover;
	position: relative;
	height: 100%;
	width: 50%;
}

.browser-contain-left .browser-background {
	float: right;
}

.browser-contain-right .browser-background {
	float: left;
}

/**
 * Design Presets Browser
 */

.design-presets-browser {
	background: #1a1a1a;
	position: absolute;
	top: 0;
	margin-left: 100%;
	height: 100vh;
	width: 400px;
	z-index: 9999;
	pointer-events: auto;
	overflow-x: hidden;
}

.design-presets-browser-offset {
	left: 0;
}

.design-presets-browser-close {
	color: #fff;
	position: absolute;
	top: 5px;
	text-align: center;
	right: 0px;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0;
	width: 41px;
	height: 44px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	z-index: 99;
}

/**
 * Backdrop
 */
li.plugin.col-half {
	width: calc(50% - 1px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 1px);
      -ms-flex: 0 0 calc(50% - 1px);
          flex: 0 0 calc(50% - 1px);
}
li.plugin:nth-child(odd) {
	margin-right: 1px;
}
li.plugin:nth-child(even):after {
	height: 100%;
	position: absolute;
	width: 1px;
	background: #fff;
	top: 0;
	right: -1px;
	content: '';
}
li.plugin.active:nth-child(even):after {
	background: #698FFF;
}
li.plugin.active {
	background: #698FFF;
	color: white;
}
li.plugin.restricted .item-restricted * {
	fill: #e6e6e6;
}
li.plugin.restricted.active .item-restricted {
	opacity: .3;
}
li.plugin.restricted.active .item-restricted * {
	fill: #fff;
}
.admin-wrapper .group-vertical:not(.margin-none) &gt; li.plugin:last-child {
	margin-bottom: 1px;
}


/*
 * Confirm Modal
 */
#confirm_modal {
	position: relative;
}

#confirm_modal .confirm-box {
    background: #fff;
    margin: -87px 0 0 -170px;
    position: fixed;
    top: 40%;
    left: 50%;
    height: 174px;
    width: 340px;
    z-index: 99999999;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.6;
    box-sizing: border-box;
    -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
}

#confirm_modal .confirm-box textarea {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
}

#confirm_modal .modal-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,.1);
	z-index: 99999;
}


/* DNS Edit Widnow*/
#edit_window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 99999;
    width: calc(100vw - 230px);
    max-width: 1000px;
    box-shadow: 7px 7px 0px rgba(0,0,0,0.15);
    /*overflow-y: auto;*/
    min-height: 440px;
    height: calc(100vh - 120px);
    overflow: hidden;

}
#edit_window.top_layer {
    top: calc(50% + 0rem);
    z-index: 999999;
}
#edit_window_overlay {
	position: fixed;
	z-index: 9999;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0);
}
#edit_window .scroll_wrapper {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 9rem;
}
#edit_window_overlay:after {
    position: absolute;
    content: '';
    pointer-events: none;
    z-index: 99999999;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.075);
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   width: calc(100vw - 230px);
   max-width: 1000px;
   min-height: 440px;
   height: calc(100vh - 120px);
   top: calc(50% + 0rem);
   left: 50%;
}
#edit_window [data-record-single].do_edit + [data-record-single].do_edit {
	/*padding-top: 7rem;*/
	/*margin-top: 1px;*/
}
#edit_window [data-record-single].do_edit [data-dns-support] {
	display: none;
}
#edit_window [data-record-single].do_edit:last-child [data-dns-support] {
	display: block;
}
#edit_window .pad-y-medium:last-child {
	padding-bottom: 0;
}
.admin-wrapper .text[data-record-pref].error:after {
	display: block;
	background: #f03;
	z-index: 999;
	right: -1px;
}
.admin-wrapper #edit_window .text input[type="text"],
.admin-wrapper #edit_window .select select {
	letter-spacing: .022em;
	
}
/*Safari line height hack*/
.admin-wrapper #edit_window.is_Safari .text input[type="text"],
.admin-wrapper #edit_window.is_Safari .select select {
	line-height: 1.8;
}

/* hack for weird :active bubbling in safari */
.admin-wrapper #edit_window.is_Safari.pen .col.clickable.bg-white:active,
.admin-wrapper #edit_window.is_Safari.pen .col.clickable:active .bg-white {
	background: #fff;
}

.admin-wrapper #edit_window .text.error input[type="text"] {
	color: #f03;
}

@media (max-width: 1150px) { 
	#edit_window {
		width: calc(100% - 30px);
		min-width: 750px;
	}
}

/*#edit_window section.save_button_container {
	padding: 1.5rem;
	width: 160px;
}
 */
#edit_window .manage_buttons {
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 1.5rem;
    pointer-events: none;
}

#edit_window .manage_buttons &gt; div {
	font-size: 1.7rem;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    min-height: 4rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 999;
    pointer-events: auto;
}

#edit_window [data-cancel] {
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    font-size: 20px;
    font-weight: normal;
    padding: 0;
    width: 40px;
    height: 40px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    z-index: 999;
    background: #ddd;
    line-height: 37px;
    color: rgba(0,0,0,.7);
    padding: 0 0 1px 2px;
    background: #d5d5d5;
}

#edit_window [data-cancel]:active {
	background: #ccc;
}

#edit_window .manage_buttons [data-submit] {
	background: #0FCE83;
	margin-left: 1px;
	color: white;
	font-weight: bold;
	width: 120px;
}

#edit_window .manage_buttons [data-submit].disabled {
	opacity: 1;
	background: #dfdfdf;
	color: #acacac;
	pointer-events: none;
}

#edit_window .manage_buttons [data-submit]:active {
	background: #2EB46E;
}

/**
 * Generic sortable stuff
 */

ul[data-sortable] {
	position:  relative;
}

[data-container-set][data-type="set"] [data-container-project] {
	padding: 0;
}

[data-container-set][data-type="set"] .section-title-text {
	padding-left: 3rem;
}

li[data-container-project]:last-child #project-settings {
	padding-bottom: 0;
}

[data-toggle-settings] {
	width: auto;
	flex: 0 0 4.0rem;
}

li[data-type="set"] &gt; [data-faux-summary] &gt; [data-toggle-settings] {
	display: flex;
	width: auto;
	flex: 0 0 4.0rem !important;
	opacity: .4;
}


/*li[data-type="set"].show_settings_toggle &gt; [data-faux-summary] &gt; [data-toggle-settings] {
	display: flex;
	width: auto;
	flex: 0 0 4.0rem !important;
}*/

[data-project-li-settings],
[data-product-li-settings],
[data-product-submenu] {
	display: none; 
	position: absolute;
	top: 12px;
	width: 180px;
	background: #fff;
	z-index: 99;
	right: -12px;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.10);
	outline: 1px solid rgba(0,0,0,0.1);
}
[data-product-li-settings],
[data-product-submenu] {
	width: 210px;
}
[data-project-li-settings] [data-pin-active] label {
	border-bottom: 1px dashed rgba(0,0,0,.15);
}
[data-project-li-settings] .button {
	margin: 0 !important;
}
[data-project-li-settings] [data-pin-active] label {
	border-bottom: 1px dashed rgba(0,0,0,.15);
}
[data-project-li-settings] .button:active {
	background: rgba(0,0,0,.05);
}
[data-project-li-settings] label.button:active {
	background: #FAFAFA;
}

li[data-type="set"].settings-open &gt; [data-faux-summary] &gt; [data-project-li-settings] {
	display: block;
}

[data-type="set"] [data-toggle-settings],
[data-container-project] [data-toggle-settings] {
	width: 0;
	flex: 0 !important;
	margin-left: 0 !important;
	/*transition: width .2s, flex .2s;*/
}

[data-type="set"] [data-toggle-settings].open,
[data-container-project] [data-toggle-settings].open {
	/*margin-left: 1px !important;*/
	width: auto;
	flex: 0 0 4.0rem !important;
}

[data-container-project].is_homepage [data-project-title-container] + [data-toggle-settings].open,
 [data-container-project].is_pinned [data-project-title-container] + [data-toggle-settings].open{
	margin-left: 1px !important;
}

.admin-wrapper #projectlist ul li [data-project-title-container]:active,
.admin-wrapper #projectlist ul li[data-type="page"].settings-open [data-project-title-container],
.admin-wrapper #projectlist ul li[data-type="page"].settings-open [data-project-status],
.admin-wrapper #projectlist ul li[data-type="set"].settings-open &gt; [data-faux-summary] {
	background: #f9f9f9;
}



/*// stupid active state bubbling bug*/
.admin-wrapper li[data-type="set"].settings-open &gt; [data-faux-summary]:active .bg-white:not(.disabled) {
	background: #fff;
}
.admin-wrapper li[data-type="set"].settings-open &gt; [data-faux-summary]:active .bg-white:active {
	 background: #FAFAFA;
}

[data-backdrop-status="true"] [data-indicator],
[data-project-status="true"] [data-indicator],
[data-status="true"] [data-indicator] {
	background: #0FCE83;
}

#editproject [data-backdrop-status="true"] [data-indicator],
#editproject [data-project-status="true"] [data-indicator],
[data-sitemenu-status="true"] [data-indicator],
[data-stripeconnect-status="true"] [data-indicator],
[data-thumbnails] [data-status="true"] [data-indicator],
[data-status="false"] [data-indicator] {
	background: #698FFF;
}

[data-backdrop-status="false"] [data-indicator],
[data-project-status="false"] [data-indicator],
[data-sitemenu-status="false"] [data-indicator],
[data-stripeconnect-status="false"] [data-indicator],
[data-thumbnails] [data-status="false"] [data-indicator],
[data-status="false"] [data-indicator] {
	background: #ccc;
}

.corrupted-css-preset {
  opacity: 0.6;  
}

/*
** new stuffâ€”maybe on foundation?
*/


[data-submenu-options] .button {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
[data-project-li-settings] .disabled .button {
	border-bottom: 1px solid rgba(0,0,0,0.18);	
}
[data-submenu-options] .button:not(label):last-child {
	border-bottom: none;
}

#project_list_overlay {
	position: fixed;
	width: 400px;
	top: 0;
	/*left: 0;*/
	right: 0;
	bottom: 0;
	z-index: 999;
	background: transparent;
}

.admin-wrapper [data-parent-uploader] img[src=''], 
.admin-wrapper [data-parent-uploader] img:not([src]) {
    outline: none;
}

[data-parent-uploader].processing img {
	display: none;
}


/*Login Wrapper*/
[data-input-parent] {
  overflow-x: hidden;
  flex-wrap: nowrap !important;
}

[data-input-parent] [data-input-expand] {
	flex: 0 0 calc(100% - 125px);
	transition: flex .1s;
	-webkit-transition: flex .1s;
}

.focusin [data-input-expand][data-span-wrap] {
	max-width: 100% !important;
}

[data-input-parent].focusin [data-input-expand] {
	flex: 0 0 100%;
}

[data-input-width-test] {
	height: 0;
	margin: 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/**
 * Progress bar
 */

[data-progress].progress-bar:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*border: 1px solid rgba(0,0,0,0.2);*/
	border-radius: 2px;
}

[data-progress].progress-bar {
	/*border-radius: 2px;*/
	/*margin-top: 1px;*/
	/*overflow: hidden;*/
}


[data-progress] .progress-indicator{
	transition: .4s ease-out;
}

[data-progress] .progress-indicator:after {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	pointer-events: none;
	content: 'Loading...';
	padding: .75rem 1.5rem;
	z-index: 9;
}

[data-import-progress-holder] [data-progress] .progress-indicator:after {
	content: 'Importing...';
	color: #000;
}

#duplicatesite [data-progress] .progress-indicator:after {
	content: 'Duplicating...';
	color: #000;
}

[data-progress] .progress-percentage {
	color: black;
	position: absolute;
	top: 0;
	left: auto;
	right: 1.5rem;
	bottom: 0;
	text-align: center;
	line-height: 4rem;
	z-index: 1;
	opacity: 0.;
}

#editor_masterview .ecommerce-notification .close-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.13);
}

#editor_masterview .ecommerce-notification .close-button:hover {
	background: rgba(0,0,0,0.15);
	cursor: pointer;
}

#editor_masterview .ecommerce-notification .close-button:active {
	background: rgba(0,0,0,0.12);
}

#editor_masterview .ecommerce-notification .close-button svg {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#editor_masterview .ecommerce-notification:active {
	opacity: .8;
}




[data-custom-icon] {
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	-webkit-transform: translate(-50%, -50%);
}
[data-custom-icon-parent="portrait"] img {
	width: 40px;
	height: auto;
}
[data-custom-icon-parent="landscape"] img {
	height: 40px; 
	width: auto; 
}
[data-custom-icon-parent="square"] img {
	width: 40px;
	height: 40px; 
}
[data-custom-icon-parent]:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	content: '';
	outline: 1px solid rgba(0,0,0,.1);
	outline-offset: -1px;
}
[data-custom-icon-parent=""]:after {
	display: none;
}
[data-custom-icon-parent=""] [data-custom-icon] {
	display: none;
}


/** for tooltip that floats over the consecutive row, a la the image modal **/
.floating-tooltip {
	margin-bottom: 0!important;
	position: relative;
	color: transparent;
	min-height: 0!important;
	height: 0px!important;
	pointer-events: none;
	z-index: 1;
}

.floating-tooltip &gt; div:not(.clickable){
	visibility: hidden;
}

.floating-tooltip &gt; div[data-message] {
	visibility: visible;
}

.floating-tooltip.disabled .clickable  {
	pointer-events: none;
}

.admin-wrapper .floating-tooltip.checkbox label:after,
.admin-wrapper .floating-tooltip.checkbox label:before {
	display:none;
}

.floating-tooltip .clickable {
	user-select: none;
	visibility: visible;
	pointer-events: auto;
}

.floating-tooltip &gt; label &gt; span {
	color: transparent;
}

.floating-tooltip.checkbox label:after {
	display: none;
}


/* Dark Backdrop Editor */


#editor_masterview.dark-mode .dark-mode-plus {
  width: 20px;
  height: 20px;
}

#editor_masterview.dark-mode .dark-mode-plus::before{
  content: "+";
  height:20px;
  width:20px;
  font-size:1.8rem;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  font-family:inherit;
  color:#fff;
}

/*.admin-wrapper #editor_masterview.dark-mode [data-backdrop-picker].open .dark-mode-plus:before {
  content: "-";
  height:20px;
  width:20px;
  font-size:2.2rem;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  font-family:inherit;
  color:#fff;
}*/

.admin-wrapper #editor_masterview.dark-mode {
  color: #ccc;
  fill: #ccc;
}

.admin-wrapper #editor_masterview.dark-mode input[type=range]{
  -webkit-display: none !important;
  border-radius: 0;
}

.admin-wrapper #editor_masterview.dark-mode .range-progress {
  background: #030304 !important;
}


.admin-wrapper #editor_masterview.dark-mode input[type=range]::-moz-range-track {
  fill: #191919 !important;
  background: #191919 !important;
}

.admin-wrapper #editor_masterview.dark-mode input[type=range]::-ms-track {
  fill: #030304;
  background: #030304;
}

.admin-wrapper #editor_masterview.dark-mode [data-type="background_image"] {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 1px solid rgba(0, 0, 0, 0.175);
  outline-offset: -1px;
  background-size: 100% auto;
  background-position-y: 50%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.admin-wrapper #editor_masterview.dark-mode .radio input[type="radio"]:checked + label svg *:not(.clip).outlineshapes,
.admin-wrapper #editor_masterview.dark-mode .radio input[type="radio"]:checked + label [data-svg] svg *:not(.clip).outlineshapes,
.admin-wrapper #editor_masterview.dark-mode .radio input[type="radio"]:checked + label .outlineshapes {
  fill: #698FFF;
  stroke: #fff;
  opacity: 0.75;
}

.admin-wrapper #editor_masterview.dark-mode .radio input[type="radio"]:checked + label {
	background: #698FFF;
}

.admin-wrapper #editor_masterview.dark-mode .radio input[type="radio"]:not(:checked) + label {
  fill: #030304;
  background: #000;
}

.admin-wrapper #editor_masterview.dark-mode .radio.in-use input[type="radio"] + label svg *:not(.clip).outlineshapes,
.admin-wrapper #editor_masterview.dark-mode .radio.in-use input[type="radio"] + label [data-svg] svg *:not(.clip).outlineshapes,
.admin-wrapper #editor_masterview.dark-mode .radio.in-use input[type="radio"] + label .outlineshapes {
  fill: #030304;
  stroke: #698FFF;
  opacity: 0.75;
}

.admin-wrapper #editor_masterview.dark-mode .col.color-dark.clickable:active,
.admin-wrapper #editor_masterview.dark-mode .color-dark .col.clickable:active,
.admin-wrapper #editor_masterview.dark-mode .col.clickable:active .color-dark,
.admin-wrapper #editor_masterview.dark-mode .col.color-dark:active .clickable,
.admin-wrapper #editor_masterview.dark-mode details.color-dark summary *:active,
.admin-wrapper #editor_masterview.dark-mode details summary *:active .color-dark {
	color: inherit;
}

/* specific bg-color override */
#editor_masterview.dark-mode .col.button.bg-white:not(.active):active,
#editor_masterview.dark-mode .admin-wrapper .radio input[type="radio"]:not(:checked) + label:active,
#editor_masterview.dark-mode .admin-wrapper summary:active &gt; .bg-white,
#editor_masterview.dark-mode .mousedown.bg-white,
#editor_masterview.dark-mode .section-combo:active .bg-white,
#editor_masterview.dark-mode .thumb_mode_wrapper.bg-white:active {
 background: #fcfcfc;
 opacity: 0.75;
}

#editor_masterview.dark-mode .col.checkbox.bg-black:active,
#editor_masterview.dark-mode .col.clickable.bg-black:active,
#editor_masterview.dark-mode .col.clickable:active .bg-black,
#editor_masterview.dark-mode .col.button.bg-black:not(.active):active,
#editor_masterview.dark-mode .admin-wrapper .radio input[type="radio"]:not(:checked) + label:active,
#editor_masterview.dark-mode .admin-wrapper summary:active &gt; .bg-black,
#editor_masterview.dark-mode .col.checkbox.bg-white:active,
#editor_masterview.dark-mode .col.clickable.bg-white:active,
.admin-wrapper #editor_masterview.dark-mode .col.clickable:active .bg-white,
.admin-wrapper #editor_masterview.dark-mode .backdrop_settings .randomize_registration:active {
  background: #0e0e0e !important;
  opacity: 0.75;
}

.admin-wrapper #editor_masterview.dark-mode .radio input[type="radio"]:not(:checked) + label:active {
  background: #0e0e0e;
  opacity: 0.75;
}

.admin-wrapper #editor_masterview.dark-mode #persona_subsettings .img_gallery .summary-pad-top-medium .bg-white:active,
.admin-wrapper #editor_masterview.dark-mode .col.clickable:active .bg-white.img-cover,
.admin-wrapper #editor_masterview.dark-mode .col.clickable:active .bg-white.color-picker,
.admin-wrapper #editor_masterview.dark-mode .col.clickable:active .bg-black {
  background: #141414;
  color: #a3a3a3;
  opacity: 1;
}

/* Color picker border */
.admin-wrapper #editor_masterview.dark-mode .color-dark .col.clickable:active &gt; .color-picker,
.admin-wrapper #editor_masterview.dark-mode .col.clickable:active .bg-white.color-picker {
	border: 5px solid #141414;
}

/* Other Image selector down states */
.admin-wrapper #editor_masterview.dark-mode details.color-dark summary *:active [data-section-open][data-group-content-title],
.admin-wrapper #editor_masterview.dark-mode details.color-dark summary *:active .site-section-arrow[data-section-open],
.admin-wrapper #editor_masterview.dark-mode .preset-image details.color-dark summary *:active [data-type="background_image"] {
	background: #141414;
	color: #a3a3a3;
}

/*Fix for Morph color picker*/
.admin-wrapper #editor_masterview.dark-mode .col.clickable:active .col.bg-black.pad-small {
	background: #141414 !important;
}

/* Select cover arrows */
.admin-wrapper #editor_masterview .dark-mode .select-cover-wrapper + [name] + .arrow-select {
    background: #030304;
}

#editor_masterview.dark-mode .sp-preview-inner, 
#editor_masterview.dark-mode .sp-alpha-inner, 
#editor_masterview.dark-mode.sp-thumb-inner {
    outline: 1px solid rgba(255,255,255, .1);
}

.admin-wrapper #editor_masterview.dark-mode .checkbox label:active {
  display: block;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  opacity: 0.75;
  background: #0e0e0e;
}
.admin-wrapper .sp-container.dark-mode {
	/* dont change this in mass */
	outline: 1px solid #000;
	outline-offset: -1px;
}

.admin-wrapper #editor_masterview.dark-mode #image_component:not(.can_exclude_images) .imgcrop:active {
	opacity: 0.75;
}

.admin-wrapper #editor_masterview.dark-mode #editor_ui .randomize_icon[data-svg] &gt; svg,
.admin-wrapper #editor_masterview.dark-mode .randomize_icon[data-svg] &gt; svg,
.admin-wrapper #editor_masterview.dark-mode .randomize_icon[data-svg] &gt; svg * {
	fill: #777777;
}

/* Checkboxes are dark */
.admin-wrapper #editor_masterview.dark-mode .checkbox label:after,
.admin-wrapper #ecommerce-admin .dark-mode .checkbox label:after {
	background: #333;
}

.admin-wrapper #ecommerce-admin .dark-mode .bg-gray-lighter {
	background: #151415;
}

.admin-wrapper #ecommerce-admin .dark-mode .checkbox input:checked + label:after {
	background: #698FFF;
}

.admin-wrapper #editor_masterview.dark-mode #image_component .imgcrop .image img {
	outline: 1px solid rgba(255, 255, 255, 0.1);
}

#editor_masterview.dark-mode #marker_modal[active-mode="select"] .radio input[type="radio"]:checked + label {
  background: transparent;
}

#editor_masterview.dark-mode #marker_modal[active-mode="select"] .radio input[type="radio"]:checked + label svg *:not(.clip) {
  fill: #ccc;
}

.admin-wrapper #editor_masterview.dark-mode .radio:first-child input[type="radio"]:checked + label:before {
  background: #698FFF;
}
.admin-wrapper #editor_masterview.dark-mode .radio:last-child input[type="radio"]:checked + label:after {
  background: #698FFF;
}

.admin-wrapper #editor_masterview.dark-mode .radio input[type="radio"]:not(:checked) + label {
  background: #000;
}

.admin-wrapper #editor_masterview.dark-mode .checkbox input:checked + label:after {
  background: #698FFF;
}

.admin-wrapper #editor_masterview.dark-mode input[type=range] {
  background: #222;
}

.admin-wrapper #editor_masterview.dark-mode input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
}

.admin-wrapper #editor_masterview.dark-mode #image_component [data-type="background_image"] {
  outline: 1px solid rgba(0,0,0,0.1);
  outline-offset: -1px;
}

/* another custom bg-color override.*/
.admin-wrapper #editor_masterview.dark-mode #editproject #backdrop_settings [data-backdrop-picker] .col.col-full.row.bg-white {
  fill: #ccc;
  background: #030304;
}

.admin-wrapper #editor_masterview.dark-mode .arrow,
.admin-wrapper #editor_masterview.dark-mode .arrow-down {
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem inset transparent;
  border-left: 0.6rem solid #ccc;
  /*-webkit-transition: -webkit-transform 100ms ease-out;
          transition: transform 100ms ease-out;*/
}

.admin-wrapper #editor_masterview.dark-mode a:hover {
  color: #f5f5f5;
}

.admin-wrapper #editor_masterview.dark-mode a:active {
  color: #888;
}
 
.admin-wrapper #editor_masterview.dark-mode .text input[type="text"] {
 color: #f5f5f5;
}

.admin-wrapper #editor_masterview.dark-mode input {
  background-color: #030304;
}

/*Design Tab line, text, and logo */
.admin-wrapper #editor_masterview.dark-mode .admin-navigation {
  background: #333333 !important;
  color: #828282;
  fill: #888;
}

#editor_masterview.dark-mode #sitemanager .status .title{
  background: #000;
}

#editor_masterview.dark-mode #sitemanager .status .title:active{
  background: #0e0e0e;
  opacity: 0.75;
}

#editor_masterview.dark-mode #site_management_container a.admin_close.remove {
  color: #ccc;
  background-color: #000;
  border-left: 1px solid #333333;
  outline-offset: -1px;
  width: 42px;
}

#editor_masterview.dark-mode #site_management_container a.admin_close.remove:hover {
  color: #e4e4e4;
  background-color: #131313;
}

#editor_masterview.dark-mode #site_management_container a.admin_close.remove:active {
  color: #888;
  background-color: #222222 !important;
}


/* Box Shadow Three Line Menu */

.admin-wrapper #editor_masterview.dark-mode .color-dark,
.admin-wrapper #editor_masterview.dark-mode .backdrop_settings [data-backdrop-picker-container] .save_button_holder [data-backdrop-picker] div.color-dark,
.admin-wrapper #editor_masterview.dark-mode .backdrop_settings .randomize_registration {
  color: #ccc;
  fill: #fff;
  background: #030304;
}

.admin-wrapper #editor_masterview.dark-mode .radio label .bg-white {
 color: #030304;
 fill: #030304;
 background: #030304;
}

.admin-wrapper #editor_masterview.dark-mode #persona_subsettings .img_gallery .summary-pad-top-medium .bg-white {
  background: #030304;
}

.admin-wrapper #editor_masterview.dark-mode .bg-gray-medium {
  background: #191919;
}

.admin-wrapper .dark-mode .bg-gray-lighter {
	background: rgba(3, 3, 4, 0.5);
}

.admin-wrapper #editor_masterview.dark-mode #persona_subsettings .img_gallery summary {
  background: #333;
  color: #ccc;
}

/* Background color */
.admin-wrapper #editor_masterview.dark-mode .bg-gray-light{
  color: #ccc;
  fill: #333;
  background: #333;
}

.admin-wrapper #editor_masterview.dark-mode{
  background: #333;
}

.admin-wrapper #editor_masterview.dark-mode #persona_subsettings [data-image-reset].site-section-group,
.admin-wrapper #editor_masterview.dark-mode #persona_subsettings [data-image-container].site-section-group {
  background: #333;
}

.admin-wrapper #editor_masterview.dark-mode .backdrop_settings .bg-white {
  background: #030304;
  fill: #777777;
}

/*.admin-wrapper #editor_masterview.dark-mode .save_button_holder [data-backdrop-picker] .pad-small {
  font-size: 1.5rem;
}
*/
/* Preserving Modal Styles in Dark Mode */
.admin-wrapper #editor_masterview.dark-mode [data-backdrop-modal] {
  background: #fff;
}

.admin-wrapper #editor_masterview.dark-mode [data-backdrop-modal].open + [data-backdrop-modal-overlay] {
  content: '';
  background: #000;
}

.dark-mode-bg-white {
  color: #333333;
  fill: #333333;
}

/* Highlight for active dropdown menus -- possibly redundant */
.admin-wrapper #editor_masterview.dark-mode details summary:active{
	color: #ccc;
}


/*for Arrow */
.admin-wrapper #editor_masterview.dark-mode .save_button_holder [data-backdrop-picker] .site-section-arrow .arrow.arrow-white {
	color: #fff;
	fill: #fff;
	opacity: 1;
	margin-top: 1px;
	border-left: 0.6rem solid #fff;
}

.admin-wrapper #editor_masterview.dark-mode .color-dark *:active .arrow {
	  border-left: 0.6rem solid #a3a3a3 !important;
}

/* Active Content Tab */
.admin-wrapper #editor_masterview.dark-mode .main_nav &gt; *.sub-active:active,
.admin-wrapper #editor_masterview.dark-mode .main_nav #content_tab.active.sub-active:active .sub_page.back-indicator.color-dark {
	background: #1d1d1d;
	color: #777777;
	fill: #777777;
}

/*active Design Tab */ 
.admin-wrapper #editor_masterview.dark-mode .main_nav &gt; *:not(.active):active {
	/*background: #212121;*/
	opacity: 0.75;
}

.admin-wrapper #editor_masterview.dark-mode .main_nav &gt; *:not(.active):active .admin-wrapper #editor_masterview.dark-mode .main_nav &gt; *.active:after {
	background: #212121;
}

/* Content Tab */
.admin-wrapper #editor_masterview.dark-mode .main_nav &gt; *.active {
  background: #333;
  color: #ccc;
  fill: #ccc;
}

/* content tab arrow */
.admin-wrapper #editor_masterview.dark-mode .main_nav #content_tab.active.sub-active .sub_page.back-indicator.color-dark {
  background: #333;
  color: #ccc;
  fill: #ccc;
}


/* Nav Bar Active / inactive spacer line */
.admin-wrapper #editor_masterview.dark-mode .main_nav &gt; *.active:after {
  background: #333;
}

.admin-wrapper #editor_masterview.dark-mode .main_nav [data-destination="design"] &gt; *:not(.active):active {
	background: #404040;
	color: #000;
	fill: #ccc;
}

#editor_masterview.dark-mode &gt; #navigation .main_nav .admin-navigation [group-horizontal] {
  background: #333;
  color: #ccc;
  fill: #ccc;
}

/* Dark Picker Arrows */
.admin-wrapper #editor_masterview.dark-mode .bg-offwhite {
  background: #9a9a9a;
  color: #1a1a1a; 
}

.admin-wrapper #editor_masterview.dark-mode #active-pluggin {
	
	font-weight: bold;
    font-size: 1.4rem;
}

#editor_masterview.dark-mode .select select {
	background: #9a9a9a;
	color: #1a1a1a;
}

#editor_masterview.dark-mode .admin-wrapper .text input[type="text"] {
	color: #ccc;
}

#editor_masterview.dark-mode .arrow-select {
	right: 0rem;
	z-index: 55;
	line-height: 1.7;
}

#editor_masterview.dark-mode .arrow-select .arrow-down-arrow-up {
border-top: 0.6rem solid  #1a1a1a;


}
#editor_masterview.dark-mode .arrow-select .arrow-down-arrow-up:after {
border-bottom: 0.6rem solid  #1a1a1a;

}

/* Change geo-kit to dark select */
.admin-wrapper #editor_masterview.dark-mode .arrow-down-arrow-up.dark-arrow {
		border-top: 0.6rem solid #777777;
}

.admin-wrapper #editor_masterview.dark-mode .arrow-down-arrow-up.dark-arrow:after {
		border-bottom: 0.6rem solid #777777;
} 

/*#editor_masterview.dark-mode .backdrop-button.clickable.pad-left-reset {
	padding-left: 3rem;
}*/

#editor_masterview.dark-mode [name="backdrop_picker"] {
	padding-right: 2rem;
    cursor: pointer;
}

/* Dark Mode for Ecommerce Tabs */

#editor_masterview.dark-mode #navigation [data-destination="design"],
#editor_masterview.dark-mode #navigation [data-destination="commerce"],
#editor_masterview.dark-mode #navigation [data-destination="settings"] {
	background: #181818
}

/* Dark Mode for Modals */

/* modal backgrounds */
.admin-wrapper #editor_masterview .animated-modal .modal.active.dark-mode .panel {
	background: #333;
	background-color: #333;
	margin-bottom: -1px;
	border-bottom: 1px solid #464646 !important;
}

.admin-wrapper #editor_masterview .dark-mode .bg-gray-light,
.admin-wrapper #editor_masterview .dark-mode .bg-gray-light-medium {
  color: #ccc;
  fill: #333;
  background: #313131;
}

.admin-wrapper #editor_masterview .dark-mode .color-dark {
	color: #ccc;
}

/* SELECT */
.admin-wrapper #editor_masterview .dark-mode .panel .select select {
	background: #030304;
	color: #ccc;
}

.admin-wrapper #editor_masterview .dark-mode .panel [internal-dropdown].bg-white {
	background: #030304;
}

.admin-wrapper #editor_masterview .dark-mode .panel .arrow-select .arrow-down-arrow-up {
	border-top: 0.6rem solid  #777777;
}
.admin-wrapper #editor_masterview .dark-mode .panel .arrow-select .arrow-down-arrow-up:after {
	border-bottom: 0.6rem solid  #777777;
}

/* TOGGLES Dark */
.admin-wrapper #editor_masterview .dark-mode .radio input[type="radio"]:checked + label {
	background: #698FFF;
	color: #fff;
	fill: #ccc;
}

.admin-wrapper #editor_masterview .dark-mode .radio input[type="radio"]:not(:checked) + label {
  fill: #030304;
  background: #030304;
}

.admin-wrapper #editor_masterview .dark-mode .panel .checkbox label:after {
  background: #666666;
}

.admin-wrapper  #editor_masterview .dark-mode .panel .checkbox input:checked + label:after {
  background-color: #698FFF;
}
.admin-wrapper  #editor_masterview .dark-mode .panel .checkbox input {
  display: none;
}

/* INPUT Dark */
.admin-wrapper #editor_masterview .dark-mode .text input[type="text"] {
 color: #f5f5f5;
}

.admin-wrapper #editor_masterview .dark-mode input {
  background-color: #030304;
}

.admin-wrapper #editor_masterview .dark-mode .bg-white {
	background-color: #030304;
	fill: #7777;
}

/* Slider -- Range Dark */
.admin-wrapper #editor_masterview .dark-mode .range .bg-white {
    background: #030304;
    fill: #777777;
}

.admin-wrapper #editor_masterview .dark-mode .row .value {
	color: #969696;
}

.admin-wrapper #editor_masterview .dark-mode input[type=range] {
    background: #222;
}

.admin-wrapper #editor_masterview .dark-mode .range-progress {
	background: #030304;
}

/* E-Commerce Help Icon Dark */
.admin-wrapper #editor_masterview .dark-mode .panel [data-support-notification] span.help.color-white {
	background: #FFC12D;
	color: #030304 !important;
}

/* Marker Modal Dark */
.admin-wrapper #editor_masterview #marker_modal .modal.dark-mode .color-dark .col.clickable:active {
	color: #ccc;
	background: #030304;
}

.admin-wrapper #editor_masterview #marker_modal .modal.dark-mode .color-dark [data-colorpicker-click-proxy].col.clickable:active {
	opacity: 1 !important;
	background-color: #0e0e0ebf;
	color: #ccccccbf;
}

.admin-wrapper #editor_masterview #marker_modal .modal.dark-mode .color-dark [data-colorpicker-click-proxy].col.clickable:active &gt; .color-picker {
  background: #0e0e0ebf;
}

.admin-wrapper #editor_masterview #marker_modal .modal.dark-mode .color-dark [data-colorpicker-click-proxy].col.clickable:active &gt; .col.pad-small {
	background-color: #0e0e0ebf;
	color: #ccccccbf
}

.admin-wrapper #editor_masterview #marker_modal .modal.dark-mode .color-dark [data-colorpicker-click-proxy].col.clickable .sp-preview {
	opacity: 1 !important;
} 

.admin-wrapper #editor_masterview #marker_modal .modal.dark-mode label[for="white-space"]:active {
	opacity: 1;
	color: #ccc;
	background: none;
	background-color: none;
}

#editor_ui #marker_modal .dark-mode [data-sketch-mode-radio] .radio input[type="radio"]:not(:checked) + label svg * {
	fill: #777;
}

#editor_ui #marker_modal .dark-mode label .outlineshapes {
	fill: #030304 !important;
	stroke: #777;
}

.admin-wrapper #editor_masterview .dark-mode .panel .radio input[type="radio"][value="shapelib"]:not(:checked) + label:active {
	opacity: 0.75;
	background: #0e0e0e;
}

/* Image Gallery Modal Dark */
.admin-wrapper #editor_masterview #editor_ui .dark-mode .panel [data-svg] &gt; svg *:not(.clip), .admin-wrapper .svg * {
    fill: #777;
}

.admin-wrapper #editor_masterview #editor_ui .dark-mode .panel .site-section-arrow {
	color: #777777;
	fill: #777777;
}

.admin-wrapper #editor_masterview #editor_ui .dark-mode .panel .arrow {
  border-left: 0.6rem solid #777777;
}

/* Targets disabled mobile adjustments menu */
.admin-wrapper #editor_masterview .dark-mode .panel [data-mobile-design-adjustments].disabled .col.col-full.row.bg-white {
	background-color: #101010;
	color: #ccccccbf;
}

.admin-wrapper #editor_masterview .dark-mode .panel .radio input[type="radio"]:checked + label:active {
	opacity: 1 !important;
	background: #698FFFcc;
	color: #ffffffbf;
}

.admin-wrapper #editor_masterview #imageGallery_modal .dark-mode .panel details.color-dark summary *:active {
	color: #ccc;
}

/* Dark Mode Block Declarations  */
.admin-wrapper #editor_masterview .dark-mode .panel .col.checkbox.bg-white:active,
.admin-wrapper #editor_masterview .dark-mode .panel .col.clickable.bg-white:active,
.admin-wrapper #editor_masterview .dark-mode .panel .col.clickable:active .bg-white,
.admin-wrapper #editor_masterview .dark-mode .panel .col.button.bg-white:not(.active):active,
.admin-wrapper #editor_masterview .dark-mode .panel .radio input[type="radio"]:not(:checked) + label:active,
.admin-wrapper #editor_masterview .dark-mode .panel summary:active &gt; .bg-white,
.admin-wrapper #editor_masterview .dark-mode .panel .mousedown.bg-white,
.admin-wrapper #editor_masterview .dark-mode .panel .section-combo:active .bg-white,
.admin-wrapper #editor_masterview .dark-mode .panel .thumb_mode_wrapper.bg-white:active {
	background: #0e0e0e;
	opacity: 0.75;
}

.admin-wrapper #editor_masterview #imageGallery_modal .dark-mode .panel details summary:active,
.admin-wrapper #editor_masterview #imageGallery_modal .dark-mode .panel .site-section-arrow:active,
.admin-wrapper #editor_masterview #imageGallery_modal .dark-mode .panel .randomize:active,
.admin-wrapper #editor_masterview #imageGallery_modal .dark-mode .panel	.col.row.clickable:active {
	background-color: #0e0e0e;
	opacity: 0.75;
}

.admin-wrapper #editor_masterview #imageGallery_modal .dark-mode .panel .thumb_mode_wrapper.radio.bg-white:active {
	background-color: #0e0e0e;
	opacity: 0.75;
}

/* Image Resize Modal Dark */
.admin-wrapper #editor_masterview #image_modal .dark-mode .checkbox.bg-white:active {
	background-color: #0e0e0e;
	opacity: 0.75;
	color: #ccc;
}

.admin-wrapper #editor_masterview .dark-mode .panel .col.color-dark.clickable:active,
.admin-wrapper #editor_masterview .dark-mode .panel .color-dark .col.clickable:active,
.admin-wrapper #editor_masterview .dark-mode .panel .col.clickable:active .color-dark,
.admin-wrapper #editor_masterview .dark-mode .panel .col.color-dark:active .clickable,
.admin-wrapper #editor_masterview .dark-mode .panel details.color-dark summary *:active,
.admin-wrapper #editor_masterview .dark-mode .panel details summary *:active .color-dark {
	color: #ccc;
}

.admin-wrapper #editor_masterview .dark-mode .panel .col.color-white.clickable:active,
.admin-wrapper #editor_masterview .dark-mode .panel .color-white .col.clickable:active,
.admin-wrapper #editor_masterview .dark-mode .panel .col.clickable:active .color-white,
.admin-wrapper #editor_masterview .dark-mode .panel .col.color-white:active .clickable,
.admin-wrapper #editor_masterview .dark-mode .panel details.color-white summary *:active,
.admin-wrapper #editor_masterview .dark-mode .panel details summary *:active .color-white {
	color: rgba(255,255,255,.8);
}

.admin-wrapper #editor_masterview .dark-mode .panel .color-white:active .arrow,
.admin-wrapper #editor_masterview .dark-mode .panel .color-white *:active .arrow,
.admin-wrapper #editor_masterview .dark-mode .panel *:active .color-white .arrow {
	border-left: 0.6rem solid rgba(255,255,255,.8);
}

.admin-wrapper #editor_masterview .dark-mode .summary-checkbox {
	position: absolute;
	right: 0;
	width: 4rem;
	border-left: 1px solid #333;
}

.admin-wrapper #editor_masterview .dark-mode .summary-checkbox:active {
	background: #0e0e0e;
}

/* Color Picker  */
.admin-wrapper #editor_masterview .dark-mode .panel #persona_subsettings .img_gallery .summary-pad-top-medium .bg-white:active,
.admin-wrapper #editor_masterview .dark-mode .panel .col.clickable:active .bg-white.img-cover,
.admin-wrapper #editor_masterview .dark-mode .panel .col.clickable:active .bg-white.color-picker,
.admin-wrapper #editor_masterview .dark-mode .panel .col.clickable:active .bg-black {
  background: #141414;
  color: #a3a3a3;
  opacity: 1;
}

.admin-wrapper #editor_masterview .dark-mode .panel .sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	outline-offset: -1px;
	outline: 1px solid rgba(255, 255, 255, .20);
}

/* Color picker border */
.admin-wrapper #editor_masterview .dark-mode .panel .color-dark .col.clickable:active &gt; .color-picker,
.admin-wrapper #editor_masterview .dark-mode .panel .col.clickable:active .bg-white.color-picker {
	border: 5px solid #141414;
}

/* Link text downstate */
.type-small-caps.color-blue a:active {
	opacity:0.6;
}

/* ^ END DARK MODAL STYLES ^ */

/* Pomotional Code Panel */

.message-arrow-success {
	    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0px 9px;
    border-color: #698FFF transparent transparent transparent;
    position: absolute;
    left: calc(1rem - 1px);
    bottom: -9px;
    z-index: 9998;
}

.admin-wrapper .text[data-token-number]:before {
	display: none;
}


.admin-wrapper .text[data-token-number]:after {
	display: none;
}

.admin-wrapper #forms-wrapper{
	margin-bottom: 0rem;
	padding-bottom: 0rem;
	margin-top: 1px;
	display: flex;
}

.admin-wrapper .disable-option {
	opacity: 0.5 !important;
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.admin-wrapper .use-paypal [data-paypal-link] a {
	display:block;
	height:100%;
	width:100%;
}

/* New Submenu options layout */

.admin-wrapper #editor_ui [data-more-drawer] {
	display: none;
	margin-bottom: 1px;
}
.admin-wrapper #editor_ui [data-more-drawer="open"] {
	display: flex;
}

/* Chat Styles -- Can only be applied to wrapper div */
.zopim[data-test-id="ChatWidgetButton"] {
	display: none !important;
	opacity: 0 !important;
}

iframe #launcher {
	display: none !important;
	opacity: 0 !important;
}

.zopim[data-test-id="ChatWidgetWindow"]{
	box-shadow: 5px 5px 0px rgba(0,0,0,0.10) !important;
}

.zopim #popoutToggle {
    position: absolute;
    top: 0px;
    right: 17px;
    height: 20px;
    width: 20px;
    color: #E3EAFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    user-select: none;
}

[data-test-id="ChatWidgetWindow"]:before{
	content: url('https://freight.cargo.site/t/original/i/5ea366fcd6baac3a3785c4edd04245d49f273844da8231d1ca77475c8ea70fd0/Rectangle.png');
	position: absolute;
	bottom:0px;
	right: 2px;
	z-index:9;
}

/* Select Cover for product modal */

.admin-wrapper #editor_masterview .dark-mode .select-cover-wrapper {
	position: absolute;
	width: 93%;
	height: 4rem;
	top: 0;
	left: 0;
	background: #030304;
	color: #ccc;
	pointer-events: none;
	user-select: none;
	z-index: 99999;
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.admin-wrapper #editor_masterview .dark-mode .select-cover-right {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/**
 * Generic overlay used for admin
 */

 #account-manager-overlay {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 600px;
    max-width: 1000px;
    min-height: 440px;
    height: calc(100vh - 120px);
    overflow: hidden;
    /*border-radius: 6px;*/
}
#account-manager-overlay-background:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.075);
	max-width: 1000px;
	min-height: 440px;
	height: calc(100vh - 120px);
	margin: auto;
	width: 600px;
	pointer-events: none;
	/*border-radius: 6px;*/
}
#account-manager-overlay-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: blue;
    /*box-shadow: 5px 5px 20px rgba(0,0,0,0.2);*/
    box-shadow: 7px 7px 0px rgba(0,0,0,0.15);
    /*border-radius: 6px;*/
    max-width: 1000px;
    min-height: 440px;
    height: calc(100vh - 120px);
    margin: auto;
    width: 600px;
    pointer-events: none;
}
#account-manager-overlay-background {
	position: fixed;
	z-index: 9999;
	top: 0; left: 0; right: 0; bottom: 0;
	/*background: #0055ffe0;*/
	/*background: rgba(105, 143, 255, .85);*/
	background: rgba(255, 0, 0, .25);
	/*background: rgba(0,0,0,.4);*/
}

/**
 * Apple Pay button
 */ 

@supports (-webkit-appearance: -apple-pay-button) {
	.apple-pay-button-with-text {
		display: inline-block;
		-webkit-appearance: -apple-pay-button;
		-apple-pay-button-type: buy;
	}
	.apple-pay-button-with-text &gt; * {
		display: none;
	}
	.apple-pay-button-black-with-text {
		-apple-pay-button-style: black;
	}
	.apple-pay-button-white-with-text {
		-apple-pay-button-style: white;
	}
	.apple-pay-button-white-with-line-with-text {
		-apple-pay-button-style: white-outline;
	}
}

@supports not (-webkit-appearance: -apple-pay-button) {
	.apple-pay-button-with-text {
		--apple-pay-scale: 1; /* (height / 32) */
		display: inline-flex;
		justify-content: center;
		font-size: 12px;
		border-radius: 5px;
		padding: 0px;
		box-sizing: border-box;
		min-width: 200px;
		min-height: 32px;
		max-height: 64px;
	}
	.apple-pay-button-black-with-text {
		background-color: black;
		color: white;
	}
	.apple-pay-button-white-with-text {
		background-color: white;
		color: black;
	}
	.apple-pay-button-white-with-line-with-text {
		background-color: white;
		color: black;
		border: .5px solid black;
	}
	.apple-pay-button-with-text.apple-pay-button-black-with-text &gt; .logo {
		background-image: -webkit-named-image(apple-pay-logo-white);
		background-color: black;
	}
	.apple-pay-button-with-text.apple-pay-button-white-with-text &gt; .logo {
		background-image: -webkit-named-image(apple-pay-logo-black);
		background-color: white;
	}
	.apple-pay-button-with-text.apple-pay-button-white-with-line-with-text &gt; .logo {
		background-image: -webkit-named-image(apple-pay-logo-black);
		background-color: white;
	}
	.apple-pay-button-with-text &gt; .text {
		font-family: -apple-system;
		font-size: calc(1em * var(--apple-pay-scale));
		font-weight: 300;
		align-self: center;
		margin-right: calc(2px * var(--apple-pay-scale));
	}
	.apple-pay-button-with-text &gt; .logo {
		width: calc(35px * var(--scale));
		height: 100%;
		background-size: 100% 60%;
		background-repeat: no-repeat;
		background-position: 0 50%;
		margin-left: calc(2px * var(--apple-pay-scale));
		border: none;
	}
}


#checkout [data-purchases-container] .multiple-items {
	padding: 1rem 1.5rem;
}

#c3-sticky {
/*	width: 300px;*/
/*	height: 300px;*/
	padding: 20px 25px 30px;
	background: #FEF49C;
	line-height: 0;
	position: fixed;
	top: 95px;
	right: 180px;
	z-index: 99999999;
	cursor: pointer;
	border-radius: 15px;
	text-align: center;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.12), 10px 10px 0px 0px rgba(0,0,0,0.12);
}

#c3-sticky .clickable:active {
	opacity: .7;
}

#c3-sticky .close-sticky {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

#c3-sticky .close-sticky:active {
	opacity: .7;
}

#c3-sticky .close-sticky svg {
	pointer-events: none;
}

#c3-sticky .close-sticky svg path {
	fill: rgba(0,0,0,1);
}

#c3-sticky .remind-me {
	display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: rgba(0,0,0,.6);
  border-bottom: 1px solid rgba(0,0,0,.4);
}

#c3-sticky .remind-me:active {
	opacity: .7;
}</pre></body></html>